Skip navigation links
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

$

$ref() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
$ref(String) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the $ref property on this annotation.
$ref() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
$ref(String) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the $ref property on this annotation.
$ref() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
$ref(String) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the $ref property on this annotation.
$ref() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
$ref(String) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the $ref property on this annotation.

A

a(T) - Method in class org.apache.juneau.collections.AList
Add.
a(T...) - Method in class org.apache.juneau.collections.AList
Add.
a(K, V) - Method in class org.apache.juneau.collections.AMap
Add.
a(T) - Method in class org.apache.juneau.collections.ASet
Add.
a(T...) - Method in class org.apache.juneau.collections.ASet
Add.
a(K, V) - Method in class org.apache.juneau.collections.ASortedMap
Add.
a(T) - Method in class org.apache.juneau.collections.ASortedSet
Add.
a(T...) - Method in class org.apache.juneau.collections.ASortedSet
Add.
a(Object) - Method in class org.apache.juneau.collections.OList
Add.
a(Object...) - Method in class org.apache.juneau.collections.OList
Add.
a(String, Object) - Method in class org.apache.juneau.collections.OMap
Add.
a(String, Object) - Method in class org.apache.juneau.DefaultFilteringOMap
 
A - Class in org.apache.juneau.dto.html5
DTO for an HTML <a> element.
A() - Constructor for class org.apache.juneau.dto.html5.A
Creates an empty A element.
A(Object, Object[]) - Constructor for class org.apache.juneau.dto.html5.A
Creates an A element with the specified A.href(Object) attribute and A.children(Object[]) nodes.
a() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty A element.
a(Object, Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an A element with the specified A.href(Object) attribute and A.children(Object[]) nodes.
aa(Collection<? extends T>) - Method in class org.apache.juneau.collections.AList
Add all.
aa(Map<K, V>) - Method in class org.apache.juneau.collections.AMap
Add all.
aa(Collection<? extends T>) - Method in class org.apache.juneau.collections.ASet
Add all.
aa(Map<K, V>) - Method in class org.apache.juneau.collections.ASortedMap
Add all.
aa(Collection<T>) - Method in class org.apache.juneau.collections.ASortedSet
Add all.
aa(Collection<?>) - Method in class org.apache.juneau.collections.OList
Add all.
aa(Map<String, Object>) - Method in class org.apache.juneau.collections.OMap
Add all.
Abbr - Class in org.apache.juneau.dto.html5
DTO for an HTML <abbr> element.
Abbr() - Constructor for class org.apache.juneau.dto.html5.Abbr
Creates an empty Abbr element.
Abbr(String, Object...) - Constructor for class org.apache.juneau.dto.html5.Abbr
Creates an Abbr element with the specified Abbr.title(String) attribute and Abbr.children(Object[]) nodes.
abbr() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Abbr element.
abbr(String, Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an Abbr element with the specified Abbr.title(String) attribute and Abbr.children(Object[]) nodes.
abbr(String) - Method in class org.apache.juneau.dto.html5.Th
abbr attribute.
abbreviate(String, int) - Static method in class org.apache.juneau.internal.StringUtils
Abbreviates a String using ellipses.
abort() - Method in class org.apache.juneau.rest.client2.RestRequest
Aborts this http request.
accept(String) - Method in class org.apache.juneau.dto.html5.Input
accept attribute.
Accept - Class in org.apache.juneau.http.header
Represents a parsed Accept HTTP request header.
Accept(Object) - Constructor for class org.apache.juneau.http.header.Accept
Constructor
Accept(String) - Constructor for class org.apache.juneau.http.header.Accept
Constructor
accept(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the value for the Accept request header.
accept(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the value for the Accept request header.
accept(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the Accept request header on all requests.
accept(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the Accept request header.
accept(Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Specifies the Accept header value on the request.
accept(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
acceptcharset(String) - Method in class org.apache.juneau.dto.html5.Form
accept-charset attribute.
AcceptCharset - Class in org.apache.juneau.http.header
Represents a parsed Accept-Charset HTTP request header.
AcceptCharset(Object) - Constructor for class org.apache.juneau.http.header.AcceptCharset
Constructor
AcceptCharset(String) - Constructor for class org.apache.juneau.http.header.AcceptCharset
Constructor
acceptCharset(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the value for the Accept-Charset request header.
acceptCharset(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the value for the Accept-Charset request header.
acceptCharset(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the Accept-Charset request header on all requests.
acceptCharset(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the Accept-Charset request header.
acceptCharset(Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Specifies the Accept-Charset header value on the request.
acceptCharset(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
Accepted - Class in org.apache.juneau.http.response
Represents an HTTP 202 Accepted response.
Accepted() - Constructor for class org.apache.juneau.http.response.Accepted
Constructor using HTTP-standard message.
Accepted(String) - Constructor for class org.apache.juneau.http.response.Accepted
Constructor using custom message.
Accepted - Class in org.apache.juneau.rest.response
Deprecated.
Accepted() - Constructor for class org.apache.juneau.rest.response.Accepted
Deprecated.
Constructor using HTTP-standard message.
Accepted(String) - Constructor for class org.apache.juneau.rest.response.Accepted
Deprecated.
Constructor using custom message.
AcceptEncoding - Class in org.apache.juneau.http.header
Represents a parsed Accept-Encoding HTTP request header.
AcceptEncoding(Object) - Constructor for class org.apache.juneau.http.header.AcceptEncoding
Constructor
AcceptEncoding(String) - Constructor for class org.apache.juneau.http.header.AcceptEncoding
Constructor
acceptEncoding(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the value for the Accept-Encoding request header.
acceptEncoding(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the value for the Accept-Encoding request header.
acceptEncoding(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the Accept-Encoding request header on all requests.
acceptEncoding(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the Accept-Encoding request header.
acceptEncoding(Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Specifies the Accept-Encoding header value on the request.
acceptEncoding(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
AcceptLanguage - Class in org.apache.juneau.http.header
Represents a parsed Accept-Language HTTP request header.
AcceptLanguage(Object) - Constructor for class org.apache.juneau.http.header.AcceptLanguage
Constructor
AcceptLanguage(String) - Constructor for class org.apache.juneau.http.header.AcceptLanguage
Constructor
acceptLanguage(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the value for the Accept-Language request header.
acceptLanguage(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the value for the Accept-Language request header.
acceptLanguage(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the Accept-Language request header on all requests.
acceptLanguage(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the Accept-Language request header.
acceptLanguage(Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Specifies the Accept-Language header value on the request.
acceptLanguage(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
AcceptRanges - Class in org.apache.juneau.http.header
Represents a parsed Accept-Range HTTP response header.
AcceptRanges(Object) - Constructor for class org.apache.juneau.http.header.AcceptRanges
Constructor.
AcceptRanges(String) - Constructor for class org.apache.juneau.http.header.AcceptRanges
Constructor
accessible() - Method in class org.apache.juneau.reflect.ConstructorInfo
 
accessible() - Method in class org.apache.juneau.reflect.ExecutableInfo
Attempts to call x.setAccessible(true) and quietly ignores security exceptions.
accessible() - Method in class org.apache.juneau.reflect.FieldInfo
Attempts to call x.setAccessible(true) and quietly ignores security exceptions.
accessible() - Method in class org.apache.juneau.reflect.MethodInfo
 
accesskey(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
accesskey attribute.
action(String) - Method in class org.apache.juneau.dto.html5.Form
action attribute.
Action(String, String, Object...) - Constructor for class org.apache.juneau.microservice.resources.DirectoryResource.Action
 
Action(String, String, Object...) - Constructor for class org.apache.juneau.microservice.resources.LogsResource.Action
 
add(Map<String, Object>) - Method in class org.apache.juneau.BeanContextBuilder
 
add(String, Object) - Method in class org.apache.juneau.BeanMap
Add a value to a collection or array property.
add(BeanMap<?>, String, Object) - Method in class org.apache.juneau.BeanPropertyMeta
Adds a value to a Collection or array property.
add(BeanMap<?>, String, String, Object) - Method in class org.apache.juneau.BeanPropertyMeta
Adds a value to a Map or bean property.
add(Map<String, Object>) - Method in class org.apache.juneau.BeanTraverseBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.config.ConfigBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.config.store.ConfigClasspathStoreBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.config.store.ConfigFileStoreBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.config.store.ConfigMemoryStoreBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.config.store.ConfigStoreBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.ContextBuilder
Adds multiple free-form configuration properties on this object without first clearing out any previous values.
add(Map<String, Object>) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
add(JsonSchema...) - Method in class org.apache.juneau.dto.jsonschema.JsonSchemaMap
Convenience method for pre-populating this map with the specified schemas.
add(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
add(Header) - Method in class org.apache.juneau.http.HeaderSupplier
Add a header to this supplier.
add(HeaderSupplier) - Method in class org.apache.juneau.http.HeaderSupplier
Add a supplier to this supplier.
add(String, Object) - Method in class org.apache.juneau.http.HeaderSupplier
Appends the specified header to the end of this list.
add(String, Supplier<?>) - Method in class org.apache.juneau.http.HeaderSupplier
Appends the specifiedheader to the end of this list using a value supplier.
add(String, Object, HttpPartSerializerSession, HttpPartSchema, boolean) - Method in class org.apache.juneau.http.HeaderSupplier
Appends the specified header to the end of this list.
add(NameValuePair) - Method in class org.apache.juneau.http.NameValuePairSupplier
Add a name-value pair to this supplier.
add(NameValuePairSupplier) - Method in class org.apache.juneau.http.NameValuePairSupplier
Add a supplier to this supplier.
add(String, Object) - Method in class org.apache.juneau.http.NameValuePairSupplier
Appends the specified name/value pair to the end of this list.
add(String, Supplier<?>) - Method in class org.apache.juneau.http.NameValuePairSupplier
Appends the specified name/value pair to the end of this list using a value supplier.
add(String, Object, HttpPartType, HttpPartSerializerSession, HttpPartSchema, boolean) - Method in class org.apache.juneau.http.NameValuePairSupplier
Appends the specified name/value pair to the end of this list.
add(Object) - Method in class org.apache.juneau.internal.HashCode
Hashes the hashcode of the specified object into this object.
add(int) - Method in class org.apache.juneau.internal.HashCode
Hashes the hashcode into this object.
add(OutputStream, boolean) - Method in class org.apache.juneau.internal.TeeOutputStream
Adds an output stream to this tee output stream.
add(String, OutputStream, boolean) - Method in class org.apache.juneau.internal.TeeOutputStream
Same as TeeOutputStream.add(OutputStream, boolean) but associates the stream with an identifier so the stream can be retrieved through TeeOutputStream.getOutputStream(String).
add(Writer, boolean) - Method in class org.apache.juneau.internal.TeeWriter
Adds a writer to this tee writer.
add(String, Writer, boolean) - Method in class org.apache.juneau.internal.TeeWriter
Same as TeeWriter.add(Writer, boolean) but associates the writer with an identifier so the writer can be retrieved through TeeWriter.getWriter(String).
add(T) - Method in class org.apache.juneau.internal.UnmodifiableArray
 
add(int, T) - Method in class org.apache.juneau.internal.UnmodifiableArray
 
add(Map<String, Object>) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.json.JsonParserBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
add(Throwable) - Method in class org.apache.juneau.mstat.ExceptionStore
Adds the specified throwable to this database.
add(Map<String, Object>) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.parser.ParserBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.PropertyStoreBuilder
Convenience method for setting multiple properties in one call.
add(AnnotationInfo<?>) - Method in class org.apache.juneau.reflect.AnnotationList
 
add(Class<?>, Class<?>, Mutater<?, ?>) - Static method in class org.apache.juneau.reflect.Mutaters
Adds a transform for the specified input/output types.
add(Map<String, Object>) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
add(Map<String, Object>) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.rest.RestContextBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.uon.UonParserBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
add(Throwable) - Method in class org.apache.juneau.utils.StackTraceDatabase
Adds the specified throwable to this database.
add(int, Number) - Method in class org.apache.juneau.utils.WeightedAverage
Add a number with a weight to this average.
add(Map<String, Object>) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
add(Map<String, Object>) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
addAdditionalItems(JsonSchema...) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property appender: additionalItems.
addAll(JsonSchema...) - Method in class org.apache.juneau.dto.jsonschema.JsonSchemaArray
Convenience method for adding one or more JsonSchema objects to this array.
addAll(JsonType...) - Method in class org.apache.juneau.dto.jsonschema.JsonTypeArray
Convenience method for adding one or more JsonType objects to this array.
addAll(Collection<? extends T>) - Method in class org.apache.juneau.internal.UnmodifiableArray
 
addAll(int, Collection<? extends T>) - Method in class org.apache.juneau.internal.UnmodifiableArray
 
addAllOf(JsonSchema...) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property appender: allOf.
addAllOf(Collection<Object>) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Adds one or more values to the allOf property.
addAnyOf(JsonSchema...) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property appender: anyOf.
addBeanDef(String, OMap) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorSession
Adds a schema definition to this session.
addBeanTypes() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
addBeanTypes() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
addBeanTypes() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
addBeanTypes() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
addBeanTypes() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
addBeanTypes() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
addBeanTypes() - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
addBeanTypes() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
addBeanTypes() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
addBeanTypes() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
addBeanTypes() - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
addBeanTypes() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
addBeanTypes() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
addBeanTypes(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Add "_type" properties when needed.
addBeanTypes() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Add "_type" properties when needed.
addBeanTypes() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Serializer configuration property:  Add "_type" properties when needed.
addBeanTypes() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
addBeanTypes() - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
addBeanTypes(boolean) - Method in class org.apache.juneau.serializer.SerializerBuilder
Deprecated.
addBeanTypes() - Method in class org.apache.juneau.serializer.SerializerBuilder
Serializer configuration property:  Add "_type" properties when needed.
addBeanTypes(boolean) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Deprecated.
addBeanTypes() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Configuration property: Add "_type" properties when needed.
addBeanTypes() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
addBeanTypes() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
addBeanTypes() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
addBeanTypes() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
addBeanTypes() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
addBeanTypes(boolean) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
addBeanTypes() - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
addConsumes(Collection<MediaType>) - Method in class org.apache.juneau.dto.swagger.Operation
Adds one or more values to the consumes property.
addConsumes(Collection<MediaType>) - Method in class org.apache.juneau.dto.swagger.Swagger
Adds one or more values to the consumes property.
addCookie(Cookie) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
addCookie(Cookie) - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
addDateHeader(String, long) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
addDateHeader(String, long) - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
addDefault(Map<String, Object>) - Method in class org.apache.juneau.rest.RequestFormData
Adds default entries to these form-data parameters.
addDefault(String, Object) - Method in class org.apache.juneau.rest.RequestFormData
Adds a default entries to these form-data parameters.
addDefault(Map<String, Object>) - Method in class org.apache.juneau.rest.RequestHeaders
Adds default entries to these headers.
addDefault(String, Object) - Method in class org.apache.juneau.rest.RequestHeaders
Adds a default header value on this request.
addDefault(Map<String, Object>) - Method in class org.apache.juneau.rest.RequestQuery
Adds default entries to these query parameters.
addDefault(String, Object) - Method in class org.apache.juneau.rest.RequestQuery
Adds a default entries to these query parameters.
addDefinition(String, JsonSchema) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property appender: definitions.
addDefinitions(Map<String, OMap>) - Method in class org.apache.juneau.dto.swagger.Swagger
Adds one or more values to the definitions property.
addDependency(String, JsonSchema) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property appender: dependencies.
addDescriptionsTo(String) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
HtmlSchemaSerializer configuration property:  Add descriptions.
addDescriptionsTo(String) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
JsonSchemaSerializer configuration property:  Add descriptions.
addDescriptionsTo(String) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
JsonSchemaGenerator configuration property:  Add descriptions.
addEnum(String...) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property appender: enum.
addEnum(Collection<Object>) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Adds one or more values to the enum property.
addEnum(Collection<Object>) - Method in class org.apache.juneau.dto.swagger.Items
Adds one or more values to the enum property.
addEnum(Collection<Object>) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Adds one or more values to the enum property.
addEnum(Collection<Object>) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Adds one or more values to the enum property.
addExamples(Map<String, String>) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Adds one or more values to the x-examples property.
addExamples(Map<String, Object>) - Method in class org.apache.juneau.dto.swagger.ResponseInfo
Adds one or more values to the examples property.
addExamplesTo(String) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
HtmlSchemaSerializer configuration property:  Add examples.
addExamplesTo(String) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
JsonSchemaSerializer configuration property:  Add examples.
addExamplesTo(String) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
JsonSchemaGenerator configuration property:  Add examples.
addFile(ZipOutputStream, File) - Method in class org.apache.juneau.utils.ZipFileList.FileEntry
Adds the specified file to the specified output stream.
AddFlag - Enum in org.apache.juneau
Identifies how to add elements to a list.
addHeader(Header) - Method in class org.apache.juneau.rest.client2.RestRequest
Adds a header to this message.
addHeader(String, String) - Method in class org.apache.juneau.rest.client2.RestRequest
Adds a header to this message.
addHeader(Header) - Method in class org.apache.juneau.rest.client2.RestResponse
Adds a header to this message.
addHeader(String, String) - Method in class org.apache.juneau.rest.client2.RestResponse
Adds a header to this message.
addHeader(String, String) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
addHeader(String, String) - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
addHeaders(Map<String, HeaderInfo>) - Method in class org.apache.juneau.dto.swagger.ResponseInfo
Adds one or more values to the headers property.
addIfNotNull(List<T>, T) - Static method in class org.apache.juneau.internal.CollectionUtils
Add a value to a list if the value is not null.
addInterceptorFirst(HttpResponseInterceptor) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
addInterceptorFirst(HttpRequestInterceptor) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
addInterceptorFirst(HttpResponseInterceptor) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Adds this protocol interceptor to the head of the protocol processing list.
addInterceptorFirst(HttpRequestInterceptor) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Adds this protocol interceptor to the head of the protocol processing list.
addInterceptorFirst(HttpRequestInterceptor) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
addInterceptorFirst(HttpResponseInterceptor) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
addInterceptorLast(HttpResponseInterceptor) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
addInterceptorLast(HttpRequestInterceptor) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
addInterceptorLast(HttpResponseInterceptor) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Adds this protocol interceptor to the tail of the protocol processing list.
addInterceptorLast(HttpRequestInterceptor) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Adds this protocol interceptor to the tail of the protocol processing list.
addInterceptorLast(HttpRequestInterceptor) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
addInterceptorLast(HttpResponseInterceptor) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
addIntHeader(String, int) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
addIntHeader(String, int) - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
addItems(JsonSchema...) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property appender: items.
additionalProperties(Object) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: additionalProperties.
additionalProperties(HttpPartSchemaBuilder) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
additionalProperties field.
additionalProperties(HttpPartSchema) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
additionalProperties field.
additionalProperties() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
additionalProperties(String...) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the additionalProperties property on this annotation.
additionalText - Variable in class org.apache.juneau.microservice.resources.LogParser.Entry
 
addKey(String) - Method in class org.apache.juneau.internal.DelegateBeanMap
Add a key in the next position.
addKeyValueTableHeaders() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
addKeyValueTableHeaders() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
addKeyValueTableHeaders(boolean) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
Deprecated.
addKeyValueTableHeaders() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
HtmlSerializer configuration property:  Add key/value headers on bean/map tables.
addKeyValueTableHeaders() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
addListener(ConfigEventListener) - Method in class org.apache.juneau.config.Config
Add a listener to this config to react to modification events.
addLiteralTypes(boolean) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  Add XSI data types to non-String literals.
addLiteralTypes() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  Add XSI data types to non-String literals.
addNamespaceUrisToRoot() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
addNamespaceUrisToRoot() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
addNamespaceUrisToRoot() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
addNamespaceUrisToRoot() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
addNamespaceUrisToRoot() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
addNamespaceUrisToRoot(boolean) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
Deprecated.
addNamespaceUrisToRoot() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
XmlSerializer configuration property:  Add namespace URLs to the root element.
addNamespaceUrisToRoot(boolean) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
addNamespaceUrisToRoot() - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
addOneOf(JsonSchema...) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property appender: oneOf.
addParameters(Collection<ParameterInfo>) - Method in class org.apache.juneau.dto.swagger.Operation
Adds one or more values to the parameters property.
addParameters(Map<String, ParameterInfo>) - Method in class org.apache.juneau.dto.swagger.Swagger
Adds one or more values to the parameters property.
addPaths(Map<String, OperationMap>) - Method in class org.apache.juneau.dto.swagger.Swagger
Adds one or more values to the produces property.
addPathVars(Map<String, String>) - Method in class org.apache.juneau.rest.RestCall
Adds resolved @Resource(path) variable values to this call.
addPatternProperties(JsonSchemaProperty...) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property appender: patternProperties.
addPojoSwap(PojoSwap) - Method in class org.apache.juneau.dto.cognos.Column
Associates a POJO swap with this column.
addProduces(Collection<MediaType>) - Method in class org.apache.juneau.dto.swagger.Operation
Adds one or more values to the produces property.
addProduces(Collection<MediaType>) - Method in class org.apache.juneau.dto.swagger.Swagger
Adds one or more values to the produces property.
addProperties(JsonSchema...) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property appender: properties.
addProperties(Map<String, SchemaInfo>) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Adds one or more values to the properties property.
addRequired(List<String>) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property appender: required.
addRequired(String...) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property appender: required.
addRequired(JsonSchemaProperty...) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property appender: required.
addRequired(Collection<String>) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Adds one or more values to the required property.
addResponses(Map<String, ResponseInfo>) - Method in class org.apache.juneau.dto.swagger.Operation
Adds one or more values to the responses property.
addResponses(Map<String, ResponseInfo>) - Method in class org.apache.juneau.dto.swagger.Swagger
Adds one or more values to the responses property.
Address - Class in org.apache.juneau.dto.html5
DTO for an HTML <address> element.
Address() - Constructor for class org.apache.juneau.dto.html5.Address
Creates an empty Address element.
Address(Object...) - Constructor for class org.apache.juneau.dto.html5.Address
Creates an Address element with the specified child nodes.
address() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Address element.
address(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an Address element with the specified child nodes.
addRootProperty(boolean) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  Add RDF root identifier property to root node.
addRootProperty() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  Add RDF root identifier property to root node.
addRootType() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
addRootType() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
addRootType() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
addRootType() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
addRootType() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
addRootType() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
addRootType() - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
addRootType() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
addRootType() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
addRootType() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
addRootType() - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
addRootType() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
addRootType() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
addRootType(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Add type attribute to root nodes.
addRootType() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Add type attribute to root nodes.
addRootType() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Serializer configuration property:  Add type attribute to root nodes.
addRootType() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
addRootType() - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
addRootType(boolean) - Method in class org.apache.juneau.serializer.SerializerBuilder
Deprecated.
addRootType() - Method in class org.apache.juneau.serializer.SerializerBuilder
Serializer configuration property:  Add type attribute to root nodes.
addRootType(boolean) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Deprecated.
addRootType() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Configuration property: Add type attribute to root nodes.
addRootType() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
addRootType() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
addRootType() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
addRootType() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
addRootType() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
addRootType(boolean) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
addRootType() - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
addSchemes(Collection<String>) - Method in class org.apache.juneau.dto.swagger.Operation
Adds one or more values to the schemes property.
addSchemes(Collection<String>) - Method in class org.apache.juneau.dto.swagger.Swagger
Adds one or more values to the schemes property.
addScopes(Map<String, String>) - Method in class org.apache.juneau.dto.swagger.SecurityScheme
Adds one or more values to the scopes property.
addSearchPath(Class<?>, String) - Method in class org.apache.juneau.utils.MessageBundle
Deprecated.
Add another bundle path to this resource bundle.
addSecurity(Collection<Map<String, List<String>>>) - Method in class org.apache.juneau.dto.swagger.Operation
Adds one or more values to the security property.
addSecurity(Collection<Map<String, List<String>>>) - Method in class org.apache.juneau.dto.swagger.Swagger
Adds one or more values to the security property.
addSecurityDefinitions(Map<String, SecurityScheme>) - Method in class org.apache.juneau.dto.swagger.Swagger
Adds one or more values to the securityDefinitions property.
addServlet(Servlet, String) - Method in class org.apache.juneau.microservice.jetty.JettyMicroservice
Adds an arbitrary servlet to this microservice.
addServletAttribute(String, Object) - Method in class org.apache.juneau.microservice.jetty.JettyMicroservice
Adds a servlet attribute to the Jetty server.
addTags(Collection<String>) - Method in class org.apache.juneau.dto.swagger.Operation
Adds one or more values to the tags property.
addTags(Collection<Tag>) - Method in class org.apache.juneau.dto.swagger.Swagger
Adds one or more values to the security property.
addTo(String, Object) - Method in class org.apache.juneau.BeanContextBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.BeanTraverseBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.config.ConfigBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.config.store.ConfigClasspathStoreBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.config.store.ConfigFileStoreBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.config.store.ConfigMemoryStoreBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.config.store.ConfigStoreBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.ContextBuilder
Adds a free-form value to a SET property.
addTo(String, Object) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.json.JsonParserBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.parser.ParserBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.PropertyStoreBuilder
Adds one or more values to a SET property.
addTo(String, Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
addTo(String, Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.rest.RestContextBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.uon.UonParserBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
addTo(String, Object) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
addToCache(String, Object) - Method in class org.apache.juneau.Session
Adds an arbitrary object to this session's cache.
addToCache(Map<String, Object>) - Method in class org.apache.juneau.Session
Adds arbitrary objects to this session's cache.
addToList(List<T>, Object[], Class<T>, Type...) - Static method in class org.apache.juneau.internal.CollectionUtils
Adds a set of values to an existing list.
addToList(List<T>, Collection<T>) - Static method in class org.apache.juneau.internal.CollectionUtils
Copies the specified values into an existing list.
addToMap(Map<K, V>, Object[], Class<K>, Class<V>, Type...) - Static method in class org.apache.juneau.internal.CollectionUtils
Adds a set of values to an existing map.
addToMap(Map<K, V>, Map<K, V>) - Static method in class org.apache.juneau.internal.CollectionUtils
Copies the specified values into an existing map.
addToMap(Map<K, V>, K, V) - Static method in class org.apache.juneau.internal.CollectionUtils
Adds a single entry into an existing map.
addToRepo() - Method in class org.apache.juneau.server.config.repository.GitControl
 
addToSortedMap(Map<K, V>, Map<K, V>, Comparator<K>) - Static method in class org.apache.juneau.internal.CollectionUtils
Copies the specified values into an existing map.
addToSortedMap(Map<K, V>, K, V, Comparator<K>) - Static method in class org.apache.juneau.internal.CollectionUtils
Adds a single entry into an existing map.
addTypes(JsonType...) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property appender: type.
addWarning(String, Object...) - Method in class org.apache.juneau.BeanSession
Logs a warning message.
addWarning(String, Object...) - Method in class org.apache.juneau.Session
Logs a warning message.
AdminGuard - Class in org.apache.juneau.examples.rest
Sample guard that only lets administrators through.
AdminGuard() - Constructor for class org.apache.juneau.examples.rest.AdminGuard
 
aev() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
aev(boolean) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the aev property on this annotation.
aev() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
aev(boolean) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the aev property on this annotation.
aev() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
aev(boolean) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the aev property on this annotation.
aev() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
aev(boolean) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the aev property on this annotation.
aev(Boolean) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
aev(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
aev() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Age - Class in org.apache.juneau.http.header
Represents a parsed Age HTTP response header.
Age(Object) - Constructor for class org.apache.juneau.http.header.Age
Constructor.
Age(String) - Constructor for class org.apache.juneau.http.header.Age
Constructor
aif(boolean, T) - Method in class org.apache.juneau.collections.AList
Add if.
aif(boolean, T) - Method in class org.apache.juneau.collections.ASet
Add if.
aif(boolean, T) - Method in class org.apache.juneau.collections.ASortedSet
Add if.
aif(boolean, Object) - Method in class org.apache.juneau.collections.OList
Add if.
aif(Predicate<Object>, Object) - Method in class org.apache.juneau.collections.OList
Add if predicate matches.
aif(boolean, boolean, boolean, String, Object) - Method in class org.apache.juneau.collections.OMap
Add if.
aif(boolean, String, Object) - Method in class org.apache.juneau.collections.OMap
Add if.
aif(Predicate<Object>, String, Object) - Method in class org.apache.juneau.collections.OMap
Add if predicate matches.
aife(String, Object) - Method in class org.apache.juneau.collections.OMap
Add if empty.
aifn(String, Object) - Method in class org.apache.juneau.collections.OMap
Add if null.
aifne(String...) - Method in class org.apache.juneau.collections.OList
Add if not empty.
aifne(String, Object) - Method in class org.apache.juneau.collections.OMap
Add if not empty.
aifnn(T...) - Method in class org.apache.juneau.collections.AList
Add if not null.
aifnn(T...) - Method in class org.apache.juneau.collections.ASet
Add if not null.
aifnn(T...) - Method in class org.apache.juneau.collections.ASortedSet
Add if not null.
aifnn(Object...) - Method in class org.apache.juneau.collections.OList
Add if not null.
AList<T> - Class in org.apache.juneau.collections
A fluent ArrayList.
AList() - Constructor for class org.apache.juneau.collections.AList
Constructor.
AList(int) - Constructor for class org.apache.juneau.collections.AList
Constructor.
AList(Collection<T>) - Constructor for class org.apache.juneau.collections.AList
Copy constructor.
allEmpty(String...) - Static method in class org.apache.juneau.http.annotation.AnnotationUtils
Returns true if all the specified strings are empty or null.
allEmpty(String[]...) - Static method in class org.apache.juneau.http.annotation.AnnotationUtils
Returns true if all the specified string arrays are empty.
allFalse(boolean...) - Static method in class org.apache.juneau.http.annotation.AnnotationUtils
Returns true if all the specified booleans are false.
allMinusOne(long...) - Static method in class org.apache.juneau.http.annotation.AnnotationUtils
Returns true if all the specified longs are -1.
allOf(Object...) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Adds one or more values to the allOf property.
allOf() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
allOf(String...) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the allOf property on this annotation.
Allow - Class in org.apache.juneau.http.header
Represents a parsed Allow HTTP response header.
Allow(Object) - Constructor for class org.apache.juneau.http.header.Allow
Constructor.
Allow(String) - Constructor for class org.apache.juneau.http.header.Allow
Constructor
AllowAllRedirects - Class in org.apache.juneau.rest.client
Deprecated.
AllowAllRedirects() - Constructor for class org.apache.juneau.rest.client.AllowAllRedirects
Deprecated.
 
allowBodyParam(boolean) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Allow body URL parameter.
allowedHeaderParams(String) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Allowed header URL parameters.
allowedMethodHeaders(String) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Allowed method headers.
allowedMethodParams(String) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Allowed method parameters.
allowEmptyValue(Object) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
allowEmptyValue() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
allowEmptyValue(boolean) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the allowEmptyValue property on this annotation.
allowEmptyValue() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
allowEmptyValue(boolean) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the allowEmptyValue property on this annotation.
allowEmptyValue() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
allowEmptyValue(boolean) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the allowEmptyValue property on this annotation.
allowEmptyValue() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
allowEmptyValue(boolean) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the allowEmptyValue property on this annotation.
allowEmptyValue(Boolean) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
allowEmptyValue field.
allowEmptyValue(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
allowEmptyValue field.
allowEmptyValue() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
allowEmptyValue field.
allowHeaderParams(boolean) - Method in class org.apache.juneau.rest.RestContextBuilder
Deprecated.
allowNested() - Method in class org.apache.juneau.rest.vars.RequestAttributeVar
 
allowNested() - Method in class org.apache.juneau.rest.vars.RequestFormDataVar
 
allowNested() - Method in class org.apache.juneau.rest.vars.RequestHeaderVar
 
allowNested() - Method in class org.apache.juneau.rest.vars.RequestPathVar
 
allowNested() - Method in class org.apache.juneau.rest.vars.RequestQueryVar
 
allowNested() - Method in class org.apache.juneau.rest.vars.RequestVar
 
allowNested() - Method in class org.apache.juneau.rest.vars.RestInfoVar
 
allowNested() - Method in class org.apache.juneau.rest.vars.SerializedRequestAttrVar
 
allowNested() - Method in class org.apache.juneau.rest.vars.SwaggerVar
 
allowNested() - Method in class org.apache.juneau.svl.Var
Returns whether nested variables are supported by this variable.
allowNestedDescriptions(boolean) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
Deprecated.
allowNestedDescriptions() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
HtmlSchemaSerializer configuration property:  Allow nested descriptions.
allowNestedDescriptions(boolean) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
Deprecated.
allowNestedDescriptions() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
JsonSchemaSerializer configuration property:  Allow nested descriptions.
allowNestedDescriptions(boolean) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
Deprecated.
allowNestedDescriptions() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
JsonSchemaGenerator configuration property:  Allow nested descriptions.
allowNestedExamples(boolean) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
Deprecated.
allowNestedExamples() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
HtmlSchemaSerializer configuration property:  Allow nested examples.
allowNestedExamples(boolean) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
Deprecated.
allowNestedExamples() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
JsonSchemaSerializer configuration property:  Allow nested examples.
allowNestedExamples(boolean) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
Deprecated.
allowNestedExamples() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
JsonSchemaGenerator configuration property:  Allow nested examples.
allowNoFile() - Method in class org.apache.juneau.internal.FileReaderBuilder
If called and the file is null or non-existent, then the FileReaderBuilder.build() command will return an empty reader instead of a FileNotFoundException.
allowRecurse() - Method in class org.apache.juneau.rest.vars.RequestAttributeVar
 
allowRecurse() - Method in class org.apache.juneau.rest.vars.RequestFormDataVar
 
allowRecurse() - Method in class org.apache.juneau.rest.vars.RequestHeaderVar
 
allowRecurse() - Method in class org.apache.juneau.rest.vars.RequestPathVar
 
allowRecurse() - Method in class org.apache.juneau.rest.vars.RequestQueryVar
 
allowRecurse() - Method in class org.apache.juneau.rest.vars.RequestVar
 
allowRecurse() - Method in class org.apache.juneau.rest.vars.RestInfoVar
 
allowRecurse() - Method in class org.apache.juneau.rest.vars.SerializedRequestAttrVar
 
allowRecurse() - Method in class org.apache.juneau.rest.vars.SwaggerVar
 
allowRecurse() - Method in class org.apache.juneau.svl.Var
Returns whether variables in the resolved contents of this variable should also be resolved.
allowRedirectsOnPosts(boolean) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
For this call, allow automatic redirects when a 302 or 307 occurs when performing a POST.
allTrue(boolean...) - Static method in class org.apache.juneau.http.annotation.AnnotationUtils
Returns true if all the specified booleans are true.
AlreadyReported - Class in org.apache.juneau.http.response
Represents an HTTP 208 Already Reported response.
AlreadyReported() - Constructor for class org.apache.juneau.http.response.AlreadyReported
Constructor using HTTP-standard message.
AlreadyReported(String) - Constructor for class org.apache.juneau.http.response.AlreadyReported
Constructor using custom message.
AlreadyReported - Class in org.apache.juneau.rest.response
Deprecated.
AlreadyReported() - Constructor for class org.apache.juneau.rest.response.AlreadyReported
Deprecated.
Constructor using HTTP-standard message.
AlreadyReported(String) - Constructor for class org.apache.juneau.rest.response.AlreadyReported
Deprecated.
Constructor using custom message.
alt(String) - Method in class org.apache.juneau.dto.html5.Area
alt attribute.
alt(String) - Method in class org.apache.juneau.dto.html5.Img
alt attribute.
alt(String) - Method in class org.apache.juneau.dto.html5.Input
alt attribute.
AMap<K,V> - Class in org.apache.juneau.collections
A fluent LinkedHashMap.
AMap() - Constructor for class org.apache.juneau.collections.AMap
Constructor.
AMap(Map<K, V>) - Constructor for class org.apache.juneau.collections.AMap
Copy constructor.
AnchorText - Enum in org.apache.juneau.html
Identifies possible values for the HtmlSerializer.HTML_uriAnchorText setting.
anchorText() - Method in class org.apache.juneau.html.annotation.HtmlAnnotation
 
anchorText(String) - Method in class org.apache.juneau.html.annotation.HtmlAnnotation
Sets the anchorText property on this annotation.
andThen(Function<? super R, ? extends V>) - Method in interface org.apache.juneau.utils.Tuple2Function
 
andThen(Function<? super R, ? extends V>) - Method in interface org.apache.juneau.utils.Tuple3Function
 
andThen(Function<? super R, ? extends V>) - Method in interface org.apache.juneau.utils.Tuple4Function
 
andThen(Function<? super R, ? extends V>) - Method in interface org.apache.juneau.utils.Tuple5Function
 
AnnotationBeanFilterBuilder<T> - Class in org.apache.juneau.transform
Bean filter builder initialized from the contents of a @Bean annotation found on a class.
AnnotationBeanFilterBuilder(Class<T>, List<Bean>) - Constructor for class org.apache.juneau.transform.AnnotationBeanFilterBuilder
Constructor.
AnnotationInfo<T extends Annotation> - Class in org.apache.juneau.reflect
Represents an annotation instance on a class and the class it was found on.
AnnotationInfo(ClassInfo, MethodInfo, Package, T) - Constructor for class org.apache.juneau.reflect.AnnotationInfo
Constructor.
AnnotationList - Class in org.apache.juneau.reflect
An ordered list of annotations and the classes/methods/packages they were found on.
AnnotationList() - Constructor for class org.apache.juneau.reflect.AnnotationList
Constructor.
AnnotationList(Predicate<AnnotationInfo<?>>) - Constructor for class org.apache.juneau.reflect.AnnotationList
Constructor with optional filter.
annotations(Annotation...) - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Dynamically applied POJO annotations.
annotations(Annotation...) - Method in class org.apache.juneau.BeanTraverseBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.json.JsonParserBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.parser.ParserBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
annotations(Annotation...) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.rest.RestContextBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.uon.UonParserBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
annotations(Annotation...) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
annotationType() - Method in class org.apache.juneau.annotation.BeanAnnotation
 
annotationType() - Method in class org.apache.juneau.annotation.BeancAnnotation
 
annotationType() - Method in class org.apache.juneau.annotation.BeanIgnoreAnnotation
 
annotationType() - Method in class org.apache.juneau.annotation.BeanpAnnotation
 
annotationType() - Method in class org.apache.juneau.annotation.ExampleAnnotation
 
annotationType() - Method in class org.apache.juneau.annotation.NamePropertyAnnotation
 
annotationType() - Method in class org.apache.juneau.annotation.ParentPropertyAnnotation
 
annotationType() - Method in class org.apache.juneau.annotation.SwapAnnotation
 
annotationType() - Method in class org.apache.juneau.annotation.UriAnnotation
 
annotationType() - Method in class org.apache.juneau.csv.annotation.CsvAnnotation
 
annotationType() - Method in class org.apache.juneau.html.annotation.HtmlAnnotation
 
annotationType() - Method in class org.apache.juneau.html.annotation.HtmlLinkAnnotation
 
annotationType() - Method in class org.apache.juneau.http.annotation.BodyAnnotation
 
annotationType() - Method in class org.apache.juneau.http.annotation.ContactAnnotation
 
annotationType() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
annotationType() - Method in class org.apache.juneau.http.annotation.HasFormDataAnnotation
 
annotationType() - Method in class org.apache.juneau.http.annotation.HasQueryAnnotation
 
annotationType() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
annotationType() - Method in class org.apache.juneau.http.annotation.LicenseAnnotation
 
annotationType() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
annotationType() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
annotationType() - Method in class org.apache.juneau.http.annotation.RequestAnnotation
 
annotationType() - Method in class org.apache.juneau.http.annotation.ResponseAnnotation
 
annotationType() - Method in class org.apache.juneau.http.annotation.ResponseBodyAnnotation
 
annotationType() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
annotationType() - Method in class org.apache.juneau.http.annotation.ResponseStatusAnnotation
 
annotationType() - Method in class org.apache.juneau.http.annotation.TagAnnotation
 
annotationType() - Method in class org.apache.juneau.jena.annotation.RdfAnnotation
 
annotationType() - Method in class org.apache.juneau.jso.annotation.JsoAnnotation
 
annotationType() - Method in class org.apache.juneau.json.annotation.JsonAnnotation
 
annotationType() - Method in class org.apache.juneau.jsonschema.annotation.ExternalDocsAnnotation
 
annotationType() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
annotationType() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
annotationType() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
annotationType() - Method in class org.apache.juneau.msgpack.annotation.MsgPackAnnotation
 
annotationType() - Method in class org.apache.juneau.oapi.annotation.OpenApiAnnotation
 
annotationType() - Method in class org.apache.juneau.plaintext.annotation.PlainTextAnnotation
 
annotationType() - Method in class org.apache.juneau.rest.annotation.LoggingAnnotation
 
annotationType() - Method in class org.apache.juneau.rest.annotation.MethodAnnotationSwagger
 
annotationType() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
annotationType() - Method in class org.apache.juneau.soap.annotation.SoapXmlAnnotation
 
annotationType() - Method in class org.apache.juneau.uon.annotation.UonAnnotation
 
annotationType() - Method in class org.apache.juneau.urlencoding.annotation.UrlEncodingAnnotation
 
annotationType() - Method in class org.apache.juneau.xml.annotation.XmlAnnotation
 
AnnotationUtils - Class in org.apache.juneau.http.annotation
Various reusable utility methods when working with annotations.
AnnotationUtils() - Constructor for class org.apache.juneau.http.annotation.AnnotationUtils
 
AnnotationUtils - Class in org.apache.juneau.rest.util
Various reusable utility methods when working with annotations.
AnnotationUtils() - Constructor for class org.apache.juneau.rest.util.AnnotationUtils
 
ANY - Static variable in class org.apache.juneau.http.HttpMethod
Represents any HTTP method.
ANY - Static variable in class org.apache.juneau.http.HttpMethodName
Deprecated.
Represents any HTTP method.
ANY - Static variable in class org.apache.juneau.utils.ProcBuilder
Operating system matcher: Any operating system.
ap(HttpPartSchemaBuilder) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for additionalProperties(value)
ap(HttpPartSchema) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for additionalProperties(value)
api() - Method in class org.apache.juneau.http.annotation.BodyAnnotation
 
api(String[]) - Method in class org.apache.juneau.http.annotation.BodyAnnotation
Sets the api property on this annotation.
api() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
api(String[]) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the api property on this annotation.
api() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
api(String[]) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the api property on this annotation.
api() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
api(String[]) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the api property on this annotation.
api() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
api(String[]) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the api property on this annotation.
api() - Method in class org.apache.juneau.http.annotation.ResponseAnnotation
 
api(String[]) - Method in class org.apache.juneau.http.annotation.ResponseAnnotation
Sets the api property on this annotation.
api() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
api(String[]) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the api property on this annotation.
App - Class in org.apache.juneau.examples.rest.jetty
An example of an extended REST microservice.
App() - Constructor for class org.apache.juneau.examples.rest.jetty.App
 
App - Class in org.apache.juneau.examples.rest.springboot
Entry point for Examples REST application when deployed as a Spring Boot application.
App() - Constructor for class org.apache.juneau.examples.rest.springboot.App
 
App - Class in org.apache.juneau.microservice.jetty.template
Entry-point for your microservice.
App() - Constructor for class org.apache.juneau.microservice.jetty.template.App
 
App - Class in org.apache.juneau.microservice.springboot.template
Entry point for Examples REST application when deployed as a Spring Boot application.
App() - Constructor for class org.apache.juneau.microservice.springboot.template.App
 
App - Class in org.apache.juneau.server.config
Entry-point class.
App() - Constructor for class org.apache.juneau.server.config.App
 
append(Class<?>...) - Method in class org.apache.juneau.BeanDictionaryList
Append one or more bean classes to this bean dictionary.
append(String, Class<?>) - Method in class org.apache.juneau.BeanDictionaryMap
Add a dictionary name mapping for the specified class.
append(String, Class<? extends Map>, Object, Object) - Method in class org.apache.juneau.BeanDictionaryMap
Add a dictionary name mapping for the specified map class with the specified key and value classes.
append(String, Class<? extends Collection>, Object) - Method in class org.apache.juneau.BeanDictionaryMap
Add a dictionary name mapping for the specified collection class with the specified entry class.
append(Object) - Method in class org.apache.juneau.collections.OList
Add.
append(Object...) - Method in class org.apache.juneau.collections.OList
Add.
append(String, Object) - Method in class org.apache.juneau.collections.OMap
Add.
append(String, Object) - Method in class org.apache.juneau.DefaultFilteringOMap
 
append(String, Operation) - Method in class org.apache.juneau.dto.swagger.OperationMap
Fluent-style put method.
append(Class<?>...) - Method in class org.apache.juneau.encoders.EncoderGroupBuilder
Registers the specified encoders with this group.
append(Encoder...) - Method in class org.apache.juneau.encoders.EncoderGroupBuilder
Registers the specified encoders with this group.
append(List<Encoder>) - Method in class org.apache.juneau.encoders.EncoderGroupBuilder
Registers the specified encoders with this group.
append(EncoderGroup) - Method in class org.apache.juneau.encoders.EncoderGroupBuilder
Registers the encoders in the specified group with this group.
append(int, String) - Method in class org.apache.juneau.html.HtmlWriter
 
append(int, char) - Method in class org.apache.juneau.html.HtmlWriter
 
append(Object) - Method in class org.apache.juneau.html.HtmlWriter
 
append(String) - Method in class org.apache.juneau.html.HtmlWriter
 
append(char) - Method in class org.apache.juneau.html.HtmlWriter
 
append(T[], T...) - Static method in class org.apache.juneau.internal.ArrayUtils
Appends one or more elements to an array.
append(T[], Collection<T>) - Static method in class org.apache.juneau.internal.ArrayUtils
Appends one or more elements to an array.
append(char, String) - Method in class org.apache.juneau.internal.AsciiMap
Adds an entry to this map.
append() - Method in class org.apache.juneau.internal.FileWriterBuilder
Sets the append mode on the writer to true.
append(Iterator<E>) - Method in class org.apache.juneau.internal.MultiIterable
Appends the specified iterator to this list of iterators.
append(Collection<E>) - Method in class org.apache.juneau.internal.MultiSet
Appends the specified collection to this set of collections.
append(char) - Method in class org.apache.juneau.internal.NoCloseWriter
 
append(CharSequence) - Method in class org.apache.juneau.internal.NoCloseWriter
 
append(CharSequence, int, int) - Method in class org.apache.juneau.internal.NoCloseWriter
 
append(CharSequence) - Method in class org.apache.juneau.internal.StringBuilderWriter
 
append(CharSequence, int, int) - Method in class org.apache.juneau.internal.StringBuilderWriter
 
append(char) - Method in class org.apache.juneau.internal.StringBuilderWriter
 
append(int, String) - Method in class org.apache.juneau.json.JsonWriter
 
append(int, char) - Method in class org.apache.juneau.json.JsonWriter
 
append(Object) - Method in class org.apache.juneau.json.JsonWriter
 
append(String) - Method in class org.apache.juneau.json.JsonWriter
 
append(char) - Method in class org.apache.juneau.json.JsonWriter
 
append() - Method in class org.apache.juneau.microservice.LogConfig
Specified append mode for the log file.
append(Writer) - Method in class org.apache.juneau.microservice.resources.LogParser.Entry
 
append(Object...) - Method in class org.apache.juneau.ObjectList
Convenience method for adding multiple objects to this list.
append(String, Object) - Method in class org.apache.juneau.ObjectMap
Convenience method for adding an entry to this map.
append(Class<?>...) - Method in class org.apache.juneau.parser.ParserGroupBuilder
Registers the specified parsers with this group.
append(Parser...) - Method in class org.apache.juneau.parser.ParserGroupBuilder
Registers the specified parsers with this group.
append(List<Object>) - Method in class org.apache.juneau.parser.ParserGroupBuilder
Registers the specified parsers with this group.
append(Object...) - Method in class org.apache.juneau.parser.ParserGroupBuilder
Registers the specified parsers with this group.
append(String, String) - Method in class org.apache.juneau.pojotools.SearchArgs
Appends the specified search argument.
append(NameValuePair) - Method in class org.apache.juneau.rest.client.NameValuePairs
Deprecated.
Appends the specified pair to the end of this list.
append(String, Object) - Method in class org.apache.juneau.rest.client.NameValuePairs
Deprecated.
Appends the specified name/value pair to the end of this list.
append(String, Object, HttpPartSerializer, HttpPartSchema) - Method in class org.apache.juneau.rest.client.NameValuePairs
Deprecated.
Appends the specified name/value pair to the end of this list.
append(String, String) - Method in class org.apache.juneau.rest.helper.ResourceDescriptions
Adds a new ResourceDescription to this list.
append(String, String, String) - Method in class org.apache.juneau.rest.helper.ResourceDescriptions
Adds a new ResourceDescription to this list when the uri is different from the name.
append(Class<?>...) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Registers the specified serializers with this group.
append(Serializer...) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Registers the specified serializers with this group.
append(List<Object>) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Registers the specified serializers with this group.
append(Object...) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Registers the specified serializers with this group.
append(int, String) - Method in class org.apache.juneau.serializer.SerializerWriter
Writes an indent (if the useWhitespace setting is enabled), followed by text.
append(int, char) - Method in class org.apache.juneau.serializer.SerializerWriter
Writes an indent (if the useWhitespace setting is enabled), followed by text.
append(char[]) - Method in class org.apache.juneau.serializer.SerializerWriter
Appends the specified characters to this writer.
append(Object) - Method in class org.apache.juneau.serializer.SerializerWriter
Writes the specified text to the writer.
append(String) - Method in class org.apache.juneau.serializer.SerializerWriter
Writes the specified text to the writer.
append(char) - Method in class org.apache.juneau.serializer.SerializerWriter
 
append(int, String) - Method in class org.apache.juneau.uon.UonWriter
 
append(int, char) - Method in class org.apache.juneau.uon.UonWriter
 
append(Object) - Method in class org.apache.juneau.uon.UonWriter
 
append(String) - Method in class org.apache.juneau.uon.UonWriter
 
append(char) - Method in class org.apache.juneau.uon.UonWriter
 
append(Appendable, Object) - Method in class org.apache.juneau.UriResolver
Same as UriResolver.resolve(Object) except appends result to the specified appendable.
append(Object...) - Method in class org.apache.juneau.utils.ProcBuilder
Append to the command arguments.
append(String, V) - Method in class org.apache.juneau.utils.ReflectionMap.Builder
Adds a mapping to this builder.
append(ZipFileList.ZipFileEntry) - Method in class org.apache.juneau.utils.ZipFileList
Add an entry to this list.
append(int, String) - Method in class org.apache.juneau.xml.XmlWriter
 
append(int, char) - Method in class org.apache.juneau.xml.XmlWriter
 
append(Object) - Method in class org.apache.juneau.xml.XmlWriter
 
append(String) - Method in class org.apache.juneau.xml.XmlWriter
 
append(char) - Method in class org.apache.juneau.xml.XmlWriter
 
appendAll(Collection<?>) - Method in class org.apache.juneau.collections.OList
Add all.
appendAll(Map<String, Object>) - Method in class org.apache.juneau.collections.OMap
Add all.
appendAll(ObjectList) - Method in class org.apache.juneau.ObjectList
Convenience method for appending another list to this list.
appendAll(Map<String, Object>) - Method in class org.apache.juneau.ObjectMap
Convenience method for adding a contents of another map to this map.
appendAll(Class<?>, Class<? extends V>, List<V>) - Method in class org.apache.juneau.utils.ReflectionMap
Finds all values in this map that matches the specified class.
appendAll(Method, Class<? extends V>, List<V>) - Method in class org.apache.juneau.utils.ReflectionMap
Finds all values in this map that matches the specified method.
appendAll(Field, Class<? extends V>, List<V>) - Method in class org.apache.juneau.utils.ReflectionMap
Finds all values in this map that matches the specified field.
appendAll(Constructor<?>, Class<? extends V>, List<V>) - Method in class org.apache.juneau.utils.ReflectionMap
Finds all values in this map that matches the specified constructor.
appendAnnotationInfos(List<AnnotationInfo<T>>, Class<T>) - Method in class org.apache.juneau.reflect.ClassInfo
Finds and appends the specified annotation on the specified class and superclasses/interfaces to the specified list.
appendAnnotations(List<T>, Class<T>) - Method in class org.apache.juneau.reflect.ClassInfo
Finds and appends the specified annotation on the specified class and superclasses/interfaces to the specified list.
appendAnnotations(List<T>, Class<T>, MetaProvider) - Method in class org.apache.juneau.reflect.ClassInfo
Finds and appends the specified annotation on the specified class and superclasses/interfaces to the specified list.
appendAnnotations(List<T>, Class<T>) - Method in class org.apache.juneau.reflect.MethodInfo
Finds and appends the specified annotation on the specified class and superclasses/interfaces to the specified list.
appendBoolean(Object) - Method in class org.apache.juneau.uon.UonWriter
Appends a boolean value to the output.
appendFullName(StringBuilder) - Method in class org.apache.juneau.reflect.ClassInfo
Same as ClassInfo.getFullName() but appends to an existing string builder.
appendHtml(Writer) - Method in class org.apache.juneau.microservice.resources.LogParser.Entry
 
appendIf(boolean, Object) - Method in class org.apache.juneau.collections.OList
Add if.
appendIf(Predicate<Object>, Object) - Method in class org.apache.juneau.collections.OList
Add if predicate matches.
appendIf(boolean, boolean, boolean, String, Object) - Method in class org.apache.juneau.collections.OMap
Add if.
appendIf(boolean, String, Object) - Method in class org.apache.juneau.collections.OMap
Add if.
appendIf(Predicate<Object>, String, Object) - Method in class org.apache.juneau.collections.OMap
Add if predicate matches.
appendIf(boolean, String) - Method in class org.apache.juneau.json.JsonWriter
 
appendIf(boolean, char) - Method in class org.apache.juneau.json.JsonWriter
 
appendIf(boolean, boolean, boolean, String, Object) - Method in class org.apache.juneau.ObjectMap
Conditionally appends a value to this map.
appendIf(boolean, String, Object) - Method in class org.apache.juneau.ObjectMap
Conditionally appends a value to this map.
appendIf(boolean, String) - Method in class org.apache.juneau.serializer.SerializerWriter
Writes the specified text to the writer if b is true.
appendIf(boolean, char) - Method in class org.apache.juneau.serializer.SerializerWriter
Writes the specified text to the writer if b is true.
appendIf(boolean, String) - Method in class org.apache.juneau.uon.UonWriter
 
appendIf(boolean, char) - Method in class org.apache.juneau.uon.UonWriter
 
appendIf(ProcBuilder.Matcher, Object...) - Method in class org.apache.juneau.utils.ProcBuilder
Append to the command arguments if the specified matcher matches.
appendIfEmpty(String, Object) - Method in class org.apache.juneau.collections.OMap
Add if empty.
appendIfNotEmpty(String...) - Method in class org.apache.juneau.collections.OList
Add if not empty.
appendIfNotEmpty(String, Object) - Method in class org.apache.juneau.collections.OMap
Add if not empty.
appendIfNotEmpty(String...) - Method in class org.apache.juneau.ObjectList
Convenience method for adding multiple objects to this list.
appendIfNotNull(Object...) - Method in class org.apache.juneau.collections.OList
Add if not null.
appendIfNotNull(Object...) - Method in class org.apache.juneau.ObjectList
Convenience method for adding multiple objects to this list.
appendIfNull(String, Object) - Method in class org.apache.juneau.collections.OMap
Add if null.
appendln(int, String) - Method in class org.apache.juneau.html.HtmlWriter
 
appendln(String) - Method in class org.apache.juneau.html.HtmlWriter
 
appendln(int, String) - Method in class org.apache.juneau.json.JsonWriter
 
appendln(String) - Method in class org.apache.juneau.json.JsonWriter
 
appendln(int, String) - Method in class org.apache.juneau.serializer.SerializerWriter
Writes an indent (if the useWhitespace setting is enabled), followed by text, followed by a newline (if the useWhitespace setting is enabled).
appendln(String) - Method in class org.apache.juneau.serializer.SerializerWriter
Writes the specified text followed by a newline (if the useWhitespace setting is enabled).
appendln(int, String) - Method in class org.apache.juneau.uon.UonWriter
 
appendln(String) - Method in class org.apache.juneau.uon.UonWriter
 
appendln(int, String) - Method in class org.apache.juneau.xml.XmlWriter
 
appendln(String) - Method in class org.apache.juneau.xml.XmlWriter
 
appendNumber(Object) - Method in class org.apache.juneau.uon.UonWriter
Appends a numeric value to the output.
appendObject(Object, boolean) - Method in class org.apache.juneau.uon.UonWriter
Serializes the specified simple object as a UON string value.
appendShortName(StringBuilder) - Method in class org.apache.juneau.reflect.ClassInfo
Same as ClassInfo.getShortName() but appends to an existing string builder.
appendSkipEmpty(String, Object) - Method in class org.apache.juneau.collections.OMap
Add skip empty.
appendSkipEmpty(String, Object) - Method in class org.apache.juneau.ObjectMap
Convenience method for adding an entry to this map.
appendSkipFalse(String, boolean) - Method in class org.apache.juneau.collections.OMap
Add skip false.
appendSkipFalse(String, boolean) - Method in class org.apache.juneau.ObjectMap
Convenience method for adding an entry to this map.
appendSkipMinusOne(String, Number) - Method in class org.apache.juneau.collections.OMap
Add skip minus one.
appendSkipMinusOne(String, Number) - Method in class org.apache.juneau.ObjectMap
Convenience method for adding an entry to this map.
appendSkipNull(String, Object) - Method in class org.apache.juneau.collections.OMap
Add skip null.
appendSkipNull(String, Object) - Method in class org.apache.juneau.ObjectMap
Convenience method for adding an entry to this map.
appendTo(String, Object) - Method in class org.apache.juneau.BeanContextBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.BeanTraverseBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.config.ConfigBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.config.store.ConfigClasspathStoreBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.config.store.ConfigFileStoreBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.config.store.ConfigMemoryStoreBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.config.store.ConfigStoreBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.ContextBuilder
Adds a free-form value to the end of a LIST property.
appendTo(String, Object) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.json.JsonParserBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.parser.ParserBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.PropertyStoreBuilder
Appends a value to the end of a LIST property.
appendTo(String, Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.rest.RestContextBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.uon.UonParserBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
appendTo(String, Object) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
appendUri(Object) - Method in class org.apache.juneau.serializer.SerializerWriter
Appends the specified object as a URI.
appendUri(Object) - Method in class org.apache.juneau.uon.UonWriter
Appends a URI to the output.
apply(AnnotationInfo<BeanConfig>, PropertyStoreBuilder) - Method in class org.apache.juneau.annotation.BeanConfigApply
 
apply(Function<String, String>) - Method in class org.apache.juneau.assertions.FluentStringAssertion
Applies an abitrary function against the text in this assertion.
apply(PropertyStore) - Method in class org.apache.juneau.BeanContextBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.BeanTraverseBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.config.ConfigBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.config.store.ConfigClasspathStoreBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.config.store.ConfigFileStoreBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.config.store.ConfigMemoryStoreBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.config.store.ConfigStoreBuilder
 
apply(AnnotationInfo<T>, PropertyStoreBuilder) - Method in class org.apache.juneau.ConfigApply
Apply the specified annotation to the specified property store builder.
apply(AnnotationInfo<Annotation>, PropertyStoreBuilder) - Method in class org.apache.juneau.ConfigApply.NoOp
 
apply(PropertyStore) - Method in class org.apache.juneau.ContextBuilder
Copies the settings from the specified property store into this builder.
apply(AnnotationInfo<CsvConfig>, PropertyStoreBuilder) - Method in class org.apache.juneau.csv.annotation.CsvConfigApply
 
apply(PropertyStore) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
apply(AnnotationInfo<HtmlConfig>, PropertyStoreBuilder) - Method in class org.apache.juneau.html.annotation.HtmlConfigApply
 
apply(AnnotationInfo<HtmlDocConfig>, PropertyStoreBuilder) - Method in class org.apache.juneau.html.annotation.HtmlDocConfigApply
 
apply(PropertyStore) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
apply(Annotation) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Apply the specified annotation to this schema.
apply(AnnotationInfo<RdfConfig>, PropertyStoreBuilder) - Method in class org.apache.juneau.jena.annotation.RdfConfigApply
 
apply(PropertyStore) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
apply(AnnotationInfo<JsoConfig>, PropertyStoreBuilder) - Method in class org.apache.juneau.jso.annotation.JsoConfigApply
 
apply(PropertyStore) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
apply(AnnotationInfo<JsonConfig>, PropertyStoreBuilder) - Method in class org.apache.juneau.json.annotation.JsonConfigApply
 
apply(PropertyStore) - Method in class org.apache.juneau.json.JsonParserBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
apply(AnnotationInfo<JsonSchemaConfig>, PropertyStoreBuilder) - Method in class org.apache.juneau.jsonschema.annotation.JsonSchemaConfigApply
 
apply(PropertyStore) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
apply(AnnotationInfo<MsgPackConfig>, PropertyStoreBuilder) - Method in class org.apache.juneau.msgpack.annotation.MsgPackConfigApply
 
apply(PropertyStore) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
apply(AnnotationInfo<OpenApiConfig>, PropertyStoreBuilder) - Method in class org.apache.juneau.oapi.annotation.OpenApiConfigApply
 
apply(PropertyStore) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
apply(AnnotationInfo<ParserConfig>, PropertyStoreBuilder) - Method in class org.apache.juneau.parser.annotation.ParserConfigApply
 
apply(PropertyStore) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.parser.ParserBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
apply(AnnotationInfo<PlainTextConfig>, PropertyStoreBuilder) - Method in class org.apache.juneau.plaintext.annotation.PlainTextConfigApply
 
apply(PropertyStore) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.PropertyStoreBuilder
Copies all the values in the specified property store into this builder.
apply(AnnotationInfo<Rest>, PropertyStoreBuilder) - Method in class org.apache.juneau.rest.annotation.RestConfigApply
 
apply(AnnotationInfo<RestMethod>, PropertyStoreBuilder) - Method in class org.apache.juneau.rest.annotation.RestMethodConfigApply
 
apply(AnnotationInfo<RestResource>, PropertyStoreBuilder) - Method in class org.apache.juneau.rest.annotation.RestResourceConfigApply
Deprecated.
 
apply(PropertyStore) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
apply(PropertyStore) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
apply(OMap) - Method in class org.apache.juneau.rest.RestCallLoggerConfig.Builder
Applies the properties in the specified object map to this builder.
apply(PropertyStore) - Method in class org.apache.juneau.rest.RestContextBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
apply(AnnotationInfo<SerializerConfig>, PropertyStoreBuilder) - Method in class org.apache.juneau.serializer.annotation.SerializerConfigApply
 
apply(PropertyStore) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
apply(AnnotationInfo<SoapXmlConfig>, PropertyStoreBuilder) - Method in class org.apache.juneau.soap.annotation.SoapXmlConfigApply
 
apply(PropertyStore) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
apply(AnnotationInfo<UonConfig>, PropertyStoreBuilder) - Method in class org.apache.juneau.uon.annotation.UonConfigApply
 
apply(PropertyStore) - Method in class org.apache.juneau.uon.UonParserBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
apply(AnnotationInfo<UrlEncodingConfig>, PropertyStoreBuilder) - Method in class org.apache.juneau.urlencoding.annotation.UrlEncodingConfigApply
 
apply(PropertyStore) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
apply(A, B) - Method in interface org.apache.juneau.utils.Tuple2Function
 
apply(A, B, C) - Method in interface org.apache.juneau.utils.Tuple3Function
 
apply(A, B, C, D) - Method in interface org.apache.juneau.utils.Tuple4Function
 
apply(A, B, C, D, E) - Method in interface org.apache.juneau.utils.Tuple5Function
 
apply(AnnotationInfo<XmlConfig>, PropertyStoreBuilder) - Method in class org.apache.juneau.xml.annotation.XmlConfigApply
 
apply(PropertyStore) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
apply(PropertyStore) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.BeanContextBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.BeanContextBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.BeanContextBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.BeanTraverseBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.BeanTraverseBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.BeanTraverseBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.config.ConfigBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.config.ConfigBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.config.ConfigBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.config.store.ConfigClasspathStoreBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.config.store.ConfigClasspathStoreBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.config.store.ConfigClasspathStoreBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.config.store.ConfigFileStoreBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.config.store.ConfigFileStoreBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.config.store.ConfigFileStoreBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.config.store.ConfigMemoryStoreBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.config.store.ConfigMemoryStoreBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.config.store.ConfigMemoryStoreBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.config.store.ConfigStoreBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.config.store.ConfigStoreBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.config.store.ConfigStoreBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.ContextBuilder
Applies a set of annotations to this property store.
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.ContextBuilder
Applies any of the various @XConfig annotations on the specified class to this context.
applyAnnotations(Method...) - Method in class org.apache.juneau.ContextBuilder
Applies any of the various @XConfig annotations on the specified method to this context.
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.json.JsonParserBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.json.JsonParserBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.json.JsonParserBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.parser.ParserBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.parser.ParserBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.parser.ParserBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.PropertyStoreBuilder
Applies the settings in the specified annotations to this property store.
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
applyAnnotations(Method...) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.rest.RestContextBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.rest.RestContextBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.rest.RestContextBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.uon.UonParserBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.uon.UonParserBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.uon.UonParserBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
applyAnnotations(Method...) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
applyAnnotations(AnnotationList, VarResolverSession) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
applyAnnotations(Class<?>...) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
applyAnnotations(Method...) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
applyOverrides(HttpRequest) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
If the specified request is a MockRestRequest, applies any of the override values to this servlet request.
Area - Class in org.apache.juneau.dto.html5
DTO for an HTML <area> element.
Area() - Constructor for class org.apache.juneau.dto.html5.Area
Creates an empty Area element.
Area(String, String, Object) - Constructor for class org.apache.juneau.dto.html5.Area
Creates an Area element with the specified Area.shape(String), Area.coords(String), and Area.href(Object) attributes.
area() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Area element.
area(String, String, Object) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an Area element with the specified Area.shape(String), Area.coords(String), and Area.href(Object) attributes.
arev(List<? extends T>) - Method in class org.apache.juneau.collections.AList
Add reverse.
arev(T[]) - Method in class org.apache.juneau.collections.AList
Add reverse.
Args - Class in org.apache.juneau.collections
Utility class to make it easier to work with command-line arguments pass in through a main(String[] args) method.
Args(String[]) - Constructor for class org.apache.juneau.collections.Args
Constructor.
Args(String) - Constructor for class org.apache.juneau.collections.Args
Constructor.
args(Args) - Method in class org.apache.juneau.microservice.jetty.JettyMicroserviceBuilder
 
args(String...) - Method in class org.apache.juneau.microservice.jetty.JettyMicroserviceBuilder
 
args(Args) - Method in class org.apache.juneau.microservice.MicroserviceBuilder
Specifies the command-line arguments passed into the Java command.
args(String...) - Method in class org.apache.juneau.microservice.MicroserviceBuilder
Specifies the command-line arguments passed into the Java command.
argsOnlyOfType(Class<?>...) - Method in class org.apache.juneau.reflect.MethodInfo
Returns true if the parameters on the method only consist of the types specified in the list.
ArgsVar - Class in org.apache.juneau.svl.vars
JVM args variable resolver.
ArgsVar() - Constructor for class org.apache.juneau.svl.vars.ArgsVar
Constructor.
arp_embedding(boolean) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  RDF/XML ARP property: error-mode.
arp_embedding(boolean) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  RDF/XML ARP property: error-mode.
arp_errorMode(String) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  RDF/XML ARP property: error-mode.
arp_errorMode(String) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  RDF/XML ARP property: error-mode.
arp_iriRules(String) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  RDF/XML property: iri_rules.
arp_iriRules(String) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  RDF/XML property: iri_rules.
ARRAY - Static variable in class org.apache.juneau.http.annotation.ParameterType
 
ArrayAssertion - Class in org.apache.juneau.assertions
Used for assertion calls against arrays.
ArrayAssertion(Object) - Constructor for class org.apache.juneau.assertions.ArrayAssertion
Creator.
arrayPropertyCache - Variable in class org.apache.juneau.BeanMap
Temporary holding cache for bean properties of array types when the add() method is being used.
ArrayUtils - Class in org.apache.juneau.internal
Quick and dirty utilities for working with arrays.
ArrayUtils() - Constructor for class org.apache.juneau.internal.ArrayUtils
 
Article - Class in org.apache.juneau.dto.html5
DTO for an HTML <article> element.
Article() - Constructor for class org.apache.juneau.dto.html5.Article
Creates an empty Article element.
Article(Object...) - Constructor for class org.apache.juneau.dto.html5.Article
Creates an Article element with the specified child nodes.
article() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Article element.
article(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an Article element with the specified child nodes.
article(HtmlDocSerializerSession, HtmlWriter, Object) - Method in class org.apache.juneau.html.BasicHtmlDocTemplate
Renders the contents of the <body>/<article> element.
as(Class<T>) - Method in class org.apache.juneau.PropertyStore.Property
Converts this property to the specified type.
as(Type, Type...) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Parses HTTP body into the specified object type.
as(Mutable<T>, Type, Type...) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Same as RestResponseBody.as(Type,Type...) but sets the value in a mutable for fluent calls.
as(Class<T>) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Same as RestResponseBody.as(Type,Type...) except optimized for a non-parameterized class.
as(Mutable<T>, Class<T>) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Same as RestResponseBody.as(Class) but sets the value in a mutable for fluent calls.
as(ClassMeta<T>) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Same as RestResponseBody.as(Class) except allows you to predefine complex data types using the ClassMeta API.
as(Mutable<T>, ClassMeta<T>) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Identical to RestResponseBody.as(ClassMeta) but sets the value in a mutable for fluent calls.
as(Type, Type...) - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Converts this header to the specified type.
as(Mutable<T>, Type, Type...) - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Same as RestResponseHeader.as(Type,Type...) but sets the value in a mutable for fluent calls.
as(Class<T>) - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Converts this header to the specified type.
as(Mutable<T>, Class<T>) - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Same as RestResponseHeader.as(Class) but sets the value in a mutable for fluent calls.
as(ClassMeta<T>) - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Converts this header to the specified type.
as(Mutable<T>, ClassMeta<T>) - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Same as RestResponseHeader.as(ClassMeta) but sets the value in a mutable for fluent calls.
as(Type, Type...) - Method in class org.apache.juneau.rest.RequestHeader
Converts this header to the specified type.
as(Mutable<T>, Type, Type...) - Method in class org.apache.juneau.rest.RequestHeader
Same as RequestHeader.as(Type,Type...) but sets the value in a mutable for fluent calls.
as(Class<T>) - Method in class org.apache.juneau.rest.RequestHeader
Converts this header to the specified type.
as(Mutable<T>, Class<T>) - Method in class org.apache.juneau.rest.RequestHeader
Same as RequestHeader.as(Class) but sets the value in a mutable for fluent calls.
as(ClassMeta<T>) - Method in class org.apache.juneau.rest.RequestHeader
Converts this header to the specified type.
as(Mutable<T>, ClassMeta<T>) - Method in class org.apache.juneau.rest.RequestHeader
Same as RequestHeader.as(ClassMeta) but sets the value in a mutable for fluent calls.
asAbbreviatedString(int) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Same as RestResponseBody.asString() but truncates the string to the specified length.
asAbbreviatedString(Mutable<String>, int) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Same as RestResponseBody.asAbbreviatedString(int) but sets the value in a mutable for fluent calls.
asArray(Class<T>) - Method in class org.apache.juneau.PropertyStore.Property
Converts this property to the specified array type.
asArrayOf(Class<T2>) - Method in class org.apache.juneau.collections.AList
Convert the contents of this list into a new array.
asArrayOf(Class<T2>) - Method in class org.apache.juneau.collections.ASet
Convert the contents of this set into a new array.
asArrayOf(Class<T2>) - Method in class org.apache.juneau.collections.ASortedSet
Convert the contents of this set into a new array.
asBytes() - Method in class org.apache.juneau.http.BasicHttpEntity
Converts the contents of this entity as a byte array.
asBytes() - Method in class org.apache.juneau.rest.client2.RestResponseBody
Returns the HTTP response message body as a byte array.
asCalendar() - Method in class org.apache.juneau.http.header.BasicDateHeader
Returns this header value as a Calendar.
AsciiMap - Class in org.apache.juneau.internal
Stores a Map of ASCII characters to Strings in a quick-lookup array.
AsciiMap() - Constructor for class org.apache.juneau.internal.AsciiMap
 
AsciiSet - Class in org.apache.juneau.internal
Stores a set of ASCII characters for quick lookup.
AsciiSet.Builder - Class in org.apache.juneau.internal
Builder class for AsciiSet objects.
asCsvArrayHeader() - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Returns the value of this header as a CSV array header.
asDate() - Method in class org.apache.juneau.http.header.BasicDateHeader
Returns this header value as a Date.
asDateHeader() - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Returns the value of this header as a date header.
ase(String, Object...) - Method in class org.apache.juneau.collections.OMap
Add skip empty.
asEntityTag() - Method in class org.apache.juneau.http.header.BasicEntityTagHeader
Returns this header as an EntityTag.
asEntityTag() - Method in class org.apache.juneau.http.header.IfRange
Returns this header as an EntityTag.
asEntityTagArrayHeader() - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Returns the value of this header as an entity validator array header.
asEntityTagHeader() - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Returns the value of this header as an entity validator header.
asEntityTags() - Method in class org.apache.juneau.http.header.BasicEntityTagArrayHeader
Returns this header value as an array of EntityTag objects.
ASet<T> - Class in org.apache.juneau.collections
A fluent LinkedHashSet.
ASet() - Constructor for class org.apache.juneau.collections.ASet
Constructor.
ASet(Collection<T>) - Constructor for class org.apache.juneau.collections.ASet
Copy constructor.
asf(String, boolean) - Method in class org.apache.juneau.collections.OMap
Add skip false.
asFuture(Class<T>) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Same as RestResponseBody.as(Class) but allows you to run the call asynchronously.
asFuture(Mutable<Future<T>>, Class<T>) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Same as RestResponseBody.as(Mutable,Class) but allows you to run the call asynchronously.
asFuture(ClassMeta<T>) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Same as RestResponseBody.as(ClassMeta) but allows you to run the call asynchronously.
asFuture(Mutable<Future<T>>, ClassMeta<T>) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Same as RestResponseBody.as(Mutable,ClassMeta) but allows you to run the call asynchronously.
asFuture(Type, Type...) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Same as RestResponseBody.as(Type,Type...) but allows you to run the call asynchronously.
asFuture(Mutable<Future<T>>, Type, Type...) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Same as RestResponseBody.as(Mutable,Type,Type...) but allows you to run the call asynchronously.
asHeader() - Method in class org.apache.juneau.http.BasicNameValuePair
 
asHeader() - Method in interface org.apache.juneau.http.Headerable
Convert the object to a Header.
asHeader() - Method in class org.apache.juneau.http.SerializedNameValuePair
 
asHeader(Class<T>) - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Returns the value of this header as a BasicHeader.
asHex() - Method in class org.apache.juneau.rest.RequestBody
Returns the HTTP body content as a simple hexadecimal character string.
Aside - Class in org.apache.juneau.dto.html5
DTO for an HTML <aside> element.
Aside() - Constructor for class org.apache.juneau.dto.html5.Aside
Creates an empty Aside element.
Aside(Object...) - Constructor for class org.apache.juneau.dto.html5.Aside
Creates an Aside element with the specified child nodes.
aside() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Aside element.
aside(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an Aside element with the specified child nodes.
aside(HtmlDocSerializerSession, HtmlWriter, Object) - Method in class org.apache.juneau.html.BasicHtmlDocTemplate
Renders the contents of the <body>/<aside> element.
aside(String[]) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
HtmlDocSerializer configuration property:  Aside section contents.
aside(Object...) - Method in class org.apache.juneau.rest.HtmlDocBuilder
Deprecated.
Sets the HTML aside section contents.
AsideFloat - Enum in org.apache.juneau.html
Identifies possible float values for HtmlDocSerializer.HTMLDOC_asideFloat.
asideFloat(Float) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
HtmlDocSerializer configuration property:  Float aside section contents.
asInputStream() - Method in class org.apache.juneau.rest.client2.RestResponseBody
Returns the HTTP response message body as an input stream.
asInstance(Object, Class<T>, ResourceResolver, Object...) - Method in class org.apache.juneau.PropertyStore.Property
Converts this property to the specified instance type.
asInstanceArray(Object, Class<T>, ResourceResolver, Object...) - Method in class org.apache.juneau.PropertyStore.Property
Converts this property to an array of specified instance type.
asInt() - Method in class org.apache.juneau.http.header.BasicIntegerHeader
Returns the header value as an integer.
asInt() - Method in class org.apache.juneau.http.header.RetryAfter
Returns this header value as an integer.
asIntegerHeader() - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Returns the value of this header as an integer header.
asList() - Method in class org.apache.juneau.http.header.BasicCsvArrayHeader
Returns the contents of this header as a list of strings.
asList(Class<T>) - Method in class org.apache.juneau.PropertyStore.Property
Converts this property to the specified list type.
asLong() - Method in class org.apache.juneau.http.header.BasicLongHeader
Returns the header value as a long.
asLongHeader() - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Returns the value of this header as a long header.
asMap() - Method in class org.apache.juneau.config.internal.ConfigMap
Returns the values in this config map as a map of maps.
asMap() - Method in class org.apache.juneau.dto.swagger.SwaggerElement
Returns a copy of this swagger element as a modifiable map.
asMap(Schema) - Static method in class org.apache.juneau.jsonschema.SchemaUtils
Converts the specified @Schema annotation into a generic map.
asMap(Class<T>) - Method in class org.apache.juneau.PropertyStore.Property
Converts this property to the specified map type.
asMatcher(Pattern) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Converts the contents of the response body to a string and then matches the specified pattern against it.
asMatcher(Mutable<Matcher>, Pattern) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Same as RestResponseBody.asMatcher(Pattern) but sets the value in a mutable for fluent calls.
asMatcher(String) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Converts the contents of the response body to a string and then matches the specified pattern against it.
asMatcher(Mutable<Matcher>, String) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Same as RestResponseBody.asMatcher(String) but sets the value in a mutable for fluent calls.
asMatcher(String, int) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Converts the contents of the response body to a string and then matches the specified pattern against it.
asMatcher(Mutable<Matcher>, String, int) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Same as RestResponseBody.asMatcher(String,int) but sets the value in a mutable for fluent calls.
asMatcher(Pattern) - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Matches the specified pattern against this header value.
asMatcher(Mutable<Matcher>, Pattern) - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Same as RestResponseHeader.asMatcher(Pattern) but sets the value in a mutable for fluent calls.
asMatcher(String) - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Matches the specified pattern against this header value.
asMatcher(Mutable<Matcher>, String) - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Same as RestResponseHeader.asMatcher(String) but sets the value in a mutable for fluent calls.
asMatcher(String, int) - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Matches the specified pattern against this header value.
asMatcher(Mutable<Matcher>, String, int) - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Same as RestResponseHeader.asMatcher(String,int) but sets the value in a mutable for fluent calls.
asMatcher(Pattern) - Method in class org.apache.juneau.rest.RequestHeader
Matches the specified pattern against this header value.
asMatcher(Mutable<Matcher>, Pattern) - Method in class org.apache.juneau.rest.RequestHeader
Same as RequestHeader.asMatcher(Pattern) but sets the value in a mutable for fluent calls.
asMatcher(String) - Method in class org.apache.juneau.rest.RequestHeader
Matches the specified pattern against this header value.
asMatcher(Mutable<Matcher>, String) - Method in class org.apache.juneau.rest.RequestHeader
Same as RequestHeader.asMatcher(String) but sets the value in a mutable for fluent calls.
asMatcher(String, int) - Method in class org.apache.juneau.rest.RequestHeader
Matches the specified pattern against this header value.
asMatcher(Mutable<Matcher>, String, int) - Method in class org.apache.juneau.rest.RequestHeader
Same as RequestHeader.asMatcher(String,int) but sets the value in a mutable for fluent calls.
asMediaRanges() - Method in class org.apache.juneau.http.header.BasicMediaRangeArrayHeader
Returns this header as a MediaRanges object.
asMediaType() - Method in class org.apache.juneau.http.header.BasicMediaTypeHeader
Returns this header as a MediaType object.
asmo(String, Number...) - Method in class org.apache.juneau.collections.OMap
Add skip minus one.
asModifiers(String) - Static method in enum org.apache.juneau.config.ConfigMod
Converts a modifier string (e.g.
asModifiersReverse(String) - Static method in enum org.apache.juneau.config.ConfigMod
Converts a modifier string (e.g.
asn(String, Object) - Method in class org.apache.juneau.collections.OMap
Add skip null.
asNameValuePair() - Method in interface org.apache.juneau.http.NameValuePairable
Convert the object to a NameValuePair.
asOptional(Type, Type...) - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Same as RestResponseHeader.as(Type,Type...) but returns the value as an Optional.
asOptional(Mutable<Optional<T>>, Type, Type...) - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Same as RestResponseHeader.asOptional(Type,Type...) but sets the value in a mutable for fluent calls.
asOptional(Class<T>) - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Same as RestResponseHeader.as(Class) but returns the value as an Optional.
asOptional(Mutable<Optional<T>>, Class<T>) - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Same as RestResponseHeader.asOptional(Class) but sets the value in a mutable for fluent calls.
asOptional(ClassMeta<T>) - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Same as RestResponseHeader.as(ClassMeta) but returns the value as an Optional.
asOptional(Mutable<Optional<T>>, ClassMeta<T>) - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Same as RestResponseHeader.asOptional(ClassMeta) but sets the value in a mutable for fluent calls.
asOptional(Type, Type...) - Method in class org.apache.juneau.rest.RequestHeader
Same as RequestHeader.as(Type,Type...) but returns the value as an Optional.
asOptional(Mutable<Optional<T>>, Type, Type...) - Method in class org.apache.juneau.rest.RequestHeader
Same as RequestHeader.asOptional(Type,Type...) but sets the value in a mutable for fluent calls.
asOptional(Class<T>) - Method in class org.apache.juneau.rest.RequestHeader
Same as RequestHeader.as(Class) but returns the value as an Optional.
asOptional(Mutable<Optional<T>>, Class<T>) - Method in class org.apache.juneau.rest.RequestHeader
Same as RequestHeader.asOptional(Class) but sets the value in a mutable for fluent calls.
asOptional(ClassMeta<T>) - Method in class org.apache.juneau.rest.RequestHeader
Same as RequestHeader.as(ClassMeta) but returns the value as an Optional.
asOptional(Mutable<Optional<T>>, ClassMeta<T>) - Method in class org.apache.juneau.rest.RequestHeader
Same as RequestHeader.asOptional(ClassMeta) but sets the value in a mutable for fluent calls.
asOptionalString() - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Returns the value of this header as an Optional.
asOptionalString() - Method in class org.apache.juneau.rest.RequestHeader
Returns the value of this header as an Optional.
ASortedMap<K,V> - Class in org.apache.juneau.collections
A fluent TreeMap.
ASortedMap() - Constructor for class org.apache.juneau.collections.ASortedMap
Constructor.
ASortedMap(Comparator<K>) - Constructor for class org.apache.juneau.collections.ASortedMap
Constructor.
ASortedMap(Map<K, V>) - Constructor for class org.apache.juneau.collections.ASortedMap
Copy constructor.
ASortedSet<T> - Class in org.apache.juneau.collections
A fluent TreeSet.
ASortedSet() - Constructor for class org.apache.juneau.collections.ASortedSet
Constructor.
ASortedSet(Comparator<T>) - Constructor for class org.apache.juneau.collections.ASortedSet
Constructor.
ASortedSet(Collection<T>) - Constructor for class org.apache.juneau.collections.ASortedSet
Copy constructor.
asPojoRest(Class<?>) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Parses the output from the body into the specified type and then wraps that in a PojoRest.
asPojoRest(Mutable<PojoRest>, Class<?>) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Same as RestResponseBody.asPojoRest(Class) but sets the value in a mutable for fluent calls.
asPojoRest() - Method in class org.apache.juneau.rest.client2.RestResponseBody
Converts the output from the connection into an OMap and then wraps that in a PojoRest.
asPojoRest(Mutable<PojoRest>) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Same as RestResponseBody.asPojoRest() but sets the value in a mutable for fluent calls.
asQueryString() - Method in class org.apache.juneau.rest.RequestFormData
Converts this object to a query string.
asQueryString() - Method in class org.apache.juneau.rest.RequestQuery
Converts this object to a query string.
asRanges() - Method in class org.apache.juneau.http.header.BasicStringRangeArrayHeader
Returns the list of the types ranges that make up this header.
asReader() - Method in class org.apache.juneau.rest.client2.RestResponseBody
Returns the HTTP response message body as a reader based on the charset on the Content-Type response header.
asReader(Charset) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Returns the HTTP response message body as a reader using the specified charset.
assertArgsOnlyOfType(MethodInfo, Class<?>...) - Static method in exception org.apache.juneau.BasicIllegalArgumentException
Throws a BasicIllegalArgumentException if the specified method does not only contain args of the specified types.
assertArray(Object) - Static method in class org.apache.juneau.assertions.Assertions
Used for assertion calls against arrays.
assertBody() - Method in class org.apache.juneau.rest.client2.RestResponse
Provides the ability to perform fluent-style assertions on this response body.
assertBody(Class<?>) - Method in class org.apache.juneau.rest.client2.RestResponse
Provides the ability to perform fluent-style assertions on this response body.
assertBody(String) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
Throws an AssertionError if the response body does not contain the expected text.
assertBodyBytes() - Method in class org.apache.juneau.rest.client2.RestResponse
Provides the ability to perform fluent-style assertions on the bytes of the response body.
assertBodyContains(String...) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
Throws an AssertionError if the response body does not contain all of the expected substrings.
assertBodyMatches(String) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
Throws an AssertionError if the response body does not match the specified pattern.
assertBodyMatchesRE(String) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
Throws an AssertionError if the response body does not match the specified regular expression.
assertBoolean(Boolean) - Static method in class org.apache.juneau.assertions.Assertions
Used for assertion calls against boolean objects.
assertBytes(byte[]) - Static method in class org.apache.juneau.assertions.Assertions
Used for assertion calls against byte arrays.
assertBytes() - Method in class org.apache.juneau.http.BasicHttpEntity
Returns an assertion on the contents of this entity.
assertBytes() - Method in class org.apache.juneau.rest.client2.RestResponseBody
Provides the ability to perform fluent-style assertions on the bytes of the response body.
assertCharset() - Method in class org.apache.juneau.rest.client2.RestResponse
Provides the ability to perform fluent-style assertions on the response character encoding.
assertCharset(String) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
Throws an AssertionError if the response does not contain the expected character encoding.
assertCode() - Method in class org.apache.juneau.rest.client2.RestResponse
Provides the ability to perform fluent-style assertions on the response status code.
assertCollection(Collection<?>) - Static method in class org.apache.juneau.assertions.Assertions
Used for assertion calls against Collection objects.
assertComparable(Comparable<?>) - Static method in class org.apache.juneau.assertions.Assertions
Used for assertion calls against longs.
assertContains(String...) - Method in class org.apache.juneau.rest.RequestHeader
Asserts that the header contains all the specified substrings.
assertContents() - Method in class org.apache.juneau.rest.mock2.MockConsole
Allows you to perform fluent-style assertions on the contents of this buffer.
assertContents() - Method in class org.apache.juneau.rest.mock2.MockLogger
Allows you to perform fluent-style assertions on the contents of the log file.
assertContentType() - Method in class org.apache.juneau.rest.client2.RestResponse
Provides the ability to perform fluent-style assertions on the response content type.
assertCsvArray() - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Provides the ability to perform fluent-style assertions on comma-separated string headers.
assertCsvArrayHeader(String) - Method in class org.apache.juneau.rest.client2.RestResponse
Provides the ability to perform fluent-style assertions on a date response header.
assertDate(Date) - Static method in class org.apache.juneau.assertions.Assertions
Used for assertion calls against Date objects.
assertDate() - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Provides the ability to perform fluent-style assertions on a date response header.
assertDateHeader(String) - Method in class org.apache.juneau.rest.client2.RestResponse
Provides the ability to perform fluent-style assertions on a date response header.
assertExceptionContainsMessage(Throwable, String) - Static method in class org.apache.juneau.internal.ThrowableUtils
Throws an assertion error if the specified throwable or throwable causes do not contain the specified message string.
assertExists() - Method in class org.apache.juneau.rest.RequestHeader
Asserts that the header equals the specified value.
assertFieldNotNull(Object, String) - Static method in class org.apache.juneau.internal.ThrowableUtils
Throws an IllegalArgumentException if the specified field is null.
assertFieldPositive(int, String) - Static method in class org.apache.juneau.internal.ThrowableUtils
Throws an IllegalArgumentException if the specified field is <=0.
assertHeader(String, String) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
Throws an AssertionError if the response does not contain the expected header value.
assertHeaderContains(String, String...) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
Throws an AssertionError if the response header does not contain all of the expected substrings.
assertInteger(Integer) - Static method in class org.apache.juneau.assertions.Assertions
Used for assertion calls against integers.
assertInteger() - Method in class org.apache.juneau.http.header.BasicIntegerHeader
Provides the ability to perform fluent-style assertions on this header.
assertInteger() - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Provides the ability to perform fluent-style assertions on an integer response header.
assertIntegerHeader(String) - Method in class org.apache.juneau.rest.client2.RestResponse
Provides the ability to perform fluent-style assertions on an integer response header.
Assertion - Class in org.apache.juneau.assertions
Base class for all assertion objects.
Assertion(Assertion) - Constructor for class org.apache.juneau.assertions.Assertion
Constructor used when this assertion is being created from within another assertion.
Assertions - Class in org.apache.juneau.assertions
Main class for creation of assertions for testing.
Assertions() - Constructor for class org.apache.juneau.assertions.Assertions
 
assertLastLevel(Level) - Method in class org.apache.juneau.rest.mock2.MockLogger
Asserts that the last message was logged at the specified level.
assertLastMessage() - Method in class org.apache.juneau.rest.mock2.MockLogger
Asserts that the last message matched the specified message.
assertList(List<?>) - Static method in class org.apache.juneau.assertions.Assertions
Used for assertion calls against Collection objects.
assertList() - Method in class org.apache.juneau.http.header.BasicCsvArrayHeader
Provides the ability to perform fluent-style assertions on this header.
assertLogged() - Method in class org.apache.juneau.rest.mock2.MockLogger
Asserts that this logger was called.
assertLong(Long) - Static method in class org.apache.juneau.assertions.Assertions
Used for assertion calls against longs.
assertLong() - Method in class org.apache.juneau.http.header.BasicLongHeader
Provides the ability to perform fluent-style assertions on this header.
assertLong() - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Provides the ability to perform fluent-style assertions on a long response header.
assertLongHeader(String) - Method in class org.apache.juneau.rest.client2.RestResponse
Provides the ability to perform fluent-style assertions on a long response header.
assertMatches(String) - Method in class org.apache.juneau.rest.RequestHeader
Asserts that the header matches the specified regular expression.
assertMatches(String, int) - Method in class org.apache.juneau.rest.RequestHeader
Asserts that the header matches the specified regular expression.
assertMatches(Pattern) - Method in class org.apache.juneau.rest.RequestHeader
Asserts that the header matches the specified pattern.
assertName() - Method in class org.apache.juneau.http.BasicHeader
Provides an object for performing assertions against the name of this header.
assertName() - Method in class org.apache.juneau.http.BasicNameValuePair
Provides an object for performing assertions against the name of this pair.
assertNoInvalidAnnotations(MethodInfo, Class<? extends Annotation>...) - Static method in exception org.apache.juneau.annotation.InvalidAnnotationException
Throws an InvalidAnnotationException if the specified method contains any of the specified annotations.
assertNotNull(Object, String, Object...) - Method in class org.apache.juneau.assertions.Assertion
Asserts the specified value is not null.
assertNotNull(String, Object) - Method in class org.apache.juneau.assertions.Assertion
Asserts the specified parameter is not null.
assertNotNull(Object, String, Object...) - Static method in class org.apache.juneau.internal.ThrowableUtils
Throws an IllegalArgumentException if the specified object is null.
assertObject(Object) - Static method in class org.apache.juneau.assertions.Assertions
Used for assertion calls against arbitrary POJOs.
assertObject(Class<?>) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Provides the ability to perform fluent-style assertions on this response body.
assertReader(Reader) - Static method in class org.apache.juneau.assertions.Assertions
Used for assertion calls against the contents of readers.
assertRecordCount() - Method in class org.apache.juneau.rest.mock2.MockLogger
Asserts that the specified number of messages have been logged.
assertSameThread(long, String, Object...) - Static method in class org.apache.juneau.internal.ThrowableUtils
Throws an exception if the specified thread ID is not the same as the current thread.
assertSize() - Method in class org.apache.juneau.rest.mock2.MockConsole
Allows you to perform fluent-style assertions on the size of this buffer.
assertStatus() - Method in class org.apache.juneau.rest.client2.RestResponse
Provides the ability to perform fluent-style assertions on the response StatusLine object.
assertStatus(int) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
Throws an AssertionError if the response status does not match the expected status.
assertStream(InputStream) - Static method in class org.apache.juneau.assertions.Assertions
Used for assertion calls against the contents of input streams.
assertString(Object) - Static method in class org.apache.juneau.assertions.Assertions
Used for assertion calls against string objects.
assertString() - Method in class org.apache.juneau.http.BasicHttpEntity
Returns an assertion on the contents of this entity.
assertString() - Method in class org.apache.juneau.http.header.BasicStringHeader
Provides the ability to perform fluent-style assertions on this header.
assertString() - Method in class org.apache.juneau.rest.client2.RestResponseBody
Provides the ability to perform fluent-style assertions on this response body.
assertString() - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Provides the ability to perform fluent-style assertions on this response header.
assertStringHeader(String) - Method in class org.apache.juneau.rest.client2.RestResponse
Provides the ability to perform fluent-style assertions on a response header.
assertThrowable(Throwable) - Static method in class org.apache.juneau.assertions.Assertions
Used for assertion calls against throwable objects.
assertThrown(Snippet) - Static method in class org.apache.juneau.assertions.Assertions
Executes an arbitrary snippet of code and captures anything thrown from it.
assertValue() - Method in class org.apache.juneau.http.BasicHeader
Provides an object for performing assertions against the value of this header.
assertValue() - Method in class org.apache.juneau.http.BasicNameValuePair
Provides an object for performing assertions against the value of this pair.
assertValue(String) - Method in class org.apache.juneau.rest.RequestHeader
Asserts that the header equals the specified value.
assertValue(Predicate<String>) - Method in class org.apache.juneau.rest.RequestHeader
Asserts that the header passes the specified predicate test.
assertZonedDateTime() - Method in class org.apache.juneau.http.header.BasicDateHeader
Provides the ability to perform fluent-style assertions on this header.
assertZonedDateTimeAssertion(ZonedDateTime) - Static method in class org.apache.juneau.assertions.Assertions
Used for assertion calls against ZonedDateTime objects.
asSet(T[]) - Static method in class org.apache.juneau.internal.ArrayUtils
Converts the specified array to a Set.
asSet(Class<T>) - Method in class org.apache.juneau.PropertyStore.Property
Converts this property to the specified set type.
asSpacedHex() - Method in class org.apache.juneau.rest.RequestBody
Returns the HTTP body content as a simple space-delimited hexadecimal character string.
asString(WriterSerializer) - Method in class org.apache.juneau.collections.AList
Convert to a string using the specified serializer.
asString() - Method in class org.apache.juneau.collections.AList
Convert to Simplified JSON.
asString(WriterSerializer) - Method in class org.apache.juneau.collections.AMap
Convert to a string using the specified serializer.
asString() - Method in class org.apache.juneau.collections.AMap
Convert to Simplified JSON.
asString(WriterSerializer) - Method in class org.apache.juneau.collections.ASet
Convert to a string using the specified serializer.
asString() - Method in class org.apache.juneau.collections.ASet
Convert to Simplified JSON.
asString(WriterSerializer) - Method in class org.apache.juneau.collections.ASortedMap
Convert to a string using the specified serializer.
asString() - Method in class org.apache.juneau.collections.ASortedMap
Convert to Simplified JSON.
asString(WriterSerializer) - Method in class org.apache.juneau.collections.ASortedSet
Convert to a string using the specified serializer.
asString() - Method in class org.apache.juneau.collections.ASortedSet
Convert to Simplified JSON.
asString(WriterSerializer) - Method in class org.apache.juneau.collections.OList
Serialize this array to a string using the specified serializer.
asString() - Method in class org.apache.juneau.collections.OList
Serialize this array to Simplified JSON.
asString(WriterSerializer) - Method in class org.apache.juneau.collections.OMap
Serialize this object into a string using the specified serializer.
asString() - Method in class org.apache.juneau.collections.OMap
Serialize this object to Simplified JSON.
asString(ConfigMod...) - Static method in enum org.apache.juneau.config.ConfigMod
Converts an array of modifiers to a modifier string.
asString() - Method in class org.apache.juneau.http.BasicHttpEntity
Converts the contents of this entity as a byte array.
asString() - Method in class org.apache.juneau.parser.ParserPipe
Returns the contents of this pipe as a string.
asString() - Method in class org.apache.juneau.rest.client2.RestResponseBody
Returns the contents of this body as a string.
asString(Mutable<String>) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Same as RestResponseBody.asString() but sets the value in a mutable for fluent calls.
asString() - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Returns the value of this header as a string.
asString(Mutable<String>) - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Same as RestResponseHeader.asString() but sets the value in a mutable for fluent calls.
asString() - Method in class org.apache.juneau.rest.RequestBody
Returns the HTTP body content as a plain string.
asString() - Method in class org.apache.juneau.rest.RequestHeader
Returns the value of this header as a string.
asString(Mutable<String>) - Method in class org.apache.juneau.rest.RequestHeader
Same as RequestHeader.asString() but sets the value in a mutable for fluent calls.
asStringFuture() - Method in class org.apache.juneau.rest.client2.RestResponseBody
Same as RestResponseBody.asString() but allows you to run the call asynchronously.
asStringFuture(Mutable<Future<String>>) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Same as RestResponseBody.asStringFuture() but sets the value in a mutable for fluent calls.
asStringHeader() - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Returns the value of this header as a string header.
asStringOrElse(String) - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Returns the value of this header as a string with a default value.
asStringOrElse(Mutable<String>, String) - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Same as RestResponseHeader.asStringOrElse(String) but sets the value in a mutable for fluent calls.
asStringOrElse(String) - Method in class org.apache.juneau.rest.RequestHeader
Returns the value of this header as a string with a default value.
asStringOrElse(Mutable<String>, String) - Method in class org.apache.juneau.rest.RequestHeader
Same as RequestHeader.asStringOrElse(String) but sets the value in a mutable for fluent calls.
asStringRangeArrayHeader() - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Returns the value of this header as a range array header.
asType(Class<T>) - Method in class org.apache.juneau.httppart.HttpPart
Returns the value of the part converted to a string.
asType(Class<T>) - Method in class org.apache.juneau.rest.RequestBody
Reads the input from the HTTP request parsed into a POJO.
asType(Type, Type...) - Method in class org.apache.juneau.rest.RequestBody
Reads the input from the HTTP request parsed into a POJO.
asURI() - Method in class org.apache.juneau.http.header.BasicUriHeader
Returns this header as a URI.
asUriHeader() - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Returns the value of this header as a URI header.
async(Object) - Method in class org.apache.juneau.dto.html5.Script
async attribute.
asZonedDateTime() - Method in class org.apache.juneau.http.header.BasicDateHeader
Returns this header value as a ZonedDateTime.
AtomBuilder - Class in org.apache.juneau.dto.atom
Various useful static methods for creating ATOM elements.
AtomBuilder() - Constructor for class org.apache.juneau.dto.atom.AtomBuilder
 
AtomFeed - Class in org.apache.juneau.examples.core.dto.atom
Atom feed example.
AtomFeed() - Constructor for class org.apache.juneau.examples.core.dto.atom.AtomFeed
 
AtomFeedResource - Class in org.apache.juneau.examples.rest.dto
Sample resource that shows how to generate ATOM feeds.
AtomFeedResource() - Constructor for class org.apache.juneau.examples.rest.dto.AtomFeedResource
 
AtomHtmlExample - Class in org.apache.juneau.examples.core.dto.atom
Atom feed HTML example.
AtomHtmlExample() - Constructor for class org.apache.juneau.examples.core.dto.atom.AtomHtmlExample
 
AtomJsonExample - Class in org.apache.juneau.examples.core.dto.atom
Atom feed JSON example.
AtomJsonExample() - Constructor for class org.apache.juneau.examples.core.dto.atom.AtomJsonExample
 
AtomXmlExample - Class in org.apache.juneau.examples.core.dto.atom
Atom feed XML example.
AtomXmlExample() - Constructor for class org.apache.juneau.examples.core.dto.atom.AtomXmlExample
 
attr(String, Object) - Method in class org.apache.juneau.dto.html5.HtmlElement
Adds an arbitrary attribute to this element.
attr(String, Object) - Method in class org.apache.juneau.html.HtmlWriter
 
attr(String, String, Object) - Method in class org.apache.juneau.html.HtmlWriter
 
attr(String, String, Object, boolean) - Method in class org.apache.juneau.html.HtmlWriter
 
attr(String, Object, boolean) - Method in class org.apache.juneau.html.HtmlWriter
 
attr(String) - Method in class org.apache.juneau.json.JsonWriter
Serializes the specified object as a JSON attribute name.
Attr - Annotation Type in org.apache.juneau.rest.annotation
REST request attribute annotation.
attr(String, Object) - Method in class org.apache.juneau.rest.RestContextBuilder
Deprecated.
attr(String, Object) - Method in class org.apache.juneau.rest.RestRequest
Shorthand method for calling ServletRequestWrapper.setAttribute(String, Object) fluently.
attr(String, Object) - Method in class org.apache.juneau.rest.RestResponse
Shortcut for calling getRequest().setAttribute(String,Object).
attr(String, String, Object, boolean) - Method in class org.apache.juneau.xml.XmlWriter
Writes an attribute to the output: ns:name='value'
attr(String, Object, boolean) - Method in class org.apache.juneau.xml.XmlWriter
Shortcut for attr(null, name, value, false);
attr(String, String, Object) - Method in class org.apache.juneau.xml.XmlWriter
Shortcut for attr(ns, name, value, false);
attr(Namespace, String, Object) - Method in class org.apache.juneau.xml.XmlWriter
Same as XmlWriter.attr(String, String, Object), except pass in a Namespace object for the namespace.
attr(String, Object) - Method in class org.apache.juneau.xml.XmlWriter
Shortcut for attr(null, name, value, false);
attribute(Object) - Method in class org.apache.juneau.dto.swagger.Xml
attribute(String, Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
attribute(String, Object) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Adds an attribute to the underlying HttpServletRequest object.
attribute(String, Object) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
attributes(Map<String, Object>) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Replaces the attributes on the underlying HttpServletRequest object.
attrs() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
attrs(String...) - Method in class org.apache.juneau.rest.RestContextBuilder
Deprecated.
attrUri(String, Object) - Method in class org.apache.juneau.dto.html5.HtmlElement
Adds an arbitrary URI attribute to this element.
attrUri(Namespace, String, Object) - Method in class org.apache.juneau.xml.XmlWriter
Writes an attribute with a URI value to the output: ns:name='uri-value'
attrUri(String, String, Object) - Method in class org.apache.juneau.xml.XmlWriter
Writes an attribute with a URI value to the output: ns:name='uri-value'
attrUri(String, Object) - Method in class org.apache.juneau.xml.XmlWriter
Append an attribute with a URI value.
Audio - Class in org.apache.juneau.dto.html5
DTO for an HTML <audio> element.
Audio() - Constructor for class org.apache.juneau.dto.html5.Audio
Creates an empty Audio element.
Audio(String) - Constructor for class org.apache.juneau.dto.html5.Audio
Creates an Audio element with the specified Audio.src(Object) attribute.
audio() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Audio element.
audio(String) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an Audio element with the specified Audio.src(Object) attribute.
authenticate(HttpServletResponse) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
authenticate(HttpServletResponse) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
authority - Variable in class org.apache.juneau.UriContext
 
Authorization - Class in org.apache.juneau.http.header
Represents a parsed Authorization HTTP request header.
Authorization(Object) - Constructor for class org.apache.juneau.http.header.Authorization
Constructor.
Authorization(String) - Constructor for class org.apache.juneau.http.header.Authorization
Constructor
authorization(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the value for the Authorization request header.
authorization(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the value for the Authorization request header.
authorization(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the Authorization request header on all requests.
authorization(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the Authorization request header.
authorization(Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Specifies the Authorization header value on the request.
authorization(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
authorizationUrl(Object) - Method in class org.apache.juneau.dto.swagger.SecurityScheme
authors(Person...) - Method in class org.apache.juneau.dto.atom.CommonEntry
Sets the list of authors for this object.
authors(Person...) - Method in class org.apache.juneau.dto.atom.Entry
 
authors(Person...) - Method in class org.apache.juneau.dto.atom.Feed
 
authors(Person...) - Method in class org.apache.juneau.dto.atom.Source
 
authType(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
authType(String) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Overrides the authorization type value on the underlying HttpServletRequest object.
authType(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
autoCloseStreams() - Method in class org.apache.juneau.csv.CsvParserBuilder
 
autoCloseStreams() - Method in class org.apache.juneau.html.HtmlParserBuilder
 
autoCloseStreams() - Method in class org.apache.juneau.jena.RdfParserBuilder
 
autoCloseStreams() - Method in class org.apache.juneau.jso.JsoParserBuilder
 
autoCloseStreams() - Method in class org.apache.juneau.json.JsonParserBuilder
 
autoCloseStreams() - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
autoCloseStreams() - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
autoCloseStreams() - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
autoCloseStreams() - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
autoCloseStreams(boolean) - Method in class org.apache.juneau.parser.ParserBuilder
Deprecated.
autoCloseStreams() - Method in class org.apache.juneau.parser.ParserBuilder
Parser configuration property:  Auto-close streams.
autoCloseStreams(boolean) - Method in class org.apache.juneau.parser.ParserGroupBuilder
Configuration property: Auto-close streams.
autoCloseStreams() - Method in class org.apache.juneau.parser.ParserGroupBuilder
Configuration property: Auto-close streams.
autoCloseStreams() - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
autoCloseStreams() - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
autoCloseStreams(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Auto-close streams.
autoCloseStreams() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Auto-close streams.
autoCloseStreams() - Method in class org.apache.juneau.uon.UonParserBuilder
 
autoCloseStreams() - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
autoCloseStreams() - Method in class org.apache.juneau.xml.XmlParserBuilder
 
autocomplete(String) - Method in class org.apache.juneau.dto.html5.Form
autocomplete attribute.
autocomplete(String) - Method in class org.apache.juneau.dto.html5.Input
autocomplete attribute.
autocomplete(String) - Method in class org.apache.juneau.dto.html5.Textarea
autocomplete attribute.
autoDetectNamespaces(boolean) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  Auto-detect namespace usage.
autoDetectNamespaces(boolean) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
Deprecated.
autoDetectNamespaces(boolean) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
autofocus(Object) - Method in class org.apache.juneau.dto.html5.Button
autofocus attribute.
autofocus(String) - Method in class org.apache.juneau.dto.html5.Input
autofocus attribute.
autofocus(Object) - Method in class org.apache.juneau.dto.html5.Keygen
autofocus attribute.
autofocus(Object) - Method in class org.apache.juneau.dto.html5.Select
autofocus attribute.
autofocus(Boolean) - Method in class org.apache.juneau.dto.html5.Textarea
autofocus attribute.
AutoListSwap<T> - Class in org.apache.juneau.transform
A dynamic POJO swap based on reflection of a Java class that converts POJOs to Lists.
AutoMapSwap<T> - Class in org.apache.juneau.transform
A dynamic POJO swap based on reflection of a Java class that converts POJOs to serializable Maps.
AutoNumberSwap<T> - Class in org.apache.juneau.transform
A dynamic POJO swap based on reflection of a Java class that converts POJOs to Number serializable objects.
AutoObjectSwap<T> - Class in org.apache.juneau.transform
A dynamic POJO swap based on reflection of a Java class that converts POJOs to serializable objects.
autoplay(Object) - Method in class org.apache.juneau.dto.html5.Audio
autoplay attribute.
autoplay(Object) - Method in class org.apache.juneau.dto.html5.Video
autoplay attribute.
available() - Method in class org.apache.juneau.rest.util.BoundedServletInputStream
 

B

B - Class in org.apache.juneau.dto.html5
DTO for an HTML <b> element.
B() - Constructor for class org.apache.juneau.dto.html5.B
Creates an empty B element.
B(Object...) - Constructor for class org.apache.juneau.dto.html5.B
Creates a B element with the specified child nodes.
b() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty B element.
b(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a B element with the specified child nodes.
backoffManager(BackoffManager) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
backoffManager(BackoffManager) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Assigns BackoffManager instance.
backoffManager(BackoffManager) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
BadRequest - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 400 (Bad Request).
BadRequest(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.BadRequest
Constructor.
BadRequest(String) - Constructor for exception org.apache.juneau.http.exception.BadRequest
Constructor.
BadRequest() - Constructor for exception org.apache.juneau.http.exception.BadRequest
Constructor.
BadRequest(String, Object...) - Constructor for exception org.apache.juneau.http.exception.BadRequest
Constructor.
BadRequest(Throwable) - Constructor for exception org.apache.juneau.http.exception.BadRequest
Constructor.
BadRequest - Exception in org.apache.juneau.rest.exception
Deprecated.
BadRequest(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.BadRequest
Deprecated.
Constructor.
BadRequest(String) - Constructor for exception org.apache.juneau.rest.exception.BadRequest
Deprecated.
Constructor.
BadRequest() - Constructor for exception org.apache.juneau.rest.exception.BadRequest
Deprecated.
Constructor.
BadRequest(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.BadRequest
Deprecated.
Constructor.
BadRequest(Throwable) - Constructor for exception org.apache.juneau.rest.exception.BadRequest
Deprecated.
Constructor.
base(Object) - Method in class org.apache.juneau.dto.atom.Category
 
base(Object) - Method in class org.apache.juneau.dto.atom.Common
Sets the URI base of this object.
base(Object) - Method in class org.apache.juneau.dto.atom.Content
 
base(Object) - Method in class org.apache.juneau.dto.atom.Entry
 
base(Object) - Method in class org.apache.juneau.dto.atom.Feed
 
base(Object) - Method in class org.apache.juneau.dto.atom.Generator
 
base(Object) - Method in class org.apache.juneau.dto.atom.Icon
 
base(Object) - Method in class org.apache.juneau.dto.atom.Id
 
base(Object) - Method in class org.apache.juneau.dto.atom.Link
 
base(Object) - Method in class org.apache.juneau.dto.atom.Logo
 
base(Object) - Method in class org.apache.juneau.dto.atom.Person
 
base(Object) - Method in class org.apache.juneau.dto.atom.Source
 
base(Object) - Method in class org.apache.juneau.dto.atom.Text
 
Base - Class in org.apache.juneau.dto.html5
DTO for an HTML <base> element.
Base() - Constructor for class org.apache.juneau.dto.html5.Base
Creates an empty Base element.
Base(Object) - Constructor for class org.apache.juneau.dto.html5.Base
Creates a Base element with the specified Base.href(Object) attribute.
base() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Base element.
base(Object) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Base element with the specified Base.href(Object) attribute.
base64() - Method in class org.apache.juneau.assertions.FluentByteArrayAssertion
Converts this byte array to a base-64 encoded string and returns it as a new assertion.
Base64(PropertyStore) - Constructor for class org.apache.juneau.msgpack.MsgPackParser.Base64
Constructor.
Base64(PropertyStore) - Constructor for class org.apache.juneau.msgpack.MsgPackSerializer.Base64
Constructor.
Base64() - Constructor for class org.apache.juneau.transforms.ByteArraySwap.Base64
 
Base64() - Constructor for class org.apache.juneau.transforms.InputStreamSwap.Base64
 
base64Decode(String) - Static method in class org.apache.juneau.internal.StringUtils
BASE64-decodes the specified string.
base64DecodeToString(String) - Static method in class org.apache.juneau.internal.StringUtils
Shortcut for calling base64Decode(String) and converting the result to a UTF-8 encoded string.
base64Encode(byte[]) - Static method in class org.apache.juneau.internal.StringUtils
BASE64-encodes the specified byte array.
base64EncodeToString(String) - Static method in class org.apache.juneau.internal.StringUtils
Shortcut for calling base64Encode(in.getBytes("UTF-8"))
BaseHttpPartParser - Class in org.apache.juneau.httppart
Base class for implementations of HttpPartParser
BaseHttpPartParser() - Constructor for class org.apache.juneau.httppart.BaseHttpPartParser
 
BaseHttpPartParserSession - Class in org.apache.juneau.httppart
Base class for implementations of HttpPartParserSession
BaseHttpPartParserSession() - Constructor for class org.apache.juneau.httppart.BaseHttpPartParserSession
 
BaseHttpPartSerializer - Class in org.apache.juneau.httppart
Base class for implementations of HttpPartSerializer
BaseHttpPartSerializer() - Constructor for class org.apache.juneau.httppart.BaseHttpPartSerializer
 
BaseHttpPartSerializerSession - Class in org.apache.juneau.httppart
Base class for implementations of HttpPartSerializerSession
BaseHttpPartSerializerSession() - Constructor for class org.apache.juneau.httppart.BaseHttpPartSerializerSession
 
baseNames(String...) - Method in class org.apache.juneau.cp.MessagesBuilder
Specifies the base name patterns to use for finding the resource bundle.
basePath(Object) - Method in class org.apache.juneau.dto.swagger.Swagger
BaseProvider - Class in org.apache.juneau.rest.jaxrs
Base class for defining JAX-RS providers based on Juneau serializers and parsers.
BaseProvider() - Constructor for class org.apache.juneau.rest.jaxrs.BaseProvider
Constructor.
BASIC - Static variable in interface org.apache.juneau.ResourceResolver
Look for constructors where the arguments passed in must match exactly.
BasicAssertionError - Error in org.apache.juneau
An extension of AssertionError with helper constructors for messages with message-style arguments.
BasicAssertionError(String, Object...) - Constructor for error org.apache.juneau.BasicAssertionError
Constructor.
BasicAssertionError(Throwable, String, Object...) - Constructor for error org.apache.juneau.BasicAssertionError
Constructor.
basicAuth(String, int, String, String) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
basicAuth(String, int, String, String) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Set up this client to use BASIC auth.
basicAuth(String, int, String, String) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
BasicBeanDefMapper - Class in org.apache.juneau.jsonschema
Simple implementation of the BeanDefMapper interface.
BasicBeanDefMapper() - Constructor for class org.apache.juneau.jsonschema.BasicBeanDefMapper
Default constructor.
BasicBeanDefMapper(String) - Constructor for class org.apache.juneau.jsonschema.BasicBeanDefMapper
Constructor that allows you to override the URI pattern.
BasicCsvArrayHeader - Class in org.apache.juneau.http.header
Category of headers that consist of a comma-delimited list of string values.
BasicCsvArrayHeader(String, Object) - Constructor for class org.apache.juneau.http.header.BasicCsvArrayHeader
Constructor.
BasicDateHeader - Class in org.apache.juneau.http.header
Category of headers that consist of a single HTTP-date.
BasicDateHeader(String, Object) - Constructor for class org.apache.juneau.http.header.BasicDateHeader
Constructor.
BasicEntityTagArrayHeader - Class in org.apache.juneau.http.header
Category of headers that consist of a comma-delimited list of entity validator values.
BasicEntityTagArrayHeader(String, Object) - Constructor for class org.apache.juneau.http.header.BasicEntityTagArrayHeader
Constructor.
BasicEntityTagHeader - Class in org.apache.juneau.http.header
Category of headers that consist of a single entity validator value.
BasicEntityTagHeader(String, Object) - Constructor for class org.apache.juneau.http.header.BasicEntityTagHeader
Constructor.
BasicException - Exception in org.apache.juneau
Subclass of non-runtime exceptions that take in a message and zero or more arguments.
BasicException(String, Object...) - Constructor for exception org.apache.juneau.BasicException
Constructor.
BasicException(Throwable, String, Object...) - Constructor for exception org.apache.juneau.BasicException
Constructor.
BasicException(Throwable) - Constructor for exception org.apache.juneau.BasicException
Constructor.
BasicHeader - Class in org.apache.juneau.http
Superclass of all headers defined in this package.
BasicHeader(String, Object) - Constructor for class org.apache.juneau.http.BasicHeader
Constructor.
BasicHtmlDocTemplate - Class in org.apache.juneau.html
A basic template for the HTML doc serializer.
BasicHtmlDocTemplate() - Constructor for class org.apache.juneau.html.BasicHtmlDocTemplate
 
BasicHttpEntity - Class in org.apache.juneau.http
An extension of BasicHttpEntity with additional features.
BasicHttpEntity(Object) - Constructor for class org.apache.juneau.http.BasicHttpEntity
Creates a new basic entity.
BasicHttpEntity(Object, ContentType, ContentEncoding) - Constructor for class org.apache.juneau.http.BasicHttpEntity
Constructor.
BasicHttpRequestRetryHandler - Class in org.apache.juneau.rest.client2.ext
An extension of StandardHttpRequestRetryHandler that adds support for a retry interval.
BasicHttpRequestRetryHandler(int, int, boolean) - Constructor for class org.apache.juneau.rest.client2.ext.BasicHttpRequestRetryHandler
Create the request retry handler.
BasicHttpResource - Class in org.apache.juneau.http
An extension of an HttpEntity with support for arbitrary headers.
BasicHttpResource(Object) - Constructor for class org.apache.juneau.http.BasicHttpResource
Constructor.
BasicHttpResource(Object, ContentType, ContentEncoding) - Constructor for class org.apache.juneau.http.BasicHttpResource
Constructor.
BasicIllegalArgumentException - Exception in org.apache.juneau
Subclass of illegal-argument exceptions that take in a message and zero or more arguments.
BasicIllegalArgumentException(String, Object...) - Constructor for exception org.apache.juneau.BasicIllegalArgumentException
Constructor.
BasicIllegalArgumentException(Throwable, String, Object...) - Constructor for exception org.apache.juneau.BasicIllegalArgumentException
Constructor.
BasicIntegerHeader - Class in org.apache.juneau.http.header
Category of headers that consist of a single integer value.
BasicIntegerHeader(String, Object) - Constructor for class org.apache.juneau.http.header.BasicIntegerHeader
Constructor.
BasicIsoDate() - Constructor for class org.apache.juneau.transforms.TemporalCalendarSwap.BasicIsoDate
Constructor.
BasicIsoDate() - Constructor for class org.apache.juneau.transforms.TemporalDateSwap.BasicIsoDate
Constructor.
BasicIsoDate() - Constructor for class org.apache.juneau.transforms.TemporalSwap.BasicIsoDate
Constructor.
BasicJettyMicroserviceListener - Class in org.apache.juneau.microservice.jetty
Basic extensible microservice listener with default no-op method implementations.
BasicJettyMicroserviceListener() - Constructor for class org.apache.juneau.microservice.jetty.BasicJettyMicroserviceListener
 
BasicJettyServerFactory - Class in org.apache.juneau.microservice.jetty
Basic implementation of a Jetty server factory.
BasicJettyServerFactory() - Constructor for class org.apache.juneau.microservice.jetty.BasicJettyServerFactory
 
BasicJsonRest - Interface in org.apache.juneau.rest.config
Basic configuration for a REST resource that supports JSON transport.
BasicLongHeader - Class in org.apache.juneau.http.header
Category of headers that consist of a single long value.
BasicLongHeader(String, Object) - Constructor for class org.apache.juneau.http.header.BasicLongHeader
Constructor.
BasicMediaRangeArrayHeader - Class in org.apache.juneau.http.header
Category of headers that consist of multiple parameterized string values.
BasicMediaRangeArrayHeader(String, Object) - Constructor for class org.apache.juneau.http.header.BasicMediaRangeArrayHeader
Constructor
BasicMediaTypeHeader - Class in org.apache.juneau.http.header
Category of headers that consist of a single parameterized string value.
BasicMediaTypeHeader(String, Object) - Constructor for class org.apache.juneau.http.header.BasicMediaTypeHeader
Constructor
BasicMicroserviceListener - Class in org.apache.juneau.microservice
Basic extensible microservice listener with default no-op method implementations.
BasicMicroserviceListener() - Constructor for class org.apache.juneau.microservice.BasicMicroserviceListener
 
BasicNameValuePair - Class in org.apache.juneau.http
Subclass of NameValuePair for serializing POJOs as URL-encoded form post entries.
BasicNameValuePair(String, Object) - Constructor for class org.apache.juneau.http.BasicNameValuePair
Constructor.
BasicOpenApiRest - Interface in org.apache.juneau.rest.config
Basic configuration for a REST resource that supports OpenAPI transport.
BasicProvider - Class in org.apache.juneau.rest.jaxrs
JAX-RS provider for the same serialize/parse support provided by the BasicRestServlet class.
BasicProvider() - Constructor for class org.apache.juneau.rest.jaxrs.BasicProvider
 
BasicResourceFinder - Class in org.apache.juneau.cp
Utility class for finding resources for a class.
BasicResourceFinder() - Constructor for class org.apache.juneau.cp.BasicResourceFinder
Constructor.
BasicResourceFinder(boolean, boolean) - Constructor for class org.apache.juneau.cp.BasicResourceFinder
Constructor.
BasicResourceResolver - Class in org.apache.juneau
Basic implementation of a resource resolver.
BasicResourceResolver() - Constructor for class org.apache.juneau.BasicResourceResolver
 
BasicRest - Class in org.apache.juneau.rest
Identical to BasicRestServlet but doesn't extend from HttpServlet.
BasicRest() - Constructor for class org.apache.juneau.rest.BasicRest
 
BasicRestCallHandler - Class in org.apache.juneau.rest.client2
Default HTTP call handler.
BasicRestCallHandler(RestClient) - Constructor for class org.apache.juneau.rest.client2.BasicRestCallHandler
Constructor.
BasicRestCallInterceptor - Class in org.apache.juneau.rest.client2
A default implementation of a RestCallInterceptor.
BasicRestCallInterceptor() - Constructor for class org.apache.juneau.rest.client2.BasicRestCallInterceptor
 
BasicRestCallLogger - Class in org.apache.juneau.rest
Default implementation of the RestCallLogger interface.
BasicRestCallLogger(RestContext) - Constructor for class org.apache.juneau.rest.BasicRestCallLogger
Constructor.
BasicRestCallLogger(Logger, StackTraceDatabase) - Constructor for class org.apache.juneau.rest.BasicRestCallLogger
Constructor.
BasicRestConfig - Interface in org.apache.juneau.rest
Deprecated.
BasicRestGroup - Class in org.apache.juneau.rest
Identical to BasicRestServletGroup but doesn't extend from HttpServlet.
BasicRestGroup() - Constructor for class org.apache.juneau.rest.BasicRestGroup
 
BasicRestInfoProvider - Class in org.apache.juneau.rest
Default implementation of RestInfoProvider.
BasicRestInfoProvider(RestContext) - Constructor for class org.apache.juneau.rest.BasicRestInfoProvider
Constructor.
BasicRestJena - Class in org.apache.juneau.rest
Identical to BasicRestServletJena but doesn't extend from HttpServlet
BasicRestJena() - Constructor for class org.apache.juneau.rest.BasicRestJena
 
BasicRestJenaGroup - Class in org.apache.juneau.rest
Identical to BasicRestServletJenaGroup but doesn't extend from HttpServlet
BasicRestJenaGroup() - Constructor for class org.apache.juneau.rest.BasicRestJenaGroup
 
BasicRestLogger - Class in org.apache.juneau.rest
Deprecated.
BasicRestLogger(RestContext) - Constructor for class org.apache.juneau.rest.BasicRestLogger
Deprecated.
Constructor.
BasicRestMethods - Interface in org.apache.juneau.rest
TODO
BasicRestResourceResolver - Class in org.apache.juneau.rest
Denotes the default resolver for child resources.
BasicRestResourceResolver() - Constructor for class org.apache.juneau.rest.BasicRestResourceResolver
 
BasicRestServlet - Class in org.apache.juneau.rest
Subclass of RestServlet with default serializers and parsers defined.
BasicRestServlet() - Constructor for class org.apache.juneau.rest.BasicRestServlet
 
BasicRestServletGroup - Class in org.apache.juneau.rest
Specialized subclass of BasicRestServlet for showing "group" pages.
BasicRestServletGroup() - Constructor for class org.apache.juneau.rest.BasicRestServletGroup
 
BasicRestServletJena - Class in org.apache.juneau.rest
Resource servlet with additional RDF support.
BasicRestServletJena() - Constructor for class org.apache.juneau.rest.BasicRestServletJena
 
BasicRestServletJenaGroup - Class in org.apache.juneau.rest
Resource group with additional RDF support.
BasicRestServletJenaGroup() - Constructor for class org.apache.juneau.rest.BasicRestServletJenaGroup
 
BasicRuntimeException - Exception in org.apache.juneau
Subclass of runtime exceptions that take in a message and zero or more arguments.
BasicRuntimeException(String, Object...) - Constructor for exception org.apache.juneau.BasicRuntimeException
Constructor.
BasicRuntimeException(Throwable, String, Object...) - Constructor for exception org.apache.juneau.BasicRuntimeException
Constructor.
BasicSimpleJsonRest - Interface in org.apache.juneau.rest.config
Basic configuration for a REST resource that supports simplified JSON transport.
BasicStringHeader - Class in org.apache.juneau.http.header
Category of headers that consist of a single string value.
BasicStringHeader(String, Object) - Constructor for class org.apache.juneau.http.header.BasicStringHeader
Constructor
BasicStringRangeArrayHeader - Class in org.apache.juneau.http.header
Category of headers that consist of simple comma-delimited lists of strings with q-values.
BasicStringRangeArrayHeader(String, Object) - Constructor for class org.apache.juneau.http.header.BasicStringRangeArrayHeader
Constructor.
BasicUniversalRest - Interface in org.apache.juneau.rest.config
Basic configuration for a REST resource that supports all languages.
BasicUriHeader - Class in org.apache.juneau.http.header
Category of headers that consist of a single URL value.
BasicUriHeader(String, Object) - Constructor for class org.apache.juneau.http.header.BasicUriHeader
Constructor
Bdi - Class in org.apache.juneau.dto.html5
DTO for an HTML <bdi> element.
Bdi() - Constructor for class org.apache.juneau.dto.html5.Bdi
Creates an empty Bdi element.
Bdi(Object) - Constructor for class org.apache.juneau.dto.html5.Bdi
Creates a Bdi element with the specified Bdi.text(Object) node.
bdi() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Bdi element.
bdi(Object) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Bdi element with the specified Bdi.text(Object) node.
Bdo - Class in org.apache.juneau.dto.html5
DTO for an HTML <bdo> element.
Bdo() - Constructor for class org.apache.juneau.dto.html5.Bdo
Creates an empty Bdo element.
Bdo(String, Object...) - Constructor for class org.apache.juneau.dto.html5.Bdo
Creates a Bdo element with the specified Bdo.dir(String) attribute and child nodes.
bdo() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Bdo element.
bdo(String, Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Bdo element with the specified Bdo.dir(String) attribute and child nodes.
Bean - Annotation Type in org.apache.juneau.annotation
Used to tailor how beans get interpreted by the framework.
bean - Variable in class org.apache.juneau.BeanMap
The wrapped object.
BEAN_annotations - Static variable in class org.apache.juneau.BeanContext
Configuration property: Annotations.
BEAN_beanClassVisibility - Static variable in class org.apache.juneau.BeanContext
Configuration property: Minimum bean class visibility.
BEAN_beanConstructorVisibility - Static variable in class org.apache.juneau.BeanContext
Configuration property: Minimum bean constructor visibility.
BEAN_beanDictionary - Static variable in class org.apache.juneau.BeanContext
Configuration property: Bean dictionary.
BEAN_beanDictionary_add - Static variable in class org.apache.juneau.BeanContext
Configuration property: Add to bean dictionary.
BEAN_beanDictionary_remove - Static variable in class org.apache.juneau.BeanContext
Configuration property: Remove from bean dictionary.
BEAN_beanFieldVisibility - Static variable in class org.apache.juneau.BeanContext
Configuration property: Minimum bean field visibility.
BEAN_beanFilters - Static variable in class org.apache.juneau.BeanContext
Deprecated.
BEAN_beanFilters_add - Static variable in class org.apache.juneau.BeanContext
Deprecated.
BEAN_beanFilters_remove - Static variable in class org.apache.juneau.BeanContext
Deprecated.
BEAN_beanMapPutReturnsOldValue - Static variable in class org.apache.juneau.BeanContext
Configuration property: BeanMap.put() returns old property value.
BEAN_beanMethodVisibility - Static variable in class org.apache.juneau.BeanContext
Configuration property: Minimum bean method visibility.
BEAN_beansRequireDefaultConstructor - Static variable in class org.apache.juneau.BeanContext
Configuration property: Beans require no-arg constructors.
BEAN_beansRequireSerializable - Static variable in class org.apache.juneau.BeanContext
Configuration property: Beans require Serializable interface.
BEAN_beansRequireSettersForGetters - Static variable in class org.apache.juneau.BeanContext
Configuration property: Beans require setters for getters.
BEAN_beansRequireSomeProperties - Static variable in class org.apache.juneau.BeanContext
Configuration property: Beans require at least one property.
BEAN_bpi - Static variable in class org.apache.juneau.BeanContext
Deprecated.
BEAN_bpro - Static variable in class org.apache.juneau.BeanContext
Deprecated.
BEAN_bpwo - Static variable in class org.apache.juneau.BeanContext
Deprecated.
BEAN_bpx - Static variable in class org.apache.juneau.BeanContext
Deprecated.
BEAN_examples - Static variable in class org.apache.juneau.BeanContext
Configuration property: POJO examples.
BEAN_excludeProperties - Static variable in class org.apache.juneau.BeanContext
Deprecated.
BEAN_fluentSetters - Static variable in class org.apache.juneau.BeanContext
Configuration property: Find fluent setters.
BEAN_ignoreInvocationExceptionsOnGetters - Static variable in class org.apache.juneau.BeanContext
Configuration property: Ignore invocation errors on getters.
BEAN_ignoreInvocationExceptionsOnSetters - Static variable in class org.apache.juneau.BeanContext
Configuration property: Ignore invocation errors on setters.
BEAN_ignorePropertiesWithoutSetters - Static variable in class org.apache.juneau.BeanContext
Configuration property: Ignore properties without setters.
BEAN_ignoreTransientFields - Static variable in class org.apache.juneau.BeanContext
Configuration property: Ignore transient fields.
BEAN_ignoreUnknownBeanProperties - Static variable in class org.apache.juneau.BeanContext
Configuration property: Ignore unknown properties.
BEAN_ignoreUnknownNullBeanProperties - Static variable in class org.apache.juneau.BeanContext
Configuration property: Ignore unknown properties with null values.
BEAN_implClasses - Static variable in class org.apache.juneau.BeanContext
Configuration property: Implementation classes.
BEAN_includeProperties - Static variable in class org.apache.juneau.BeanContext
Deprecated.
BEAN_notBeanClasses - Static variable in class org.apache.juneau.BeanContext
Configuration property: Bean class exclusions.
BEAN_notBeanClasses_add - Static variable in class org.apache.juneau.BeanContext
Configuration property: Add to classes that should not be considered beans.
BEAN_notBeanClasses_remove - Static variable in class org.apache.juneau.BeanContext
Configuration property: Remove from classes that should not be considered beans.
BEAN_notBeanPackages - Static variable in class org.apache.juneau.BeanContext
Configuration property: Bean package exclusions.
BEAN_notBeanPackages_add - Static variable in class org.apache.juneau.BeanContext
Configuration property: Add to packages whose classes should not be considered beans.
BEAN_notBeanPackages_remove - Static variable in class org.apache.juneau.BeanContext
Configuration property: Remove from packages whose classes should not be considered beans.
BEAN_pojoSwaps - Static variable in class org.apache.juneau.BeanContext
Deprecated.
BEAN_pojoSwaps_add - Static variable in class org.apache.juneau.BeanContext
Deprecated.
BEAN_pojoSwaps_remove - Static variable in class org.apache.juneau.BeanContext
Deprecated.
BEAN_propertyNamer - Static variable in class org.apache.juneau.BeanContext
Configuration property: Bean property namer.
BEAN_sortProperties - Static variable in class org.apache.juneau.BeanContext
Configuration property: Sort bean properties.
BEAN_swaps - Static variable in class org.apache.juneau.BeanContext
Configuration property: Java object swaps.
BEAN_swaps_add - Static variable in class org.apache.juneau.BeanContext
Configuration property: Add to swap classes.
BEAN_swaps_remove - Static variable in class org.apache.juneau.BeanContext
Configuration property: Remove from swap classes.
BEAN_typePropertyName - Static variable in class org.apache.juneau.BeanContext
Configuration property: Bean type property name.
BEAN_useEnumNames - Static variable in class org.apache.juneau.BeanContext
Configuration property: Use enum names.
BEAN_useInterfaceProxies - Static variable in class org.apache.juneau.BeanContext
Configuration property: Use interface proxies.
BEAN_useJavaBeanIntrospector - Static variable in class org.apache.juneau.BeanContext
Configuration property: Use Java Introspector.
BeanAnnotation - Class in org.apache.juneau.annotation
A concrete implementation of the Bean annotation.
BeanAnnotation(String) - Constructor for class org.apache.juneau.annotation.BeanAnnotation
Constructor.
BeanAnnotation(Class<?>) - Constructor for class org.apache.juneau.annotation.BeanAnnotation
Constructor.
Beanc - Annotation Type in org.apache.juneau.annotation
Maps constructor arguments to property names on beans with read-only properties.
BeancAnnotation - Class in org.apache.juneau.annotation
A concrete implementation of the Beanc annotation.
BeancAnnotation(String) - Constructor for class org.apache.juneau.annotation.BeancAnnotation
Constructor.
BeancAnnotation(Constructor<?>) - Constructor for class org.apache.juneau.annotation.BeancAnnotation
Constructor.
beanClassVisibility(Visibility) - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Minimum bean class visibility.
beanClassVisibility(Visibility) - Method in class org.apache.juneau.BeanTraverseBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.json.JsonParserBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.parser.ParserBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.rest.RestContextBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.uon.UonParserBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
beanClassVisibility(Visibility) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
BeanConfig - Annotation Type in org.apache.juneau.annotation
Annotation for specifying config properties defined in BeanContext and BeanTraverseContext.
BeanConfigApply - Class in org.apache.juneau.annotation
Applies BeanConfig annotations to a PropertyStoreBuilder.
BeanConfigApply(Class<BeanConfig>, VarResolverSession) - Constructor for class org.apache.juneau.annotation.BeanConfigApply
Constructor.
BeanConstructor - Annotation Type in org.apache.juneau.annotation
Deprecated.
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Minimum bean constructor visibility.
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.BeanTraverseBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.json.JsonParserBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.parser.ParserBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.rest.RestContextBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.uon.UonParserBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
BeanContext - Class in org.apache.juneau
Core class of the Juneau architecture.
BeanContext(PropertyStore) - Constructor for class org.apache.juneau.BeanContext
Constructor.
beanContext(BeanContext) - Method in class org.apache.juneau.utils.BeanDiff.Builder
Specifies the bean context to use for introspecting beans.
BeanContextBuilder - Class in org.apache.juneau
Builder class for building instances of serializers, parsers, and bean contexts.
BeanContextBuilder() - Constructor for class org.apache.juneau.BeanContextBuilder
Constructor.
BeanContextBuilder(PropertyStore) - Constructor for class org.apache.juneau.BeanContextBuilder
Constructor.
beanDefMapper(Class<? extends BeanDefMapper>) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
HtmlSchemaSerializer configuration property:  Schema definition mapper.
beanDefMapper(BeanDefMapper) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
HtmlSchemaSerializer configuration property:  Bean schema definition mapper.
beanDefMapper(Class<? extends BeanDefMapper>) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
JsonSchemaSerializer configuration property:  Schema definition mapper.
beanDefMapper(BeanDefMapper) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
JsonSchemaSerializer configuration property:  Bean schema definition mapper.
BeanDefMapper - Interface in org.apache.juneau.jsonschema
Interface used to retrieve identifiers and URIs for bean classes.
beanDefMapper(Class<? extends BeanDefMapper>) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
JsonSchemaGenerator configuration property:  Schema definition mapper.
beanDefMapper(BeanDefMapper) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
JsonSchemaGenerator configuration property:  Bean schema definition mapper.
BeanDefMapper.Null - Interface in org.apache.juneau.jsonschema
Represents the absence of a bean definition mapper class.
BeanDescription - Class in org.apache.juneau.rest.helper
Simple serializable bean description.
BeanDescription(Class<?>) - Constructor for class org.apache.juneau.rest.helper.BeanDescription
Constructor
BeanDescription.BeanPropertyDescription - Class in org.apache.juneau.rest.helper
Information about a bean property.
beanDictionary() - Method in class org.apache.juneau.annotation.BeanAnnotation
 
beanDictionary(Class<?>...) - Method in class org.apache.juneau.annotation.BeanAnnotation
Sets the beanDictionary property on this annotation.
beanDictionary(Object...) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
beanDictionary(Class<?>...) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
beanDictionary(Class<?>...) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
beanDictionary(Object...) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
beanDictionary(Class<?>...) - Method in class org.apache.juneau.transform.BeanFilterBuilder
Deprecated.
beanDictionary(Class<?>...) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
beanDictionary(Object...) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
BeanDictionaryList - Class in org.apache.juneau
Represents a collection of bean classes that make up a bean dictionary.
BeanDictionaryList(Class<?>...) - Constructor for class org.apache.juneau.BeanDictionaryList
Constructor.
BeanDictionaryMap - Class in org.apache.juneau
Represents a map of dictionary type names to bean classes that make up a bean dictionary.
BeanDictionaryMap() - Constructor for class org.apache.juneau.BeanDictionaryMap
Constructor.
beanDictionaryRemove(Class<?>...) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
beanDictionaryRemove(Object...) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
beanDictionaryRemove(Class<?>...) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
beanDictionaryRemove(Object...) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
beanDictionaryRemove(Class<?>...) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
beanDictionaryRemove(Object...) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
beanDictionaryReplace(Class<?>...) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
beanDictionaryReplace(Object...) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
beanDictionaryReplace(Class<?>...) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
beanDictionaryReplace(Object...) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
beanDictionaryReplace(Class<?>...) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
beanDictionaryReplace(Object...) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
BeanDiff - Class in org.apache.juneau.utils
Utility class for comparing two versions of a POJO.
BeanDiff(BeanContext, T, T, Set<String>, Set<String>) - Constructor for class org.apache.juneau.utils.BeanDiff
Constructor.
BeanDiff.Builder<T> - Class in org.apache.juneau.utils
Builder class.
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Minimum bean field visibility.
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.BeanTraverseBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.json.JsonParserBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.parser.ParserBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.rest.RestContextBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.uon.UonParserBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
beanFieldVisibility(Visibility) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
beanFilter - Variable in class org.apache.juneau.BeanMeta
Optional bean filter associated with the target class.
BeanFilter - Class in org.apache.juneau.transform
Parent class for all bean filters.
BeanFilterBuilder<T> - Class in org.apache.juneau.transform
Builder class for BeanFilter objects.
BeanFilterBuilder() - Constructor for class org.apache.juneau.transform.BeanFilterBuilder
Constructor.
BeanFilterBuilder(Class<?>) - Constructor for class org.apache.juneau.transform.BeanFilterBuilder
Constructor.
beanFilters(Object...) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
beanFilters() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
beanFilters(Object...) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
beanFilters(Object...) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
beanFiltersRemove(Object...) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
beanFiltersRemove(Object...) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
beanFiltersRemove(Object...) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
beanFiltersReplace(Object...) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
beanFiltersReplace(Object...) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
beanFiltersReplace(Object...) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
BeanIgnore - Annotation Type in org.apache.juneau.annotation
Ignore classes, fields, and methods from being interpreted as bean or bean components.
BeanIgnoreAnnotation - Class in org.apache.juneau.annotation
A concrete implementation of the BeanIgnore annotation.
BeanIgnoreAnnotation(String) - Constructor for class org.apache.juneau.annotation.BeanIgnoreAnnotation
Constructor.
BeanIgnoreAnnotation(Class<?>) - Constructor for class org.apache.juneau.annotation.BeanIgnoreAnnotation
Constructor.
BeanIgnoreAnnotation(Method) - Constructor for class org.apache.juneau.annotation.BeanIgnoreAnnotation
Constructor.
BeanIgnoreAnnotation(Field) - Constructor for class org.apache.juneau.annotation.BeanIgnoreAnnotation
Constructor.
BeanIgnoreAnnotation(Constructor<?>) - Constructor for class org.apache.juneau.annotation.BeanIgnoreAnnotation
Constructor.
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.BeanContextBuilder
Bean interceptor.
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.BeanTraverseBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.json.JsonParserBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.parser.ParserBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.rest.RestContextBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
BeanInterceptor<T> - Class in org.apache.juneau.transform
Bean interceptor.
BeanInterceptor() - Constructor for class org.apache.juneau.transform.BeanInterceptor
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.uon.UonParserBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
BeanInterceptor.Default - Class in org.apache.juneau.transform
Default interceptor
BeanMap<T> - Class in org.apache.juneau
Java bean wrapper class.
BeanMap(BeanSession, T, BeanMeta<T>) - Constructor for class org.apache.juneau.BeanMap
Instance of this class are instantiated through the BeanContext class.
BeanMapEntry - Class in org.apache.juneau
Represents a single entry in a bean map.
BeanMapEntry(BeanMap<?>, BeanPropertyMeta, String) - Constructor for class org.apache.juneau.BeanMapEntry
Constructor.
beanMapPutReturnsOldValue(boolean) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  BeanMap.put() returns old property value.
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.BeanTraverseBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.csv.CsvParserBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.html.HtmlParserBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.jena.RdfParserBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.jso.JsoParserBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.json.JsonParserBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.parser.ParserBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
beanMapPutReturnsOldValue(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.rest.RestContextBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.serializer.SerializerBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.uon.UonParserBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.xml.XmlParserBuilder
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
beanMapPutReturnsOldValue(boolean) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
beanMapPutReturnsOldValue() - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
BeanMeta<T> - Class in org.apache.juneau
Encapsulates all access to the properties of a bean class (like a souped-up BeanInfo).
BeanMeta(ClassMeta<T>, BeanContext, BeanFilter, String[]) - Constructor for class org.apache.juneau.BeanMeta
Constructor.
BeanMetaFiltered<T> - Class in org.apache.juneau
Same as BeanMeta, except the list of bean properties are limited by a @Beanp(bpi) annotation.
BeanMetaFiltered(BeanMeta<T>, String[]) - Constructor for class org.apache.juneau.BeanMetaFiltered
Wrapper constructor.
BeanMetaFiltered(BeanMeta<T>, Collection<String>) - Constructor for class org.apache.juneau.BeanMetaFiltered
Wrapper constructor.
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Minimum bean method visibility.
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.BeanTraverseBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.json.JsonParserBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.parser.ParserBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.rest.RestContextBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.uon.UonParserBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
beanMethodVisibility(Visibility) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
Beanp - Annotation Type in org.apache.juneau.annotation
Used tailor how bean properties get interpreted by the framework.
BeanpAnnotation - Class in org.apache.juneau.annotation
A concrete implementation of the Beanp annotation.
BeanpAnnotation(String) - Constructor for class org.apache.juneau.annotation.BeanpAnnotation
Constructor.
BeanpAnnotation(Method) - Constructor for class org.apache.juneau.annotation.BeanpAnnotation
Constructor.
BeanpAnnotation(Field) - Constructor for class org.apache.juneau.annotation.BeanpAnnotation
Constructor.
BeanProperty - Annotation Type in org.apache.juneau.annotation
Deprecated.
BeanPropertyDescription(String, ClassMeta<?>) - Constructor for class org.apache.juneau.rest.helper.BeanDescription.BeanPropertyDescription
Constructor.
BeanPropertyMeta - Class in org.apache.juneau
Contains metadata about a bean property.
BeanPropertyMeta(BeanPropertyMeta.Builder) - Constructor for class org.apache.juneau.BeanPropertyMeta
Creates a new BeanPropertyMeta using the contents of the specified builder.
BeanPropertyMeta.Builder - Class in org.apache.juneau
BeanPropertyMeta builder class.
BeanPropertyValue - Class in org.apache.juneau
Represents a simple bean property value and the meta-data associated with it.
BeanPropertyValue(BeanPropertyMeta, String, Object, Throwable) - Constructor for class org.apache.juneau.BeanPropertyValue
Constructor.
BeanProxyInvocationHandler<T> - Class in org.apache.juneau
Provides an InvocationHandler for creating beans from bean interfaces.
BeanProxyInvocationHandler(BeanMeta<T>) - Constructor for class org.apache.juneau.BeanProxyInvocationHandler
Constructs with the specified BeanMeta.
BeanRecursionException - Exception in org.apache.juneau
Exception that indicates that a recursion was detected while traversing a POJO model.
BeanRecursionException(String, Object...) - Constructor for exception org.apache.juneau.BeanRecursionException
Constructor.
beanRegistry(BeanRegistry) - Method in class org.apache.juneau.BeanPropertyMeta.Builder
Sets the bean registry to use with this bean property.
BeanRegistry - Class in org.apache.juneau
A lookup table for resolving bean types by name.
BeanRuntimeException - Exception in org.apache.juneau
General bean runtime operation exception.
BeanRuntimeException(Throwable, Class<?>, String, Object...) - Constructor for exception org.apache.juneau.BeanRuntimeException
Constructor.
BeanRuntimeException(String) - Constructor for exception org.apache.juneau.BeanRuntimeException
Constructor.
BeanRuntimeException(String, Object...) - Constructor for exception org.apache.juneau.BeanRuntimeException
Constructor.
BeanRuntimeException(Class<?>, String, Object...) - Constructor for exception org.apache.juneau.BeanRuntimeException
Constructor.
BeanRuntimeException(Throwable) - Constructor for exception org.apache.juneau.BeanRuntimeException
Constructor.
beansDontRequireSomeProperties() - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Beans require at least one property.
beansDontRequireSomeProperties() - Method in class org.apache.juneau.BeanTraverseBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.csv.CsvParserBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.html.HtmlParserBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.jena.RdfParserBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.jso.JsoParserBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.json.JsonParserBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.parser.ParserBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.rest.RestContextBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.serializer.SerializerBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.uon.UonParserBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.xml.XmlParserBuilder
 
beansDontRequireSomeProperties() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
BeanSession - Class in org.apache.juneau
Session object that lives for the duration of a single use of Serializer or Parser.
BeanSession(BeanContext, BeanSessionArgs) - Constructor for class org.apache.juneau.BeanSession
Create a new session using properties specified in the context.
BeanSessionArgs - Class in org.apache.juneau
Runtime arguments common to all bean, serializer, and parser sessions.
BeanSessionArgs() - Constructor for class org.apache.juneau.BeanSessionArgs
Constructor
beansRequireDefaultConstructor(boolean) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
beansRequireDefaultConstructor() - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Beans require no-arg constructors.
beansRequireDefaultConstructor() - Method in class org.apache.juneau.BeanTraverseBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.csv.CsvParserBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.html.HtmlParserBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.jena.RdfParserBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.jso.JsoParserBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.json.JsonParserBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.parser.ParserBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
beansRequireDefaultConstructor(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.rest.RestContextBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.serializer.SerializerBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.uon.UonParserBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.xml.XmlParserBuilder
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
beansRequireDefaultConstructor(boolean) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
beansRequireDefaultConstructor() - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
beansRequireSerializable(boolean) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
beansRequireSerializable() - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Beans require Serializable interface.
beansRequireSerializable() - Method in class org.apache.juneau.BeanTraverseBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.csv.CsvParserBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.html.HtmlParserBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.jena.RdfParserBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.jso.JsoParserBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.json.JsonParserBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.parser.ParserBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
beansRequireSerializable(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
beansRequireSerializable() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
beansRequireSerializable() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.rest.RestContextBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.serializer.SerializerBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.uon.UonParserBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.xml.XmlParserBuilder
 
beansRequireSerializable() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
beansRequireSerializable(boolean) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
beansRequireSerializable() - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
beansRequireSettersForGetters(boolean) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
beansRequireSettersForGetters() - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Beans require setters for getters.
beansRequireSettersForGetters() - Method in class org.apache.juneau.BeanTraverseBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.csv.CsvParserBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.html.HtmlParserBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.jena.RdfParserBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.jso.JsoParserBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.json.JsonParserBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.parser.ParserBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
beansRequireSettersForGetters(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.rest.RestContextBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.serializer.SerializerBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.uon.UonParserBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.xml.XmlParserBuilder
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
beansRequireSettersForGetters(boolean) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
beansRequireSettersForGetters() - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
beansRequireSomeProperties(boolean) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
beansRequireSomeProperties(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
beansRequireSomeProperties(boolean) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
BeanStringSwap<T> - Class in org.apache.juneau.transforms
Transforms beans into Strings by simply calling the Object.toString() method.
BeanStringSwap() - Constructor for class org.apache.juneau.transforms.BeanStringSwap
 
BEANTRAVERSE_detectRecursions - Static variable in class org.apache.juneau.BeanTraverseContext
Configuration property: Automatically detect POJO recursions.
BEANTRAVERSE_ignoreRecursions - Static variable in class org.apache.juneau.BeanTraverseContext
Configuration property: Ignore recursion errors.
BEANTRAVERSE_initialDepth - Static variable in class org.apache.juneau.BeanTraverseContext
Configuration property: Initial depth.
BEANTRAVERSE_maxDepth - Static variable in class org.apache.juneau.BeanTraverseContext
Configuration property: Max traversal depth.
BeanTraverseBuilder - Class in org.apache.juneau
Builder class for building instances of bean traversals.
BeanTraverseBuilder() - Constructor for class org.apache.juneau.BeanTraverseBuilder
Constructor, default settings.
BeanTraverseBuilder(PropertyStore) - Constructor for class org.apache.juneau.BeanTraverseBuilder
Constructor.
BeanTraverseContext - Class in org.apache.juneau
Parent class for all classes that traverse POJOs.
BeanTraverseContext(PropertyStore) - Constructor for class org.apache.juneau.BeanTraverseContext
Constructor
BeanTraverseSession - Class in org.apache.juneau
Session that lives for the duration of a single use of BeanTraverseContext.
BeanTraverseSession(BeanTraverseContext, BeanSessionArgs) - Constructor for class org.apache.juneau.BeanTraverseSession
Create a new session using properties specified in the context.
beanUri() - Method in class org.apache.juneau.jena.annotation.RdfAnnotation
 
beanUri(boolean) - Method in class org.apache.juneau.jena.annotation.RdfAnnotation
Sets the beanUri property on this annotation.
BINARY - Static variable in class org.apache.juneau.http.annotation.FormatType
 
BinaryFormat - Enum in org.apache.juneau
Possible values for encoding of byte arrays as strings.
binaryFormat(BinaryFormat) - Method in class org.apache.juneau.config.ConfigBuilder
Config configuration property:  Binary value format.
binaryFormat(BinaryFormat) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
binaryFormat(BinaryFormat) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
binaryFormat(BinaryFormat) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
binaryFormat(BinaryFormat) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
binaryFormat(BinaryFormat) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
InputStreamParser configuration property:  Binary input format.
binaryFormat(String) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
Deprecated.
binaryFormat(BinaryFormat) - Method in class org.apache.juneau.parser.ParserGroupBuilder
Configuration property: Binary input format.
binaryFormat(BinaryFormat) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
OutputStreamSerializer configuration property:  Binary output format.
binaryFormat(String) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
Deprecated.
binaryInputFormat(BinaryFormat) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Binary input format.
binaryLineLength(int) - Method in class org.apache.juneau.config.ConfigBuilder
Config configuration property:  Binary value line length.
binaryOutputFormat(BinaryFormat) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Binary string format.
binaryOutputFormat(BinaryFormat) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Configuration property: Binary string format.
Blockquote - Class in org.apache.juneau.dto.html5
DTO for an HTML <blockquote> element.
Blockquote() - Constructor for class org.apache.juneau.dto.html5.Blockquote
Creates an empty Blockquote element.
Blockquote(Object...) - Constructor for class org.apache.juneau.dto.html5.Blockquote
Creates a Blockquote element with the specified child nodes.
blockquote() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Blockquote element.
blockquote(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Blockquote element with the specified child nodes.
Body - Class in org.apache.juneau.dto.html5
DTO for an HTML <body> element.
Body() - Constructor for class org.apache.juneau.dto.html5.Body
Creates an empty Body element.
Body(Object...) - Constructor for class org.apache.juneau.dto.html5.Body
Creates a Body element with the specified child nodes.
body() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Body element.
body(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Body element with the specified child nodes.
body(HtmlDocSerializerSession, HtmlWriter, Object) - Method in class org.apache.juneau.html.BasicHtmlDocTemplate
Renders the contents of the <body> element.
Body - Annotation Type in org.apache.juneau.http.annotation
REST request body annotation.
body(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the input for this REST call.
body(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the body of this request.
body(Object, HttpPartSchema) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the body of this request.
body(Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
body(Object) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
body(Object) - Method in interface org.apache.juneau.utils.MockHttpRequest
Deprecated.
Sets the body of the request.
BodyAnnotation - Class in org.apache.juneau.http.annotation
A concrete implementation of the Body annotation.
BodyAnnotation() - Constructor for class org.apache.juneau.http.annotation.BodyAnnotation
 
bodyString(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the body of this request as straight text bypassing the serializer.
bool(String) - Method in class org.apache.juneau.ConfigApply
Resolves the specified string and converts it to a boolean.
BOOLEAN - Static variable in class org.apache.juneau.http.annotation.ParameterType
 
BOOLEAN_CONVERTER - Static variable in interface org.apache.juneau.PropertyConverter
Converts objects to booleans.
BooleanAssertion - Class in org.apache.juneau.assertions
Used for assertion calls against booleans.
BooleanAssertion(Boolean) - Constructor for class org.apache.juneau.assertions.BooleanAssertion
Creator.
BooleanOrSchemaArraySwap() - Constructor for class org.apache.juneau.dto.jsonschema.JsonSchema.BooleanOrSchemaArraySwap
 
BooleanOrSchemaSwap() - Constructor for class org.apache.juneau.dto.jsonschema.JsonSchema.BooleanOrSchemaSwap
 
border(Object) - Method in class org.apache.juneau.dto.html5.Table
border attribute.
BoundedServletInputStream - Class in org.apache.juneau.rest.util
ServletInputStream wrapper around a normal input stream with support for limiting input.
BoundedServletInputStream(InputStream, long) - Constructor for class org.apache.juneau.rest.util.BoundedServletInputStream
Wraps the specified input stream.
BoundedServletInputStream(ServletInputStream, long) - Constructor for class org.apache.juneau.rest.util.BoundedServletInputStream
Wraps the specified input stream.
BoundedServletInputStream(byte[]) - Constructor for class org.apache.juneau.rest.util.BoundedServletInputStream
Wraps the specified byte array.
bpi() - Method in class org.apache.juneau.annotation.BeanAnnotation
 
bpi(String) - Method in class org.apache.juneau.annotation.BeanAnnotation
Sets the bpi property on this annotation.
bpi(Class<?>, String) - Method in class org.apache.juneau.BeanContextBuilder
Bean property includes.
bpi(Map<String, Object>) - Method in class org.apache.juneau.BeanContextBuilder
Bean property includes.
bpi(String, String) - Method in class org.apache.juneau.BeanContextBuilder
Bean property includes.
bpi(Map<String, Object>) - Method in class org.apache.juneau.BeanTraverseBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.BeanTraverseBuilder
 
bpi(String, String) - Method in class org.apache.juneau.BeanTraverseBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
bpi(String, String) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
bpi(String, String) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
bpi(String, String) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
bpi(String, String) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
bpi(String, String) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
bpi(String, String) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
bpi(String, String) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
bpi(String, String) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
bpi(String, String) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
bpi(String, String) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
bpi(String, String) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.json.JsonParserBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.json.JsonParserBuilder
 
bpi(String, String) - Method in class org.apache.juneau.json.JsonParserBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
bpi(String, String) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
bpi(String, String) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
bpi(String, String) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
bpi(String, String) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
bpi(String, String) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
bpi(String, String) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
bpi(String, String) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
bpi(String, String) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
bpi(String, String) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
bpi(String, String) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.parser.ParserBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.parser.ParserBuilder
 
bpi(String, String) - Method in class org.apache.juneau.parser.ParserBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
bpi(String, String) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
bpi(String, String) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
bpi(String, String) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
bpi(String, String) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
bpi() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
bpi(Class<?>, String) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
bpi(String, String) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
bpi(String, String) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
bpi(String, String) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.rest.RestContextBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.rest.RestContextBuilder
 
bpi(String, String) - Method in class org.apache.juneau.rest.RestContextBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
bpi(String, String) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
bpi(String, String) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
bpi(String, String) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
bpi(String, String) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
bpi(String, String) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
bpi(String, String) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
bpi(String...) - Method in class org.apache.juneau.transform.BeanFilterBuilder
Configuration property: Bean property includes.
bpi(Map<String, Object>) - Method in class org.apache.juneau.uon.UonParserBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.uon.UonParserBuilder
 
bpi(String, String) - Method in class org.apache.juneau.uon.UonParserBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
bpi(String, String) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
bpi(String, String) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
bpi(String, String) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
bpi(String, String) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
bpi(String, String) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
bpi(Class<?>, String) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
bpi(Map<String, Object>) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
bpi(String, String) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
bpro() - Method in class org.apache.juneau.annotation.BeanAnnotation
 
bpro(String) - Method in class org.apache.juneau.annotation.BeanAnnotation
Sets the bpro property on this annotation.
bpro(Class<?>, String) - Method in class org.apache.juneau.BeanContextBuilder
Read-only bean properties.
bpro(Map<String, Object>) - Method in class org.apache.juneau.BeanContextBuilder
Read-only bean properties.
bpro(String, String) - Method in class org.apache.juneau.BeanContextBuilder
Read-only bean properties.
bpro(Map<String, Object>) - Method in class org.apache.juneau.BeanTraverseBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.BeanTraverseBuilder
 
bpro(String, String) - Method in class org.apache.juneau.BeanTraverseBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
bpro(String, String) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
bpro(String, String) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
bpro(String, String) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
bpro(String, String) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
bpro(String, String) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
bpro(String, String) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
bpro(String, String) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
bpro(String, String) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
bpro(String, String) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
bpro(String, String) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
bpro(String, String) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.json.JsonParserBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.json.JsonParserBuilder
 
bpro(String, String) - Method in class org.apache.juneau.json.JsonParserBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
bpro(String, String) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
bpro(String, String) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
bpro(String, String) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
bpro(String, String) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
bpro(String, String) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
bpro(String, String) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
bpro(String, String) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
bpro(String, String) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
bpro(String, String) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
bpro(String, String) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.parser.ParserBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.parser.ParserBuilder
 
bpro(String, String) - Method in class org.apache.juneau.parser.ParserBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
bpro(String, String) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
bpro(String, String) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
bpro(String, String) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
bpro(String, String) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
bpro(String, String) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
bpro(String, String) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
bpro(String, String) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.rest.RestContextBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.rest.RestContextBuilder
 
bpro(String, String) - Method in class org.apache.juneau.rest.RestContextBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
bpro(String, String) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
bpro(String, String) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
bpro(String, String) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
bpro(String, String) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
bpro(String, String) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
bpro(String, String) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
bpro(String...) - Method in class org.apache.juneau.transform.BeanFilterBuilder
Configuration property: Read-only bean properties.
bpro(Map<String, Object>) - Method in class org.apache.juneau.uon.UonParserBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.uon.UonParserBuilder
 
bpro(String, String) - Method in class org.apache.juneau.uon.UonParserBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
bpro(String, String) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
bpro(String, String) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
bpro(String, String) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
bpro(String, String) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
bpro(String, String) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
bpro(Class<?>, String) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
bpro(Map<String, Object>) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
bpro(String, String) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
bpwo() - Method in class org.apache.juneau.annotation.BeanAnnotation
 
bpwo(String) - Method in class org.apache.juneau.annotation.BeanAnnotation
Sets the bpwo property on this annotation.
bpwo(Class<?>, String) - Method in class org.apache.juneau.BeanContextBuilder
Write-only bean properties.
bpwo(Map<String, Object>) - Method in class org.apache.juneau.BeanContextBuilder
Write-only bean properties.
bpwo(String, String) - Method in class org.apache.juneau.BeanContextBuilder
Write-only bean properties.
bpwo(Map<String, Object>) - Method in class org.apache.juneau.BeanTraverseBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.BeanTraverseBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.BeanTraverseBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.json.JsonParserBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.json.JsonParserBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.json.JsonParserBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.parser.ParserBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.parser.ParserBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.parser.ParserBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
bpwo(String, String) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.rest.RestContextBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.rest.RestContextBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.rest.RestContextBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
bpwo(String...) - Method in class org.apache.juneau.transform.BeanFilterBuilder
Configuration property: Write-only bean properties.
bpwo(Map<String, Object>) - Method in class org.apache.juneau.uon.UonParserBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.uon.UonParserBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.uon.UonParserBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
bpwo(String, String) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
bpwo(Class<?>, String) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
bpwo(Map<String, Object>) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
bpwo(String, String) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
bpx() - Method in class org.apache.juneau.annotation.BeanAnnotation
 
bpx(String) - Method in class org.apache.juneau.annotation.BeanAnnotation
Sets the bpx property on this annotation.
bpx(Class<?>, String) - Method in class org.apache.juneau.BeanContextBuilder
Bean property excludes.
bpx(Map<String, Object>) - Method in class org.apache.juneau.BeanContextBuilder
Bean property excludes.
bpx(String, String) - Method in class org.apache.juneau.BeanContextBuilder
Bean property excludes.
bpx(Map<String, Object>) - Method in class org.apache.juneau.BeanTraverseBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.BeanTraverseBuilder
 
bpx(String, String) - Method in class org.apache.juneau.BeanTraverseBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
bpx(String, String) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
bpx(String, String) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
bpx(String, String) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
bpx(String, String) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
bpx(String, String) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
bpx(String, String) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
bpx(String, String) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
bpx(String, String) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
bpx(String, String) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
bpx(String, String) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
bpx(String, String) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.json.JsonParserBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.json.JsonParserBuilder
 
bpx(String, String) - Method in class org.apache.juneau.json.JsonParserBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
bpx(String, String) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
bpx(String, String) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
bpx(String, String) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
bpx(String, String) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
bpx(String, String) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
bpx(String, String) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
bpx(String, String) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
bpx(String, String) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
bpx(String, String) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
bpx(String, String) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.parser.ParserBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.parser.ParserBuilder
 
bpx(String, String) - Method in class org.apache.juneau.parser.ParserBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
bpx(String, String) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
bpx(String, String) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
bpx(String, String) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
bpx(String, String) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
bpx() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
bpx(Class<?>, String) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
bpx(String, String) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
bpx(String, String) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
bpx(String, String) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.rest.RestContextBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.rest.RestContextBuilder
 
bpx(String, String) - Method in class org.apache.juneau.rest.RestContextBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
bpx(String, String) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
bpx(String, String) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
bpx(String, String) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
bpx(String, String) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
bpx(String, String) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
bpx(String, String) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
bpx(String...) - Method in class org.apache.juneau.transform.BeanFilterBuilder
Configuration property: Bean property excludes.
bpx(Map<String, Object>) - Method in class org.apache.juneau.uon.UonParserBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.uon.UonParserBuilder
 
bpx(String, String) - Method in class org.apache.juneau.uon.UonParserBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
bpx(String, String) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
bpx(String, String) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
bpx(String, String) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
bpx(String, String) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
bpx(String, String) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
bpx(Class<?>, String) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
bpx(Map<String, Object>) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
bpx(String, String) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
Br - Class in org.apache.juneau.dto.html5
DTO for an HTML <br> element.
Br() - Constructor for class org.apache.juneau.dto.html5.Br
Creates an empty Br element.
br() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Br element.
branch(String) - Method in class org.apache.juneau.server.config.repository.GitControl
 
buffSize(int) - Method in class org.apache.juneau.utils.IOPipe
Specifies the temporary buffer size.
build() - Method in class org.apache.juneau.BeanContextBuilder
 
build() - Method in class org.apache.juneau.BeanPropertyMeta.Builder
 
build() - Method in class org.apache.juneau.BeanTraverseBuilder
 
build() - Method in class org.apache.juneau.config.ConfigBuilder
 
build() - Method in class org.apache.juneau.config.store.ConfigClasspathStoreBuilder
 
build() - Method in class org.apache.juneau.config.store.ConfigFileStoreBuilder
 
build() - Method in class org.apache.juneau.config.store.ConfigMemoryStoreBuilder
 
build() - Method in class org.apache.juneau.config.store.ConfigStoreBuilder
 
build() - Method in class org.apache.juneau.ContextBuilder
Build the object.
build(Class<T>) - Method in class org.apache.juneau.ContextBuilder
Build a new instance of the specified object.
build() - Method in class org.apache.juneau.cp.MessagesBuilder
Creates a new Messages based on the setting of this builder.
build() - Method in class org.apache.juneau.csv.CsvParserBuilder
 
build() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
build() - Method in class org.apache.juneau.encoders.EncoderGroupBuilder
Creates a new EncoderGroup object using a snapshot of the settings defined in this builder.
build() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
build() - Method in class org.apache.juneau.html.HtmlParserBuilder
 
build() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
build() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
build() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
build() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Instantiates a new HttpPartSchema object based on the configuration of this builder.
build() - Method in class org.apache.juneau.internal.AsciiSet.Builder
Create a new AsciiSet object with the contents of this builder.
build() - Method in class org.apache.juneau.internal.FileReaderBuilder
Creates a new File reader.
build() - Method in class org.apache.juneau.internal.FileWriterBuilder
Creates a new File writer.
build() - Method in class org.apache.juneau.jena.RdfParserBuilder
 
build() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
build() - Method in class org.apache.juneau.jso.JsoParserBuilder
 
build() - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
build() - Method in class org.apache.juneau.json.JsonParserBuilder
 
build() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
build() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
build() - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
build() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
build() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
build() - Method in class org.apache.juneau.microservice.jetty.JettyMicroserviceBuilder
 
build() - Method in class org.apache.juneau.microservice.MicroserviceBuilder
Instantiate a new microservice using the settings defined on this builder.
build() - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
build() - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
build() - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
build() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
build() - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
build() - Method in class org.apache.juneau.parser.ParserBuilder
 
build() - Method in class org.apache.juneau.parser.ParserGroupBuilder
Creates a new ParserGroup object using a snapshot of the settings defined in this builder.
build() - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
build() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
build() - Method in class org.apache.juneau.PropertyStoreBuilder
Creates a new PropertyStore based on the values in this builder.
build() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
build() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
build(Class<T>) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
build(Object) - Static method in class org.apache.juneau.rest.mock2.MockRestClient
Creates a new RestClient with no registered serializer or parser.
build() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
build(Class<T>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
build() - Method in class org.apache.juneau.rest.RestCallLoggerConfig.Builder
Creates the RestCallLoggerConfig object based on settings on this builder.
build() - Method in class org.apache.juneau.rest.RestCallLoggerRule.Builder
Instantiates a new RestCallLoggerRule object using the settings in this builder.
build() - Method in class org.apache.juneau.rest.RestContextBuilder
 
build() - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
build() - Method in class org.apache.juneau.serializer.SerializerBuilder
 
build() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Creates a new SerializerGroup object using a snapshot of the settings defined in this builder.
build() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
build() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
build() - Method in class org.apache.juneau.svl.VarResolverBuilder
Create a new var resolver using the settings in this builder.
build() - Method in class org.apache.juneau.transform.BeanFilterBuilder
Creates a BeanFilter with settings in this builder class.
build(BeanSession, B, ClassMeta<?>) - Method in class org.apache.juneau.transform.BuilderSwap
Creates a new POJO from the specified builder.
build() - Method in class org.apache.juneau.uon.UonParserBuilder
 
build() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
build() - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
build() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
build() - Method in class org.apache.juneau.utils.BeanDiff.Builder
Build the differences.
build() - Method in class org.apache.juneau.utils.ReflectionMap.Builder
Create new instance of ReflectionMap based on the contents of this builder.
build() - Method in class org.apache.juneau.utils.SearchArgs.Builder
Construct the SearchArgs object.
build() - Method in class org.apache.juneau.xml.XmlParserBuilder
 
build() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
build() - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
Builder - Annotation Type in org.apache.juneau.annotation
Identifies a class as a builder for a POJO class.
builder() - Method in class org.apache.juneau.BeanContext
 
builder(BeanMeta<?>, String) - Static method in class org.apache.juneau.BeanPropertyMeta
builder() - Method in class org.apache.juneau.BeanTraverseContext
 
builder() - Method in class org.apache.juneau.config.Config
 
builder() - Method in class org.apache.juneau.config.store.ConfigClasspathStore
 
builder() - Method in class org.apache.juneau.config.store.ConfigFileStore
 
builder() - Method in class org.apache.juneau.config.store.ConfigMemoryStore
 
builder() - Method in class org.apache.juneau.Context
Creates a builder from this context object.
builder() - Method in class org.apache.juneau.csv.CsvParser
 
builder() - Method in class org.apache.juneau.csv.CsvSerializer
 
builder() - Method in class org.apache.juneau.encoders.EncoderGroup
Returns a builder that's a copy of the settings on this encoder group.
builder() - Method in class org.apache.juneau.html.HtmlDocSerializer
 
builder() - Method in class org.apache.juneau.html.HtmlParser
 
builder() - Method in class org.apache.juneau.html.HtmlSchemaSerializer
 
builder() - Method in class org.apache.juneau.html.HtmlSerializer
 
builder() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer
 
Builder() - Constructor for class org.apache.juneau.internal.AsciiSet.Builder
 
builder() - Method in class org.apache.juneau.jena.RdfParser
 
builder() - Method in class org.apache.juneau.jena.RdfSerializer
 
builder() - Method in class org.apache.juneau.jso.JsoParser
 
builder() - Method in class org.apache.juneau.jso.JsoSerializer
 
builder() - Method in class org.apache.juneau.json.JsonParser
 
builder() - Method in class org.apache.juneau.json.JsonSchemaSerializer
 
builder() - Method in class org.apache.juneau.json.JsonSerializer
 
builder() - Method in class org.apache.juneau.json.SimpleJsonParser
 
builder() - Method in class org.apache.juneau.json.SimpleJsonSerializer
 
builder() - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator
 
builder() - Method in class org.apache.juneau.msgpack.MsgPackParser
 
builder() - Method in class org.apache.juneau.msgpack.MsgPackSerializer
 
builder() - Method in class org.apache.juneau.oapi.OpenApiParser
 
builder() - Method in class org.apache.juneau.oapi.OpenApiSerializer
 
builder() - Method in class org.apache.juneau.parser.Parser
 
builder() - Method in class org.apache.juneau.parser.ParserGroup
Returns a builder that's a copy of the settings on this parser group.
builder() - Method in class org.apache.juneau.plaintext.PlainTextParser
 
builder() - Method in class org.apache.juneau.plaintext.PlainTextSerializer
 
builder() - Method in class org.apache.juneau.PropertyStore
Creates a new property store builder initialized with the values in this property store.
builder() - Method in class org.apache.juneau.rest.client.RestClient
Deprecated.
 
builder() - Method in class org.apache.juneau.rest.client2.RestClient
 
Builder() - Constructor for class org.apache.juneau.rest.RestCallLoggerConfig.Builder
 
Builder() - Constructor for class org.apache.juneau.rest.RestCallLoggerRule.Builder
 
builder() - Method in class org.apache.juneau.serializer.Serializer
 
builder() - Method in class org.apache.juneau.serializer.SerializerGroup
Returns a builder that's a copy of the settings on this serializer group.
builder() - Method in class org.apache.juneau.soap.SoapXmlSerializer
 
builder() - Method in class org.apache.juneau.svl.VarResolver
Returns a new builder object using the settings in this resolver as a base.
Builder<T> - Interface in org.apache.juneau.transform
Identifies a class as being a builder for a bean class.
builder() - Method in class org.apache.juneau.uon.UonParser
 
builder() - Method in class org.apache.juneau.uon.UonSerializer
 
builder() - Method in class org.apache.juneau.urlencoding.UrlEncodingParser
 
builder() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializer
 
Builder() - Constructor for class org.apache.juneau.utils.BeanDiff.Builder
 
Builder() - Constructor for class org.apache.juneau.utils.ReflectionMap.Builder
 
builder() - Static method in class org.apache.juneau.utils.SearchArgs
Creates a new builder for SearchArgs
Builder() - Constructor for class org.apache.juneau.utils.SearchArgs.Builder
 
builder() - Method in class org.apache.juneau.xml.XmlParser
 
builder() - Method in class org.apache.juneau.xml.XmlSerializer
 
BuilderSwap<T,B> - Class in org.apache.juneau.transform
Specialized transform for builder classes.
BuilderSwap(Class<T>, Class<B>, Constructor<T>, Constructor<B>, MethodInfo, MethodInfo) - Constructor for class org.apache.juneau.transform.BuilderSwap
Constructor.
buildJson(Object) - Static method in class org.apache.juneau.rest.mock2.MockRestClient
Creates a new RestClient with JSON marshalling support.
buildJsonLax(Object) - Static method in class org.apache.juneau.rest.mock2.MockRestClient
Creates a new RestClient with JSON marshalling support.
buildLax(Object) - Static method in class org.apache.juneau.rest.mock2.MockRestClient
Creates a new RestClient with no registered serializer or parser.
buildSimpleJson(Object) - Static method in class org.apache.juneau.rest.mock2.MockRestClient
Creates a new RestClient with Simplified-JSON marshalling support.
buildSimpleJsonLax(Object) - Static method in class org.apache.juneau.rest.mock2.MockRestClient
Creates a new RestClient with Simplified-JSON marshalling support.
Button - Class in org.apache.juneau.dto.html5
DTO for an HTML <button> element.
Button() - Constructor for class org.apache.juneau.dto.html5.Button
Creates an empty Button element.
Button(String) - Constructor for class org.apache.juneau.dto.html5.Button
Creates a Button element with the specified Button.type(String) attribute.
Button(String, Object...) - Constructor for class org.apache.juneau.dto.html5.Button
Creates a Button element with the specified Button.type(String) attribute and Button.children(Object[]) nodes.
button() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Button element.
button(String) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Button element with the specified Button.type(String) attribute.
button(String, Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Button element with the specified Button.type(String) attribute and Button.children(Object[]) nodes.
byLines() - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
When output is piped to writers, flush the writers after every line of output.
byLines(boolean) - Method in class org.apache.juneau.utils.IOPipe
Specifies whether the content should be piped line-by-line.
byLines() - Method in class org.apache.juneau.utils.IOPipe
Same as calling IOPipe.byLines() with true.
byLines() - Method in class org.apache.juneau.utils.ProcBuilder
Use by-lines mode.
BYTE - Static variable in class org.apache.juneau.http.annotation.FormatType
 
ByteArrayAssertion - Class in org.apache.juneau.assertions
Used for assertion calls against byte arrays.
ByteArrayAssertion(byte[]) - Constructor for class org.apache.juneau.assertions.ByteArrayAssertion
Creator.
ByteArrayBase64Swap - Class in org.apache.juneau.transforms
Deprecated.
ByteArrayBase64Swap() - Constructor for class org.apache.juneau.transforms.ByteArrayBase64Swap
Deprecated.
 
ByteArrayInOutStream - Class in org.apache.juneau.internal
Subclass of a ByteArrayOutputStream that avoids a byte array copy when reading from an input stream.
ByteArrayInOutStream() - Constructor for class org.apache.juneau.internal.ByteArrayInOutStream
 
ByteArraySwap - Class in org.apache.juneau.transforms
Transforms byte[] arrays to Strings.
ByteArraySwap() - Constructor for class org.apache.juneau.transforms.ByteArraySwap
 
ByteArraySwap.Base64 - Class in org.apache.juneau.transforms
Converts byte arrays to BASE-64 encoding.
ByteArraySwap.Hex - Class in org.apache.juneau.transforms
Converts byte arrays to hex encoding.
ByteArraySwap.SpacedHex - Class in org.apache.juneau.transforms
Converts byte arrays to spaced-hex encoding.

C

c - Variable in class org.apache.juneau.BeanMeta
The target class that this meta object describes.
cache() - Method in class org.apache.juneau.http.BasicHttpEntity
Specifies that the contents of this resource should be cached into an internal byte array so that it can be read multiple times.
cache(boolean) - Method in class org.apache.juneau.http.BasicHttpEntity
Specifies that the contents of this resource should be cached into an internal byte array so that it can be read multiple times.
cache() - Method in class org.apache.juneau.http.BasicHttpResource
 
cache(boolean) - Method in class org.apache.juneau.http.BasicHttpResource
 
cache() - Method in class org.apache.juneau.http.SerializedHttpEntity
 
cache(boolean) - Method in class org.apache.juneau.http.SerializedHttpEntity
 
Cache<K,V> - Class in org.apache.juneau.internal
Simple in-memory cache of objects.
Cache(boolean, int) - Constructor for class org.apache.juneau.internal.Cache
Constructor.
cache() - Method in class org.apache.juneau.rest.client2.RestResponseBody
Causes the contents of the response body to be stored so that it can be repeatedly read.
CACHE_MAX_SIZE - Static variable in class org.apache.juneau.http.Constants
Maximum cache size of HTTP artifacts.
cacheBody() - Method in class org.apache.juneau.rest.client2.RestResponse
Caches the response body so that it can be read as a stream multiple times.
CacheControl - Class in org.apache.juneau.http.header
Represents a parsed Cache-Control HTTP request header.
CacheControl(Object) - Constructor for class org.apache.juneau.http.header.CacheControl
Constructor.
CacheControl(String) - Constructor for class org.apache.juneau.http.header.CacheControl
Constructor
cacheControl(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the value for the Cache-Control request header.
cacheControl(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the value for the Cache-Control request header.
cacheControl(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the Cache-Control request header on all requests.
cacheControl(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the Cache-Control request header.
cacheControl(Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Specifies the Cache-Control header value on the request.
cacheControl(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
CachingHttpServletRequest - Class in org.apache.juneau.rest.util
Wraps an HttpServletRequest and preloads the body into memory for debugging purposes.
CachingHttpServletRequest(HttpServletRequest) - Constructor for class org.apache.juneau.rest.util.CachingHttpServletRequest
Constructor.
CachingHttpServletResponse - Class in org.apache.juneau.rest.util
Wraps an HttpServletResponse and caches the output stream in a separate buffer for debugging purposes.
CachingHttpServletResponse(HttpServletResponse) - Constructor for class org.apache.juneau.rest.util.CachingHttpServletResponse
Constructor.
CalendarLongSwap - Class in org.apache.juneau.transforms
Deprecated.
CalendarLongSwap() - Constructor for class org.apache.juneau.transforms.CalendarLongSwap
Deprecated.
 
CalendarMapSwap - Class in org.apache.juneau.transforms
Deprecated.
CalendarMapSwap() - Constructor for class org.apache.juneau.transforms.CalendarMapSwap
Deprecated.
 
CalendarSwap - Class in org.apache.juneau.transforms
Deprecated.
CalendarSwap() - Constructor for class org.apache.juneau.transforms.CalendarSwap
Deprecated.
 
CalendarSwap.DateFull - Class in org.apache.juneau.transforms
Deprecated.
Transforms Calendars to DateFormat.FULL date strings.
CalendarSwap.DateLong - Class in org.apache.juneau.transforms
Deprecated.
Transforms Calendars to DateFormat.LONG date strings.
CalendarSwap.DateMedium - Class in org.apache.juneau.transforms
Deprecated.
Transforms Calendars to DateFormat.MEDIUM date strings.
CalendarSwap.DateShort - Class in org.apache.juneau.transforms
Deprecated.
Transforms Calendars to DateFormat.SHORT date strings.
CalendarSwap.DateSimple - Class in org.apache.juneau.transforms
Deprecated.
Transforms Calendars to simple "yyyy/MM/dd" date strings.
CalendarSwap.DateTimeFull - Class in org.apache.juneau.transforms
Deprecated.
Transforms Calendars to DateFormat.FULL date-time strings.
CalendarSwap.DateTimeLong - Class in org.apache.juneau.transforms
Deprecated.
Transforms Calendars to DateFormat.LONG date-time strings.
CalendarSwap.DateTimeMedium - Class in org.apache.juneau.transforms
Deprecated.
Transforms Calendars to DateFormat.MEDIUM date-time strings.
CalendarSwap.DateTimeShort - Class in org.apache.juneau.transforms
Deprecated.
Transforms Calendars to DateFormat.SHORT date-time strings.
CalendarSwap.DateTimeSimple - Class in org.apache.juneau.transforms
Deprecated.
Transforms Calendars to simple "yyyy/MM/dd HH:mm:ss" date-time strings.
CalendarSwap.ISO8601D - Class in org.apache.juneau.transforms
Deprecated.
ISO8601 date only.
CalendarSwap.ISO8601DT - Class in org.apache.juneau.transforms
Deprecated.
Transforms Calendars to ISO8601 date-time strings.
CalendarSwap.ISO8601DTL - Class in org.apache.juneau.transforms
Deprecated.
Transforms Calendars to ISO8601 date-time-local strings.
CalendarSwap.ISO8601DTP - Class in org.apache.juneau.transforms
Deprecated.
Same as CalendarSwap.ISO8601DT except serializes to millisecond precision.
CalendarSwap.ISO8601DTPZ - Class in org.apache.juneau.transforms
Deprecated.
Same as CalendarSwap.ISO8601DTZ except serializes to millisecond precision.
CalendarSwap.ISO8601DTZ - Class in org.apache.juneau.transforms
Deprecated.
Same as CalendarSwap.ISO8601DT, except always serializes in GMT.
CalendarSwap.RFC2822D - Class in org.apache.juneau.transforms
Deprecated.
Transforms Calendars to RFC2822 date strings.
CalendarSwap.RFC2822DT - Class in org.apache.juneau.transforms
Deprecated.
Transforms Calendars to RFC2822 date-time strings.
CalendarSwap.RFC2822DTZ - Class in org.apache.juneau.transforms
Deprecated.
Same as CalendarSwap.RFC2822DT, except always serializes in GMT.
CalendarSwap.TimeFull - Class in org.apache.juneau.transforms
Deprecated.
Transforms Calendars to DateFormat.FULL time strings.
CalendarSwap.TimeLong - Class in org.apache.juneau.transforms
Deprecated.
Transforms Calendars to DateFormat.LONG time strings.
CalendarSwap.TimeMedium - Class in org.apache.juneau.transforms
Deprecated.
Transforms Calendars to DateFormat.MEDIUM time strings.
CalendarSwap.TimeShort - Class in org.apache.juneau.transforms
Deprecated.
Transforms Calendars to DateFormat.SHORT time strings.
CalendarSwap.TimeSimple - Class in org.apache.juneau.transforms
Deprecated.
Transforms Calendars to simple "HH:mm:ss" time strings.
CalendarSwap.ToString - Class in org.apache.juneau.transforms
Deprecated.
Transforms Calendars to Strings using the Date.toString() method.
CalendarUtils - Class in org.apache.juneau.utils
Utility class for converting Calendar and Date objects to common serialized forms.
CalendarUtils() - Constructor for class org.apache.juneau.utils.CalendarUtils
 
CalendarUtils.Format - Enum in org.apache.juneau.utils
Valid conversion formats.
callback(String) - Method in class org.apache.juneau.rest.client2.RestClient
Performs a REST call where the entire call is specified in a simple string.
callback(String) - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
callHandler(Class<? extends RestCallHandler>) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: REST call handler.
callHandler(RestCallHandler) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: REST call handler.
callHandler(Class<? extends RestCallHandler>) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
RestClient configuration property:  REST call handler.
callHandler(RestCallHandler) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
RestClient configuration property:  REST call handler.
callHandler(Class<? extends RestCallHandler>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
callHandler(RestCallHandler) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
callHandler(Class<? extends RestCallHandler>) - Method in class org.apache.juneau.rest.RestContextBuilder
Deprecated.
callHandler(RestCallHandler) - Method in class org.apache.juneau.rest.RestContextBuilder
Deprecated.
callLogger(Class<? extends RestCallLogger>) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  REST call logger.
callLogger(RestCallLogger) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  REST call logger.
callLoggerConfig(RestCallLoggerConfig) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  REST call logging rules.
canCast(Object) - Static method in class org.apache.juneau.http.BasicHeader
Returns true if the BasicHeader.cast(Object) method can be used on the specified object.
canCast(Object) - Static method in class org.apache.juneau.http.BasicNameValuePair
Returns true if the BasicNameValuePair.cast(Object) method can be used on the specified object.
cancellable(Cancellable) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets Cancellable for the ongoing operation.
canCreateNewBean(Object) - Method in class org.apache.juneau.ClassMeta
Returns true if this class can be instantiated as a bean.
canCreateNewInstance() - Method in class org.apache.juneau.ClassMeta
Returns true if this class has a no-arg constructor or invocation handler.
canCreateNewInstance(Object) - Method in class org.apache.juneau.ClassMeta
Returns true if this class has a no-arg constructor or invocation handler.
canCreateNewInstanceFromString(Object) - Method in class org.apache.juneau.ClassMeta
Returns true if this class can call the ClassMeta.newInstanceFromString(Object, String) method.
canHandle(String) - Method in class org.apache.juneau.parser.Parser
Returns true if this parser can handle the specified content type.
canIgnoreValue(ClassMeta<?>, String, Object) - Method in class org.apache.juneau.serializer.SerializerSession
Returns true if the specified value should not be serialized.
canMatch(ClassMeta<?>) - Method in class org.apache.juneau.pojotools.MatcherFactory
Returns true if this matcher can be used on the specified object.
canMatch(ClassMeta<?>) - Method in class org.apache.juneau.pojotools.NumberMatcherFactory
 
canMatch(ClassMeta<?>) - Method in class org.apache.juneau.pojotools.StringMatcherFactory
 
canMatch(ClassMeta<?>) - Method in class org.apache.juneau.pojotools.TimeMatcherFactory
 
canRead() - Method in class org.apache.juneau.BeanPropertyMeta
Returns true if this property can be read.
canResolve(VarResolverSession) - Method in class org.apache.juneau.html.HtmlWidgetVar
 
canResolve(VarResolverSession) - Method in class org.apache.juneau.rest.vars.FileVar
 
canResolve(VarResolverSession) - Method in class org.apache.juneau.rest.vars.LocalizationVar
 
canResolve(VarResolverSession) - Method in class org.apache.juneau.rest.vars.RequestAttributeVar
 
canResolve(VarResolverSession) - Method in class org.apache.juneau.rest.vars.RequestFormDataVar
 
canResolve(VarResolverSession) - Method in class org.apache.juneau.rest.vars.RequestHeaderVar
 
canResolve(VarResolverSession) - Method in class org.apache.juneau.rest.vars.RequestPathVar
 
canResolve(VarResolverSession) - Method in class org.apache.juneau.rest.vars.RequestQueryVar
 
canResolve(VarResolverSession) - Method in class org.apache.juneau.rest.vars.RequestVar
 
canResolve(VarResolverSession) - Method in class org.apache.juneau.rest.vars.RestInfoVar
 
canResolve(VarResolverSession) - Method in class org.apache.juneau.rest.vars.SerializedRequestAttrVar
 
canResolve(VarResolverSession) - Method in class org.apache.juneau.rest.vars.ServletInitParamVar
 
canResolve(VarResolverSession) - Method in class org.apache.juneau.rest.vars.SwaggerVar
 
canResolve(VarResolverSession) - Method in class org.apache.juneau.rest.vars.UrlVar
 
canResolve(VarResolverSession) - Method in class org.apache.juneau.rest.vars.WidgetVar
Deprecated.
 
canResolve(VarResolverSession) - Method in class org.apache.juneau.svl.Var
Returns true if this variable can be resolved in the specified session.
Canvas - Class in org.apache.juneau.dto.html5
DTO for an HTML <canvas> element.
Canvas() - Constructor for class org.apache.juneau.dto.html5.Canvas
Creates an empty Canvas element.
Canvas(Number, Number) - Constructor for class org.apache.juneau.dto.html5.Canvas
Creates a Canvas element with the specified Canvas.width(Object) and Canvas.height(Object) attributes.
canvas() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Canvas element.
canvas(Number, Number) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Canvas element with the specified Canvas.width(Object) and Canvas.height(Object) attributes.
canWrite() - Method in class org.apache.juneau.BeanPropertyMeta
Returns true if this property can be written.
Caption - Class in org.apache.juneau.dto.html5
DTO for an HTML <caption> element.
Caption() - Constructor for class org.apache.juneau.dto.html5.Caption
Creates an empty Caption element.
Caption(Object...) - Constructor for class org.apache.juneau.dto.html5.Caption
Creates a Caption element with the specified child nodes.
caption() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Caption element.
caption(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Caption element with the specified child nodes.
captureResponse() - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Stores the response text so that it can later be captured using RestCall.getCapturedResponse().
cast(ClassMeta<?>) - Method in class org.apache.juneau.collections.OList
Converts this object into the specified class type.
cast(Class<T>) - Method in class org.apache.juneau.collections.OMap
Converts this map into an object of the specified type.
cast(ClassMeta<T>) - Method in class org.apache.juneau.collections.OMap
Same as OMap.cast(Class), except allows you to specify a ClassMeta parameter.
cast(Object) - Static method in class org.apache.juneau.http.BasicHeader
Utility method for converting an arbitrary object to a Header.
cast(Object) - Static method in class org.apache.juneau.http.BasicNameValuePair
Utility method for converting an arbitrary object to a NameValuePair.
cast(ClassMeta<?>) - Method in class org.apache.juneau.ObjectList
Converts this object into the specified class type.
cast(Class<T>) - Method in class org.apache.juneau.ObjectMap
Converts this map into an object of the specified type.
cast(ClassMeta<T>) - Method in class org.apache.juneau.ObjectMap
Same as ObjectMap.cast(Class), except allows you to specify a ClassMeta parameter.
cast(OMap, BeanPropertyMeta, ClassMeta<?>) - Method in class org.apache.juneau.parser.ParserSession
Converts the specified OMap into a bean identified by the "_type" property in the map.
castOrCreate(Class<T>, Object) - Static method in class org.apache.juneau.internal.ClassUtils
Creates an instance of the specified class.
castOrCreate(Class<T>, Object, boolean, Object...) - Static method in class org.apache.juneau.internal.ClassUtils
Creates an instance of the specified class.
castOrCreateFromOuter(Object, Class<T>, Object, boolean, Object...) - Static method in class org.apache.juneau.internal.ClassUtils
Creates an instance of the specified class from within the context of another object.
castOrNull(Object, Class<T>) - Static method in class org.apache.juneau.internal.ObjectUtils
If the specified object is an instance of the specified class, casts it to that type.
categories(Category...) - Method in class org.apache.juneau.dto.atom.CommonEntry
Sets the list of categories of this object.
categories(Category...) - Method in class org.apache.juneau.dto.atom.Entry
 
categories(Category...) - Method in class org.apache.juneau.dto.atom.Feed
 
categories(Category...) - Method in class org.apache.juneau.dto.atom.Source
 
category(String) - Static method in class org.apache.juneau.dto.atom.AtomBuilder
Creates a Category element with the specified Category.term(String) attribute.
Category - Class in org.apache.juneau.dto.atom
Represents an atomCategory construct in the RFC4287 specification.
Category(String) - Constructor for class org.apache.juneau.dto.atom.Category
Normal constructor.
Category() - Constructor for class org.apache.juneau.dto.atom.Category
Bean constructor.
causedBy() - Method in class org.apache.juneau.assertions.FluentThrowableAssertion
Returns an assertion against the caused-by throwable.
causedBy(ExceptionInfo) - Method in class org.apache.juneau.mstat.ExceptionInfo
TODO
causedBy(ExceptionInfo) - Method in class org.apache.juneau.mstat.ExceptionStats
 
CC - Annotation Type in org.apache.juneau.annotation
Represents a Class-to-Class mapping.
ceTag() - Method in class org.apache.juneau.xml.XmlWriter
Closes an empty tag.
cf() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
cf(String) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the cf property on this annotation.
cf() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
cf(String) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the cf property on this annotation.
cf() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
cf(String) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the cf property on this annotation.
cf() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
cf(String) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the cf property on this annotation.
cf() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
cf(String) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the cf property on this annotation.
cf(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
cf(HttpPartCollectionFormat) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
cf() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
cf(String) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the cf property on this annotation.
cf() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
cf(String) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the cf property on this annotation.
cf() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
cf(String) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the cf property on this annotation.
CF_CSV - Static variable in class org.apache.juneau.httppart.Constants
Comma-separated values (e.g.
CF_MULTI - Static variable in class org.apache.juneau.httppart.Constants
Corresponds to multiple parameter instances instead of multiple values for a single instance (e.g.
CF_PIPES - Static variable in class org.apache.juneau.httppart.Constants
Pipe-separated values (e.g.
CF_SSV - Static variable in class org.apache.juneau.httppart.Constants
Space-separated values (e.g.
CF_TSV - Static variable in class org.apache.juneau.httppart.Constants
Tab-separated values (e.g.
CF_UON - Static variable in class org.apache.juneau.httppart.Constants
UON notation (e.g.
cfCsv() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for collectionFormat(HttpPartCollectionFormat.CSV).
cfMulti() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for collectionFormat(HttpPartCollectionFormat.MULTI).
cfNone() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for collectionFormat(HttpPartCollectionFormat.NO_COLLECTION_FORMAT).
cfPipes() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for collectionFormat(HttpPartCollectionFormat.PIPES).
cfSsv() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for collectionFormat(HttpPartCollectionFormat.SSV).
cfTsv() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for collectionFormat(HttpPartCollectionFormat.TSV).
cfUon() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for collectionFormat(HttpPartCollectionFormat.UONC).
challenge(String) - Method in class org.apache.juneau.dto.html5.Keygen
challenge attribute.
changeSessionId() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
changeSessionId() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
characterEncoding(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
characterEncoding(String) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Overrides the character encoding value on the underlying HttpServletRequest object.
characterEncoding(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
charAt(String, int) - Static method in class org.apache.juneau.internal.StringUtils
Returns the character at the specified index in the string without throwing exceptions.
charAt(int) - Method in class org.apache.juneau.utils.StringMessage
 
charAt(int) - Method in class org.apache.juneau.utils.StringObject
 
CharMarshall - Class in org.apache.juneau.marshall
A subclass of Marshall for character-based serializers and parsers.
CharMarshall(WriterSerializer, ReaderParser) - Constructor for class org.apache.juneau.marshall.CharMarshall
Constructor.
chars(String) - Method in class org.apache.juneau.internal.AsciiSet.Builder
Adds a set of characters to this set.
chars(char...) - Method in class org.apache.juneau.internal.AsciiSet.Builder
Adds a set of characters to this set.
CharSequenceReader - Class in org.apache.juneau.internal
Similar to StringReader except reads from a generic CharSequenceReader.
CharSequenceReader(CharSequence) - Constructor for class org.apache.juneau.internal.CharSequenceReader
Constructor.
charset(String) - Method in class org.apache.juneau.config.store.ConfigFileStoreBuilder
Configuration property: Charset.
charset(Charset) - Method in class org.apache.juneau.config.store.ConfigFileStoreBuilder
Configuration property: Charset.
charset(String) - Method in class org.apache.juneau.dto.html5.Meta
charset attribute.
charset(String) - Method in class org.apache.juneau.dto.html5.Script
charset attribute.
charset(Charset) - Method in class org.apache.juneau.internal.FileReaderBuilder
Sets the character encoding of the file.
charset(String) - Method in class org.apache.juneau.internal.FileReaderBuilder
Sets the character encoding of the file.
charset(Charset) - Method in class org.apache.juneau.internal.FileWriterBuilder
Sets the character encoding of the file.
charset(String) - Method in class org.apache.juneau.internal.FileWriterBuilder
Sets the character encoding of the file.
checkClientTrusted(X509Certificate[], String) - Method in class org.apache.juneau.rest.client.SimpleX509TrustManager
Deprecated.
 
checked(Object) - Method in class org.apache.juneau.dto.html5.Input
checked attribute.
checkForInitException() - Method in class org.apache.juneau.rest.RestContext
Throws a HttpException if an exception occurred in the constructor of this object.
checkForWarnings() - Method in class org.apache.juneau.BeanSession
 
checkForWarnings() - Method in class org.apache.juneau.Session
Throws a BeanRuntimeException if any warnings occurred in this session.
checkServerTrusted(X509Certificate[], String) - Method in class org.apache.juneau.rest.client.SimpleX509TrustManager
Deprecated.
 
child(Object) - Method in class org.apache.juneau.dto.html5.A
 
child(Object) - Method in class org.apache.juneau.dto.html5.Abbr
 
child(Object) - Method in class org.apache.juneau.dto.html5.Address
 
child(Object) - Method in class org.apache.juneau.dto.html5.Article
 
child(Object) - Method in class org.apache.juneau.dto.html5.Aside
 
child(Object) - Method in class org.apache.juneau.dto.html5.Audio
 
child(Object) - Method in class org.apache.juneau.dto.html5.B
 
child(Object) - Method in class org.apache.juneau.dto.html5.Bdo
 
child(Object) - Method in class org.apache.juneau.dto.html5.Blockquote
 
child(Object) - Method in class org.apache.juneau.dto.html5.Body
 
child(Object) - Method in class org.apache.juneau.dto.html5.Button
 
child(Object) - Method in class org.apache.juneau.dto.html5.Canvas
 
child(Object) - Method in class org.apache.juneau.dto.html5.Caption
 
child(Object) - Method in class org.apache.juneau.dto.html5.Cite
 
child(Object) - Method in class org.apache.juneau.dto.html5.Code
 
child(Object) - Method in class org.apache.juneau.dto.html5.Colgroup
 
child(Object) - Method in class org.apache.juneau.dto.html5.Data
 
child(Object) - Method in class org.apache.juneau.dto.html5.Datalist
 
child(Object) - Method in class org.apache.juneau.dto.html5.Dd
 
child(Object) - Method in class org.apache.juneau.dto.html5.Del
 
child(Object) - Method in class org.apache.juneau.dto.html5.Dfn
 
child(Object) - Method in class org.apache.juneau.dto.html5.Div
 
child(Object) - Method in class org.apache.juneau.dto.html5.Dl
 
child(Object) - Method in class org.apache.juneau.dto.html5.Dt
 
child(Object) - Method in class org.apache.juneau.dto.html5.Em
 
child(Object) - Method in class org.apache.juneau.dto.html5.Fieldset
 
child(Object) - Method in class org.apache.juneau.dto.html5.Figcaption
 
child(Object) - Method in class org.apache.juneau.dto.html5.Figure
 
child(Object) - Method in class org.apache.juneau.dto.html5.Footer
 
child(Object) - Method in class org.apache.juneau.dto.html5.Form
 
child(Object) - Method in class org.apache.juneau.dto.html5.H1
 
child(Object) - Method in class org.apache.juneau.dto.html5.H2
 
child(Object) - Method in class org.apache.juneau.dto.html5.H3
 
child(Object) - Method in class org.apache.juneau.dto.html5.H4
 
child(Object) - Method in class org.apache.juneau.dto.html5.H5
 
child(Object) - Method in class org.apache.juneau.dto.html5.H6
 
child(Object) - Method in class org.apache.juneau.dto.html5.Head
 
child(Object) - Method in class org.apache.juneau.dto.html5.Header
 
child(Object) - Method in class org.apache.juneau.dto.html5.Html
 
child(Object) - Method in class org.apache.juneau.dto.html5.HtmlElementContainer
Adds a child element to this element.
child(Object) - Method in class org.apache.juneau.dto.html5.HtmlElementMixed
Adds a child element to this element.
child(Object) - Method in class org.apache.juneau.dto.html5.I
 
child(Object) - Method in class org.apache.juneau.dto.html5.Iframe
 
child(Object) - Method in class org.apache.juneau.dto.html5.Ins
 
child(Object) - Method in class org.apache.juneau.dto.html5.Kbd
 
child(Object) - Method in class org.apache.juneau.dto.html5.Label
 
child(Object) - Method in class org.apache.juneau.dto.html5.Legend
 
child(Object) - Method in class org.apache.juneau.dto.html5.Li
 
child(Object) - Method in class org.apache.juneau.dto.html5.Main
 
child(Object) - Method in class org.apache.juneau.dto.html5.Map
 
child(Object) - Method in class org.apache.juneau.dto.html5.Mark
 
child(Object) - Method in class org.apache.juneau.dto.html5.Meter
 
child(Object) - Method in class org.apache.juneau.dto.html5.Nav
 
child(Object) - Method in class org.apache.juneau.dto.html5.Noscript
 
child(Object) - Method in class org.apache.juneau.dto.html5.Object_
 
child(Object) - Method in class org.apache.juneau.dto.html5.Ol
 
child(Object) - Method in class org.apache.juneau.dto.html5.Optgroup
 
child(Object) - Method in class org.apache.juneau.dto.html5.Output
 
child(Object) - Method in class org.apache.juneau.dto.html5.P
 
child(Object) - Method in class org.apache.juneau.dto.html5.Pre
 
child(Object) - Method in class org.apache.juneau.dto.html5.Progress
 
child(Object) - Method in class org.apache.juneau.dto.html5.Q
 
child(Object) - Method in class org.apache.juneau.dto.html5.Rb
 
child(Object) - Method in class org.apache.juneau.dto.html5.Rp
 
child(Object) - Method in class org.apache.juneau.dto.html5.Rt
 
child(Object) - Method in class org.apache.juneau.dto.html5.Rtc
 
child(Object) - Method in class org.apache.juneau.dto.html5.Ruby
 
child(Object) - Method in class org.apache.juneau.dto.html5.S
 
child(Object) - Method in class org.apache.juneau.dto.html5.Samp
 
child(Object) - Method in class org.apache.juneau.dto.html5.Section
 
child(Object) - Method in class org.apache.juneau.dto.html5.Select
 
child(Object) - Method in class org.apache.juneau.dto.html5.Small
 
child(Object) - Method in class org.apache.juneau.dto.html5.Span
 
child(Object) - Method in class org.apache.juneau.dto.html5.Strong
 
child(Object) - Method in class org.apache.juneau.dto.html5.Sub
 
child(Object) - Method in class org.apache.juneau.dto.html5.Sup
 
child(Object) - Method in class org.apache.juneau.dto.html5.Table
 
child(Object) - Method in class org.apache.juneau.dto.html5.Tbody
 
child(Object) - Method in class org.apache.juneau.dto.html5.Td
 
child(Object) - Method in class org.apache.juneau.dto.html5.Template
 
child(Object) - Method in class org.apache.juneau.dto.html5.Tfoot
 
child(Object) - Method in class org.apache.juneau.dto.html5.Th
 
child(Object) - Method in class org.apache.juneau.dto.html5.Thead
 
child(Object) - Method in class org.apache.juneau.dto.html5.Time
 
child(Object) - Method in class org.apache.juneau.dto.html5.Tr
 
child(Object) - Method in class org.apache.juneau.dto.html5.U
 
child(Object) - Method in class org.apache.juneau.dto.html5.Ul
 
child(Object) - Method in class org.apache.juneau.dto.html5.Var
 
child(Object) - Method in class org.apache.juneau.dto.html5.Video
 
child(String, Object) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Children.
childName() - Method in class org.apache.juneau.xml.annotation.XmlAnnotation
 
childName(String) - Method in class org.apache.juneau.xml.annotation.XmlAnnotation
Sets the childName property on this annotation.
children(Object...) - Method in class org.apache.juneau.dto.html5.A
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Abbr
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Address
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Article
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Aside
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Audio
 
children(Object...) - Method in class org.apache.juneau.dto.html5.B
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Bdo
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Blockquote
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Body
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Button
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Canvas
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Caption
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Cite
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Code
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Colgroup
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Data
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Datalist
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Dd
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Del
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Dfn
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Div
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Dl
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Dt
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Em
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Fieldset
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Figcaption
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Figure
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Footer
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Form
 
children(Object...) - Method in class org.apache.juneau.dto.html5.H1
 
children(Object...) - Method in class org.apache.juneau.dto.html5.H2
 
children(Object...) - Method in class org.apache.juneau.dto.html5.H3
 
children(Object...) - Method in class org.apache.juneau.dto.html5.H4
 
children(Object...) - Method in class org.apache.juneau.dto.html5.H5
 
children(Object...) - Method in class org.apache.juneau.dto.html5.H6
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Head
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Header
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Html
 
children(Object...) - Method in class org.apache.juneau.dto.html5.HtmlElementContainer
Adds one or more child elements to this element.
children(Object...) - Method in class org.apache.juneau.dto.html5.HtmlElementMixed
Adds one or more child elements to this element.
children(Object...) - Method in class org.apache.juneau.dto.html5.I
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Iframe
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Ins
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Kbd
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Label
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Legend
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Li
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Main
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Map
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Mark
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Meter
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Nav
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Noscript
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Object_
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Ol
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Optgroup
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Output
 
children(Object...) - Method in class org.apache.juneau.dto.html5.P
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Pre
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Progress
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Q
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Rb
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Rp
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Rt
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Rtc
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Ruby
 
children(Object...) - Method in class org.apache.juneau.dto.html5.S
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Samp
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Section
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Select
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Small
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Span
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Strong
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Sub
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Sup
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Table
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Tbody
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Td
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Template
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Tfoot
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Th
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Thead
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Time
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Tr
 
children(Object...) - Method in class org.apache.juneau.dto.html5.U
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Ul
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Var
 
children(Object...) - Method in class org.apache.juneau.dto.html5.Video
 
children(Class<?>...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Children.
children(Object...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Children.
ChildResourceDescriptions - Class in org.apache.juneau.rest.helper
A POJO structure that describes the list of child resources associated with a resource.
ChildResourceDescriptions(RestRequest) - Constructor for class org.apache.juneau.rest.helper.ChildResourceDescriptions
Constructor.
ChildResourceDescriptions(RestContext, RestRequest) - Constructor for class org.apache.juneau.rest.helper.ChildResourceDescriptions
Constructor.
ChildResourceDescriptions(RestContext, RestRequest, boolean) - Constructor for class org.apache.juneau.rest.helper.ChildResourceDescriptions
Constructor.
ChildResourceDescriptions() - Constructor for class org.apache.juneau.rest.helper.ChildResourceDescriptions
Bean constructor.
choose(Object) - Method in class org.apache.juneau.dto.html5.Select
Convenience method for selecting a child Option after the options have already been populated.
chunked() - Method in class org.apache.juneau.http.BasicHttpEntity
Shortcut for calling AbstractHttpEntity.setChunked(boolean) with true.
chunked(boolean) - Method in class org.apache.juneau.http.BasicHttpEntity
chunked() - Method in class org.apache.juneau.http.BasicHttpResource
 
chunked(boolean) - Method in class org.apache.juneau.http.BasicHttpResource
 
chunked() - Method in class org.apache.juneau.http.SerializedHttpEntity
 
chunked(boolean) - Method in class org.apache.juneau.http.SerializedHttpEntity
 
cipherSuites(String...) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
cite(String) - Method in class org.apache.juneau.dto.html5.Blockquote
cite attribute.
Cite - Class in org.apache.juneau.dto.html5
DTO for an HTML <cite> element.
Cite() - Constructor for class org.apache.juneau.dto.html5.Cite
Creates an empty Cite element.
Cite(Object...) - Constructor for class org.apache.juneau.dto.html5.Cite
Creates a Cite element with the specified child nodes.
cite(String) - Method in class org.apache.juneau.dto.html5.Del
cite attribute.
cite() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Cite element.
cite(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Cite element with the specified child nodes.
cite(String) - Method in class org.apache.juneau.dto.html5.Ins
cite attribute.
cite(String) - Method in class org.apache.juneau.dto.html5.Q
cite attribute.
CLASS_CONVERTER - Static variable in interface org.apache.juneau.PropertyConverter
Converts objects to classes.
ClassInfo - Class in org.apache.juneau.reflect
Lightweight utility class for introspecting information about a class.
ClassInfo(Class<?>, Type, Class<?>) - Constructor for class org.apache.juneau.reflect.ClassInfo
Constructor.
classMeta - Variable in class org.apache.juneau.BeanMeta
The target class type that this meta object describes.
ClassMeta<T> - Class in org.apache.juneau
A wrapper class around the Class object that provides cached information about that class.
ClassMetaRuntimeException - Exception in org.apache.juneau
General class metadata runtime operation exception.
ClassMetaRuntimeException(Throwable, Class<?>, String, Object...) - Constructor for exception org.apache.juneau.ClassMetaRuntimeException
Constructor.
ClassMetaRuntimeException(String) - Constructor for exception org.apache.juneau.ClassMetaRuntimeException
Constructor.
ClassMetaRuntimeException(String, Object...) - Constructor for exception org.apache.juneau.ClassMetaRuntimeException
Constructor.
ClassMetaRuntimeException(Class<?>, String, Object...) - Constructor for exception org.apache.juneau.ClassMetaRuntimeException
Shortcut for calling new ClassMetaRuntimeException(String.format(c.getName() + ": " + message, args));
ClassMetaRuntimeException(Throwable) - Constructor for exception org.apache.juneau.ClassMetaRuntimeException
Constructor.
className(Object) - Static method in class org.apache.juneau.assertions.Assertion
Convenience method for getting the class name for an object.
className(Object) - Static method in class org.apache.juneau.internal.ClassUtils
Returns the class name for the specified object.
classpathResourceFinder(Class<? extends ResourceFinder>) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Classpath resource finder.
classpathResourceFinder(ResourceFinder) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Classpath resource finder.
ClasspathResourceFinder - Interface in org.apache.juneau.utils
Deprecated.
ClasspathResourceFinder.Null - Class in org.apache.juneau.utils
Deprecated.
Represents "no" classpath resource finder.
ClasspathResourceFinderBasic - Class in org.apache.juneau.utils
Deprecated.
ClasspathResourceFinderBasic() - Constructor for class org.apache.juneau.utils.ClasspathResourceFinderBasic
Deprecated.
 
ClasspathResourceFinderRecursive - Class in org.apache.juneau.utils
Deprecated.
ClasspathResourceFinderRecursive() - Constructor for class org.apache.juneau.utils.ClasspathResourceFinderRecursive
Deprecated.
 
ClasspathResourceFinderSimple - Class in org.apache.juneau.utils
Deprecated.
ClasspathResourceFinderSimple() - Constructor for class org.apache.juneau.utils.ClasspathResourceFinderSimple
Deprecated.
 
ClasspathResourceManager - Class in org.apache.juneau.utils
Deprecated.
ClasspathResourceManager(Class<?>, ClasspathResourceFinder, boolean) - Constructor for class org.apache.juneau.utils.ClasspathResourceManager
Deprecated.
Constructor.
ClasspathResourceManager(Class<?>) - Constructor for class org.apache.juneau.utils.ClasspathResourceManager
Deprecated.
Constructor.
ClassSwap - Class in org.apache.juneau.transforms
Transforms Class objects to and from Strings.
ClassSwap() - Constructor for class org.apache.juneau.transforms.ClassSwap
 
ClassTreeSet - Class in org.apache.juneau.internal
TreeSet for Class objects.
ClassTreeSet() - Constructor for class org.apache.juneau.internal.ClassTreeSet
Constructor.
ClassTreeSet(Collection<Class<?>>) - Constructor for class org.apache.juneau.internal.ClassTreeSet
Constructor.
ClassUtils - Class in org.apache.juneau.internal
Class-related utility methods.
ClassUtils() - Constructor for class org.apache.juneau.internal.ClassUtils
 
clear() - Method in class org.apache.juneau.internal.UnmodifiableArray
 
clear() - Method in class org.apache.juneau.PropertyStoreBuilder
Clears all entries in this property store.
clearCache() - Static method in class org.apache.juneau.PropertyStoreBuilder
Clears the PropertyStore cache.
clearThreadLocal() - Static method in class org.apache.juneau.internal.DateUtils
Clears thread-local variable containing DateFormat cache.
ClientVersion - Class in org.apache.juneau.http.header
Represents a parsed X-Client-Version HTTP request header.
ClientVersion(Object) - Constructor for class org.apache.juneau.http.header.ClientVersion
Constructor.
ClientVersion(String) - Constructor for class org.apache.juneau.http.header.ClientVersion
Constructor
clientVersion() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
clientVersion(String) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the client version by setting the value for the "X-Client-Version" header.
clientVersion(String) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the client version by setting the value for the "X-Client-Version" header.
clientVersion(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the client version by setting the value for the "X-Client-Version" header.
clientVersion(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the client version by setting the value for the "X-Client-Version" header.
clientVersion(Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Specifies the X-Client-Version header value on the request.
clientVersion(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
clientVersionHeader(String) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Client version header.
ClientVersionMatcher - Class in org.apache.juneau.rest
Specialized matcher for matching client versions.
ClientVersionMatcher(String, MethodInfo) - Constructor for class org.apache.juneau.rest.ClientVersionMatcher
Constructor.
clone() - Method in class org.apache.juneau.mstat.ExceptionStats
 
clone() - Method in class org.apache.juneau.utils.StackTraceInfo
 
cloneRepo() - Method in class org.apache.juneau.server.config.repository.GitControl
 
close() - Method in class org.apache.juneau.config.Config
Closes this configuration object by unregistering it from the underlying config map.
close() - Method in class org.apache.juneau.config.store.ConfigClasspathStore
No-op.
close() - Method in class org.apache.juneau.config.store.ConfigFileStore
 
close() - Method in class org.apache.juneau.config.store.ConfigMemoryStore
No-op.
close() - Method in class org.apache.juneau.internal.CharSequenceReader
 
close(Object...) - Static method in class org.apache.juneau.internal.IOUtils
Close all specified input streams, output streams, readers, and writers.
close() - Method in class org.apache.juneau.internal.NoCloseOutputStream
 
close() - Method in class org.apache.juneau.internal.NoCloseWriter
 
close() - Method in class org.apache.juneau.internal.ReaderInputStream
Close the stream.
close() - Method in class org.apache.juneau.internal.StringBuilderWriter
 
close() - Method in class org.apache.juneau.internal.TeeOutputStream
 
close() - Method in class org.apache.juneau.internal.TeeWriter
 
close() - Method in class org.apache.juneau.internal.WriterOutputStream
Close the stream.
close() - Method in class org.apache.juneau.microservice.resources.LogParser
 
close() - Method in class org.apache.juneau.parser.ParserPipe
 
close() - Method in class org.apache.juneau.parser.ParserReader
No-op.
close() - Method in class org.apache.juneau.rest.client.mock.MockHttpClientConnection
Deprecated.
 
close() - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Cleans up this HTTP call.
close() - Method in class org.apache.juneau.rest.client.RestClient
Deprecated.
Calls Closeable.close() on the underlying CloseableHttpClient.
close() - Method in class org.apache.juneau.rest.client2.RestClient
Calls Closeable.close() on the underlying CloseableHttpClient.
close() - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
close() - Method in class org.apache.juneau.rest.util.BoundedServletInputStream
 
close() - Method in class org.apache.juneau.rest.util.FinishableServletOutputStream
 
close() - Method in class org.apache.juneau.serializer.SerializerPipe
Closes the output pipe.
close() - Method in class org.apache.juneau.serializer.SerializerWriter
 
close(boolean, boolean) - Method in class org.apache.juneau.utils.IOPipe
Specifies whether to close the input and output after piping.
close() - Method in class org.apache.juneau.xml.XmlReader
 
closeExpiredConnections() - Method in class org.apache.juneau.rest.client.mock.MockHttpClientConnectionManager
Deprecated.
 
closeIdleConnections(long, TimeUnit) - Method in class org.apache.juneau.rest.client.mock.MockHttpClientConnectionManager
Deprecated.
 
closeOut() - Method in class org.apache.juneau.utils.IOPipe
Close output after piping.
closeQuietly(InputStream) - Static method in class org.apache.juneau.internal.IOUtils
Close input stream and ignore any exceptions.
closeQuietly(OutputStream) - Static method in class org.apache.juneau.internal.IOUtils
Close output stream and ignore any exceptions.
closeQuietly(Reader) - Static method in class org.apache.juneau.internal.IOUtils
Close reader and ignore any exceptions.
closeQuietly(Writer) - Static method in class org.apache.juneau.internal.IOUtils
Close writer and ignore any exceptions.
closeQuietly(Object...) - Static method in class org.apache.juneau.internal.IOUtils
Quietly close all specified input streams, output streams, readers, and writers.
closeQuietly() - Method in class org.apache.juneau.rest.client.RestClient
Deprecated.
Same as RestClient.close(), but ignores any exceptions.
closeQuietly() - Method in class org.apache.juneau.rest.client2.RestClient
Same as RestClient.close(), but ignores any exceptions.
CoalesceVar - Class in org.apache.juneau.svl.vars
A basic variable resolver that returns the first non-null value.
CoalesceVar() - Constructor for class org.apache.juneau.svl.vars.CoalesceVar
Constructor.
Code - Class in org.apache.juneau.dto.html5
DTO for an HTML <code> element.
Code() - Constructor for class org.apache.juneau.dto.html5.Code
Creates an empty Code element.
Code(Object...) - Constructor for class org.apache.juneau.dto.html5.Code
Creates a Code element with the specified child nodes.
code() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Code element.
code(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Code element with the specified child nodes.
code() - Method in class org.apache.juneau.http.annotation.ResponseAnnotation
 
code(int[]) - Method in class org.apache.juneau.http.annotation.ResponseAnnotation
Sets the code property on this annotation.
code() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
code(int[]) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the code property on this annotation.
CODE - Static variable in exception org.apache.juneau.http.exception.BadRequest
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.Conflict
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.ExpectationFailed
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.FailedDependency
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.Forbidden
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.Gone
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.HttpVersionNotSupported
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.InsufficientStorage
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.InternalServerError
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.LengthRequired
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.Locked
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.LoopDetected
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.MethodNotAllowed
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.MisdirectedRequest
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.NetworkAuthenticationRequired
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.NotAcceptable
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.NotExtended
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.NotFound
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.NotImplemented
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.PayloadTooLarge
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.PreconditionFailed
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.PreconditionRequired
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.RangeNotSatisfiable
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.RequestHeaderFieldsTooLarge
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.ServiceUnavailable
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.TooManyRequests
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.Unauthorized
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.UnavailableForLegalReasons
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.UnprocessableEntity
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.UnsupportedMediaType
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.UpgradeRequired
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.UriTooLong
HTTP status code
CODE - Static variable in exception org.apache.juneau.http.exception.VariantAlsoNegotiates
HTTP status code
CODE - Static variable in class org.apache.juneau.http.response.Accepted
HTTP status code
CODE - Static variable in class org.apache.juneau.http.response.AlreadyReported
HTTP status code
CODE - Static variable in class org.apache.juneau.http.response.Continue
HTTP status code
CODE - Static variable in class org.apache.juneau.http.response.Created
HTTP status code
CODE - Static variable in class org.apache.juneau.http.response.EarlyHints
HTTP status code
CODE - Static variable in class org.apache.juneau.http.response.Found
HTTP status code
CODE - Static variable in class org.apache.juneau.http.response.IMUsed
HTTP status code
CODE - Static variable in class org.apache.juneau.http.response.MovedPermanently
HTTP status code
CODE - Static variable in class org.apache.juneau.http.response.MultipleChoices
HTTP status code
CODE - Static variable in class org.apache.juneau.http.response.MultiStatus
HTTP status code
CODE - Static variable in class org.apache.juneau.http.response.NoContent
HTTP status code
CODE - Static variable in class org.apache.juneau.http.response.NonAuthoritiveInformation
HTTP status code
CODE - Static variable in class org.apache.juneau.http.response.NotModified
HTTP status code
CODE - Static variable in class org.apache.juneau.http.response.Ok
HTTP status code
CODE - Static variable in class org.apache.juneau.http.response.PartialContent
HTTP status code
CODE - Static variable in class org.apache.juneau.http.response.PermanentRedirect
HTTP status code
CODE - Static variable in class org.apache.juneau.http.response.Processing
HTTP status code
CODE - Static variable in class org.apache.juneau.http.response.ResetContent
HTTP status code
CODE - Static variable in class org.apache.juneau.http.response.SeeOther
HTTP status code
CODE - Static variable in class org.apache.juneau.http.response.SwitchingProtocols
HTTP status code
CODE - Static variable in class org.apache.juneau.http.response.TemporaryRedirect
HTTP status code
CODE - Static variable in class org.apache.juneau.http.response.UseProxy
HTTP status code
code(int) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
httpStatusCode key.
code() - Method in class org.apache.juneau.rest.client2.RestResponseStatusLineAssertion
Returns an assertion against the status code on the response status object.
CODE - Static variable in exception org.apache.juneau.rest.exception.BadRequest
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.Conflict
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.ExpectationFailed
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.FailedDependency
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.Forbidden
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.Gone
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.HttpVersionNotSupported
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.InsufficientStorage
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.InternalServerError
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.LengthRequired
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.Locked
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.LoopDetected
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.MethodNotAllowed
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.MisdirectedRequest
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.NetworkAuthenticationRequired
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.NotAcceptable
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.NotExtended
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.NotFound
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.NotImplemented
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.PayloadTooLarge
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.PreconditionFailed
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.PreconditionRequired
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.RangeNotSatisfiable
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.RequestHeaderFieldsTooLarge
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.ServiceUnavailable
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.TooManyRequests
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.Unauthorized
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.UnavailableForLegalReasons
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.UnprocessableEntity
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.UnsupportedMediaType
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.UpgradeRequired
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.UriTooLong
Deprecated.
HTTP status code
CODE - Static variable in exception org.apache.juneau.rest.exception.VariantAlsoNegotiates
Deprecated.
HTTP status code
CODE - Static variable in class org.apache.juneau.rest.response.Accepted
Deprecated.
HTTP status code
CODE - Static variable in class org.apache.juneau.rest.response.AlreadyReported
Deprecated.
HTTP status code
CODE - Static variable in class org.apache.juneau.rest.response.Continue
Deprecated.
HTTP status code
CODE - Static variable in class org.apache.juneau.rest.response.Created
Deprecated.
HTTP status code
CODE - Static variable in class org.apache.juneau.rest.response.EarlyHints
Deprecated.
HTTP status code
CODE - Static variable in class org.apache.juneau.rest.response.Found
Deprecated.
HTTP status code
CODE - Static variable in class org.apache.juneau.rest.response.IMUsed
Deprecated.
HTTP status code
CODE - Static variable in class org.apache.juneau.rest.response.MovedPermanently
Deprecated.
HTTP status code
CODE - Static variable in class org.apache.juneau.rest.response.MultipleChoices
Deprecated.
HTTP status code
CODE - Static variable in class org.apache.juneau.rest.response.MultiStatus
Deprecated.
HTTP status code
CODE - Static variable in class org.apache.juneau.rest.response.NoContent
Deprecated.
HTTP status code
CODE - Static variable in class org.apache.juneau.rest.response.NonAuthoritiveInformation
Deprecated.
HTTP status code
CODE - Static variable in class org.apache.juneau.rest.response.NotModified
Deprecated.
HTTP status code
CODE - Static variable in class org.apache.juneau.rest.response.Ok
Deprecated.
HTTP status code
CODE - Static variable in class org.apache.juneau.rest.response.PartialContent
Deprecated.
HTTP status code
CODE - Static variable in class org.apache.juneau.rest.response.PermanentRedirect
Deprecated.
HTTP status code
CODE - Static variable in class org.apache.juneau.rest.response.Processing
Deprecated.
HTTP status code
CODE - Static variable in class org.apache.juneau.rest.response.ResetContent
Deprecated.
HTTP status code
CODE - Static variable in class org.apache.juneau.rest.response.SeeOther
Deprecated.
HTTP status code
CODE - Static variable in class org.apache.juneau.rest.response.SwitchingProtocols
Deprecated.
HTTP status code
CODE - Static variable in class org.apache.juneau.rest.response.TemporaryRedirect
Deprecated.
HTTP status code
CODE - Static variable in class org.apache.juneau.rest.response.UseProxy
Deprecated.
HTTP status code
codes(int[]) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
httpStatusCode key.
codes(String) - Method in class org.apache.juneau.rest.RestCallLoggerRule.Builder
The code ranges that this logging rule applies to.
Col - Class in org.apache.juneau.dto.html5
DTO for an HTML <col> element.
Col() - Constructor for class org.apache.juneau.dto.html5.Col
Creates an empty Col element.
Col(Number) - Constructor for class org.apache.juneau.dto.html5.Col
Creates a Col element with the specified Col.span(Object) attribute.
col() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Col element.
col(Number) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Col element with the specified Col.span(Object) attribute.
Colgroup - Class in org.apache.juneau.dto.html5
DTO for an HTML <colgroup> element.
Colgroup() - Constructor for class org.apache.juneau.dto.html5.Colgroup
Creates an empty Colgroup element.
Colgroup(Object...) - Constructor for class org.apache.juneau.dto.html5.Colgroup
Creates a Colgroup element with the specified child nodes.
colgroup() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Colgroup element.
colgroup(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Colgroup element with the specified child nodes.
collapseTextNodes(LinkedList<Object>) - Static method in class org.apache.juneau.xml.XmlUtils
Given a list of Strings and other Objects, combines Strings that are next to each other in the list.
CollectionAssertion - Class in org.apache.juneau.assertions
Used for assertion calls against collections objects.
CollectionAssertion(Collection) - Constructor for class org.apache.juneau.assertions.CollectionAssertion
Creator.
collectionFormat(Object) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
collectionFormat(Object) - Method in class org.apache.juneau.dto.swagger.Items
collectionFormat(Object) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
collectionFormat() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
collectionFormat(String) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the collectionFormat property on this annotation.
collectionFormat() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
collectionFormat(String) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the collectionFormat property on this annotation.
collectionFormat() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
collectionFormat(String) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the collectionFormat property on this annotation.
collectionFormat() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
collectionFormat(String) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the collectionFormat property on this annotation.
collectionFormat() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
collectionFormat(String) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the collectionFormat property on this annotation.
collectionFormat(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
collectionFormat field.
collectionFormat(HttpPartCollectionFormat) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
collectionFormat field.
collectionFormat() - Method in class org.apache.juneau.jena.annotation.RdfAnnotation
 
collectionFormat(RdfCollectionFormat) - Method in class org.apache.juneau.jena.annotation.RdfAnnotation
Sets the collectionFormat property on this annotation.
collectionFormat(String) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  RDF format for representing collections and arrays.
collectionFormat(RdfCollectionFormat) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  RDF format for representing collections and arrays.
collectionFormat(String) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  RDF format for representing collections and arrays.
collectionFormat(RdfCollectionFormat) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  RDF format for representing collections and arrays.
collectionFormat() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
collectionFormat(String) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the collectionFormat property on this annotation.
collectionFormat() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
collectionFormat(String) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the collectionFormat property on this annotation.
collectionFormat() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
collectionFormat(String) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the collectionFormat property on this annotation.
collectionFormat(HttpPartCollectionFormat) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
OpenApiCommon configuration property:  Default collection format for HTTP parts.
collectionFormat(HttpPartCollectionFormat) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
OpenApiCommon configuration property:  Default collection format for HTTP parts.
CollectionFormatType - Class in org.apache.juneau.http.annotation
Static strings used for Swagger parameter collection format types.
CollectionFormatType() - Constructor for class org.apache.juneau.http.annotation.CollectionFormatType
 
CollectionUtils - Class in org.apache.juneau.internal
Utility methods for collections.
CollectionUtils() - Constructor for class org.apache.juneau.internal.CollectionUtils
 
cols(Object) - Method in class org.apache.juneau.dto.html5.Textarea
cols attribute.
colspan(Object) - Method in class org.apache.juneau.dto.html5.Td
colspan attribute.
colspan(Object) - Method in class org.apache.juneau.dto.html5.Th
colspan attribute.
Column - Class in org.apache.juneau.dto.cognos
Represents a meta-data column in a Cognos dataset.
Column() - Constructor for class org.apache.juneau.dto.cognos.Column
Bean constructor.
Column(String, String) - Constructor for class org.apache.juneau.dto.cognos.Column
Constructor.
Column(String, String, Integer) - Constructor for class org.apache.juneau.dto.cognos.Column
Constructor.
combine(T[]...) - Static method in class org.apache.juneau.internal.ArrayUtils
Combine an arbitrary number of arrays into a single array.
Command - Interface in org.apache.juneau.server.config.repository
 
command(Object...) - Method in class org.apache.juneau.utils.ProcBuilder
Command arguments.
commandIf(ProcBuilder.Matcher, Object...) - Method in class org.apache.juneau.utils.ProcBuilder
Command arguments if the specified matcher matches.
commit() - Method in class org.apache.juneau.config.Config
Commit the changes in this config to the store.
commit() - Method in class org.apache.juneau.config.internal.ConfigMap
Persist any changes made to this map and signal all listeners.
commitToRepo(String) - Method in class org.apache.juneau.server.config.repository.GitControl
 
Common - Class in org.apache.juneau.dto.atom
Represents an atomCommonAttributes construct in the RFC4287 specification.
Common() - Constructor for class org.apache.juneau.dto.atom.Common
 
CommonEntry - Class in org.apache.juneau.dto.atom
Parent class of Entry, Feed, and Source.
CommonEntry(Id, Text, Calendar) - Constructor for class org.apache.juneau.dto.atom.CommonEntry
Normal constructor.
CommonEntry(String, String, String) - Constructor for class org.apache.juneau.dto.atom.CommonEntry
Normal constructor.
CommonEntry() - Constructor for class org.apache.juneau.dto.atom.CommonEntry
Bean constructor.
ComparableAssertion - Class in org.apache.juneau.assertions
Used for assertion calls against comparable objects.
ComparableAssertion(Comparable) - Constructor for class org.apache.juneau.assertions.ComparableAssertion
Creator.
compare(Object, Object) - Static method in class org.apache.juneau.internal.ObjectUtils
Compares two objects for equality.
compare(int, int) - Static method in class org.apache.juneau.internal.ObjectUtils
Compare two integers numerically.
compare(String, String) - Static method in class org.apache.juneau.internal.StringUtils
Compares two strings, but gracefully handles nulls.
compareTo(Object) - Method in class org.apache.juneau.assertions.FluentComparableAssertion
Perform a comparison with the specified object.
compareTo(Object) - Method in class org.apache.juneau.assertions.FluentIntegerAssertion
 
compareTo(Object) - Method in class org.apache.juneau.assertions.FluentLongAssertion
 
compareTo(BeanPropertyValue) - Method in class org.apache.juneau.BeanPropertyValue
 
compareTo(LinkString) - Method in class org.apache.juneau.dto.LinkString
 
compareTo(MediaType) - Method in class org.apache.juneau.http.MediaType
 
compareTo(ExceptionStats) - Method in class org.apache.juneau.mstat.ExceptionStats
 
compareTo(MethodExecStats) - Method in class org.apache.juneau.mstat.MethodExecStats
 
compareTo(ConstructorInfo) - Method in class org.apache.juneau.reflect.ConstructorInfo
 
compareTo(FieldInfo) - Method in class org.apache.juneau.reflect.FieldInfo
 
compareTo(MethodInfo) - Method in class org.apache.juneau.reflect.MethodInfo
 
compareTo(ResourceDescription) - Method in class org.apache.juneau.rest.helper.ResourceDescription
 
compareTo(RestMethodContext) - Method in class org.apache.juneau.rest.RestMethodContext
 
compareTo(StatusStats) - Method in class org.apache.juneau.rest.StatusStats
 
compareTo(StatusStats.Method) - Method in class org.apache.juneau.rest.StatusStats.Method
 
compareTo(StatusStats.Status) - Method in class org.apache.juneau.rest.StatusStats.Status
 
compareTo(UrlPathPattern) - Method in class org.apache.juneau.rest.util.UrlPathPattern
Comparator for this object.
compareTo(StackTraceInfo) - Method in class org.apache.juneau.utils.StackTraceInfo
 
complete() - Method in class org.apache.juneau.rest.client2.RestRequest
Same as RestRequest.run() but immediately calls RestResponse.consume() to clean up the response.
completed() - Method in class org.apache.juneau.rest.client2.RestRequest
Used in combination with RestRequest.cancellable(Cancellable).
completeFuture() - Method in class org.apache.juneau.rest.client2.RestRequest
Same as RestRequest.complete() but allows you to run the call asynchronously.
compress(String) - Static method in class org.apache.juneau.internal.StringUtils
Converts string into a GZipped input stream.
Config - Class in org.apache.juneau.config
Main configuration API class.
Config(PropertyStore) - Constructor for class org.apache.juneau.config.Config
Constructor.
config(String, Object...) - Method in class org.apache.juneau.internal.JuneauLogger
Deprecated.
Logs a message with the specified MessageFormat-style arguments at Level.CONFIG level.
config(Config) - Method in class org.apache.juneau.microservice.jetty.JettyMicroserviceBuilder
 
config(Config) - Method in class org.apache.juneau.microservice.MicroserviceBuilder
Specifies the config for initializing this microservice.
config(RequestConfig) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the actual request configuration.
config(Config) - Method in class org.apache.juneau.rest.RestContextBuilder
Overwrites the default config file with a custom config file.
CONFIG_binaryFormat - Static variable in class org.apache.juneau.config.Config
Configuration property: Binary value format.
CONFIG_binaryLineLength - Static variable in class org.apache.juneau.config.Config
Configuration property: Binary value line length.
CONFIG_encoder - Static variable in class org.apache.juneau.config.Config
Configuration property: Value encoder.
CONFIG_multiLineValuesOnSeparateLines - Static variable in class org.apache.juneau.config.Config
Configuration property: Multi-line values should always be on separate lines.
CONFIG_name - Static variable in class org.apache.juneau.config.Config
Configuration property: Configuration name.
CONFIG_parser - Static variable in class org.apache.juneau.config.Config
Configuration property: POJO parser.
CONFIG_readOnly - Static variable in class org.apache.juneau.config.Config
Configuration property: Read-only.
CONFIG_serializer - Static variable in class org.apache.juneau.config.Config
Configuration property: POJO serializer.
CONFIG_store - Static variable in class org.apache.juneau.config.Config
Configuration property: Configuration store.
CONFIG_varResolver - Static variable in class org.apache.juneau.config.Config
Configuration property: SVL variable resolver.
ConfigAnnotationFilter - Class in org.apache.juneau.reflect
Filter used to accept only annotations that themselves have the PropertyStoreApply annotation.
ConfigAnnotationFilter() - Constructor for class org.apache.juneau.reflect.ConfigAnnotationFilter
 
ConfigApply<T extends Annotation> - Class in org.apache.juneau
Class used to add properties to a PropertyStore from an annotation (e.g.
ConfigApply(Class<T>, VarResolverSession) - Constructor for class org.apache.juneau.ConfigApply
Constructor.
ConfigApply.NoOp - Class in org.apache.juneau
Represents a no-op configuration apply.
ConfigBuilder - Class in org.apache.juneau.config
Builder for creating instances of Configs.
ConfigBuilder() - Constructor for class org.apache.juneau.config.ConfigBuilder
Constructor, default settings.
ConfigBuilder(PropertyStore) - Constructor for class org.apache.juneau.config.ConfigBuilder
Constructor.
ConfigClasspathStore - Class in org.apache.juneau.config.store
Classpath-based storage location for configuration files.
ConfigClasspathStore(PropertyStore) - Constructor for class org.apache.juneau.config.store.ConfigClasspathStore
Constructor.
ConfigClasspathStoreBuilder - Class in org.apache.juneau.config.store
Builder for ConfigClasspathStore objects.
ConfigClasspathStoreBuilder() - Constructor for class org.apache.juneau.config.store.ConfigClasspathStoreBuilder
Constructor, default settings.
ConfigClasspathStoreBuilder(PropertyStore) - Constructor for class org.apache.juneau.config.store.ConfigClasspathStoreBuilder
Constructor.
ConfigCommand - Class in org.apache.juneau.microservice.console
Implements the 'config' console command to get or set configuration.
ConfigCommand() - Constructor for class org.apache.juneau.microservice.console.ConfigCommand
 
ConfigEncoder - Interface in org.apache.juneau.config.encode
API for defining a string encoding/decoding mechanism for entries in Config.
ConfigEntry - Class in org.apache.juneau.config.internal
Represents a single entry in a configuration.
ConfigEvent - Class in org.apache.juneau.config.event
Represents a change to a config.
ConfigEventListener - Interface in org.apache.juneau.config.event
Listener that can be used to listen for change events in config maps.
ConfigEvents - Class in org.apache.juneau.config.event
Represents a list of ConfigEvent objects.
ConfigEvents() - Constructor for class org.apache.juneau.config.event.ConfigEvents
 
ConfigEventType - Enum in org.apache.juneau.config.event
Possible event types for the ConfigEvent class.
ConfigException - Exception in org.apache.juneau
An exception that typically occurs when trying to perform an invalid operation on a configuration property.
ConfigException(Throwable, String, Object...) - Constructor for exception org.apache.juneau.ConfigException
Constructor.
ConfigException(String, Object...) - Constructor for exception org.apache.juneau.ConfigException
Constructor
ConfigFileStore - Class in org.apache.juneau.config.store
Filesystem-based storage location for configuration files.
ConfigFileStore(PropertyStore) - Constructor for class org.apache.juneau.config.store.ConfigFileStore
Constructor.
ConfigFileStoreBuilder - Class in org.apache.juneau.config.store
Builder for ConfigFileStore objects.
ConfigFileStoreBuilder() - Constructor for class org.apache.juneau.config.store.ConfigFileStoreBuilder
Constructor, default settings.
ConfigFileStoreBuilder(PropertyStore) - Constructor for class org.apache.juneau.config.store.ConfigFileStoreBuilder
Constructor.
ConfigItem - Class in org.apache.juneau.server.config.repository
 
ConfigItem(String) - Constructor for class org.apache.juneau.server.config.repository.ConfigItem
 
ConfigMap - Class in org.apache.juneau.config.internal
Represents the parsed contents of a configuration.
ConfigMap(ConfigStore, String) - Constructor for class org.apache.juneau.config.internal.ConfigMap
Constructor.
ConfigMemoryStore - Class in org.apache.juneau.config.store
Filesystem-based storage location for configuration files.
ConfigMemoryStore(PropertyStore) - Constructor for class org.apache.juneau.config.store.ConfigMemoryStore
Constructor.
ConfigMemoryStoreBuilder - Class in org.apache.juneau.config.store
Builder for ConfigMemoryStore objects.
ConfigMemoryStoreBuilder() - Constructor for class org.apache.juneau.config.store.ConfigMemoryStoreBuilder
Constructor, default settings.
ConfigMemoryStoreBuilder(PropertyStore) - Constructor for class org.apache.juneau.config.store.ConfigMemoryStoreBuilder
Constructor.
ConfigMod - Enum in org.apache.juneau.config
Identifies the supported modification types for config entries.
configName(String) - Method in class org.apache.juneau.microservice.jetty.JettyMicroserviceBuilder
 
configName(String) - Method in class org.apache.juneau.microservice.MicroserviceBuilder
Specifies the config name for initializing this microservice.
ConfigResource - Class in org.apache.juneau.microservice.resources
Shows contents of the microservice configuration file.
ConfigResource() - Constructor for class org.apache.juneau.microservice.resources.ConfigResource
 
ConfigStore - Class in org.apache.juneau.config.store
Represents a storage location for configuration files.
ConfigStore(PropertyStore) - Constructor for class org.apache.juneau.config.store.ConfigStore
Constructor.
configStore(ConfigStore) - Method in class org.apache.juneau.microservice.jetty.JettyMicroserviceBuilder
 
configStore(ConfigStore) - Method in class org.apache.juneau.microservice.MicroserviceBuilder
Specifies the config store to use for storing and retrieving configurations.
ConfigStoreBuilder - Class in org.apache.juneau.config.store
Base builder class for ConfigStore objects.
ConfigStoreBuilder() - Constructor for class org.apache.juneau.config.store.ConfigStoreBuilder
Constructor, default settings.
ConfigStoreBuilder(PropertyStore) - Constructor for class org.apache.juneau.config.store.ConfigStoreBuilder
Constructor.
ConfigStoreListener - Interface in org.apache.juneau.config.store
Listens for changes to stored config files.
ConfigurableContext - Annotation Type in org.apache.juneau.annotation
Annotation applied to Context objects to identify how they are configured.
ConfigVar - Class in org.apache.juneau.config.vars
Config file variable resolver.
ConfigVar() - Constructor for class org.apache.juneau.config.vars.ConfigVar
Constructor.
ConfigXorEncoder - Class in org.apache.juneau.config.encode
Simply XOR+Base64 encoder for obscuring passwords and other sensitive data in INI config files.
ConfigXorEncoder() - Constructor for class org.apache.juneau.config.encode.ConfigXorEncoder
 
Conflict - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 409 (Conflict).
Conflict(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.Conflict
Constructor.
Conflict(String) - Constructor for exception org.apache.juneau.http.exception.Conflict
Constructor.
Conflict() - Constructor for exception org.apache.juneau.http.exception.Conflict
Constructor.
Conflict(String, Object...) - Constructor for exception org.apache.juneau.http.exception.Conflict
Constructor.
Conflict(Throwable) - Constructor for exception org.apache.juneau.http.exception.Conflict
Constructor.
Conflict - Exception in org.apache.juneau.rest.exception
Deprecated.
Conflict(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.Conflict
Deprecated.
Constructor.
Conflict(String) - Constructor for exception org.apache.juneau.rest.exception.Conflict
Deprecated.
Constructor.
Conflict() - Constructor for exception org.apache.juneau.rest.exception.Conflict
Deprecated.
Constructor.
Conflict(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.Conflict
Deprecated.
Constructor.
Conflict(Throwable) - Constructor for exception org.apache.juneau.rest.exception.Conflict
Deprecated.
Constructor.
CONNECT - Static variable in class org.apache.juneau.http.HttpMethod
CONNECT - Static variable in class org.apache.juneau.http.HttpMethodName
Deprecated.
connect(HttpClientConnection, HttpRoute, int, HttpContext) - Method in class org.apache.juneau.rest.client.mock.MockHttpClientConnectionManager
Deprecated.
 
connect() - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Connects to the REST resource.
Connection - Class in org.apache.juneau.http.header
Represents a parsed Connection HTTP request header.
Connection(Object) - Constructor for class org.apache.juneau.http.header.Connection
Constructor.
Connection(String) - Constructor for class org.apache.juneau.http.header.Connection
Constructor
connection(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the value for the Connection request header.
connection(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the value for the Connection request header.
connection(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the Connection request header on all requests.
connection(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the Connection request header.
connection(Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Specifies the Connection header value on the request.
connection(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
CONNECTION_LOST - Static variable in class org.apache.juneau.rest.client.RetryOn
Deprecated.
Default RetryOn that returns true if the HTTP connection could not be made.
connectionBackoffStrategy(ConnectionBackoffStrategy) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
connectionBackoffStrategy(ConnectionBackoffStrategy) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Assigns ConnectionBackoffStrategy instance.
connectionBackoffStrategy(ConnectionBackoffStrategy) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
connectionManager(HttpClientConnectionManager) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
connectionManager(HttpClientConnectionManager) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Assigns HttpClientConnectionManager instance.
connectionManager(HttpClientConnectionManager) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
connectionManagerShared(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
connectionManagerShared(boolean) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Defines the connection manager is to be shared by multiple client instances.
connectionManagerShared(boolean) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
connectionReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
connectionReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Assigns ConnectionReuseStrategy instance.
connectionReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
connectionTimeToLive(long, TimeUnit) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
connectionTimeToLive(long, TimeUnit) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets maximum time to live for persistent connections.
connectionTimeToLive(long, TimeUnit) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
console(Scanner, PrintWriter) - Method in class org.apache.juneau.microservice.jetty.JettyMicroserviceBuilder
 
console(Scanner, PrintWriter) - Method in class org.apache.juneau.microservice.MicroserviceBuilder
Specifies the console input and output.
console(Class<? extends PrintStream>) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
RestClient configuration property:  Console print stream
console(PrintStream) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
RestClient configuration property:  Console print stream
console(PrintStream) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
console(Class<? extends PrintStream>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
ConsoleCommand - Class in org.apache.juneau.microservice.console
Implements a command that can be invoked from the console of the microservice.
ConsoleCommand() - Constructor for class org.apache.juneau.microservice.console.ConsoleCommand
 
consoleCommands(ConsoleCommand...) - Method in class org.apache.juneau.microservice.jetty.JettyMicroserviceBuilder
 
consoleCommands(Class<? extends ConsoleCommand>...) - Method in class org.apache.juneau.microservice.MicroserviceBuilder
Specifies console commands to make available on the Java console.
consoleCommands(ConsoleCommand...) - Method in class org.apache.juneau.microservice.MicroserviceBuilder
Specifies console commands to make available on the Java console.
consoleEnabled(boolean) - Method in class org.apache.juneau.microservice.jetty.JettyMicroserviceBuilder
 
consoleEnabled(boolean) - Method in class org.apache.juneau.microservice.MicroserviceBuilder
Specifies that the Java console is enabled for this microservice.
consoleLevel(Level) - Method in class org.apache.juneau.microservice.LogConfig
The default logging level for the console.
Constants - Class in org.apache.juneau.http
Constants used by classes in this package.
Constants() - Constructor for class org.apache.juneau.http.Constants
 
Constants - Class in org.apache.juneau.httppart
HTTP-Part constants.
Constants() - Constructor for class org.apache.juneau.httppart.Constants
 
Constants - Class in org.apache.juneau.jena
Constants used by the RdfSerializer and RdfParser classes.
Constants() - Constructor for class org.apache.juneau.jena.Constants
 
constructor - Variable in class org.apache.juneau.BeanMeta
The constructor for this bean.
constructorArgs - Variable in class org.apache.juneau.BeanMeta
For beans with constructors with Beanc annotation, this is the list of constructor arg properties.
ConstructorInfo - Class in org.apache.juneau.reflect
Lightweight utility class for introspecting information about a constructor.
ConstructorInfo(ClassInfo, Constructor<?>, Constructor<?>) - Constructor for class org.apache.juneau.reflect.ConstructorInfo
Constructor.
consume() - Method in class org.apache.juneau.rest.client2.RestResponse
Consumes the response body.
consumeContent() - Method in class org.apache.juneau.rest.client2.RestResponseBody
Deprecated.
Use standard java convention to ensure resource deallocation by calling InputStream.close() on the input stream returned by RestResponseBody.getContent()
consumes(Object...) - Method in class org.apache.juneau.dto.swagger.Operation
Adds one or more values to the consumes property.
consumes(Object...) - Method in class org.apache.juneau.dto.swagger.Swagger
Adds one or more values to the consumes property.
consumes() - Method in class org.apache.juneau.rest.annotation.MethodAnnotationSwagger
 
consumes() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
consumes(String...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Supported content media types.
consumes(MediaType...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Supported content media types.
consumesReplace(String...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Supported content media types.
consumesReplace(MediaType...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Supported content media types.
Contact - Class in org.apache.juneau.dto.swagger
Contact information for the exposed API.
Contact() - Constructor for class org.apache.juneau.dto.swagger.Contact
Default constructor.
Contact(Contact) - Constructor for class org.apache.juneau.dto.swagger.Contact
Copy constructor.
contact(Object) - Method in class org.apache.juneau.dto.swagger.Info
contact() - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an empty Contact element.
contact(String) - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an Contact element with the specified name attribute.
contact(String, Object, String) - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an Contact element with the specified name, url, and email attributes.
Contact - Annotation Type in org.apache.juneau.http.annotation
Swagger contact annotation.
ContactAnnotation - Class in org.apache.juneau.http.annotation
A concrete implementation of the Contact annotation.
ContactAnnotation() - Constructor for class org.apache.juneau.http.annotation.ContactAnnotation
 
contains(Object) - Method in class org.apache.juneau.assertions.FluentArrayAssertion
Asserts that the array contains the expected value.
contains(Object) - Method in class org.apache.juneau.assertions.FluentCollectionAssertion
Asserts that the collection contains the expected value.
contains(String...) - Method in class org.apache.juneau.assertions.FluentStringAssertion
Asserts that the text contains all of the specified substrings.
contains(String...) - Method in class org.apache.juneau.assertions.FluentThrowableAssertion
Asserts that this throwable or any parent throwables contains all of the specified substrings.
contains(String) - Method in class org.apache.juneau.http.header.BasicCsvArrayHeader
Returns true if this header contains the specified value.
contains(T, T[]) - Static method in class org.apache.juneau.internal.ArrayUtils
Returns true if the specified array contains the specified element using the Object.equals(Object) method.
contains(int, int[]) - Static method in class org.apache.juneau.internal.ArrayUtils
Returns true if the specified array contains the specified integer
contains(String, String[]) - Static method in class org.apache.juneau.internal.ArrayUtils
Returns true if the specified array contains the specified element using the String.equals(Object) method.
contains(char) - Method in class org.apache.juneau.internal.AsciiMap
Returns true if the specified character is in this store.
contains(int) - Method in class org.apache.juneau.internal.AsciiMap
Returns true if the specified character is in this store.
contains(CharSequence) - Method in class org.apache.juneau.internal.AsciiMap
Returns true if the specified string contains at least one character in this set.
contains(char) - Method in class org.apache.juneau.internal.AsciiSet
Returns true if the specified character is in this store.
contains(int) - Method in class org.apache.juneau.internal.AsciiSet
Returns true if the specified character is in this store.
contains(CharSequence) - Method in class org.apache.juneau.internal.AsciiSet
Returns true if the specified string contains at least one character in this set.
contains(String) - Method in class org.apache.juneau.internal.KeywordSet
Returns true if the specified string exists in this store.
contains(String, CharSequence) - Static method in class org.apache.juneau.internal.StringUtils
Same as String.contains(CharSequence) except returns null if the value is null.
contains(Object) - Method in class org.apache.juneau.internal.UnmodifiableArray
 
containsAll(Collection<?>) - Method in class org.apache.juneau.internal.UnmodifiableArray
 
containsAny(String, char...) - Static method in class org.apache.juneau.internal.StringUtils
Returns true if the specified string contains any of the specified characters.
containsAnyKeys(String...) - Method in class org.apache.juneau.rest.RequestQuery
Returns true if the request contains any of the specified query parameters.
containsHeader(String) - Method in class org.apache.juneau.rest.client2.RestRequest
Checks if a certain header is present in this message.
containsHeader(String) - Method in class org.apache.juneau.rest.client2.RestResponse
Checks if a certain header is present in this message.
containsHeader(String) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
containsHeader(String) - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
containsIc(String) - Method in class org.apache.juneau.http.header.BasicCsvArrayHeader
Returns true if this header contains the specified value using String.equalsIgnoreCase(String).
containsKey(Object) - Method in class org.apache.juneau.BeanMap
 
containsKey(Object) - Method in class org.apache.juneau.collections.OMap
 
containsKey(String) - Method in class org.apache.juneau.cp.Messages
 
containsKey(Object) - Method in class org.apache.juneau.ObjectMap
 
containsKey(String) - Method in class org.apache.juneau.utils.MessageBundle
Deprecated.
 
containsKeyNotEmpty(String) - Method in class org.apache.juneau.collections.OMap
Returns true if the map contains the specified entry and the value is not null nor an empty string.
containsKeyNotEmpty(String) - Method in class org.apache.juneau.ObjectMap
Returns true if the map contains the specified entry and the value is not null nor an empty string.
containsOnly(String) - Method in class org.apache.juneau.internal.AsciiSet
Returns true if the specified string contains only characters in this set.
containsOuterKey(Object) - Method in class org.apache.juneau.collections.OMap
Returns true if this map contains the specified key, ignoring the inner map if it exists.
containsOuterKey(Object) - Method in class org.apache.juneau.ObjectMap
Returns true if this map contains the specified key, ignoring the inner map if it exists.
content() - Static method in class org.apache.juneau.dto.atom.AtomBuilder
Creates a Content element with the specified Content.type(String) attribute.
content(String) - Static method in class org.apache.juneau.dto.atom.AtomBuilder
Creates a Content element.
Content - Class in org.apache.juneau.dto.atom
Represents an atomContent construct in the RFC4287 specification.
Content(String) - Constructor for class org.apache.juneau.dto.atom.Content
Normal content.
Content() - Constructor for class org.apache.juneau.dto.atom.Content
Normal content.
content(Content) - Method in class org.apache.juneau.dto.atom.Entry
Sets the content of this entry.
content(String) - Method in class org.apache.juneau.dto.html5.Meta
content attribute.
contentDecoderRegistry(Map<String, InputStreamFactory>) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
contentDecoderRegistry(Map<String, InputStreamFactory>) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Assigns a map of InputStreamFactories to be used for automatic content decompression.
contentDecoderRegistry(Map<String, InputStreamFactory>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
ContentDisposition - Class in org.apache.juneau.http.header
Represents a parsed Content-Disposition HTTP request header.
ContentDisposition(Object) - Constructor for class org.apache.juneau.http.header.ContentDisposition
Constructor.
ContentDisposition(String) - Constructor for class org.apache.juneau.http.header.ContentDisposition
Constructor
contenteditable(Object) - Method in class org.apache.juneau.dto.html5.HtmlElement
contenteditable attribute.
contentEncoding(String) - Method in class org.apache.juneau.http.BasicHttpEntity
contentEncoding(Header) - Method in class org.apache.juneau.http.BasicHttpEntity
contentEncoding(String) - Method in class org.apache.juneau.http.BasicHttpResource
 
contentEncoding(Header) - Method in class org.apache.juneau.http.BasicHttpResource
 
ContentEncoding - Class in org.apache.juneau.http.header
Represents a parsed Content-Encoding HTTP response header.
ContentEncoding(Object) - Constructor for class org.apache.juneau.http.header.ContentEncoding
Constructor.
ContentEncoding(String) - Constructor for class org.apache.juneau.http.header.ContentEncoding
Constructor
contentEncoding(String) - Method in class org.apache.juneau.http.SerializedHttpEntity
 
contentEncoding(Header) - Method in class org.apache.juneau.http.SerializedHttpEntity
 
contentEncoding(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the Content-Encoding request header on all requests.
contentEncoding(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the Content-Encoding request header.
contentEncoding(Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Specifies the Content-Encoding header value on the request.
contentEncoding(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
ContentLanguage - Class in org.apache.juneau.http.header
Represents a parsed Content-Language HTTP response header.
ContentLanguage(Object) - Constructor for class org.apache.juneau.http.header.ContentLanguage
Constructor.
ContentLanguage(String) - Constructor for class org.apache.juneau.http.header.ContentLanguage
Constructor
contentLength(long) - Method in class org.apache.juneau.http.BasicHttpEntity
contentLength(long) - Method in class org.apache.juneau.http.BasicHttpResource
 
ContentLength - Class in org.apache.juneau.http.header
Represents a parsed Content-Length HTTP request/response header.
ContentLength(Object) - Constructor for class org.apache.juneau.http.header.ContentLength
Constructor.
ContentLength(String) - Constructor for class org.apache.juneau.http.header.ContentLength
Constructor
contentLength(long) - Method in class org.apache.juneau.http.SerializedHttpEntity
 
contentLength(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the value for the Content-Length request header.
contentLength(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the value for the Content-Length request header.
contentLength(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the Content-Length request header on all requests.
contentLength(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the Content-Length request header.
contentLength(Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Specifies the Content-Length header value on the request.
contentLength(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
ContentLocation - Class in org.apache.juneau.http.header
Represents a parsed Content-Location HTTP response header.
ContentLocation(Object) - Constructor for class org.apache.juneau.http.header.ContentLocation
Constructor
ContentLocation(String) - Constructor for class org.apache.juneau.http.header.ContentLocation
Constructor
ContentRange - Class in org.apache.juneau.http.header
Represents a parsed Content-Range HTTP response header.
ContentRange(Object) - Constructor for class org.apache.juneau.http.header.ContentRange
Constructor.
ContentRange(String) - Constructor for class org.apache.juneau.http.header.ContentRange
Constructor
contentType(String) - Method in class org.apache.juneau.http.BasicHttpEntity
contentType(Header) - Method in class org.apache.juneau.http.BasicHttpEntity
contentType(String) - Method in class org.apache.juneau.http.BasicHttpResource
 
contentType(Header) - Method in class org.apache.juneau.http.BasicHttpResource
 
ContentType - Class in org.apache.juneau.http.header
Represents a parsed Content-Type HTTP request/response header.
ContentType(Object) - Constructor for class org.apache.juneau.http.header.ContentType
Constructor.
ContentType(String) - Constructor for class org.apache.juneau.http.header.ContentType
Constructor.
contentType(String) - Method in class org.apache.juneau.http.SerializedHttpEntity
 
contentType(Header) - Method in class org.apache.juneau.http.SerializedHttpEntity
 
contentType(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the value for the Content-Type request header.
contentType(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the value for the Content-Type request header.
contentType(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the Content-Type request header on all requests.
contentType(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the Content-Type request header.
contentType(Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Specifies the Content-Type header value on the request.
contentType(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
ContentTypeMenuItem - Class in org.apache.juneau.rest.widget
Widget that returns back a list of hyperlinks for rendering the contents of a page in a variety of content types.
ContentTypeMenuItem() - Constructor for class org.apache.juneau.rest.widget.ContentTypeMenuItem
 
Context - Class in org.apache.juneau
A reusable stateless thread-safe read-only configuration, typically used for creating one-time use Session objects.
Context(PropertyStore, boolean) - Constructor for class org.apache.juneau.Context
Constructor for this class.
context(HttpContext) - Method in class org.apache.juneau.rest.client2.RestRequest
Override the context to use for the execution.
context(RestContext) - Method in class org.apache.juneau.rest.RestCall
Overrides the context object on this call.
context(Class<? extends RestContext>) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  REST context class.
CONTEXT_debug - Static variable in class org.apache.juneau.Context
Configuration property: Debug mode.
CONTEXT_locale - Static variable in class org.apache.juneau.Context
Configuration property: Locale.
CONTEXT_mediaType - Static variable in class org.apache.juneau.Context
Configuration property: Media type.
CONTEXT_timeZone - Static variable in class org.apache.juneau.Context
Configuration property: Time zone.
ContextBuilder - Class in org.apache.juneau
Base builder class for building instances of any context objects configured through property stores.
ContextBuilder() - Constructor for class org.apache.juneau.ContextBuilder
Constructor.
ContextBuilder(PropertyStore) - Constructor for class org.apache.juneau.ContextBuilder
Constructor that takes in an initial set of configuration properties.
ContextBuilder(PropertyStoreBuilder) - Constructor for class org.apache.juneau.ContextBuilder
Constructor.
ContextCache - Class in org.apache.juneau
Stores a cache of Context instances mapped by the property stores used to create them.
contextObject(String, Object) - Method in class org.apache.juneau.svl.VarResolverBuilder
Associates a context object with this resolver.
contextObjects(Map<String, Object>) - Method in class org.apache.juneau.svl.VarResolverBuilder
Associates multiple context objects with this resolver.
contextPath(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
contextPath(String) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
Identifies the context path for the REST resource.
contextPath(String) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Overrides the context path on the underlying HttpServletRequest object.
contextPath(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
contextRoot - Variable in class org.apache.juneau.UriContext
 
ContextRuntimeException - Exception in org.apache.juneau
General runtime operation exception that can occur in any of the context classes.
ContextRuntimeException(Throwable, String, Object...) - Constructor for exception org.apache.juneau.ContextRuntimeException
Constructor.
ContextRuntimeException(String, Object...) - Constructor for exception org.apache.juneau.ContextRuntimeException
Constructor.
ContextRuntimeException(Throwable) - Constructor for exception org.apache.juneau.ContextRuntimeException
Constructor.
Continue - Class in org.apache.juneau.http.response
Represents an HTTP 100 Continue response.
Continue() - Constructor for class org.apache.juneau.http.response.Continue
Constructor using HTTP-standard message.
Continue(String) - Constructor for class org.apache.juneau.http.response.Continue
Constructor using custom message.
Continue - Class in org.apache.juneau.rest.response
Deprecated.
Continue() - Constructor for class org.apache.juneau.rest.response.Continue
Deprecated.
Constructor using HTTP-standard message.
Continue(String) - Constructor for class org.apache.juneau.rest.response.Continue
Deprecated.
Constructor using custom message.
contributors(Person...) - Method in class org.apache.juneau.dto.atom.CommonEntry
Sets the list of contributors of this object.
contributors(Person...) - Method in class org.apache.juneau.dto.atom.Entry
 
contributors(Person...) - Method in class org.apache.juneau.dto.atom.Feed
 
contributors(Person...) - Method in class org.apache.juneau.dto.atom.Source
 
controls(Object) - Method in class org.apache.juneau.dto.html5.Audio
controls attribute.
controls(Object) - Method in class org.apache.juneau.dto.html5.Video
controls attribute.
convert(Object) - Method in interface org.apache.juneau.PropertyConverter
Convert the value to normalized form.
convert(RestRequest, Object) - Method in class org.apache.juneau.rest.converters.Introspectable
 
convert(RestRequest, Object) - Method in class org.apache.juneau.rest.converters.Queryable
 
convert(RestRequest, Object) - Method in class org.apache.juneau.rest.converters.Traversable
 
convert(RestRequest, Object) - Method in interface org.apache.juneau.rest.RestConverter
Performs post-call conversion on the specified response object.
convertAttrToType(Object, String, ClassMeta<T>) - Method in class org.apache.juneau.parser.ParserSession
Converts the specified string to the specified type.
converters() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
converters(Class<?>...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Class-level response converters.
converters(RestConverter...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Response converters.
ConverterUtils - Class in org.apache.juneau.internal
Utility class for efficiently converting objects between types.
ConverterUtils() - Constructor for class org.apache.juneau.internal.ConverterUtils
 
convertThrowable(Throwable) - Method in interface org.apache.juneau.rest.RestCallHandler
Deprecated.
Method for converting thrown exceptions into other types before they are handled.
convertThrowable(Throwable) - Method in class org.apache.juneau.rest.RestContext
Method that can be subclassed to allow uncaught throwables to be treated as other types of throwables.
convertToMemberType(Object, Object, Class<T>) - Method in class org.apache.juneau.BeanSession
Same as BeanSession.convertToType(Object, Class), except used for instantiating inner member classes that must be instantiated within another class instance.
convertToMemberType(Object, Object, ClassMeta<T>) - Method in class org.apache.juneau.BeanSession
Same as BeanSession.convertToType(Object, ClassMeta), except used for instantiating inner member classes that must be instantiated within another class instance.
convertToSerializable(BeanSession, Temporal) - Method in class org.apache.juneau.transforms.TemporalSwap
Converts the specified temporal object to a form suitable to be serialized using any pattern.
convertToType(Object, Class<T>) - Method in class org.apache.juneau.BeanSession
Converts the specified value to the specified class type.
convertToType(Object, ClassMeta<T>) - Method in class org.apache.juneau.BeanSession
Casts the specified value into the specified type.
convertToType(Object, Type, Type...) - Method in class org.apache.juneau.BeanSession
Same as BeanSession.convertToType(Object, Class), but allows for complex data types consisting of collections or maps.
cookies(Cookie[]) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
cookies(Cookie[]) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Overrides the cookies on the underlying HttpServletRequest object.
cookies(Cookie[]) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
coords(String) - Method in class org.apache.juneau.dto.html5.Area
coords attribute.
copy() - Method in class org.apache.juneau.dto.swagger.Contact
Make a deep copy of this object.
copy() - Method in class org.apache.juneau.dto.swagger.ExternalDocumentation
Make a deep copy of this object.
copy() - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Make a deep copy of this object.
copy() - Method in class org.apache.juneau.dto.swagger.Info
Make a deep copy of this object.
copy() - Method in class org.apache.juneau.dto.swagger.Items
Make a deep copy of this object.
copy() - Method in class org.apache.juneau.dto.swagger.License
Make a deep copy of this object.
copy() - Method in class org.apache.juneau.dto.swagger.Operation
Make a deep copy of this object.
copy() - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Make a deep copy of this object.
copy() - Method in class org.apache.juneau.dto.swagger.ResponseInfo
Make a deep copy of this object.
copy() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Make a deep copy of this object.
copy() - Method in class org.apache.juneau.dto.swagger.SecurityScheme
Make a deep copy of this object.
copy() - Method in class org.apache.juneau.dto.swagger.Swagger
Make a deep copy of this object.
copy() - Method in class org.apache.juneau.dto.swagger.Tag
Make a deep copy of this object.
copy() - Method in class org.apache.juneau.dto.swagger.Xml
Make a deep copy of this object.
copy() - Method in class org.apache.juneau.internal.AsciiSet
Copies an existing AsciiSet so that you can augment it with additional values.
copy() - Method in class org.apache.juneau.microservice.jetty.JettyMicroserviceBuilder
 
copy() - Method in class org.apache.juneau.microservice.LogConfig
Creates a copy of this log configuration.
copy() - Method in class org.apache.juneau.microservice.MicroserviceBuilder
Creates a copy of this builder.
copyFrom(ParameterInfo) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Copies any non-null fields from the specified object to this object.
copyFrom(ResponseInfo) - Method in class org.apache.juneau.dto.swagger.ResponseInfo
Copies any non-null fields from the specified object to this object.
copyToList(Object, List) - Static method in class org.apache.juneau.internal.ArrayUtils
Copies the specified array into the specified list.
count(InputStream) - Static method in class org.apache.juneau.internal.IOUtils
Counts the number of bytes in the input stream and then closes the stream.
count(Reader) - Static method in class org.apache.juneau.internal.IOUtils
Counts the number of characters in the reader and then closes the reader.
count(int) - Method in class org.apache.juneau.microservice.LogConfig
The number of log files to use.
count(int) - Method in class org.apache.juneau.mstat.ExceptionStats
TODO
countChars(String, char) - Static method in class org.apache.juneau.internal.StringUtils
Counts the number of the specified character in the specified string.
cr(int) - Method in class org.apache.juneau.html.HtmlWriter
 
cr(int) - Method in class org.apache.juneau.json.JsonWriter
 
cr(int) - Method in class org.apache.juneau.serializer.SerializerWriter
Performs a carriage return.
cr(int) - Method in class org.apache.juneau.uon.UonWriter
 
cr(int) - Method in class org.apache.juneau.xml.XmlWriter
 
cre(int) - Method in class org.apache.juneau.html.HtmlWriter
 
cre(int) - Method in class org.apache.juneau.json.JsonWriter
 
cre(int) - Method in class org.apache.juneau.serializer.SerializerWriter
Performs a carriage return at the end of a line.
cre(int) - Method in class org.apache.juneau.uon.UonWriter
 
cre(int) - Method in class org.apache.juneau.xml.XmlWriter
 
create(Object) - Static method in class org.apache.juneau.assertions.ArrayAssertion
Creator.
create(Boolean) - Static method in class org.apache.juneau.assertions.BooleanAssertion
Creator.
create(byte[]) - Static method in class org.apache.juneau.assertions.ByteArrayAssertion
Creator.
create(Collection) - Static method in class org.apache.juneau.assertions.CollectionAssertion
Creator.
create(Comparable) - Static method in class org.apache.juneau.assertions.ComparableAssertion
Creator.
create(Date) - Static method in class org.apache.juneau.assertions.DateAssertion
Creator.
create(Integer) - Static method in class org.apache.juneau.assertions.IntegerAssertion
Creator.
create(List) - Static method in class org.apache.juneau.assertions.ListAssertion
Creator.
create(Long) - Static method in class org.apache.juneau.assertions.LongAssertion
Creator.
create(Object) - Static method in class org.apache.juneau.assertions.ObjectAssertion
Creator.
create(Object) - Static method in class org.apache.juneau.assertions.StringAssertion
Creator.
create(Throwable) - Static method in class org.apache.juneau.assertions.ThrowableAssertion
Creator.
create(ZonedDateTime) - Static method in class org.apache.juneau.assertions.ZonedDateTimeAssertion
Creator.
create() - Static method in class org.apache.juneau.BeanContext
Instantiates a new clean-slate BeanContextBuilder object.
create(T) - Static method in class org.apache.juneau.BeanMap
Convenience method for wrapping a bean inside a BeanMap.
create() - Static method in class org.apache.juneau.BeanSessionArgs
Static creator method.
create() - Static method in class org.apache.juneau.config.Config
Instantiates a new clean-slate ConfigBuilder object.
create(String) - Static method in class org.apache.juneau.config.Config
Same as Config.create() but initializes the builder with the specified config name.
create() - Static method in class org.apache.juneau.config.store.ConfigClasspathStore
Create a new builder for this object.
create() - Static method in class org.apache.juneau.config.store.ConfigFileStore
Create a new builder for this object.
create() - Static method in class org.apache.juneau.config.store.ConfigMemoryStore
Create a new builder for this object.
create(Class<T>, PropertyStore) - Method in class org.apache.juneau.ContextCache
Creates a new instance of the specified context-based class, or an existing instance if one with the same property store was already created.
create(Class<?>) - Static method in class org.apache.juneau.cp.Messages
Creator.
create() - Static method in class org.apache.juneau.csv.CsvParser
Instantiates a new clean-slate CsvParserBuilder object.
create() - Static method in class org.apache.juneau.csv.CsvSerializer
Instantiates a new clean-slate CsvSerializerBuilder object.
create() - Static method in class org.apache.juneau.encoders.EncoderGroup
Instantiates a new clean-slate EncoderGroupBuilder object.
create() - Static method in class org.apache.juneau.html.HtmlDocSerializer
Instantiates a new clean-slate HtmlDocSerializerBuilder object.
create() - Static method in class org.apache.juneau.html.HtmlParser
Instantiates a new clean-slate HtmlParserBuilder object.
create() - Static method in class org.apache.juneau.html.HtmlSerializer
Instantiates a new clean-slate HtmlSerializerBuilder object.
create() - Static method in class org.apache.juneau.html.HtmlStrippedDocSerializer
Instantiates a new clean-slate HtmlStrippedDocSerializerBuilder object.
create() - Static method in class org.apache.juneau.http.HeaderSupplier
Convenience creator.
create() - Static method in class org.apache.juneau.http.NameValuePairSupplier
Convenience creator.
create(ParamInfo, PropertyStore) - Static method in class org.apache.juneau.httppart.bean.RequestBeanMeta
Create metadata from specified parameter.
create(Class<?>, PropertyStore) - Static method in class org.apache.juneau.httppart.bean.RequestBeanMeta
Create metadata from specified class.
create(Type, PropertyStore) - Static method in class org.apache.juneau.httppart.bean.ResponseBeanMeta
Create metadata from specified class.
create(MethodInfo, PropertyStore) - Static method in class org.apache.juneau.httppart.bean.ResponseBeanMeta
Create metadata from specified method return.
create(ParamInfo, PropertyStore) - Static method in class org.apache.juneau.httppart.bean.ResponseBeanMeta
Create metadata from specified method parameter.
create() - Static method in class org.apache.juneau.httppart.HttpPartSchema
Instantiates a new builder for this object.
create(Class<? extends Annotation>, ParamInfo) - Static method in class org.apache.juneau.httppart.HttpPartSchema
Finds the schema information for the specified method parameter.
create(Class<? extends Annotation>, Method) - Static method in class org.apache.juneau.httppart.HttpPartSchema
Finds the schema information for the specified method return.
create(Class<? extends Annotation>, Type) - Static method in class org.apache.juneau.httppart.HttpPartSchema
Finds the schema information for the specified class.
create(String) - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for calling create().type(type);
create(String, String) - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for calling create().type(type).format(format);
create(Annotation) - Static method in class org.apache.juneau.httppart.HttpPartSchema
Finds the schema information on the specified annotation.
create(Annotation, String) - Static method in class org.apache.juneau.httppart.HttpPartSchema
Finds the schema information on the specified annotation.
create(String) - Static method in class org.apache.juneau.internal.AsciiSet
Creates an ASCII set with the specified characters.
create() - Static method in class org.apache.juneau.internal.AsciiSet
Creates a builder for an ASCII set.
create() - Static method in class org.apache.juneau.internal.FileReaderBuilder
Creates a new builder.
create(File) - Static method in class org.apache.juneau.internal.FileReaderBuilder
Creates a new builder initialized with the specified file.
create(File) - Static method in class org.apache.juneau.internal.FileUtils
Creates a file if it doesn't already exist using File.createNewFile().
create() - Static method in class org.apache.juneau.internal.FileWriterBuilder
Creates a new builder.
create(File) - Static method in class org.apache.juneau.internal.FileWriterBuilder
Creates a new builder initialized with the specified file.
create(String) - Static method in class org.apache.juneau.internal.FileWriterBuilder
Creates a new builder initialized with the specified file path.
create() - Static method in class org.apache.juneau.internal.HashCode
Create a new HashCode object.
create() - Static method in class org.apache.juneau.jena.N3Parser
Instantiates a new clean-slate RdfParserBuilder object.
create() - Static method in class org.apache.juneau.jena.N3Serializer
Instantiates a new clean-slate RdfSerializerBuilder object.
create() - Static method in class org.apache.juneau.jena.NTripleParser
Instantiates a new clean-slate RdfParserBuilder object.
create() - Static method in class org.apache.juneau.jena.NTripleSerializer
Instantiates a new clean-slate RdfSerializerBuilder object.
create() - Static method in class org.apache.juneau.jena.RdfParser
Instantiates a new clean-slate RdfParserBuilder object.
create() - Static method in class org.apache.juneau.jena.RdfSerializer
Instantiates a new clean-slate RdfSerializerBuilder object.
create() - Static method in class org.apache.juneau.jena.RdfXmlAbbrevSerializer
Instantiates a new clean-slate RdfSerializerBuilder object.
create() - Static method in class org.apache.juneau.jena.RdfXmlParser
Instantiates a new clean-slate RdfParserBuilder object.
create() - Static method in class org.apache.juneau.jena.RdfXmlSerializer
Instantiates a new clean-slate RdfSerializerBuilder object.
create() - Static method in class org.apache.juneau.jena.TurtleParser
Instantiates a new clean-slate RdfParserBuilder object.
create() - Static method in class org.apache.juneau.jena.TurtleSerializer
Instantiates a new clean-slate RdfSerializerBuilder object.
create() - Static method in class org.apache.juneau.jso.JsoParser
Instantiates a new clean-slate JsoParserBuilder object.
create() - Static method in class org.apache.juneau.jso.JsoSerializer
Instantiates a new clean-slate JsoSerializerBuilder object.
create() - Static method in class org.apache.juneau.json.JsonParser
Instantiates a new clean-slate JsonParserBuilder object.
create() - Static method in class org.apache.juneau.json.JsonSchemaSerializer
Instantiates a new clean-slate JsonSerializerBuilder object.
create() - Static method in class org.apache.juneau.json.JsonSerializer
Instantiates a new clean-slate JsonSerializerBuilder object.
create() - Static method in class org.apache.juneau.json.SimpleJsonParser
Instantiates a new clean-slate SimpleJsonParserBuilder object.
create() - Static method in class org.apache.juneau.json.SimpleJsonSerializer
Instantiates a new clean-slate SimpleJsonSerializerBuilder object.
create() - Static method in class org.apache.juneau.jsonschema.JsonSchemaGenerator
Instantiates a new clean-slate JsonSerializerBuilder object.
create(String) - Method in class org.apache.juneau.microservice.jetty.BasicJettyServerFactory
 
create() - Static method in class org.apache.juneau.microservice.jetty.JettyMicroservice
Creates a new microservice builder.
create(String) - Method in interface org.apache.juneau.microservice.jetty.JettyServerFactory
Create a new initialized Jetty server.
create() - Static method in class org.apache.juneau.microservice.LogConfig
Creates a new instance of this config.
create() - Static method in class org.apache.juneau.microservice.Microservice
Creates a new microservice builder.
create() - Static method in class org.apache.juneau.msgpack.MsgPackParser
Instantiates a new clean-slate MsgPackParserBuilder object.
create() - Static method in class org.apache.juneau.msgpack.MsgPackSerializer
Instantiates a new clean-slate MsgPackSerializerBuilder object.
create() - Static method in class org.apache.juneau.mstat.ExceptionInfo
TODO
create() - Static method in class org.apache.juneau.mstat.ExceptionStats
 
create() - Static method in class org.apache.juneau.oapi.OpenApiParser
Instantiates a new clean-slate OpenApiParserBuilder object.
create() - Static method in class org.apache.juneau.oapi.OpenApiSerializer
Instantiates a new clean-slate OpenApiSerializerBuilder object.
create(Throwable) - Static method in exception org.apache.juneau.parser.ParseException
Creator method.
create() - Static method in class org.apache.juneau.parser.Parser
Instantiates a new clean-slate ParserBuilder object.
create() - Static method in class org.apache.juneau.parser.ParserGroup
Instantiates a new clean-slate ParserGroupBuilder object.
create() - Static method in class org.apache.juneau.parser.ParserSessionArgs
Creator.
create() - Static method in class org.apache.juneau.plaintext.PlainTextParser
Instantiates a new clean-slate PlainTextParserBuilder object.
create() - Static method in class org.apache.juneau.plaintext.PlainTextSerializer
Instantiates a new clean-slate PlainTextSerializerBuilder object.
create(String) - Method in class org.apache.juneau.pojotools.MatcherFactory
Instantiates a matcher for the specified pattern.
create(String) - Method in class org.apache.juneau.pojotools.NumberMatcherFactory
 
create(String) - Method in class org.apache.juneau.pojotools.StringMatcherFactory
 
create(String) - Method in class org.apache.juneau.pojotools.TimeMatcherFactory
 
create() - Static method in class org.apache.juneau.PropertyStore
Creates a new empty builder for a property store.
create() - Static method in class org.apache.juneau.rest.client.RestClient
Deprecated.
Instantiates a new clean-slate RestClientBuilder object.
create(Serializer, Parser) - Static method in class org.apache.juneau.rest.client.RestClient
Deprecated.
Instantiates a new RestClientBuilder object using the specified serializer and parser.
create(Class<? extends Serializer>, Class<? extends Parser>) - Static method in class org.apache.juneau.rest.client.RestClient
Deprecated.
Instantiates a new RestClientBuilder object using the specified serializer and parser.
create() - Static method in class org.apache.juneau.rest.client2.RestClient
Instantiates a new clean-slate RestClientBuilder object.
create() - Static method in class org.apache.juneau.rest.mock.MockHttpSession
Deprecated.
Creates a new HTTP session.
create(Class<?>) - Static method in class org.apache.juneau.rest.mock.MockRest
Deprecated.
Create a new mock REST interface
create(Class<?>, boolean) - Static method in class org.apache.juneau.rest.mock.MockRest
Deprecated.
Create a new mock REST interface
create() - Static method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Creates a new servlet request.
create(String, String, Object...) - Static method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Creates a new servlet request with the specified method name and request path.
create() - Static method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
Creates a new servlet response.
create() - Static method in class org.apache.juneau.rest.mock2.MockConsole
Creator.
create() - Static method in class org.apache.juneau.rest.mock2.MockHttpSession
Creates a new HTTP session.
create() - Static method in class org.apache.juneau.rest.mock2.MockLogger
Creator.
create(Object) - Static method in class org.apache.juneau.rest.mock2.MockRestClient
Creates a new RestClientBuilder configured with the specified REST implementation bean or bean class.
create() - Static method in class org.apache.juneau.rest.mock2.MockServletRequest
Creates a new servlet request.
create(String, String, Object...) - Static method in class org.apache.juneau.rest.mock2.MockServletRequest
Creates a new servlet request with the specified method name and request path.
create() - Static method in class org.apache.juneau.rest.mock2.MockServletResponse
Creates a new servlet response.
create() - Static method in class org.apache.juneau.rest.RestCallLoggerConfig
Creates a builder for this class.
create() - Static method in class org.apache.juneau.rest.RestCallLoggerRule
Creates a new builder for this object.
create(Object) - Static method in class org.apache.juneau.rest.RestContext
Constructor.
create(Class<?>) - Static method in class org.apache.juneau.rest.StatusStats
 
create(Throwable) - Static method in exception org.apache.juneau.serializer.SerializeException
Creator method.
create() - Static method in class org.apache.juneau.serializer.SerializerGroup
Instantiates a new clean-slate SerializerGroupBuilder object.
create() - Static method in class org.apache.juneau.serializer.SerializerSessionArgs
Creator.
create() - Static method in class org.apache.juneau.soap.SoapXmlSerializer
Instantiates a new clean-slate SoapXmlSerializerBuilder object.
create() - Static method in class org.apache.juneau.svl.VarResolver
Instantiates a new clean-slate VarResolverBuilder object.
create(Class<T>) - Static method in class org.apache.juneau.transform.BeanFilter
Static creator.
create(BeanSession, ClassMeta<?>) - Method in class org.apache.juneau.transform.BuilderSwap
Creates a new builder object.
create() - Static method in class org.apache.juneau.uon.UonParser
Instantiates a new clean-slate UonParserBuilder object.
create() - Static method in class org.apache.juneau.uon.UonSerializer
Instantiates a new clean-slate UonSerializerBuilder object.
create() - Static method in class org.apache.juneau.urlencoding.UrlEncodingParser
Instantiates a new clean-slate UrlEncodingParserBuilder object.
create() - Static method in class org.apache.juneau.urlencoding.UrlEncodingSerializer
Instantiates a new clean-slate UrlEncodingSerializerBuilder object.
create(T, T) - Static method in class org.apache.juneau.utils.BeanDiff
Create a new builder for this class.
create(Class<T>, IdGenerator<K>) - Static method in class org.apache.juneau.utils.IdMap
Creates a new map.
create(Object, Object) - Static method in class org.apache.juneau.utils.IOPipe
Creates a new pipe with the specified input and output.
create(Class<?>) - Static method in class org.apache.juneau.utils.MessageBundle
Deprecated.
Constructor.
create(Class<?>, String) - Static method in class org.apache.juneau.utils.MessageBundle
Deprecated.
Constructor.
create(Class<T>) - Static method in class org.apache.juneau.utils.Mutable
Creates an empty mutable.
create() - Static method in class org.apache.juneau.utils.Mutable
Creates an empty mutable.
create(Object...) - Static method in class org.apache.juneau.utils.ProcBuilder
Creates a process builder with the specified arguments.
create() - Static method in class org.apache.juneau.utils.ProcBuilder
Creates an empty process builder.
create(Class<V>) - Static method in class org.apache.juneau.utils.ReflectionMap
Static builder creator.
create(String, String) - Static method in class org.apache.juneau.xml.Namespace
Create a Namespace with the specified name and URI.
create(String) - Static method in class org.apache.juneau.xml.Namespace
Create a Namespace from a "name:uri" string pair.
create(Object) - Static method in class org.apache.juneau.xml.Namespace
Converts the specified object into a Namespace object.
create() - Static method in class org.apache.juneau.xml.XmlParser
Instantiates a new clean-slate XmlParserBuilder object.
create() - Static method in class org.apache.juneau.xml.XmlSerializer
Instantiates a new clean-slate XmlSerializerBuilder object.
createArray(Object) - Static method in class org.apache.juneau.xml.Namespace
Converts the specified object into an array of Namespace object.
createBeanSession(BeanSessionArgs) - Method in class org.apache.juneau.BeanContext
Same as BeanContext.createSession(BeanSessionArgs) except always returns a BeanSession object unlike BeanContext.createSession(BeanSessionArgs) which is meant to be overridden by subclasses.
createBeanSession() - Method in class org.apache.juneau.BeanContext
Same as BeanContext.createSession() except always returns a BeanSession object unlike BeanContext.createSession() which is meant to be overridden by subclasses.
createBeanTypeNameProperty(BeanMap<?>, String) - Static method in class org.apache.juneau.serializer.SerializerSession
Create a "_type" property that contains the dictionary name of the bean.
createCall(HttpServletRequest, HttpServletResponse) - Method in interface org.apache.juneau.rest.RestCallHandler
Deprecated.
Wraps an incoming servlet request/response pair into a single RestCall object.
createCall(HttpServletRequest, HttpServletResponse) - Method in class org.apache.juneau.rest.RestContext
Wraps an incoming servlet request/response pair into a single RestCall object.
createConnectionManager() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
createConnectionManager() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Created - Class in org.apache.juneau.http.response
Represents an HTTP 201 Created response.
Created() - Constructor for class org.apache.juneau.http.response.Created
Constructor using HTTP-standard message.
Created(String) - Constructor for class org.apache.juneau.http.response.Created
Constructor using custom message.
Created - Class in org.apache.juneau.rest.response
Deprecated.
Created() - Constructor for class org.apache.juneau.rest.response.Created
Deprecated.
Constructor using HTTP-standard message.
Created(String) - Constructor for class org.apache.juneau.rest.response.Created
Deprecated.
Constructor using custom message.
createDefaultBeanSessionArgs() - Method in class org.apache.juneau.BeanContext
Same as BeanContext.createDefaultSessionArgs() except always returns a BeanSessionArgs unlike BeanContext.createDefaultBeanSessionArgs() which is meant to be overridden by subclasses.
createDefaultSessionArgs() - Method in class org.apache.juneau.BeanContext
 
createDefaultSessionArgs() - Method in class org.apache.juneau.config.Config
Unused.
createDefaultSessionArgs() - Method in class org.apache.juneau.config.store.ConfigStore
Unused.
createDefaultSessionArgs() - Method in class org.apache.juneau.Context
Defines default session arguments used when calling the Context.createSession() method.
createDefaultSessionArgs() - Method in class org.apache.juneau.parser.Parser
 
createDefaultSessionArgs() - Method in class org.apache.juneau.serializer.Serializer
 
createDefaultVarResolverSession() - Method in class org.apache.juneau.html.HtmlDocSerializerSession
 
createDefaultVarResolverSession() - Method in class org.apache.juneau.serializer.SerializerSession
Adds a session object to the VarResolverSession in this session.
createHttpClient() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Creates an instance of an HttpClient to be used to handle all HTTP communications with the target server.
createHttpClient() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Creates an instance of an HttpClient to be used to handle all HTTP communications with the target server.
createHttpClientBuilder() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Creates an instance of an HttpClientBuilder to be used to create the HttpClient.
createHttpClientBuilder() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Creates an instance of an HttpClientBuilder to be used to create the HttpClient.
createInnerRequest(String, URI, boolean) - Method in class org.apache.juneau.rest.client2.RestRequest
Constructs the HttpRequestBase object that ends up being passed to the client execute method.
createIntGenerator(int) - Static method in class org.apache.juneau.utils.IdGenerators
Creates an ID generator using AtomicInteger initialized to value 1.
createIntGenerator() - Static method in class org.apache.juneau.utils.IdGenerators
Creates an ID generator using AtomicInteger initialized to the specified value.
createIntMap(Class<T>) - Static method in class org.apache.juneau.utils.IdMap
Creates a new ID map with integer keys with generator initialized to 1.
createIntMap(Class<T>, int) - Static method in class org.apache.juneau.utils.IdMap
Creates a new ID map with integer keys with generator initialized to the specified value.
createJettyDump(RestRequest, RestResponse) - Method in class org.apache.juneau.microservice.jetty.resources.DebugResource
[POST /jetty/dump] - Generates and saves the jetty thread dump file to jetty-thread-dump.log.
createLax(Object) - Static method in class org.apache.juneau.rest.mock2.MockRestClient
Creates a new RestClientBuilder configured with the specified REST implementation bean or bean class.
createLongGenerator(long) - Static method in class org.apache.juneau.utils.IdGenerators
Creates an ID generator using AtomicLong initialized to value 1.
createLongGenerator() - Static method in class org.apache.juneau.utils.IdGenerators
Creates an ID generator using AtomicLong initialized to the specified value.
createLongMap(Class<T>) - Static method in class org.apache.juneau.utils.IdMap
Creates a new ID map with long keys with generator initialized to 1.
createLongMap(Class<T>, long) - Static method in class org.apache.juneau.utils.IdMap
Creates a new ID map with long keys with generator initialized to the specified value.
createParameterSession() - Method in class org.apache.juneau.uon.UonParser
Create a UON parser session for parsing parameter values.
createPartSession(ParserSessionArgs) - Method in interface org.apache.juneau.httppart.HttpPartParser
Creates a new parser session.
createPartSession(SerializerSessionArgs) - Method in interface org.apache.juneau.httppart.HttpPartSerializer
Creates a new serializer session.
createPartSession(ParserSessionArgs) - Method in class org.apache.juneau.httppart.SimplePartParser
 
createPartSession(SerializerSessionArgs) - Method in class org.apache.juneau.httppart.SimplePartSerializer
 
createPartSession(ParserSessionArgs) - Method in class org.apache.juneau.oapi.OpenApiParser
 
createPartSession(SerializerSessionArgs) - Method in class org.apache.juneau.oapi.OpenApiSerializer
 
createPartSession(ParserSessionArgs) - Method in class org.apache.juneau.uon.UonParser
 
createPartSession(SerializerSessionArgs) - Method in class org.apache.juneau.uon.UonSerializer
 
createPipe(Object) - Method in class org.apache.juneau.parser.InputStreamParserSession
Wraps the specified input object into a ParserPipe object so that it can be easily converted into a stream or reader.
createPipe(Object) - Method in class org.apache.juneau.parser.ParserSession
Wraps the specified input object into a ParserPipe object so that it can be easily converted into a stream or reader.
createPipe(Object) - Method in class org.apache.juneau.parser.ReaderParserSession
Wraps the specified input object into a ParserPipe object so that it can be easily converted into a stream or reader.
createPipe(Object) - Method in class org.apache.juneau.serializer.OutputStreamSerializerSession
 
createPipe(Object) - Method in class org.apache.juneau.serializer.SerializerSession
Wraps the specified input object into a ParserPipe object so that it can be easily converted into a stream or reader.
createPipe(Object) - Method in class org.apache.juneau.serializer.WriterSerializerSession
 
createPropertyStore() - Method in class org.apache.juneau.rest.RestContextBuilder
Creates a new PropertyStore object initialized with the properties defined in this config.
createRequest(URI, String, boolean) - Method in class org.apache.juneau.rest.client2.RestClient
Creates a RestRequest object from the specified HttpRequest object.
createRequest(URI, String, boolean) - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
createRequest(RestCall) - Method in interface org.apache.juneau.rest.RestCallHandler
Deprecated.
Creates a RestRequest object based on the specified incoming HttpServletRequest object.
createRequest(RestCall) - Method in class org.apache.juneau.rest.RestContext
Creates a RestRequest object based on the specified incoming HttpServletRequest object.
createResponse(RestRequest, HttpResponse, Parser) - Method in class org.apache.juneau.rest.client2.RestClient
Creates a RestResponse object from the specified HttpResponse object.
createResponse(RestRequest, HttpResponse, Parser) - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
createResponse(RestCall) - Method in interface org.apache.juneau.rest.RestCallHandler
Deprecated.
Creates a RestResponse object based on the specified incoming HttpServletResponse object and the request returned by RestCallHandler.createRequest(RestCall).
createResponse(RestCall) - Method in class org.apache.juneau.rest.RestContext
Creates a RestResponse object based on the specified incoming HttpServletResponse object and the request returned by RestContext.createRequest(RestCall).
createServer() - Method in class org.apache.juneau.microservice.jetty.JettyMicroservice
Method used to create (but not start) an instance of a Jetty server.
createSession() - Method in class org.apache.juneau.BeanContext
Create a new bean session based on the properties defined on this context.
createSession(BeanSessionArgs) - Method in class org.apache.juneau.BeanContext
Create a new bean session based on the properties defined on this context combined with the specified runtime args.
createSession(SessionArgs) - Method in class org.apache.juneau.BeanContext
 
createSession() - Method in class org.apache.juneau.BeanTraverseContext
 
createSession(BeanSessionArgs) - Method in class org.apache.juneau.BeanTraverseContext
 
createSession(SessionArgs) - Method in class org.apache.juneau.config.Config
Unused.
createSession(SessionArgs) - Method in class org.apache.juneau.config.store.ConfigStore
Unused.
createSession() - Method in class org.apache.juneau.Context
Create a new bean session based on the properties defined on this context.
createSession(SessionArgs) - Method in class org.apache.juneau.Context
Create a new session based on the properties defined on this context combined with the specified runtime args.
createSession() - Method in class org.apache.juneau.csv.CsvParser
 
createSession(ParserSessionArgs) - Method in class org.apache.juneau.csv.CsvParser
 
createSession() - Method in class org.apache.juneau.csv.CsvSerializer
 
createSession(SerializerSessionArgs) - Method in class org.apache.juneau.csv.CsvSerializer
 
createSession() - Method in class org.apache.juneau.html.HtmlDocSerializer
 
createSession(SerializerSessionArgs) - Method in class org.apache.juneau.html.HtmlDocSerializer
 
createSession() - Method in class org.apache.juneau.html.HtmlParser
 
createSession(ParserSessionArgs) - Method in class org.apache.juneau.html.HtmlParser
 
createSession() - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer
 
createSession(SerializerSessionArgs) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer
 
createSession() - Method in class org.apache.juneau.html.HtmlSchemaSerializer
 
createSession(SerializerSessionArgs) - Method in class org.apache.juneau.html.HtmlSchemaSerializer
 
createSession() - Method in class org.apache.juneau.html.HtmlSerializer
 
createSession(SerializerSessionArgs) - Method in class org.apache.juneau.html.HtmlSerializer
 
createSession() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer
 
createSession(SerializerSessionArgs) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer
 
createSession() - Method in class org.apache.juneau.jena.RdfParser
 
createSession(ParserSessionArgs) - Method in class org.apache.juneau.jena.RdfParser
 
createSession() - Method in class org.apache.juneau.jena.RdfSerializer
 
createSession(SerializerSessionArgs) - Method in class org.apache.juneau.jena.RdfSerializer
 
createSession() - Method in class org.apache.juneau.jso.JsoParser
 
createSession(ParserSessionArgs) - Method in class org.apache.juneau.jso.JsoParser
 
createSession() - Method in class org.apache.juneau.jso.JsoSerializer
 
createSession(SerializerSessionArgs) - Method in class org.apache.juneau.jso.JsoSerializer
 
createSession() - Method in class org.apache.juneau.json.JsonParser
 
createSession(ParserSessionArgs) - Method in class org.apache.juneau.json.JsonParser
 
createSession() - Method in class org.apache.juneau.json.JsonSchemaSerializer
 
createSession(SerializerSessionArgs) - Method in class org.apache.juneau.json.JsonSchemaSerializer
 
createSession() - Method in class org.apache.juneau.json.JsonSerializer
 
createSession(SerializerSessionArgs) - Method in class org.apache.juneau.json.JsonSerializer
 
createSession() - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator
 
createSession(BeanSessionArgs) - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator
 
createSession() - Method in class org.apache.juneau.msgpack.MsgPackParser
 
createSession(ParserSessionArgs) - Method in class org.apache.juneau.msgpack.MsgPackParser
 
createSession() - Method in class org.apache.juneau.msgpack.MsgPackSerializer
 
createSession(SerializerSessionArgs) - Method in class org.apache.juneau.msgpack.MsgPackSerializer
 
createSession() - Method in class org.apache.juneau.oapi.OpenApiParser
 
createSession(ParserSessionArgs) - Method in class org.apache.juneau.oapi.OpenApiParser
 
createSession() - Method in class org.apache.juneau.oapi.OpenApiSerializer
 
createSession(SerializerSessionArgs) - Method in class org.apache.juneau.oapi.OpenApiSerializer
 
createSession(ParserSessionArgs) - Method in class org.apache.juneau.parser.Parser
Create the session object that will be passed in to the parse method.
createSession() - Method in class org.apache.juneau.parser.Parser
 
createSession() - Method in class org.apache.juneau.plaintext.PlainTextParser
 
createSession(ParserSessionArgs) - Method in class org.apache.juneau.plaintext.PlainTextParser
 
createSession() - Method in class org.apache.juneau.plaintext.PlainTextSerializer
 
createSession(SerializerSessionArgs) - Method in class org.apache.juneau.plaintext.PlainTextSerializer
 
createSession(SerializerSessionArgs) - Method in class org.apache.juneau.serializer.OutputStreamSerializer
 
createSession() - Method in class org.apache.juneau.serializer.OutputStreamSerializer
 
createSession(SerializerSessionArgs) - Method in class org.apache.juneau.serializer.Serializer
Create the session object used for actual serialization of objects.
createSession() - Method in class org.apache.juneau.serializer.Serializer
 
createSession(SerializerSessionArgs) - Method in class org.apache.juneau.serializer.WriterSerializer
 
createSession() - Method in class org.apache.juneau.serializer.WriterSerializer
 
createSession() - Method in class org.apache.juneau.soap.SoapXmlSerializer
 
createSession(SerializerSessionArgs) - Method in class org.apache.juneau.soap.SoapXmlSerializer
 
createSession() - Method in class org.apache.juneau.svl.VarResolver
Creates a new resolver session with no session objects.
createSession(Map<String, Object>) - Method in class org.apache.juneau.svl.VarResolver
Same as VarResolver.createSession() except allows you to specify session objects as a map.
createSession(ParserSessionArgs) - Method in class org.apache.juneau.uon.UonParser
 
createSession() - Method in class org.apache.juneau.uon.UonParser
 
createSession() - Method in class org.apache.juneau.uon.UonSerializer
 
createSession(SerializerSessionArgs) - Method in class org.apache.juneau.uon.UonSerializer
 
createSession() - Method in class org.apache.juneau.urlencoding.UrlEncodingParser
 
createSession(ParserSessionArgs) - Method in class org.apache.juneau.urlencoding.UrlEncodingParser
 
createSession() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializer
 
createSession(SerializerSessionArgs) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializer
 
createSession() - Method in class org.apache.juneau.xml.XmlDocSerializer
 
createSession(SerializerSessionArgs) - Method in class org.apache.juneau.xml.XmlDocSerializer
 
createSession() - Method in class org.apache.juneau.xml.XmlParser
 
createSession(ParserSessionArgs) - Method in class org.apache.juneau.xml.XmlParser
 
createSession() - Method in class org.apache.juneau.xml.XmlSerializer
 
createSession(SerializerSessionArgs) - Method in class org.apache.juneau.xml.XmlSerializer
 
createSession() - Method in class org.apache.juneau.xmlschema.XmlSchemaDocSerializer
Deprecated.
 
createSession(SerializerSessionArgs) - Method in class org.apache.juneau.xmlschema.XmlSchemaDocSerializer
Deprecated.
 
createSession() - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializer
Deprecated.
 
createSession(SerializerSessionArgs) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializer
Deprecated.
 
createTempFile(String) - Static method in class org.apache.juneau.internal.FileUtils
Create a temporary file with the specified name.
creationTime(long) - Method in class org.apache.juneau.rest.mock2.MockHttpSession
Sets the creation time on this session.
crossorigin(String) - Method in class org.apache.juneau.dto.html5.Audio
crossorigin attribute.
crossorigin(String) - Method in class org.apache.juneau.dto.html5.Img
crossorigin attribute.
crossorigin(String) - Method in class org.apache.juneau.dto.html5.Link
crossorigin attribute.
crossorigin(String) - Method in class org.apache.juneau.dto.html5.Script
crossorigin attribute.
crossorigin(String) - Method in class org.apache.juneau.dto.html5.Video
crossorigin attribute.
CS - Annotation Type in org.apache.juneau.annotation
Represents a Class-to-String mapping.
Csv - Annotation Type in org.apache.juneau.csv.annotation
Annotation that can be applied to classes, fields, and methods to tweak how they are handled by CsvSerializer and CsvParser.
CSV - Static variable in class org.apache.juneau.http.annotation.CollectionFormatType
 
CSV - Static variable in class org.apache.juneau.http.MediaType
Reusable predefined media type
CsvAnnotation - Class in org.apache.juneau.csv.annotation
A concrete implementation of the Csv annotation.
CsvAnnotation(String) - Constructor for class org.apache.juneau.csv.annotation.CsvAnnotation
Constructor.
CsvAnnotation(Class<?>) - Constructor for class org.apache.juneau.csv.annotation.CsvAnnotation
Constructor.
CsvAnnotation(Method) - Constructor for class org.apache.juneau.csv.annotation.CsvAnnotation
Constructor.
CsvAnnotation(Field) - Constructor for class org.apache.juneau.csv.annotation.CsvAnnotation
Constructor.
CsvBeanPropertyMeta - Class in org.apache.juneau.csv
Metadata on bean properties specific to the CSV serializers and parsers pulled from the @Csv annotation on the bean property.
CsvBeanPropertyMeta(BeanPropertyMeta, CsvMetaProvider) - Constructor for class org.apache.juneau.csv.CsvBeanPropertyMeta
Constructor.
CsvClassMeta - Class in org.apache.juneau.csv
Metadata on classes specific to the CSV serializers and parsers pulled from the @Csv annotation on the class.
CsvClassMeta(ClassMeta<?>, CsvMetaProvider) - Constructor for class org.apache.juneau.csv.CsvClassMeta
Constructor.
CsvCommon - Interface in org.apache.juneau.csv
Configurable properties common to both the CsvSerializer and CsvParser classes.
CsvConfig - Annotation Type in org.apache.juneau.csv.annotation
Annotation for specifying config properties defined in CsvSerializer and CsvParser.
CsvConfigApply - Class in org.apache.juneau.csv.annotation
Applies CsvConfig annotations to a PropertyStoreBuilder.
CsvConfigApply(Class<CsvConfig>, VarResolverSession) - Constructor for class org.apache.juneau.csv.annotation.CsvConfigApply
Constructor.
CsvMetaProvider - Interface in org.apache.juneau.csv
Interface for providing access to CsvClassMeta and CsvBeanPropertyMeta objects.
CsvParser - Class in org.apache.juneau.csv
TODO - Work in progress.
CsvParser(PropertyStore) - Constructor for class org.apache.juneau.csv.CsvParser
Constructor.
CsvParserBuilder - Class in org.apache.juneau.csv
Builder class for building instances of CSV parsers.
CsvParserBuilder() - Constructor for class org.apache.juneau.csv.CsvParserBuilder
Constructor, default settings.
CsvParserBuilder(PropertyStore) - Constructor for class org.apache.juneau.csv.CsvParserBuilder
Constructor.
CsvParserSession - Class in org.apache.juneau.csv
Session object that lives for the duration of a single use of CsvParser.
CsvParserSession(CsvParser, ParserSessionArgs) - Constructor for class org.apache.juneau.csv.CsvParserSession
Create a new session using properties specified in the context.
CsvSerializer - Class in org.apache.juneau.csv
TODO - Work in progress.
CsvSerializer(PropertyStore) - Constructor for class org.apache.juneau.csv.CsvSerializer
Constructor.
CsvSerializerBuilder - Class in org.apache.juneau.csv
Builder class for building instances of CSV serializers.
CsvSerializerBuilder() - Constructor for class org.apache.juneau.csv.CsvSerializerBuilder
Constructor, default settings.
CsvSerializerBuilder(PropertyStore) - Constructor for class org.apache.juneau.csv.CsvSerializerBuilder
Constructor.
CsvSerializerSession - Class in org.apache.juneau.csv
Session object that lives for the duration of a single use of CsvSerializer.
CsvSerializerSession(CsvSerializer, SerializerSessionArgs) - Constructor for class org.apache.juneau.csv.CsvSerializerSession
Create a new session using properties specified in the context.
cTag() - Method in class org.apache.juneau.xml.XmlWriter
Closes a tag.
ctx - Variable in class org.apache.juneau.BeanMeta
The bean context that created this metadata object.

D

d() - Method in class org.apache.juneau.http.annotation.BodyAnnotation
 
d(String[]) - Method in class org.apache.juneau.http.annotation.BodyAnnotation
Sets the d property on this annotation.
d() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
d(String[]) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the d property on this annotation.
d() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
d(String[]) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the d property on this annotation.
d() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
d(String[]) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the d property on this annotation.
d() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
d(String[]) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the d property on this annotation.
d() - Method in class org.apache.juneau.http.annotation.ResponseAnnotation
 
d(String[]) - Method in class org.apache.juneau.http.annotation.ResponseAnnotation
Sets the d property on this annotation.
d() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
d(String[]) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the d property on this annotation.
d() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
d(String...) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the d property on this annotation.
Data - Class in org.apache.juneau.dto.html5
DTO for an HTML <data> element.
Data() - Constructor for class org.apache.juneau.dto.html5.Data
Creates an empty Data element.
Data(String, Object) - Constructor for class org.apache.juneau.dto.html5.Data
Creates a Data element with the specified Data.value(Object) attribute and child node.
data() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Data element.
data(String, Object) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Data element with the specified Data.value(Object) attribute and child node.
data(String) - Method in class org.apache.juneau.dto.html5.Object_
data attribute.
Datalist - Class in org.apache.juneau.dto.html5
DTO for an HTML <datalist> element.
Datalist() - Constructor for class org.apache.juneau.dto.html5.Datalist
Creates an empty Datalist element.
Datalist(String, Option...) - Constructor for class org.apache.juneau.dto.html5.Datalist
Creates a Datalist element with the specified Datalist.id(String) attribute and child nodes.
datalist() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Datalist element.
datalist(String, Option...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Datalist element with the specified Datalist.id(String) attribute and child nodes.
DataSet - Class in org.apache.juneau.dto.cognos
Represents a Cognos dataset.
DataSet() - Constructor for class org.apache.juneau.dto.cognos.DataSet
Bean constructor.
DataSet(Column[], Object, BeanSession) - Constructor for class org.apache.juneau.dto.cognos.DataSet
Constructor.
DataSet.Row - Class in org.apache.juneau.dto.cognos
Represents a row of data.
DATE - Static variable in class org.apache.juneau.http.annotation.FormatType
 
Date - Class in org.apache.juneau.http.header
Represents a parsed Date HTTP request/response header.
Date(Object) - Constructor for class org.apache.juneau.http.header.Date
Constructor.
Date(String) - Constructor for class org.apache.juneau.http.header.Date
Constructor
date - Variable in class org.apache.juneau.microservice.resources.LogParser.Entry
 
date(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the value for the Date request header.
date(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the value for the Date request header.
date(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the Date request header on all requests.
date(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the Date request header.
date(Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Specifies the Date header value on the request.
date(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
DATE_TIME - Static variable in class org.apache.juneau.http.annotation.FormatType
 
DateAssertion - Class in org.apache.juneau.assertions
Used for assertion calls against Date objects.
DateAssertion(Date) - Constructor for class org.apache.juneau.assertions.DateAssertion
Creator.
DateFull() - Constructor for class org.apache.juneau.transforms.CalendarSwap.DateFull
Deprecated.
 
DateFull() - Constructor for class org.apache.juneau.transforms.DateSwap.DateFull
Deprecated.
 
DateHeader - Class in org.apache.juneau.rest.client
Deprecated.
Use Date
DateHeader(String, Date) - Constructor for class org.apache.juneau.rest.client.DateHeader
Deprecated.
Creates a date request property in RFC2616 format.
DateLong() - Constructor for class org.apache.juneau.transforms.CalendarSwap.DateLong
Deprecated.
 
DateLong() - Constructor for class org.apache.juneau.transforms.DateSwap.DateLong
Deprecated.
 
DateLongSwap - Class in org.apache.juneau.transforms
Deprecated.
DateLongSwap() - Constructor for class org.apache.juneau.transforms.DateLongSwap
Deprecated.
 
DateMapSwap - Class in org.apache.juneau.transforms
Deprecated.
DateMapSwap() - Constructor for class org.apache.juneau.transforms.DateMapSwap
Deprecated.
 
DateMedium() - Constructor for class org.apache.juneau.transforms.CalendarSwap.DateMedium
Deprecated.
 
DateMedium() - Constructor for class org.apache.juneau.transforms.DateSwap.DateMedium
Deprecated.
 
DateShort() - Constructor for class org.apache.juneau.transforms.CalendarSwap.DateShort
Deprecated.
 
DateShort() - Constructor for class org.apache.juneau.transforms.DateSwap.DateShort
Deprecated.
 
DateSimple() - Constructor for class org.apache.juneau.transforms.CalendarSwap.DateSimple
Deprecated.
 
DateSimple() - Constructor for class org.apache.juneau.transforms.DateSwap.DateSimple
Deprecated.
 
DateSwap - Class in org.apache.juneau.transforms
Deprecated.
DateSwap() - Constructor for class org.apache.juneau.transforms.DateSwap
Deprecated.
 
DateSwap.DateFull - Class in org.apache.juneau.transforms
Deprecated.
Transforms Dates to DateFormat.FULL date strings.
DateSwap.DateLong - Class in org.apache.juneau.transforms
Deprecated.
Transforms Dates to DateFormat.LONG date strings.
DateSwap.DateMedium - Class in org.apache.juneau.transforms
Deprecated.
Transforms Dates to DateFormat.MEDIUM date strings.
DateSwap.DateShort - Class in org.apache.juneau.transforms
Deprecated.
Transforms Dates to DateFormat.SHORT date strings.
DateSwap.DateSimple - Class in org.apache.juneau.transforms
Deprecated.
Transforms Dates to simple "yyyy/MM/dd" date strings.
DateSwap.DateTimeFull - Class in org.apache.juneau.transforms
Deprecated.
Transforms Dates to DateFormat.FULL date-time strings.
DateSwap.DateTimeLong - Class in org.apache.juneau.transforms
Deprecated.
Transforms Dates to DateFormat.LONG date-time strings.
DateSwap.DateTimeMedium - Class in org.apache.juneau.transforms
Deprecated.
Transforms Dates to DateFormat.MEDIUM date-time strings.
DateSwap.DateTimeShort - Class in org.apache.juneau.transforms
Deprecated.
Transforms Dates to DateFormat.SHORT date-time strings.
DateSwap.DateTimeSimple - Class in org.apache.juneau.transforms
Deprecated.
Transforms Dates to simple "yyyy/MM/dd HH:mm:ss" date-time strings.
DateSwap.ISO8601D - Class in org.apache.juneau.transforms
Deprecated.
ISO8601 date only.
DateSwap.ISO8601DT - Class in org.apache.juneau.transforms
Deprecated.
Transforms Calendars to ISO8601 date-time strings.
DateSwap.ISO8601DTL - Class in org.apache.juneau.transforms
Deprecated.
Transforms Dates to ISO8601 date-time-local strings.
DateSwap.ISO8601DTP - Class in org.apache.juneau.transforms
Deprecated.
Same as CalendarSwap.ISO8601DT except serializes to millisecond precision.
DateSwap.ISO8601DTPZ - Class in org.apache.juneau.transforms
Deprecated.
Same as CalendarSwap.ISO8601DTZ except serializes to millisecond precision.
DateSwap.ISO8601DTZ - Class in org.apache.juneau.transforms
Deprecated.
Same as DateSwap.ISO8601DT, except always serializes in GMT.
DateSwap.RFC2822D - Class in org.apache.juneau.transforms
Deprecated.
Transforms Dates to RFC2822 date strings.
DateSwap.RFC2822DT - Class in org.apache.juneau.transforms
Deprecated.
Transforms Dates to RFC2822 date-time strings.
DateSwap.RFC2822DTZ - Class in org.apache.juneau.transforms
Deprecated.
Same as DateSwap.RFC2822DT, except always serializes in GMT.
DateSwap.TimeFull - Class in org.apache.juneau.transforms
Deprecated.
Transforms Dates to DateFormat.FULL time strings.
DateSwap.TimeLong - Class in org.apache.juneau.transforms
Deprecated.
Transforms Dates to DateFormat.LONG time strings.
DateSwap.TimeMedium - Class in org.apache.juneau.transforms
Deprecated.
Transforms Dates to DateFormat.MEDIUM time strings.
DateSwap.TimeShort - Class in org.apache.juneau.transforms
Deprecated.
Transforms Dates to DateFormat.SHORT time strings.
DateSwap.TimeSimple - Class in org.apache.juneau.transforms
Deprecated.
Transforms Dates to simple "HH:mm:ss" time strings.
DateSwap.ToString - Class in org.apache.juneau.transforms
Deprecated.
Transforms Dates to Strings using the Date.toString() method.
datetime(String) - Method in class org.apache.juneau.dto.html5.Del
datetime attribute.
datetime(String) - Method in class org.apache.juneau.dto.html5.Ins
datetime attribute.
datetime(String) - Method in class org.apache.juneau.dto.html5.Time
datetime attribute.
DateTimeFull() - Constructor for class org.apache.juneau.transforms.CalendarSwap.DateTimeFull
Deprecated.
 
DateTimeFull() - Constructor for class org.apache.juneau.transforms.DateSwap.DateTimeFull
Deprecated.
 
DateTimeLong() - Constructor for class org.apache.juneau.transforms.CalendarSwap.DateTimeLong
Deprecated.
 
DateTimeLong() - Constructor for class org.apache.juneau.transforms.DateSwap.DateTimeLong
Deprecated.
 
DateTimeMedium() - Constructor for class org.apache.juneau.transforms.CalendarSwap.DateTimeMedium
Deprecated.
 
DateTimeMedium() - Constructor for class org.apache.juneau.transforms.DateSwap.DateTimeMedium
Deprecated.
 
DateTimeShort() - Constructor for class org.apache.juneau.transforms.CalendarSwap.DateTimeShort
Deprecated.
 
DateTimeShort() - Constructor for class org.apache.juneau.transforms.DateSwap.DateTimeShort
Deprecated.
 
DateTimeSimple() - Constructor for class org.apache.juneau.transforms.CalendarSwap.DateTimeSimple
Deprecated.
 
DateTimeSimple() - Constructor for class org.apache.juneau.transforms.DateSwap.DateTimeSimple
Deprecated.
 
DateUtils - Class in org.apache.juneau.internal
A utility class for parsing and formatting HTTP dates as used in cookies and other headers.
DateUtils() - Constructor for class org.apache.juneau.internal.DateUtils
 
Dd - Class in org.apache.juneau.dto.html5
DTO for an HTML <dd> element.
Dd() - Constructor for class org.apache.juneau.dto.html5.Dd
Creates an empty Dd element.
Dd(Object...) - Constructor for class org.apache.juneau.dto.html5.Dd
Creates a Dd element with the specified child nodes.
dd() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Dd element.
dd(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Dd element with the specified child nodes.
debug(boolean) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
debug() - Method in class org.apache.juneau.BeanContextBuilder
 
debug(Boolean) - Method in class org.apache.juneau.BeanSessionArgs
 
debug() - Method in class org.apache.juneau.BeanTraverseBuilder
 
debug() - Method in class org.apache.juneau.config.ConfigBuilder
 
debug() - Method in class org.apache.juneau.config.store.ConfigClasspathStoreBuilder
 
debug() - Method in class org.apache.juneau.config.store.ConfigFileStoreBuilder
 
debug() - Method in class org.apache.juneau.config.store.ConfigMemoryStoreBuilder
 
debug() - Method in class org.apache.juneau.config.store.ConfigStoreBuilder
 
debug() - Method in class org.apache.juneau.ContextBuilder
Context configuration property:  Debug mode.
debug() - Method in class org.apache.juneau.csv.CsvParserBuilder
 
debug() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
debug() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
debug() - Method in class org.apache.juneau.html.HtmlParserBuilder
 
debug() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
debug() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
debug() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
debug() - Method in class org.apache.juneau.jena.RdfParserBuilder
 
debug() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
debug() - Method in class org.apache.juneau.jso.JsoParserBuilder
 
debug() - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
debug() - Method in class org.apache.juneau.json.JsonParserBuilder
 
debug() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
debug() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
debug() - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
debug() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
debug() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
debug(String, Object...) - Method in class org.apache.juneau.microservice.jetty.JettyLogger
 
debug(String, long) - Method in class org.apache.juneau.microservice.jetty.JettyLogger
 
debug(Throwable) - Method in class org.apache.juneau.microservice.jetty.JettyLogger
 
debug(String, Throwable) - Method in class org.apache.juneau.microservice.jetty.JettyLogger
 
debug() - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
debug() - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
debug() - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
debug() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
debug() - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
debug() - Method in class org.apache.juneau.parser.ParserBuilder
 
debug() - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
debug(Boolean) - Method in class org.apache.juneau.parser.ParserSessionArgs
 
debug() - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
debug() - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
debug() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
debug() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
debug() - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets Debug: value header on this request.
debug() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
debug(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
debug() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
debug() - Method in class org.apache.juneau.rest.client2.RestRequest
Sets Debug: value header on this request.
debug() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Enabled debug mode on this request.
debug() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
debug(boolean) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Enabled debug mode on this request.
debug(boolean) - Method in class org.apache.juneau.rest.RestCall
Enables or disabled debug mode on this call.
debug(Enablement) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Debug mode.
debug() - Method in class org.apache.juneau.rest.RestContextBuilder
 
debug() - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
debug() - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
debug() - Method in class org.apache.juneau.serializer.SerializerBuilder
 
debug() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
debug(Boolean) - Method in class org.apache.juneau.serializer.SerializerSessionArgs
 
debug() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
debug(Boolean) - Method in class org.apache.juneau.SessionArgs
Debug mode.
debug() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
debug() - Method in class org.apache.juneau.uon.UonParserBuilder
 
debug() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
debug() - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
debug() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
debug() - Method in class org.apache.juneau.xml.XmlParserBuilder
 
debug() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
debug() - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
debugOn(String) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Debug mode on specified classes/methods.
debugOnly(Boolean) - Method in class org.apache.juneau.rest.RestCallLoggerRule.Builder
This match only applies when debug is enabled on the request.
debugOnly() - Method in class org.apache.juneau.rest.RestCallLoggerRule.Builder
Shortcut for calling debugOnly(true);
debugOutputLines(int) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
debugOutputLines(int) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
debugOutputLines(int) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
debugOutputLines(int) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
debugOutputLines(int) - Method in class org.apache.juneau.json.JsonParserBuilder
 
debugOutputLines(int) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
debugOutputLines(int) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
debugOutputLines(int) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
debugOutputLines(int) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
debugOutputLines(int) - Method in class org.apache.juneau.parser.ParserBuilder
Parser configuration property:  Debug output lines.
debugOutputLines(int) - Method in class org.apache.juneau.parser.ParserGroupBuilder
Configuration property: Debug output lines.
debugOutputLines(int) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
debugOutputLines(int) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
debugOutputLines(int) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Debug output lines.
debugOutputLines(int) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Parser configuration property:  Debug output lines.
debugOutputLines(int) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
debugOutputLines(int) - Method in class org.apache.juneau.uon.UonParserBuilder
 
debugOutputLines(int) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
debugOutputLines(int) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
DebugResource - Class in org.apache.juneau.microservice.jetty.resources
Microservice debug utilities.
DebugResource() - Constructor for class org.apache.juneau.microservice.jetty.resources.DebugResource
 
decode(String, String) - Method in interface org.apache.juneau.config.encode.ConfigEncoder
Decode a string.
decode(String, String) - Method in class org.apache.juneau.config.encode.ConfigXorEncoder
 
decode(String, StringBuilder) - Static method in class org.apache.juneau.xml.XmlUtils
Translates any _x####_ sequences (introduced by the various encode methods) back into their original characters.
decodeHex(String) - Static method in class org.apache.juneau.internal.StringUtils
Debug method for rendering non-ASCII character sequences.
decodeString(String) - Method in class org.apache.juneau.xml.XmlParserSession
Decodes and trims the specified string.
decoding() - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
decoding(boolean) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
Decoding(PropertyStore) - Constructor for class org.apache.juneau.uon.UonParser.Decoding
Constructor.
decoding(boolean) - Method in class org.apache.juneau.uon.UonParserBuilder
UonParser configuration property:  Decode "%xx" sequences.
decoding() - Method in class org.apache.juneau.uon.UonParserBuilder
UonParser configuration property:  Decode "%xx" sequences.
decoding() - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
decoding(boolean) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
decompress(byte[]) - Static method in class org.apache.juneau.internal.StringUtils
Converts a GZipped input stream into a string.
DEFAULT - Static variable in class org.apache.juneau.BeanContext
Default config.
DEFAULT - Static variable in class org.apache.juneau.BeanSessionArgs
Default empty session arguments.
DEFAULT - Static variable in class org.apache.juneau.config.store.ConfigClasspathStore
Default memory store, all default values.
DEFAULT - Static variable in class org.apache.juneau.config.store.ConfigFileStore
Default file store, all default values.
DEFAULT - Static variable in class org.apache.juneau.config.store.ConfigMemoryStore
Default memory store, all default values.
DEFAULT - Static variable in class org.apache.juneau.csv.CsvBeanPropertyMeta
Default instance.
DEFAULT - Static variable in class org.apache.juneau.csv.CsvParser
Default parser, all default settings.
DEFAULT - Static variable in class org.apache.juneau.csv.CsvSerializer
Default serializer, all default settings.
DEFAULT - Static variable in class org.apache.juneau.encoders.EncoderGroup
A default encoder group consisting of identity and G-Zip encoding.
DEFAULT - Static variable in class org.apache.juneau.html.HtmlBeanPropertyMeta
Default instance.
DEFAULT - Static variable in class org.apache.juneau.html.HtmlDocSerializer
Default serializer, all default settings.
DEFAULT - Static variable in class org.apache.juneau.html.HtmlParser
Default parser, all default settings.
DEFAULT - Static variable in class org.apache.juneau.html.HtmlSchemaSerializer
Default serializer, all default settings.
DEFAULT - Static variable in class org.apache.juneau.html.HtmlSerializer
Default serializer, all default settings.
DEFAULT - Static variable in class org.apache.juneau.html.HtmlStrippedDocSerializer
Default serializer, all default settings.
DEFAULT - Static variable in class org.apache.juneau.httppart.HttpPartSchema
Reusable instance of this object, all default settings.
DEFAULT - Static variable in class org.apache.juneau.httppart.SimplePartParser
Reusable instance of SimplePartParser, all default settings.
DEFAULT - Static variable in class org.apache.juneau.httppart.SimplePartSerializer
Reusable instance of SimplePartSerializer, all default settings.
DEFAULT - Static variable in class org.apache.juneau.jena.N3Parser
Default N3 parser, all default settings.
DEFAULT - Static variable in class org.apache.juneau.jena.N3Serializer
Default N3 serializer, all default settings.
DEFAULT - Static variable in class org.apache.juneau.jena.NTripleParser
Default N-Triple parser, all default settings.
DEFAULT - Static variable in class org.apache.juneau.jena.NTripleSerializer
Default N-Triple serializer, all default settings.
DEFAULT - Static variable in class org.apache.juneau.jena.RdfBeanPropertyMeta
Default instance.
DEFAULT - Static variable in class org.apache.juneau.jena.RdfXmlAbbrevSerializer
Default RDF/XML serializer, all default settings.
DEFAULT - Static variable in class org.apache.juneau.jena.RdfXmlParser
Default XML parser, all default settings.
DEFAULT - Static variable in class org.apache.juneau.jena.RdfXmlSerializer
Default RDF/XML serializer, all default settings.
DEFAULT - Static variable in class org.apache.juneau.jena.TurtleParser
Default Turtle parser, all default settings.
DEFAULT - Static variable in class org.apache.juneau.jena.TurtleSerializer
Default Turtle serializer, all default settings.
DEFAULT - Static variable in class org.apache.juneau.jso.JsoBeanPropertyMeta
Default instance.
DEFAULT - Static variable in class org.apache.juneau.jso.JsoParser
Default parser, all default settings.
DEFAULT - Static variable in class org.apache.juneau.jso.JsoSerializer
Default serializer, all default settings.
DEFAULT - Static variable in class org.apache.juneau.json.JsonBeanPropertyMeta
Default instance.
DEFAULT - Static variable in class org.apache.juneau.json.JsonParser
Default parser, all default settings.
DEFAULT - Static variable in class org.apache.juneau.json.JsonSchemaSerializer
Default serializer, all default settings.
DEFAULT - Static variable in class org.apache.juneau.json.JsonSerializer
Default serializer, all default settings.
DEFAULT - Static variable in class org.apache.juneau.json.SimpleJsonParser
Default parser, Accept=application/json+simple.
DEFAULT - Static variable in class org.apache.juneau.json.SimpleJsonSerializer
Default serializer, single quotes, simple mode.
DEFAULT - Static variable in class org.apache.juneau.jsonschema.JsonSchemaBeanPropertyMeta
Default instance.
DEFAULT - Static variable in class org.apache.juneau.jsonschema.JsonSchemaGenerator
Default serializer, all default settings.
DEFAULT - Static variable in class org.apache.juneau.marshall.Html
Default reusable instance.
DEFAULT - Static variable in class org.apache.juneau.marshall.Jso
Default reusable instance.
DEFAULT - Static variable in class org.apache.juneau.marshall.Json
Default reusable instance.
DEFAULT - Static variable in class org.apache.juneau.marshall.MsgPack
Default reusable instance.
DEFAULT - Static variable in class org.apache.juneau.marshall.N3
Default reusable instance.
DEFAULT - Static variable in class org.apache.juneau.marshall.NTriple
Default reusable instance.
DEFAULT - Static variable in class org.apache.juneau.marshall.OpenApi
Default reusable instance.
DEFAULT - Static variable in class org.apache.juneau.marshall.PlainText
Default reusable instance.
DEFAULT - Static variable in class org.apache.juneau.marshall.RdfXml
Default reusable instance.
DEFAULT - Static variable in class org.apache.juneau.marshall.RdfXmlAbbrev
Default reusable instance.
DEFAULT - Static variable in class org.apache.juneau.marshall.SimpleJson
Default reusable instance.
DEFAULT - Static variable in class org.apache.juneau.marshall.Turtle
Default reusable instance.
DEFAULT - Static variable in class org.apache.juneau.marshall.Uon
Default reusable instance.
DEFAULT - Static variable in class org.apache.juneau.marshall.UrlEncoding
Default reusable instance.
DEFAULT - Static variable in class org.apache.juneau.marshall.Xml
Default reusable instance.
DEFAULT - Static variable in interface org.apache.juneau.MetaProvider
Default metadata provider.
DEFAULT - Static variable in class org.apache.juneau.msgpack.MsgPackBeanPropertyMeta
Default instance.
DEFAULT - Static variable in class org.apache.juneau.msgpack.MsgPackParser
Default parser, all default settings.
DEFAULT - Static variable in class org.apache.juneau.msgpack.MsgPackSerializer
Default serializer, all default settings.
DEFAULT - Static variable in class org.apache.juneau.oapi.OpenApiBeanPropertyMeta
Default instance.
DEFAULT - Static variable in class org.apache.juneau.oapi.OpenApiParser
Reusable instance of OpenApiParser.
DEFAULT - Static variable in class org.apache.juneau.oapi.OpenApiSerializer
Reusable instance of OpenApiSerializer, all default settings.
DEFAULT - Static variable in class org.apache.juneau.parser.ParserSessionArgs
Default parser session args.
DEFAULT - Static variable in class org.apache.juneau.plaintext.PlainTextBeanPropertyMeta
Default instance.
DEFAULT - Static variable in class org.apache.juneau.plaintext.PlainTextParser
Default parser, all default settings.
DEFAULT - Static variable in class org.apache.juneau.plaintext.PlainTextSerializer
Default serializer, all default settings.
DEFAULT - Static variable in class org.apache.juneau.pojotools.NumberMatcherFactory
Default reusable matcher.
DEFAULT - Static variable in class org.apache.juneau.pojotools.PojoSearcher
Default reusable searcher.
DEFAULT - Static variable in class org.apache.juneau.pojotools.StringMatcherFactory
Default reusable matcher.
DEFAULT - Static variable in class org.apache.juneau.pojotools.TimeMatcherFactory
Default reusable matcher.
DEFAULT - Static variable in class org.apache.juneau.PropertyStore
A default empty property store.
DEFAULT - Static variable in class org.apache.juneau.rest.client.RestCallLogger
Deprecated.
Default HTTP request logger.
DEFAULT - Static variable in class org.apache.juneau.rest.client.RetryOn
Deprecated.
Default RetryOn that returns true of any HTTP response >= 400 is received.
DEFAULT - Static variable in class org.apache.juneau.serializer.SerializerSessionArgs
Default serializer session args.
DEFAULT - Static variable in class org.apache.juneau.SessionArgs
Default empty session arguments.
DEFAULT - Static variable in class org.apache.juneau.soap.SoapXmlBeanPropertyMeta
Default instance.
DEFAULT - Static variable in class org.apache.juneau.svl.VarResolver
Default string variable resolver with support for system properties and environment variables: $S{key[,default]} - SystemPropertiesVar $E{key[,default]} - EnvVariablesVar $A{key[,default]} - ArgsVar $MF{key[,default]} - ManifestFileVar $SW{stringArg,pattern:thenValue[,pattern:thenValue...]} - SwitchVar $IF{arg,then[,else]} - IfVar $CO{arg[,arg2...]} - CoalesceVar $PM{arg,pattern} - PatternMatchVar $PR{stringArg,pattern,replace}- PatternReplaceVar $PE{arg,pattern,groupIndex} - PatternExtractVar $UC{arg} - UpperCaseVar $LC{arg} - LowerCaseVar $NE{arg} - NotEmptyVar $LN{arg[,delimiter]} - LenVar $ST{arg,start[,end]} - SubstringVar
DEFAULT - Static variable in class org.apache.juneau.transform.BeanInterceptor
Default reusable property filter instance.
Default() - Constructor for class org.apache.juneau.transform.BeanInterceptor.Default
 
DEFAULT - Static variable in class org.apache.juneau.transform.PropertyFilter
Deprecated.
Default reusable property filter instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalCalendarSwap.BasicIsoDate
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalCalendarSwap.IsoDate
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalCalendarSwap.IsoDateTime
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalCalendarSwap.IsoInstant
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalCalendarSwap.IsoLocalDate
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalCalendarSwap.IsoLocalDateTime
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalCalendarSwap.IsoLocalTime
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalCalendarSwap.IsoOffsetDate
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalCalendarSwap.IsoOffsetDateTime
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalCalendarSwap.IsoOffsetTime
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalCalendarSwap.IsoOrdinalDate
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalCalendarSwap.IsoTime
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalCalendarSwap.IsoWeekDate
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalCalendarSwap.IsoZonedDateTime
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalCalendarSwap.Rfc1123DateTime
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalDateSwap.BasicIsoDate
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalDateSwap.IsoDate
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalDateSwap.IsoDateTime
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalDateSwap.IsoInstant
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalDateSwap.IsoLocalDate
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalDateSwap.IsoLocalDateTime
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalDateSwap.IsoLocalTime
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalDateSwap.IsoOffsetDate
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalDateSwap.IsoOffsetDateTime
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalDateSwap.IsoOffsetTime
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalDateSwap.IsoOrdinalDate
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalDateSwap.IsoTime
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalDateSwap.IsoWeekDate
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalDateSwap.IsoZonedDateTime
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalDateSwap.Rfc1123DateTime
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalSwap.BasicIsoDate
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalSwap.IsoDate
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalSwap.IsoDateTime
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalSwap.IsoInstant
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalSwap.IsoLocalDate
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalSwap.IsoLocalDateTime
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalSwap.IsoLocalTime
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalSwap.IsoOffsetDate
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalSwap.IsoOffsetDateTime
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalSwap.IsoOffsetTime
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalSwap.IsoOrdinalDate
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalSwap.IsoTime
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalSwap.IsoWeekDate
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalSwap.IsoYear
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalSwap.IsoYearMonth
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalSwap.IsoZonedDateTime
Default instance.
DEFAULT - Static variable in class org.apache.juneau.transforms.TemporalSwap.Rfc1123DateTime
Default instance.
DEFAULT - Static variable in class org.apache.juneau.uon.UonBeanPropertyMeta
Default instance.
DEFAULT - Static variable in class org.apache.juneau.uon.UonParser
Reusable instance of UonParser, all default settings.
DEFAULT - Static variable in class org.apache.juneau.uon.UonSerializer
Reusable instance of UonSerializer, all default settings.
DEFAULT - Static variable in class org.apache.juneau.UriContext
Default URI context.
DEFAULT - Static variable in class org.apache.juneau.urlencoding.UrlEncodingBeanPropertyMeta
Default instance.
DEFAULT - Static variable in class org.apache.juneau.urlencoding.UrlEncodingParser
Reusable instance of UrlEncodingParser.
DEFAULT - Static variable in class org.apache.juneau.urlencoding.UrlEncodingSerializer
Reusable instance of UrlEncodingSerializer, all default settings.
DEFAULT - Static variable in class org.apache.juneau.utils.ExtendedMimetypesFileTypeMap
Reusable map since this object is somewhat expensive to create.
DEFAULT - Static variable in class org.apache.juneau.utils.SearchArgs
Default search args.
DEFAULT - Static variable in class org.apache.juneau.xml.XmlBeanPropertyMeta
Default instance.
DEFAULT - Static variable in class org.apache.juneau.xml.XmlParser
Default parser, all default settings.
DEFAULT - Static variable in class org.apache.juneau.xml.XmlSerializer
Default serializer without namespaces.
DEFAULT_BASE64 - Static variable in class org.apache.juneau.msgpack.MsgPackParser
Default parser, all default settings, string input encoded as BASE64.
DEFAULT_BASE64 - Static variable in class org.apache.juneau.msgpack.MsgPackSerializer
Default serializer, all default settings, spaced-hex string output.
DEFAULT_DEBUG - Static variable in class org.apache.juneau.rest.RestCallLoggerConfig
Default debug logging config.
DEFAULT_DECODING - Static variable in class org.apache.juneau.uon.UonParser
Reusable instance of UonParser with decodeChars set to true.
DEFAULT_ENCODING - Static variable in class org.apache.juneau.uon.UonSerializer
Reusable instance of UonSerializer.Encoding.
DEFAULT_EXPANDED - Static variable in class org.apache.juneau.urlencoding.UrlEncodingSerializer
Reusable instance of UrlEncodingSerializer.Expanded.
DEFAULT_FLAGS - Static variable in enum org.apache.juneau.AddFlag
Default flags.
DEFAULT_JUNEAU_NAMESPACE - Static variable in class org.apache.juneau.xml.XmlSerializer
 
DEFAULT_NOOP - Static variable in class org.apache.juneau.rest.RestCallLoggerConfig
Default empty logging config.
DEFAULT_NS - Static variable in class org.apache.juneau.xml.XmlSerializer
Default serializer, all default settings.
DEFAULT_NS_SQ - Static variable in class org.apache.juneau.xml.XmlSerializer
Default serializer, single quotes.
DEFAULT_NS_SQ_READABLE - Static variable in class org.apache.juneau.xml.XmlSerializer
Default serializer, single quotes, whitespace added.
DEFAULT_PLAINTEXT - Static variable in class org.apache.juneau.urlencoding.UrlEncodingSerializer
Reusable instance of UrlEncodingSerializer.PlainText.
DEFAULT_READABLE - Static variable in class org.apache.juneau.html.HtmlSchemaSerializer
Default serializer, all default settings.
DEFAULT_READABLE - Static variable in class org.apache.juneau.json.JsonSchemaSerializer
Default serializer, all default settings.
DEFAULT_READABLE - Static variable in class org.apache.juneau.json.JsonSerializer
Default serializer, all default settings.
DEFAULT_READABLE - Static variable in class org.apache.juneau.json.SimpleJsonSerializer
Default serializer, single quotes, simple mode, with whitespace.
DEFAULT_READABLE - Static variable in class org.apache.juneau.marshall.SimpleJson
Default reusable instance, readable format.
DEFAULT_READABLE - Static variable in class org.apache.juneau.uon.UonSerializer
Reusable instance of UonSerializer.Readable.
DEFAULT_READABLE - Static variable in class org.apache.juneau.urlencoding.UrlEncodingSerializer
Reusable instance of UrlEncodingSerializer.Readable.
DEFAULT_SESSION - Static variable in class org.apache.juneau.httppart.SimplePartParser
Reusable instance of SimplePartParser, all default settings.
DEFAULT_SIMPLE - Static variable in class org.apache.juneau.html.HtmlSchemaSerializer
Default serializer, single quotes, simple mode.
DEFAULT_SIMPLE - Static variable in class org.apache.juneau.json.JsonSchemaSerializer
Default serializer, single quotes, simple mode.
DEFAULT_SIMPLE_READABLE - Static variable in class org.apache.juneau.html.HtmlSchemaSerializer
Default serializer, single quotes, simple mode, with whitespace.
DEFAULT_SIMPLE_READABLE - Static variable in class org.apache.juneau.json.JsonSchemaSerializer
Default serializer, single quotes, simple mode, with whitespace.
DEFAULT_SORTED - Static variable in class org.apache.juneau.BeanContext
Default config.
DEFAULT_SPACED_HEX - Static variable in class org.apache.juneau.msgpack.MsgPackParser
Default parser, all default settings, string input encoded as spaced-hex.
DEFAULT_SPACED_HEX - Static variable in class org.apache.juneau.msgpack.MsgPackSerializer
Default serializer, all default settings, spaced-hex string output.
DEFAULT_SQ - Static variable in class org.apache.juneau.html.HtmlSerializer
Default serializer, single quotes.
DEFAULT_SQ - Static variable in class org.apache.juneau.xml.XmlSerializer
Default serializer without namespaces, with single quotes.
DEFAULT_SQ_READABLE - Static variable in class org.apache.juneau.html.HtmlSerializer
Default serializer, single quotes, whitespace added.
DEFAULT_SQ_READABLE - Static variable in class org.apache.juneau.xml.XmlSerializer
Default serializer without namespaces, with single quotes, whitespace added.
DEFAULT_STRICT - Static variable in class org.apache.juneau.json.JsonParser
Default parser, all default settings.
DEFAULT_XS_NAMESPACE - Static variable in class org.apache.juneau.xml.XmlSerializer
 
defaultAccept() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
defaultAccept(String) - Method in class org.apache.juneau.rest.RestContextBuilder
Specifies a default Accept header value if not specified on a request.
defaultAuthSchemeRegistry(Lookup<AuthSchemeProvider>) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
defaultAuthSchemeRegistry(Lookup<AuthSchemeProvider>) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Assigns default AuthScheme registry which will be used for request execution if not explicitly set in the client execution context.
defaultAuthSchemeRegistry(Lookup<AuthSchemeProvider>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
defaultCharset() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
defaultCharset(String) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Default character encoding.
defaultCharset(Charset) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Default character encoding.
defaultConnectionConfig(ConnectionConfig) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
defaultConnectionConfig(ConnectionConfig) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Assigns default ConnectionConfig.
defaultConnectionConfig(ConnectionConfig) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
defaultContentType() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
defaultContentType(String) - Method in class org.apache.juneau.rest.RestContextBuilder
Specifies a default Content-Type header value if not specified on a request.
defaultCookieSpecRegistry(Lookup<CookieSpecProvider>) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
defaultCookieSpecRegistry(Lookup<CookieSpecProvider>) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Assigns default CookieSpec registry which will be used for request execution if not explicitly set in the client execution context.
defaultCookieSpecRegistry(Lookup<CookieSpecProvider>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
defaultCookieStore(CookieStore) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
defaultCookieStore(CookieStore) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Assigns default CookieStore instance which will be used for request execution if not explicitly set in the client execution context.
defaultCookieStore(CookieStore) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
defaultCredentialsProvider(CredentialsProvider) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
defaultCredentialsProvider(CredentialsProvider) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Assigns default CredentialsProvider instance which will be used for request execution if not explicitly set in the client execution context.
defaultCredentialsProvider(CredentialsProvider) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
DefaultFilteringOMap - Class in org.apache.juneau
Subclass of OMap that avoids adding common default values.
DefaultFilteringOMap(OMap) - Constructor for class org.apache.juneau.DefaultFilteringOMap
Constructor.
DefaultFilteringOMap() - Constructor for class org.apache.juneau.DefaultFilteringOMap
Constructor.
defaultFormData() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
DefaultHandler - Class in org.apache.juneau.rest.reshandlers
Response handler for POJOs not handled by other handlers.
DefaultHandler() - Constructor for class org.apache.juneau.rest.reshandlers.DefaultHandler
 
defaultHeaders(Collection<? extends Header>) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
defaultHeaders(Collection<? extends Header>) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Assigns default request header values.
defaultHeaders(Collection<? extends Header>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
DefaultingTemporalAccessor - Class in org.apache.juneau.transforms
Wraps a TemporalAccessor to provide default values wherever possible instead of throwing unsupported field exceptions.
DefaultingTemporalAccessor(TemporalAccessor, ZoneId) - Constructor for class org.apache.juneau.transforms.DefaultingTemporalAccessor
Constructor.
DefaultingVar - Class in org.apache.juneau.svl
Interface for the resolution of vars with a default value if the resolve() method returns null.
DefaultingVar(String) - Constructor for class org.apache.juneau.svl.DefaultingVar
Constructor.
defaultNamespace(String) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
defaultNamespace(String) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
defaultNamespace(String) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
defaultNamespace(String) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
defaultNamespace(String) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
defaultNamespace(String) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
XmlSerializer configuration property:  Default namespace.
defaultNamespace(String) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
defaultQuery() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
defaultRequestConfig(RequestConfig) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
defaultRequestConfig(RequestConfig) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Assigns default RequestConfig instance which will be used for request execution if not explicitly set in the client execution context.
defaultRequestConfig(RequestConfig) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
defaultRequestHeader(String, Object) - Method in class org.apache.juneau.rest.RestContextBuilder
Deprecated.
defaultRequestHeaders() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
defaultRequestHeaders(String...) - Method in class org.apache.juneau.rest.RestContextBuilder
Deprecated.
defaultResponseHeader(String, Object) - Method in class org.apache.juneau.rest.RestContextBuilder
Deprecated.
defaultResponseHeaders(String...) - Method in class org.apache.juneau.rest.RestContextBuilder
Deprecated.
defaultSchema(Class<?>, OMap) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
HtmlSchemaSerializer configuration property:  Default schemas.
defaultSchema(Class<?>, OMap) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
JsonSchemaSerializer configuration property:  Default schemas.
defaultSchema(Class<?>, OMap) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
JsonSchemaGenerator configuration property:  Default schemas.
defaultSocketConfig(SocketConfig) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
defaultSocketConfig(SocketConfig) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Assigns default SocketConfig.
defaultSocketConfig(SocketConfig) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
DefaultSwaps - Class in org.apache.juneau.transform
Maintain the list of default PojoSwaps used by all serializers and parsers.
DefaultSwaps() - Constructor for class org.apache.juneau.transform.DefaultSwaps
 
defaultVars() - Method in class org.apache.juneau.svl.VarResolverBuilder
Adds the default variables to this builder.
defer(Object) - Method in class org.apache.juneau.dto.html5.Script
defer attribute.
definition(String, OMap) - Method in class org.apache.juneau.dto.swagger.Swagger
Adds a single value to the definitions property.
definitions(Object...) - Method in class org.apache.juneau.dto.swagger.Swagger
Adds one or more values to the definitions property.
Del - Class in org.apache.juneau.dto.html5
DTO for an HTML <del> element.
Del() - Constructor for class org.apache.juneau.dto.html5.Del
Creates an empty Del element.
Del(Object...) - Constructor for class org.apache.juneau.dto.html5.Del
Creates a Del element with the specified Del.children(Object[]) node.
del() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Del element.
del(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Del element with the specified Del.children(Object[]) node.
Delegate<T> - Interface in org.apache.juneau
An object that represents another object, often wrapping that object.
DelegateBeanMap<T> - Class in org.apache.juneau.internal
Represents a wrapped BeanMap where property values can be overridden, removed, or reordered without affecting the underlying bean.
DelegateBeanMap(T, BeanSession) - Constructor for class org.apache.juneau.internal.DelegateBeanMap
Constructor.
delegateFor(BeanPropertyMeta) - Method in class org.apache.juneau.BeanPropertyMeta.Builder
Sets the original bean property that this one is overriding.
DelegateList<T extends Collection<?>> - Class in org.apache.juneau.internal
Represents a wrapped Collection where entries in the list can be removed or reordered without affecting the underlying list.
DelegateList(ClassMeta<T>) - Constructor for class org.apache.juneau.internal.DelegateList
Constructor.
DelegateMap<T extends Map> - Class in org.apache.juneau.internal
Represents a wrapped Map where entries in the map can be removed without affecting the underlying map.
DelegateMap(T, BeanSession) - Constructor for class org.apache.juneau.internal.DelegateMap
Constructor.
DELETE - Static variable in class org.apache.juneau.http.HttpMethod
DELETE - Static variable in class org.apache.juneau.http.HttpMethodName
Deprecated.
delete(File) - Static method in class org.apache.juneau.internal.FileUtils
Recursively deletes a file or directory.
delete() - Method in class org.apache.juneau.parser.ParserReader
Trims off the last character in the marking buffer.
delete(int) - Method in class org.apache.juneau.parser.ParserReader
Trims off the specified number of last characters in the marking buffer.
delete(Object) - Method in class org.apache.juneau.rest.client2.RestClient
Perform a DELETE request against the specified URI.
delete(String) - Method in class org.apache.juneau.rest.mock.MockRest
Deprecated.
Perform a DELETE request.
delete(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
delete(String) - Method in class org.apache.juneau.utils.PojoRest
Remove an element from a POJO model.
deleteAt(String) - Method in class org.apache.juneau.collections.OList
Similar to remove(int),but the key is a slash-delimited path used to traverse entries in this POJO.
deleteAt(String) - Method in class org.apache.juneau.collections.OMap
Similar to remove(Object), but the key is a slash-delimited path used to traverse entries in this POJO.
deleteAt(String) - Method in class org.apache.juneau.ObjectList
Similar to remove(int),but the key is a slash-delimited path used to traverse entries in this POJO.
deleteAt(String) - Method in class org.apache.juneau.ObjectMap
Similar to remove(Object), but the key is a slash-delimited path used to traverse entries in this POJO.
deleteFile(String) - Method in class org.apache.juneau.microservice.resources.DirectoryResource
 
deleteFile(String) - Method in class org.apache.juneau.microservice.resources.LogsResource
 
deminimize(Object, String) - Method in class org.apache.juneau.dto.html5.HtmlElement
If the specified attribute is a boolean, it gets converted to the attribute name if true or null if false.
deprecated(Object) - Method in class org.apache.juneau.dto.swagger.Operation
deprecated() - Method in class org.apache.juneau.rest.annotation.MethodAnnotationSwagger
 
description(Object) - Method in class org.apache.juneau.dto.swagger.ExternalDocumentation
description(Object) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
description(Object) - Method in class org.apache.juneau.dto.swagger.Info
description(Object) - Method in class org.apache.juneau.dto.swagger.Operation
description(Object) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
description(Object) - Method in class org.apache.juneau.dto.swagger.ResponseInfo
description(Object) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
description(Object) - Method in class org.apache.juneau.dto.swagger.SecurityScheme
description(Object) - Method in class org.apache.juneau.dto.swagger.Tag
description() - Method in class org.apache.juneau.http.annotation.BodyAnnotation
 
description(String[]) - Method in class org.apache.juneau.http.annotation.BodyAnnotation
Sets the description property on this annotation.
description() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
description(String[]) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the description property on this annotation.
description() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
description(String[]) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the description property on this annotation.
description() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
description(String[]) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the description property on this annotation.
description() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
description(String[]) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the description property on this annotation.
description() - Method in class org.apache.juneau.http.annotation.ResponseAnnotation
 
description(String[]) - Method in class org.apache.juneau.http.annotation.ResponseAnnotation
Sets the description property on this annotation.
description() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
description(String[]) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the description property on this annotation.
description() - Method in class org.apache.juneau.http.annotation.TagAnnotation
 
description(String[]) - Method in class org.apache.juneau.http.annotation.TagAnnotation
Sets the description property on this annotation.
description() - Method in class org.apache.juneau.jsonschema.annotation.ExternalDocsAnnotation
 
description(String...) - Method in class org.apache.juneau.jsonschema.annotation.ExternalDocsAnnotation
Sets the description property on this annotation.
description() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
description(String...) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the description property on this annotation.
description() - Method in class org.apache.juneau.rest.annotation.MethodAnnotationSwagger
 
description() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
description(String) - Method in class org.apache.juneau.rest.helper.ResourceDescription
Sets the description field on this label to a new value.
destroy() - Method in class org.apache.juneau.rest.RestContext
Called during servlet initialization to invoke all HookEvent.DESTROY methods.
destroy() - Method in class org.apache.juneau.rest.RestServlet
 
destroyServer() - Method in class org.apache.juneau.microservice.jetty.JettyMicroservice
Calls HandlerWrapper.destroy() on the underlying Jetty server if it exists.
DetailLevel - Enum in org.apache.juneau
Identifies an arbitrary detail level such as the detail of log messages.
detectHttpMethod(Method, boolean, String) - Static method in class org.apache.juneau.internal.HttpUtils
Given a method name, infers the REST method name.
detectHttpPath(Method, boolean) - Static method in class org.apache.juneau.internal.HttpUtils
Given a Java method, infers the REST path.
detectLabelParameters(boolean) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
Deprecated.
detectLinksInStrings(boolean) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
Deprecated.
detectRecursions(boolean) - Method in class org.apache.juneau.BeanTraverseBuilder
Deprecated.
detectRecursions() - Method in class org.apache.juneau.BeanTraverseBuilder
BeanTraverse configuration property:  Automatically detect POJO recursions.
detectRecursions() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
detectRecursions() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
detectRecursions() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
detectRecursions() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
detectRecursions() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
detectRecursions() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
detectRecursions() - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
detectRecursions() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
detectRecursions() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
detectRecursions() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
detectRecursions() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
detectRecursions() - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
detectRecursions() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
detectRecursions() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
detectRecursions(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Automatically detect POJO recursions.
detectRecursions() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Automatically detect POJO recursions.
detectRecursions() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
BeanTraverse configuration property:  Automatically detect POJO recursions.
detectRecursions() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
detectRecursions() - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
detectRecursions() - Method in class org.apache.juneau.serializer.SerializerBuilder
 
detectRecursions() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
detectRecursions() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
detectRecursions() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
detectRecursions() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
detectRecursions() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
detectRecursions() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
detectRecursions(boolean) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
detectRecursions() - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
df() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
df(String[]) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the property on this annotation.
df() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
df(String[]) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the df property on this annotation.
df() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
df(String[]) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the df property on this annotation.
df() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
df(String[]) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the df property on this annotation.
df(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
df() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
df(String...) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the df property on this annotation.
df() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
df(String...) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the df property on this annotation.
df() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
df(String...) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the df property on this annotation.
Dfn - Class in org.apache.juneau.dto.html5
DTO for an HTML <dfn> element.
Dfn() - Constructor for class org.apache.juneau.dto.html5.Dfn
Creates an empty Dfn element.
Dfn(Object...) - Constructor for class org.apache.juneau.dto.html5.Dfn
Creates a Dfn element with the specified child nodes.
dfn() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Dfn element.
dfn(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Dfn element with the specified child nodes.
dictionary() - Method in class org.apache.juneau.annotation.BeanAnnotation
 
dictionary(Class<?>...) - Method in class org.apache.juneau.annotation.BeanAnnotation
Sets the dictionary property on this annotation.
dictionary() - Method in class org.apache.juneau.annotation.BeanpAnnotation
 
dictionary(Class<?>...) - Method in class org.apache.juneau.annotation.BeanpAnnotation
Sets the dictionary property on this annotation.
dictionary(Object...) - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Bean dictionary.
dictionary(Object...) - Method in class org.apache.juneau.BeanTraverseBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.json.JsonParserBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.parser.ParserBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
dictionary(Object...) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.rest.RestContextBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
dictionary(Class<?>...) - Method in class org.apache.juneau.transform.BeanFilterBuilder
Configuration property: Bean dictionary.
dictionary(Object...) - Method in class org.apache.juneau.uon.UonParserBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
dictionary(Object...) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Bean dictionary.
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.BeanTraverseBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.json.JsonParserBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.parser.ParserBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.rest.RestContextBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.uon.UonParserBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
dictionaryOn(Class<?>, Class<?>...) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
diffPosition(String, String) - Static method in class org.apache.juneau.internal.StringUtils
Finds the position where the two strings differ.
diffPositionIc(String, String) - Static method in class org.apache.juneau.internal.StringUtils
Finds the position where the two strings differ ignoring case.
dir(String) - Method in class org.apache.juneau.dto.html5.Bdo
 
dir(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
dir attribute.
directory(String) - Method in class org.apache.juneau.config.store.ConfigFileStoreBuilder
Configuration property: Local file system directory.
directory(File) - Method in class org.apache.juneau.config.store.ConfigFileStoreBuilder
Configuration property: Local file system directory.
directory(File) - Method in class org.apache.juneau.utils.ProcBuilder
Sets the directory where the command will be executed.
DIRECTORY_RESOURCE_allowDeletes - Static variable in class org.apache.juneau.microservice.resources.DirectoryResource
Configuration property: Allow deletes on files.
DIRECTORY_RESOURCE_allowUploads - Static variable in class org.apache.juneau.microservice.resources.DirectoryResource
Configuration property: Allow uploads on files.
DIRECTORY_RESOURCE_allowViews - Static variable in class org.apache.juneau.microservice.resources.DirectoryResource
Configuration property: Allow view and downloads on files.
DIRECTORY_RESOURCE_rootDir - Static variable in class org.apache.juneau.microservice.resources.DirectoryResource
Configuration property: Root directory.
DirectoryResource - Class in org.apache.juneau.microservice.resources
REST resource that allows access to a file system directory.
DirectoryResource() - Constructor for class org.apache.juneau.microservice.resources.DirectoryResource
 
DirectoryResource.Action - Class in org.apache.juneau.microservice.resources
 
DirectoryResource.FileResource - Class in org.apache.juneau.microservice.resources
 
dirname(String) - Method in class org.apache.juneau.dto.html5.Input
dirname attribute.
dirname(String) - Method in class org.apache.juneau.dto.html5.Textarea
dirname attribute.
disableAuthCaching() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
disableAuthCaching() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Disables authentication scheme caching.
disableAuthCaching() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
disableAutomaticRetries() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
disableAutomaticRetries() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Disables automatic request recovery and re-execution.
disableAutomaticRetries() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
disableConnectionState() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
disableConnectionState() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Disables connection state tracking.
disableConnectionState() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
disableContentCompression() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
disableContentCompression() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Disables automatic content decompression.
disableContentCompression() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
disableCookieManagement() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
disableCookieManagement() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Disables state (cookie) management.
disableCookieManagement() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
disabled(Object) - Method in class org.apache.juneau.dto.html5.Button
disabled attribute.
disabled(Boolean) - Method in class org.apache.juneau.dto.html5.Fieldset
disabled attribute.
disabled(Object) - Method in class org.apache.juneau.dto.html5.Input
disabled attribute.
disabled(Object) - Method in class org.apache.juneau.dto.html5.Keygen
disabled attribute.
disabled(Object) - Method in class org.apache.juneau.dto.html5.Optgroup
disabled attribute.
disabled(Object) - Method in class org.apache.juneau.dto.html5.Option
disabled attribute.
disabled(Object) - Method in class org.apache.juneau.dto.html5.Select
disabled attribute.
disabled(Object) - Method in class org.apache.juneau.dto.html5.Textarea
disabled attribute.
disabled() - Method in class org.apache.juneau.rest.annotation.LoggingAnnotation
 
disabled(Enablement) - Method in class org.apache.juneau.rest.RestCallLoggerConfig.Builder
Enables no-trace mode on this config.
disabled() - Method in class org.apache.juneau.rest.RestCallLoggerConfig.Builder
Shortcut for calling disabled(TRUE).
disabled(Enablement) - Method in class org.apache.juneau.rest.RestCallLoggerRule.Builder
disabled() - Method in class org.apache.juneau.rest.RestCallLoggerRule.Builder
Shortcut for calling disabled(true);
disableRedirectHandling() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
disableRedirectHandling() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Disables automatic redirect handling.
disableRedirectHandling() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
discriminator(Object) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
discriminator() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
discriminator(String) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the discriminator property on this annotation.
dispatcherType(DispatcherType) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
dispatcherType(DispatcherType) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Overrides the dispatcher type value on the underlying HttpServletRequest object.
dispatcherType(DispatcherType) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
Div - Class in org.apache.juneau.dto.html5
DTO for an HTML <div> element.
Div() - Constructor for class org.apache.juneau.dto.html5.Div
Creates an empty Div element.
Div(Object...) - Constructor for class org.apache.juneau.dto.html5.Div
Creates a Div element with the specified child nodes.
div() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Div element.
div(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Div element with the specified child nodes.
Dl - Class in org.apache.juneau.dto.html5
DTO for an HTML <dl> element.
Dl() - Constructor for class org.apache.juneau.dto.html5.Dl
Creates an empty Dl element.
Dl(Object...) - Constructor for class org.apache.juneau.dto.html5.Dl
Creates a Dl element with the specified child nodes.
dl() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Dl element.
dl(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Dl element with the specified child nodes.
doAdd(File) - Method in class org.apache.juneau.utils.ZipFileList.FileEntry
Subclasses can override this method to customize which files get added to a zip file.
doCall(HttpMethod, Object, Object) - Method in class org.apache.juneau.rest.client.RestClient
Deprecated.
Perform a generic REST call.
doCall(String, Object, boolean) - Method in class org.apache.juneau.rest.client.RestClient
Deprecated.
Perform a generic REST call.
doCallback(String) - Method in class org.apache.juneau.rest.client.RestClient
Deprecated.
Performs a REST call where the entire call is specified in a simple string.
doDelete(Object) - Method in class org.apache.juneau.rest.client.RestClient
Deprecated.
Perform a DELETE request against the specified URL.
doesNotContain(Object) - Method in class org.apache.juneau.assertions.FluentArrayAssertion
Asserts that the array does not contain the expected value.
doesNotContain(Object) - Method in class org.apache.juneau.assertions.FluentCollectionAssertion
Asserts that the collection contains the expected value.
doesNotContain(String...) - Method in class org.apache.juneau.assertions.FluentStringAssertion
Asserts that the text doesn't contain any of the specified substrings.
doesNotEqual(Object) - Method in class org.apache.juneau.assertions.FluentObjectAssertion
Asserts that the value equals the specified value.
doesNotEqual(String) - Method in class org.apache.juneau.assertions.FluentStringAssertion
Asserts that the text equals the specified value.
doesNotEqualIc(String) - Method in class org.apache.juneau.assertions.FluentStringAssertion
Asserts that the text does not equal the specified value ignoring case.
doesNotExist() - Method in class org.apache.juneau.assertions.FluentObjectAssertion
Asserts that the object is null.
doesNotExist() - Method in class org.apache.juneau.assertions.FluentThrowableAssertion
Asserts that this throwable doesn't exist.
doesNotMatch(String) - Method in class org.apache.juneau.assertions.FluentStringAssertion
Asserts that the text doesn't match the specified regular expression.
doesNotMatch(String, int) - Method in class org.apache.juneau.assertions.FluentStringAssertion
Asserts that the text doesn't match the specified regular expression.
doesNotMatch(Pattern) - Method in class org.apache.juneau.assertions.FluentStringAssertion
Asserts that the text doesn't match the specified regular expression pattern.
doFormPost(Object, Object) - Method in class org.apache.juneau.rest.client.RestClient
Deprecated.
Perform a POST request with a content type of application/x-www-form-urlencoded against the specified URL.
doGet(RestRequest) - Method in class org.apache.juneau.examples.rest.RequestEchoResource
GET request handler.
doGet(Object) - Method in class org.apache.juneau.rest.client.RestClient
Deprecated.
Perform a GET request against the specified URL.
doLog(Level, Throwable, Supplier<String>) - Method in class org.apache.juneau.rest.BasicRest
Main logger method.
doLog(Level, Throwable, Supplier<String>) - Method in class org.apache.juneau.rest.RestServlet
Main logger method.
dontAllowBodyParam() - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Allow body URL parameter.
dontAutoDetectNamespaces() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
dontAutoDetectNamespaces() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
dontAutoDetectNamespaces() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
dontAutoDetectNamespaces() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
dontAutoDetectNamespaces() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  Auto-detect namespace usage.
dontAutoDetectNamespaces() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
dontAutoDetectNamespaces() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
XmlSerializer configuration property:  Auto-detect namespace usage.
dontDetectLabelParameters() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
dontDetectLabelParameters() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
dontDetectLabelParameters() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
HtmlSerializer configuration property:  Look for link labels in URIs.
dontDetectLabelParameters() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
dontDetectLinksInStrings() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
dontDetectLinksInStrings() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
dontDetectLinksInStrings() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
HtmlSerializer configuration property:  Look for URLs in Strings.
dontDetectLinksInStrings() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Ignore properties without setters.
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.BeanTraverseBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.csv.CsvParserBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.html.HtmlParserBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.jena.RdfParserBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.jso.JsoParserBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.json.JsonParserBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.parser.ParserBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.rest.RestContextBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.serializer.SerializerBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.uon.UonParserBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.xml.XmlParserBuilder
 
dontIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Ignore transient fields.
dontIgnoreTransientFields() - Method in class org.apache.juneau.BeanTraverseBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.csv.CsvParserBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.html.HtmlParserBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.jena.RdfParserBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.jso.JsoParserBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.json.JsonParserBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.parser.ParserBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.rest.RestContextBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.serializer.SerializerBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.uon.UonParserBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.xml.XmlParserBuilder
 
dontIgnoreTransientFields() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Ignore unknown properties with null values.
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.BeanTraverseBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.csv.CsvParserBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.html.HtmlParserBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.jena.RdfParserBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.jso.JsoParserBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.json.JsonParserBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.parser.ParserBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.rest.RestContextBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.serializer.SerializerBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.uon.UonParserBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.xml.XmlParserBuilder
 
dontIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
dontTrimNullProperties() - Method in class org.apache.juneau.serializer.SerializerBuilder
Deprecated.
dontUseInterfaceProxies() - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Use interface proxies.
dontUseInterfaceProxies() - Method in class org.apache.juneau.BeanTraverseBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.csv.CsvParserBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.html.HtmlParserBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.jena.RdfParserBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.jso.JsoParserBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.json.JsonParserBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.parser.ParserBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.rest.RestContextBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.serializer.SerializerBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.uon.UonParserBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.xml.XmlParserBuilder
 
dontUseInterfaceProxies() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
dontUseXmlNamespaces() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  Reuse XML namespaces when RDF namespaces not specified.
doOptions(Object) - Method in class org.apache.juneau.rest.client.RestClient
Deprecated.
Perform an OPTIONS request against the specified URL.
doParse(ParserPipe, ClassMeta<T>) - Method in class org.apache.juneau.csv.CsvParserSession
 
doParse(ParserPipe, ClassMeta<T>) - Method in class org.apache.juneau.html.HtmlParserSession
 
doParse(ParserPipe, ClassMeta<T>) - Method in class org.apache.juneau.jena.RdfParserSession
 
doParse(ParserPipe, ClassMeta<T>) - Method in class org.apache.juneau.jso.JsoParserSession
 
doParse(ParserPipe, ClassMeta<T>) - Method in class org.apache.juneau.json.JsonParserSession
 
doParse(ParserPipe, ClassMeta<T>) - Method in class org.apache.juneau.msgpack.MsgPackParserSession
 
doParse(ParserPipe, ClassMeta<T>) - Method in class org.apache.juneau.oapi.OpenApiParserSession
 
doParse(ParserPipe, ClassMeta<T>) - Method in class org.apache.juneau.parser.ParserSession
Workhorse method.
doParse(ParserPipe, ClassMeta<T>) - Method in class org.apache.juneau.plaintext.PlainTextParserSession
 
doParse(ParserPipe, ClassMeta<T>) - Method in class org.apache.juneau.uon.UonParserSession
 
doParse(ParserPipe, ClassMeta<T>) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserSession
 
doParse(ParserPipe, ClassMeta<T>) - Method in class org.apache.juneau.xml.XmlParserSession
 
doParseIntoCollection(ParserPipe, Collection<E>, Type) - Method in class org.apache.juneau.html.HtmlParserSession
 
doParseIntoCollection(ParserPipe, Collection<E>, Type) - Method in class org.apache.juneau.json.JsonParserSession
 
doParseIntoCollection(ParserPipe, Collection<E>, Type) - Method in class org.apache.juneau.parser.ParserSession
Implementation method.
doParseIntoCollection(ParserPipe, Collection<E>, Type) - Method in class org.apache.juneau.uon.UonParserSession
 
doParseIntoCollection(ParserPipe, Collection<E>, Type) - Method in class org.apache.juneau.xml.XmlParserSession
 
doParseIntoMap(ParserPipe, Map<K, V>, Type, Type) - Method in class org.apache.juneau.html.HtmlParserSession
 
doParseIntoMap(ParserPipe, Map<K, V>, Type, Type) - Method in class org.apache.juneau.json.JsonParserSession
 
doParseIntoMap(ParserPipe, Map<K, V>, Type, Type) - Method in class org.apache.juneau.parser.ParserSession
Implementation method.
doParseIntoMap(ParserPipe, Map<K, V>, Type, Type) - Method in class org.apache.juneau.uon.UonParserSession
 
doParseIntoMap(ParserPipe, Map<K, V>, Type, Type) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserSession
 
doParseIntoMap(ParserPipe, Map<K, V>, Type, Type) - Method in class org.apache.juneau.xml.XmlParserSession
 
doPatch(Object, Object) - Method in class org.apache.juneau.rest.client.RestClient
Deprecated.
Perform a PATCH request against the specified URL.
doPatch(Object) - Method in class org.apache.juneau.rest.client.RestClient
Deprecated.
Same as RestClient.doPatch(Object, Object) but don't specify the input yet.
doPost(Object, Object) - Method in class org.apache.juneau.rest.client.RestClient
Deprecated.
Perform a POST request against the specified URL.
doPost(Object) - Method in class org.apache.juneau.rest.client.RestClient
Deprecated.
Same as RestClient.doPost(Object, Object) but don't specify the input yet.
doPut(Object, Object) - Method in class org.apache.juneau.rest.client.RestClient
Deprecated.
Perform a PUT request against the specified URL.
doPut(Object) - Method in class org.apache.juneau.rest.client.RestClient
Deprecated.
Same as RestClient.doPut(Object, Object) but don't specify the input yet.
doResolve(VarResolverSession, String) - Method in class org.apache.juneau.svl.DefaultingVar
 
doResolve(VarResolverSession, String) - Method in class org.apache.juneau.svl.MultipartResolvingVar
 
doResolve(VarResolverSession, String) - Method in class org.apache.juneau.svl.Var
The method called from VarResolver.
doSerialize(SerializerPipe, Object) - Method in class org.apache.juneau.csv.CsvSerializerSession
 
doSerialize(SerializerPipe, Object) - Method in class org.apache.juneau.html.HtmlDocSerializerSession
 
doSerialize(SerializerPipe, Object) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializerSession
 
doSerialize(SerializerPipe, Object) - Method in class org.apache.juneau.html.HtmlSchemaSerializerSession
 
doSerialize(SerializerPipe, Object) - Method in class org.apache.juneau.html.HtmlSerializerSession
 
doSerialize(SerializerPipe, Object) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerSession
 
doSerialize(SerializerPipe, Object) - Method in class org.apache.juneau.jena.RdfSerializerSession
 
doSerialize(SerializerPipe, Object) - Method in class org.apache.juneau.jso.JsoSerializerSession
 
doSerialize(SerializerPipe, Object) - Method in class org.apache.juneau.json.JsonSchemaSerializerSession
 
doSerialize(SerializerPipe, Object) - Method in class org.apache.juneau.json.JsonSerializerSession
 
doSerialize(SerializerPipe, Object) - Method in class org.apache.juneau.msgpack.MsgPackSerializerSession
 
doSerialize(SerializerPipe, Object) - Method in class org.apache.juneau.oapi.OpenApiSerializerSession
 
doSerialize(SerializerPipe, Object) - Method in class org.apache.juneau.plaintext.PlainTextSerializerSession
 
doSerialize(SerializerPipe, Object) - Method in class org.apache.juneau.serializer.SerializerSession
Serializes a POJO to the specified output stream or writer.
doSerialize(SerializerPipe, Object) - Method in class org.apache.juneau.soap.SoapXmlSerializerSession
 
doSerialize(SerializerPipe, Object) - Method in class org.apache.juneau.uon.UonSerializerSession
 
doSerialize(SerializerPipe, Object) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerSession
 
doSerialize(SerializerPipe, Object) - Method in class org.apache.juneau.xml.XmlDocSerializerSession
 
doSerialize(SerializerPipe, Object) - Method in class org.apache.juneau.xml.XmlSerializerSession
 
doSerialize(SerializerPipe, Object) - Method in class org.apache.juneau.xmlschema.XmlSchemaDocSerializerSession
Deprecated.
 
doSerialize(SerializerPipe, Object) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerSession
Deprecated.
 
dotAll() - Method in class org.apache.juneau.rest.RestMethodContextBuilder
When enabled, append "/*" to path patterns if not already present.
DOUBLE - Static variable in class org.apache.juneau.http.annotation.FormatType
 
download(Object) - Method in class org.apache.juneau.dto.html5.A
download attribute.
download(Object) - Method in class org.apache.juneau.dto.html5.Area
download attribute.
downloadFile(RestResponse, String) - Method in class org.apache.juneau.microservice.resources.DirectoryResource
 
downloadFile(RestResponse, String) - Method in class org.apache.juneau.microservice.resources.LogsResource
 
Dt - Class in org.apache.juneau.dto.html5
DTO for an HTML <dt> element.
Dt() - Constructor for class org.apache.juneau.dto.html5.Dt
Creates an empty Dt element.
Dt(Object...) - Constructor for class org.apache.juneau.dto.html5.Dt
Creates a Dt element with the specified child nodes.
dt() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Dt element.
dt(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Dt element with the specified child nodes.
DtoExample - Class in org.apache.juneau.examples.core.dto
Sample class which shows the usage of DTO module which is a Sub module of the core.
DtoExample() - Constructor for class org.apache.juneau.examples.core.dto.DtoExample
 
DtoExamples - Class in org.apache.juneau.examples.rest.dto
Sample REST resource showing how to implement a nested "router" resource page.
DtoExamples() - Constructor for class org.apache.juneau.examples.rest.dto.DtoExamples
 
dumpCacheStats() - Static method in class org.apache.juneau.BeanContext
Prints meta cache statistics to System.out.

E

e() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
e(String[]) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the e property on this annotation.
e() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
e(String[]) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the e property on this annotation.
e() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
e(String[]) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the e property on this annotation.
e() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
e(String[]) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the e property on this annotation.
e() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
e(String[]) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the e property on this annotation.
e(Set<String>) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
e(String...) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
e() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
e(String...) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the e property on this annotation.
e() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
e(String...) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the e property on this annotation.
e() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
e(String...) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the e property on this annotation.
EarlyHints - Class in org.apache.juneau.http.response
Represents an HTTP 103 Early Hints response.
EarlyHints() - Constructor for class org.apache.juneau.http.response.EarlyHints
Constructor using HTTP-standard message.
EarlyHints(String) - Constructor for class org.apache.juneau.http.response.EarlyHints
Constructor using custom message.
EarlyHints - Class in org.apache.juneau.rest.response
Deprecated.
EarlyHints() - Constructor for class org.apache.juneau.rest.response.EarlyHints
Deprecated.
Constructor using HTTP-standard message.
EarlyHints(String) - Constructor for class org.apache.juneau.rest.response.EarlyHints
Deprecated.
Constructor using custom message.
EchoCommand - Class in org.apache.juneau.examples.rest.command
Implements an 'echo' console command that simply returns the command arguments as a comma-delimited list.
EchoCommand() - Constructor for class org.apache.juneau.examples.rest.command.EchoCommand
 
elements(Class<E>) - Method in class org.apache.juneau.collections.OList
Creates an Iterable with elements of the specified child type.
elements(Class<E>) - Method in class org.apache.juneau.ObjectList
Creates an Iterable with elements of the specified child type.
Em - Class in org.apache.juneau.dto.html5
DTO for an HTML <em> element.
Em() - Constructor for class org.apache.juneau.dto.html5.Em
Creates an empty Em element.
Em(Object...) - Constructor for class org.apache.juneau.dto.html5.Em
Creates an Em element with the specified Em.children(Object[]) nodes.
em() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Em element.
em(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an Em element with the specified Em.children(Object[]) nodes.
email(String) - Method in class org.apache.juneau.dto.atom.Person
Sets the email address of the person.
email(Object) - Method in class org.apache.juneau.dto.swagger.Contact
email() - Method in class org.apache.juneau.http.annotation.ContactAnnotation
 
email(String) - Method in class org.apache.juneau.http.annotation.ContactAnnotation
Sets the email property on this annotation.
emax() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
emax(boolean) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the emax property on this annotation.
emax() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
emax(boolean) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the emax property on this annotation.
emax() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
emax(boolean) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the emax property on this annotation.
emax() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
emax(boolean) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the emax property on this annotation.
emax() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
emax(boolean) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the emax property on this annotation.
emax(Boolean) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
emax(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
emax() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
emax() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
emax(boolean) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the emax property on this annotation.
emax() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
emax(boolean) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the emax property on this annotation.
emax() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
emax(boolean) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the emax property on this annotation.
Embed - Class in org.apache.juneau.dto.html5
DTO for an HTML <embed> element.
Embed() - Constructor for class org.apache.juneau.dto.html5.Embed
Creates an empty Embed element.
Embed(Object) - Constructor for class org.apache.juneau.dto.html5.Embed
Creates an Embed element with the specified Embed.src(Object) attribute.
embed() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Embed element.
embed(Object) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an Embed element with the specified Embed.src(Object) attribute.
emin() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
emin(boolean) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the emin property on this annotation.
emin() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
emin(boolean) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the emin property on this annotation.
emin() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
emin(boolean) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the emin property on this annotation.
emin() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
emin(boolean) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the emin property on this annotation.
emin() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
emin(boolean) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the emin property on this annotation.
emin(Boolean) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
emin(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
emin() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
emin() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
emin(boolean) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the emin property on this annotation.
emin() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
emin(boolean) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the emin property on this annotation.
emin() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
emin(boolean) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the emin property on this annotation.
empty(Query) - Static method in class org.apache.juneau.http.annotation.AnnotationUtils
Returns true if the specified annotation contains all default values.
empty(Header) - Static method in class org.apache.juneau.http.annotation.AnnotationUtils
Returns true if the specified annotation contains all default values.
empty(FormData) - Static method in class org.apache.juneau.http.annotation.AnnotationUtils
Returns true if the specified annotation contains all default values.
empty(Response) - Static method in class org.apache.juneau.http.annotation.AnnotationUtils
Returns true if the specified annotation contains all default values.
empty(ResponseHeader) - Static method in class org.apache.juneau.http.annotation.AnnotationUtils
Returns true if the specified annotation contains all default values.
empty(Schema) - Static method in class org.apache.juneau.http.annotation.AnnotationUtils
Returns true if the specified annotation contains all default values.
empty(ExternalDocs) - Static method in class org.apache.juneau.http.annotation.AnnotationUtils
Returns true if the specified annotation contains all default values.
empty(Body) - Static method in class org.apache.juneau.http.annotation.AnnotationUtils
Returns true if the specified annotation contains all default values.
empty(Contact) - Static method in class org.apache.juneau.http.annotation.AnnotationUtils
Returns true if the specified annotation contains all default values.
empty(License) - Static method in class org.apache.juneau.http.annotation.AnnotationUtils
Returns true if the specified annotation contains all default values.
empty(Items) - Static method in class org.apache.juneau.http.annotation.AnnotationUtils
Returns true if the specified annotation contains all default values.
empty(SubItems) - Static method in class org.apache.juneau.http.annotation.AnnotationUtils
Returns true if the specified annotation contains all default values.
empty(Path) - Static method in class org.apache.juneau.http.annotation.AnnotationUtils
Returns true if the specified annotation contains all default values.
empty() - Static method in class org.apache.juneau.internal.ResourceBundleUtils
Returns an empty resource bundle.
EMPTY - Static variable in class org.apache.juneau.parser.ParserGroup
An unmodifiable empty parser group.
empty(ResourceSwagger) - Static method in class org.apache.juneau.rest.util.AnnotationUtils
Returns true if the specified annotation contains all default values.
EMPTY - Static variable in class org.apache.juneau.serializer.SerializerGroup
An unmodifiable empty serializer group.
EMPTY_LIST - Static variable in class org.apache.juneau.collections.OList
An empty read-only OList.
EMPTY_LIST - Static variable in class org.apache.juneau.ObjectList
An empty read-only ObjectList.
EMPTY_MAP - Static variable in class org.apache.juneau.collections.OMap
An empty read-only OMap.
EMPTY_MAP - Static variable in class org.apache.juneau.ObjectMap
An empty read-only ObjectMap.
emptyIfNull(String) - Static method in class org.apache.juneau.internal.StringUtils
Returns an empty string if the specified string is null.
emptyIfNull(Object) - Static method in class org.apache.juneau.internal.StringUtils
Returns an empty string if the specified object is null.
emptyList() - Static method in class org.apache.juneau.internal.CollectionUtils
Simple passthrough to Collections.emptyList()
emptyMap() - Static method in class org.apache.juneau.internal.CollectionUtils
Simple passthrough to Collections.emptyMap()
emptySet() - Static method in class org.apache.juneau.internal.CollectionUtils
Simple passthrough to Collections.emptySet()
enableLaxSSL() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Enablement - Enum in org.apache.juneau.rest
Represents the enablement settings of a feature.
enableNamespaces() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
enableNamespaces() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
enableNamespaces() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
enableNamespaces() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
enableNamespaces() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
enableNamespaces(boolean) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
Deprecated.
enableNamespaces() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
XmlSerializer configuration property:  Enable support for XML namespaces.
enableNamespaces(boolean) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
enableSSL() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
encode(String, String) - Method in interface org.apache.juneau.config.encode.ConfigEncoder
Encode a string.
encode(String, String) - Method in class org.apache.juneau.config.encode.ConfigXorEncoder
 
encodeAttrName(Writer, Object) - Static method in class org.apache.juneau.xml.XmlUtils
Serializes and encodes the specified object as valid XML attribute name.
encodeAttrValue(Writer, Object, boolean) - Static method in class org.apache.juneau.xml.XmlUtils
Encodes the specified attribute value and sends the results to the specified writer.
encodeElementName(Writer, Object) - Static method in class org.apache.juneau.xml.XmlUtils
Encodes any invalid XML element name characters to _x####_ sequences.
encodeElementName(Object) - Static method in class org.apache.juneau.xml.XmlUtils
Encodes any invalid XML element name characters to _x####_ sequences.
encodeEntries() - Method in class org.apache.juneau.config.Config
Encodes and unencoded entries in this config.
encoder(ConfigEncoder) - Method in class org.apache.juneau.config.ConfigBuilder
Config configuration property:  Value encoder.
encoder(Class<? extends ConfigEncoder>) - Method in class org.apache.juneau.config.ConfigBuilder
Config configuration property:  Value encoder.
Encoder - Class in org.apache.juneau.encoders
Used for enabling decompression on requests and compression on responses, such as support for GZIP compression.
Encoder() - Constructor for class org.apache.juneau.encoders.Encoder
 
encodeRedirectURL(String) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
encodeRedirectUrl(String) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
encodeRedirectURL(String) - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
encodeRedirectUrl(String) - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
EncoderGroup - Class in org.apache.juneau.encoders
Represents the group of encoders keyed by codings.
EncoderGroup(Encoder[]) - Constructor for class org.apache.juneau.encoders.EncoderGroup
Constructor
EncoderGroupBuilder - Class in org.apache.juneau.encoders
Builder class for creating instances of EncoderGroup.
EncoderGroupBuilder() - Constructor for class org.apache.juneau.encoders.EncoderGroupBuilder
Create an empty encoder group builder.
EncoderGroupBuilder(EncoderGroup) - Constructor for class org.apache.juneau.encoders.EncoderGroupBuilder
Clone an existing encoder group builder.
EncoderMatch - Class in org.apache.juneau.encoders
Represents a encoder and encoding that matches an HTTP Accept-Encoding header value.
encoders() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
encoders(Class<?>...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Compression encoders.
encoders(Encoder...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Compression encoders.
encodeText(Writer, Object, boolean, boolean) - Static method in class org.apache.juneau.xml.XmlUtils
Encodes the specified element text and sends the results to the specified writer.
encodeURL(String) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
encodeUrl(String) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
encodeURL(String) - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
encodeUrl(String) - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
encoding() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
encoding(boolean) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
Encoding(PropertyStore) - Constructor for class org.apache.juneau.uon.UonSerializer.Encoding
Constructor.
encoding(boolean) - Method in class org.apache.juneau.uon.UonSerializerBuilder
UonSerializer configuration property:  Encode non-valid URI characters.
encoding() - Method in class org.apache.juneau.uon.UonSerializerBuilder
UonSerializer configuration property:  Encode non-valid URI characters.
encoding() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
encoding(boolean) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
enctype(String) - Method in class org.apache.juneau.dto.html5.Form
enctype attribute.
endsWith(String) - Method in class org.apache.juneau.assertions.FluentStringAssertion
Asserts that the text ends with the specified string.
endsWith(String, char) - Static method in class org.apache.juneau.internal.StringUtils
An efficient method for checking if a string ends with a character.
endsWith(String, char...) - Static method in class org.apache.juneau.internal.StringUtils
Same as StringUtils.endsWith(String, char) except check for multiple characters.
EntityTag - Class in org.apache.juneau.http
Represents a validator value.
EntityTag(String) - Constructor for class org.apache.juneau.http.EntityTag
Constructor.
entries(Entry...) - Method in class org.apache.juneau.dto.atom.Feed
Sets the entries in the feed.
entry(Id, Text, Calendar) - Static method in class org.apache.juneau.dto.atom.AtomBuilder
Creates an Entry element with the specified Entry.id(Id), Entry.title(Text), and Entry.updated(Calendar) attributes.
entry(String, String, String) - Static method in class org.apache.juneau.dto.atom.AtomBuilder
Creates an Entry element with the specified Entry.id(Id), Entry.title(Text), and Entry.updated(Calendar) attributes.
Entry - Class in org.apache.juneau.dto.atom
Represents an atomEntry construct in the RFC4287 specification.
Entry(Id, Text, Calendar) - Constructor for class org.apache.juneau.dto.atom.Entry
Normal constructor.
Entry(String, String, String) - Constructor for class org.apache.juneau.dto.atom.Entry
Normal constructor.
Entry() - Constructor for class org.apache.juneau.dto.atom.Entry
Bean constructor.
entrySet() - Method in class org.apache.juneau.BeanMap
Returns all the properties associated with the bean.
entrySet() - Method in class org.apache.juneau.collections.OMap
 
entrySet() - Method in class org.apache.juneau.internal.DelegateBeanMap
 
entrySet() - Method in class org.apache.juneau.internal.FilteredMap
 
entrySet() - Method in class org.apache.juneau.internal.SimpleMap
 
entrySet() - Method in class org.apache.juneau.ObjectMap
 
entrySet() - Method in class org.apache.juneau.rest.RequestAttributes
 
EnumerationSwap - Class in org.apache.juneau.transforms
Transforms Enumerations to List<Object> objects.
EnumerationSwap() - Constructor for class org.apache.juneau.transforms.EnumerationSwap
 
enumerator() - Method in class org.apache.juneau.internal.MultiSet
Enumerates over all entries in all collections.
env(Map) - Method in class org.apache.juneau.utils.ProcBuilder
Append the specified environment variables to the process.
environment(String, String) - Method in class org.apache.juneau.utils.ProcBuilder
Append the specified environment variable.
EnvVariablesVar - Class in org.apache.juneau.svl.vars
Environment variable variable resolver.
EnvVariablesVar() - Constructor for class org.apache.juneau.svl.vars.EnvVariablesVar
Constructor.
eq(T, U, BiPredicate<T, U>) - Static method in class org.apache.juneau.internal.ObjectUtils
Tests two objects for equality, gracefully handling nulls.
eq(Object, Object) - Static method in class org.apache.juneau.internal.ObjectUtils
Tests two objects for equality, gracefully handling nulls.
eqIC(String) - Method in class org.apache.juneau.http.BasicHeader
Returns true if the specified value is the same using String.equalsIgnoreCase(String).
Equality - Enum in org.apache.juneau.pojotools
TODO
equals(Object) - Method in class org.apache.juneau.BeanMeta
 
equals(Object) - Method in class org.apache.juneau.BeanPropertyMeta
 
equals(Object) - Method in class org.apache.juneau.ClassMeta
 
equals(Object) - Method in class org.apache.juneau.Context
 
equals(Object) - Method in class org.apache.juneau.dto.LinkString
 
equals(Object) - Method in class org.apache.juneau.http.BasicHeader
 
equals(Object) - Method in class org.apache.juneau.http.MediaType
 
equals(Object) - Method in class org.apache.juneau.http.StringRange
Returns true if the specified object is also a StringRange, and has the same qValue, type, parameters, and extensions.
equals(String[], String[]) - Static method in class org.apache.juneau.internal.ArrayUtils
Returns true if the following sorted arrays are equals.
equals(Object) - Method in class org.apache.juneau.PropertyStore
 
equals(PropertyStore, String...) - Method in class org.apache.juneau.PropertyStore
Compares two property stores, but only based on the specified group names.
equals(Object) - Method in class org.apache.juneau.PropertyStore.Property
 
equals(Object) - Method in class org.apache.juneau.PropertyStore.PropertyGroup
 
equals(Object) - Method in class org.apache.juneau.reflect.ClassInfo
 
equals(Object) - Method in class org.apache.juneau.rest.helper.ResourceDescription
 
equals(Object) - Method in class org.apache.juneau.rest.RestMethodContext
 
equals(Object) - Method in class org.apache.juneau.utils.Mutable
 
equals(Object) - Method in class org.apache.juneau.utils.Tuple2
 
equals(Object) - Method in class org.apache.juneau.utils.Tuple3
 
equals(Object) - Method in class org.apache.juneau.utils.Tuple4
 
equals(Object) - Method in class org.apache.juneau.utils.Tuple5
 
equivalent(Object) - Method in class org.apache.juneau.assertions.FluentIntegerAssertion
 
equivalent(Object) - Method in class org.apache.juneau.assertions.FluentLongAssertion
 
equivalent(Object) - Method in class org.apache.juneau.assertions.FluentObjectAssertion
Subclasses can override this method to provide special conversions on objects being compared.
err(String, Object...) - Method in class org.apache.juneau.marshall.Marshall
Prints a message with arguments to System.err.
err(Messages, String, Object...) - Method in class org.apache.juneau.microservice.Microservice
Prints a localized message to STDERR.
error(String, Object...) - Method in class org.apache.juneau.assertions.Assertion
Creates a new BasicAssertionError.
error(Throwable) - Method in class org.apache.juneau.mstat.MethodExecStats
Call when an error occurs.
error() - Method in class org.apache.juneau.rest.BasicRest
[* /error] - Error occurred.
error() - Method in interface org.apache.juneau.rest.BasicRestMethods
[* /error] - Error occurred.
error() - Method in class org.apache.juneau.rest.BasicRestServlet
[* /error] - Error occurred.
errorCodes(Predicate<Integer>) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
RestClient configuration property:  Errors codes predicate.
errorCodes(Predicate<Integer>) - Method in class org.apache.juneau.rest.client2.RestRequest
Allows you to override what status codes are considered error codes that would result in a RestCallException.
errorCodes(Predicate<Integer>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
escapeChars(String, AsciiSet) - Static method in class org.apache.juneau.internal.StringUtils
Escapes the specified characters in the string.
escapeSolidus() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
escapeSolidus(boolean) - Method in class org.apache.juneau.json.JsonSerializerBuilder
Deprecated.
escapeSolidus() - Method in class org.apache.juneau.json.JsonSerializerBuilder
JsonSerializer configuration property:  Prefix solidus '/' characters with escapes.
escapeSolidus() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
escapeText(Object) - Static method in class org.apache.juneau.xml.XmlUtils
Escapes invalid XML text characters to _x####_ sequences.
eTag(String, String) - Method in class org.apache.juneau.html.HtmlWriter
 
eTag(String, String, boolean) - Method in class org.apache.juneau.html.HtmlWriter
 
eTag(int, String, String) - Method in class org.apache.juneau.html.HtmlWriter
 
eTag(int, String) - Method in class org.apache.juneau.html.HtmlWriter
 
eTag(String) - Method in class org.apache.juneau.html.HtmlWriter
 
eTag(int, String, String, boolean) - Method in class org.apache.juneau.html.HtmlWriter
 
ETag - Class in org.apache.juneau.http.header
Represents a parsed ETag HTTP response header.
ETag(Object) - Constructor for class org.apache.juneau.http.header.ETag
Constructor.
ETag(String) - Constructor for class org.apache.juneau.http.header.ETag
Constructor
eTag(String, String, boolean) - Method in class org.apache.juneau.xml.XmlWriter
Writes an end tag to the output: </ns:name>
eTag(String, String) - Method in class org.apache.juneau.xml.XmlWriter
Shortcut for eTag(ns, name, false);
eTag(String) - Method in class org.apache.juneau.xml.XmlWriter
Shortcut for eTag(null, name, false);
eTag(int, String, String, boolean) - Method in class org.apache.juneau.xml.XmlWriter
Shortcut for i(indent).eTag(ns, name, needsEncoding);
eTag(int, String, String) - Method in class org.apache.juneau.xml.XmlWriter
Shortcut for i(indent).eTag(ns, name, false);
eTag(int, String) - Method in class org.apache.juneau.xml.XmlWriter
Shortcut for i(indent).eTag(null, name, false);
eventAllocator(Class<? extends XMLEventAllocator>) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
eventAllocator(XMLEventAllocator) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
eventAllocator(XMLEventAllocator) - Method in class org.apache.juneau.xml.XmlParserBuilder
XmlParser configuration property:  XML event allocator.
eventAllocator(Class<? extends XMLEventAllocator>) - Method in class org.apache.juneau.xml.XmlParserBuilder
XmlParser configuration property:  XML event allocator.
evictExpiredConnections() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
evictExpiredConnections() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Makes this instance of HttpClient proactively evict expired connections from the connection pool using a background thread.
evictExpiredConnections() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
evictIdleConnections(long, TimeUnit) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
evictIdleConnections(long, TimeUnit) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Makes this instance of HttpClient proactively evict idle connections from the connection pool using a background thread.
evictIdleConnections(long, TimeUnit) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
ex() - Method in class org.apache.juneau.http.annotation.BodyAnnotation
 
ex(String[]) - Method in class org.apache.juneau.http.annotation.BodyAnnotation
Sets the ex property on this annotation.
ex() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
ex(String[]) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the ex property on this annotation.
ex() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
ex(String[]) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the ex property on this annotation.
ex() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
ex(String[]) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the ex property on this annotation.
ex() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
ex(String[]) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the ex property on this annotation.
ex() - Method in class org.apache.juneau.http.annotation.ResponseAnnotation
 
ex(String[]) - Method in class org.apache.juneau.http.annotation.ResponseAnnotation
Sets the ex property on this annotation.
ex() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
ex(String[]) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the ex property on this annotation.
ex() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
ex(String...) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the ex property on this annotation.
Example - Annotation Type in org.apache.juneau.annotation
Identifies examples for POJOs.
example(Class<T>, T) - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  POJO example.
example(Class<T>, T) - Method in class org.apache.juneau.BeanTraverseBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
example(Object) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property setter: examples.
example(Object) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property setter: x-example.
example(String, String) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Adds a single value to the x-examples property.
example(Object) - Method in class org.apache.juneau.dto.swagger.ResponseInfo
Bean property setter: x-example.
example(String, Object) - Method in class org.apache.juneau.dto.swagger.ResponseInfo
Adds a single value to the examples property.
example(Object) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
example(Class<T>, T) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
example() - Method in class org.apache.juneau.http.annotation.BodyAnnotation
 
example(String[]) - Method in class org.apache.juneau.http.annotation.BodyAnnotation
Sets the example property on this annotation.
example() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
example(String[]) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the example property on this annotation.
example() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
example(String[]) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the example property on this annotation.
example() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
example(String[]) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the example property on this annotation.
example() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
example(String[]) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the example property on this annotation.
example() - Method in class org.apache.juneau.http.annotation.ResponseAnnotation
 
example(String[]) - Method in class org.apache.juneau.http.annotation.ResponseAnnotation
Sets the example property on this annotation.
example() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
example(String[]) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the example property on this annotation.
example(Class<T>, T) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.json.JsonParserBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
example() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
example(String...) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the example property on this annotation.
example(Class<T>, T) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.parser.ParserBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
example(Class<T>, T) - Method in class org.apache.juneau.rest.RestContextBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.uon.UonParserBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
example(Class<T>, T) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
ExampleAnnotation - Class in org.apache.juneau.annotation
A concrete implementation of the Example annotation.
ExampleAnnotation(String) - Constructor for class org.apache.juneau.annotation.ExampleAnnotation
Constructor.
ExampleAnnotation(Class<?>) - Constructor for class org.apache.juneau.annotation.ExampleAnnotation
Constructor.
ExampleAnnotation(Method) - Constructor for class org.apache.juneau.annotation.ExampleAnnotation
Constructor.
ExampleAnnotation(Field) - Constructor for class org.apache.juneau.annotation.ExampleAnnotation
Constructor.
exampleJson(Class<T>, String) - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  POJO example.
exampleJson(Class<T>, String) - Method in class org.apache.juneau.BeanTraverseBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.json.JsonParserBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.parser.ParserBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.rest.RestContextBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.uon.UonParserBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
exampleJson(Class<T>, String) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
examples(Object...) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Adds one or more values to the x-examples property.
examples(Object...) - Method in class org.apache.juneau.dto.swagger.ResponseInfo
Adds one or more values to the examples property.
examples() - Method in class org.apache.juneau.http.annotation.BodyAnnotation
 
examples(String[]) - Method in class org.apache.juneau.http.annotation.BodyAnnotation
Sets the examples property on this annotation.
examples() - Method in class org.apache.juneau.http.annotation.ResponseAnnotation
 
examples(String[]) - Method in class org.apache.juneau.http.annotation.ResponseAnnotation
Sets the examples property on this annotation.
examples() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
examples(String...) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the examples property on this annotation.
exception(Throwable) - Method in class org.apache.juneau.rest.RestCall
Identifies that an exception occurred during this call.
exceptionClass(String) - Method in class org.apache.juneau.mstat.ExceptionInfo
TODO
exceptionClass(String) - Method in class org.apache.juneau.mstat.ExceptionStats
 
ExceptionHasher - Class in org.apache.juneau.mstat
Stack trace utility methods.
ExceptionHasher(Class<?>) - Constructor for class org.apache.juneau.mstat.ExceptionHasher
TODO
ExceptionInfo - Class in org.apache.juneau.mstat
Stores information about an exception.
ExceptionInfo() - Constructor for class org.apache.juneau.mstat.ExceptionInfo
 
exceptions(String) - Method in class org.apache.juneau.rest.RestCallLoggerRule.Builder
The exception naming pattern that this rule applies to.
ExceptionStats - Class in org.apache.juneau.mstat
Represents an entry in ExceptionStore.
ExceptionStats() - Constructor for class org.apache.juneau.mstat.ExceptionStats
 
ExceptionStore - Class in org.apache.juneau.mstat
An in-memory cache of stack traces.
ExceptionStore() - Constructor for class org.apache.juneau.mstat.ExceptionStore
Constructor.
ExceptionStore(long, Class<?>) - Constructor for class org.apache.juneau.mstat.ExceptionStore
Constructor.
exclude(String...) - Method in class org.apache.juneau.collections.OMap
Returns a copy of this OMap without the specified keys.
exclude(String...) - Method in class org.apache.juneau.ObjectMap
Returns a copy of this ObjectMap without the specified keys.
exclude(String...) - Method in class org.apache.juneau.utils.BeanDiff.Builder
Specifies the properties to exclude from the comparison.
exclude(Set<String>) - Method in class org.apache.juneau.utils.BeanDiff.Builder
Specifies the properties to exclude from the comparison.
excludeProperties() - Method in class org.apache.juneau.annotation.BeanAnnotation
 
excludeProperties(String) - Method in class org.apache.juneau.annotation.BeanAnnotation
Sets the excludeProperties property on this annotation.
excludeProperties(Class<?>, String) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
excludeProperties(Map<String, String>) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
excludeProperties(String, String) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
excludeProperties(String...) - Method in class org.apache.juneau.transform.BeanFilterBuilder
Deprecated.
exclusiveMaximum(Object) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
exclusiveMaximum(Object) - Method in class org.apache.juneau.dto.swagger.Items
exclusiveMaximum(Object) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
exclusiveMaximum(Object) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
exclusiveMaximum() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
exclusiveMaximum(boolean) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the exclusiveMaximum property on this annotation.
exclusiveMaximum() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
exclusiveMaximum(boolean) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the exclusiveMaximum property on this annotation.
exclusiveMaximum() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
exclusiveMaximum(boolean) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the exclusiveMaximum property on this annotation.
exclusiveMaximum() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
exclusiveMaximum(boolean) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the property on this annotation.
exclusiveMaximum() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
exclusiveMaximum(boolean) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the exclusiveMaximum property on this annotation.
exclusiveMaximum(Boolean) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
exclusiveMaximum field.
exclusiveMaximum(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
exclusiveMaximum field.
exclusiveMaximum() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
exclusiveMaximum field.
exclusiveMaximum() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
exclusiveMaximum(boolean) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the exclusiveMaximum property on this annotation.
exclusiveMaximum() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
exclusiveMaximum(boolean) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the exclusiveMaximum property on this annotation.
exclusiveMaximum() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
exclusiveMaximum(boolean) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the exclusiveMaximum property on this annotation.
exclusiveMinimum(Object) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
exclusiveMinimum(Object) - Method in class org.apache.juneau.dto.swagger.Items
exclusiveMinimum(Object) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
exclusiveMinimum(Object) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
exclusiveMinimum() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
exclusiveMinimum(boolean) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the exclusiveMinimum property on this annotation.
exclusiveMinimum() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
exclusiveMinimum(boolean) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the exclusiveMinimum property on this annotation.
exclusiveMinimum() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
exclusiveMinimum(boolean) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the exclusiveMinimum property on this annotation.
exclusiveMinimum() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
exclusiveMinimum(boolean) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the exclusiveMinimum property on this annotation.
exclusiveMinimum() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
exclusiveMinimum(boolean) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the exclusiveMinimum property on this annotation.
exclusiveMinimum(Boolean) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
exclusiveMinimum field.
exclusiveMinimum(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
exclusiveMinimum field.
exclusiveMinimum() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
exclusiveMinimum field.
exclusiveMinimum() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
exclusiveMinimum(boolean) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the exclusiveMinimum property on this annotation.
exclusiveMinimum() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
exclusiveMinimum(boolean) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the exclusiveMinimum property on this annotation.
exclusiveMinimum() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
exclusiveMinimum(boolean) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the exclusiveMinimum property on this annotation.
ExecutableException - Exception in org.apache.juneau
General exception that occurs when trying to execute a constructor, method, or field using reflection.
ExecutableException(Throwable, String, Object...) - Constructor for exception org.apache.juneau.ExecutableException
Constructor.
ExecutableException(Throwable) - Constructor for exception org.apache.juneau.ExecutableException
Constructor.
ExecutableException(String, Object...) - Constructor for exception org.apache.juneau.ExecutableException
Constructor.
ExecutableInfo - Class in org.apache.juneau.reflect
Contains common methods between ConstructorInfo and MethodInfo.
ExecutableInfo(ClassInfo, Executable, Executable) - Constructor for class org.apache.juneau.reflect.ExecutableInfo
Constructor.
execute(Scanner, PrintWriter, Args) - Method in class org.apache.juneau.examples.rest.command.EchoCommand
 
execute(Scanner, PrintWriter, Args) - Method in class org.apache.juneau.microservice.console.ConfigCommand
 
execute(Scanner, PrintWriter, Args) - Method in class org.apache.juneau.microservice.console.ConsoleCommand
Executes a command.
execute(Scanner, PrintWriter, Args) - Method in class org.apache.juneau.microservice.console.ExitCommand
 
execute(Scanner, PrintWriter, Args) - Method in class org.apache.juneau.microservice.console.HelpCommand
 
execute(Scanner, PrintWriter, Args) - Method in class org.apache.juneau.microservice.console.RestartCommand
 
execute(HttpEntityEnclosingRequestBase) - Method in interface org.apache.juneau.rest.client.RestCallHandler
Deprecated.
Execute the specified body request (e.g.
execute(HttpRequestBase) - Method in interface org.apache.juneau.rest.client.RestCallHandler
Deprecated.
Execute the specified no-body request (e.g.
execute(HttpRequestBase) - Method in class org.apache.juneau.rest.client.RestClient
Deprecated.
Execute the specified no-body request (e.g.
execute(HttpEntityEnclosingRequestBase) - Method in class org.apache.juneau.rest.client.RestClient
Deprecated.
Execute the specified body request (e.g.
execute(HttpUriRequest) - Method in class org.apache.juneau.rest.client2.RestClient
Executes HTTP request using the default context.
execute(HttpUriRequest, HttpContext) - Method in class org.apache.juneau.rest.client2.RestClient
Executes HTTP request using the given context.
execute(HttpHost, HttpRequest) - Method in class org.apache.juneau.rest.client2.RestClient
Executes HTTP request using the default context.
execute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.juneau.rest.client2.RestClient
Executes HTTP request using the given context.
execute(HttpUriRequest, ResponseHandler<? extends T>) - Method in class org.apache.juneau.rest.client2.RestClient
Executes HTTP request using the default context and processes the response using the given response handler.
execute(HttpUriRequest, ResponseHandler<? extends T>, HttpContext) - Method in class org.apache.juneau.rest.client2.RestClient
Executes HTTP request using the given context and processes the response using the given response handler.
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>) - Method in class org.apache.juneau.rest.client2.RestClient
Executes HTTP request to the target using the default context and processes the response using the given response handler.
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>, HttpContext) - Method in class org.apache.juneau.rest.client2.RestClient
Executes a request using the default context and processes the response using the given response handler.
execute() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Executes this request and returns the response object.
execute(HttpServletRequest, HttpServletResponse) - Method in interface org.apache.juneau.rest.RestCallHandler
Deprecated.
The main service method.
execute(HttpServletRequest, HttpServletResponse) - Method in class org.apache.juneau.rest.RestContext
The main service method.
execute() - Method in interface org.apache.juneau.server.config.repository.Command
 
execute() - Method in class org.apache.juneau.server.config.repository.GetConfiguration
 
execute() - Method in interface org.apache.juneau.utils.MockHttpRequest
Deprecated.
Executes the request and returns the response.
executeCommand(Args, Scanner, PrintWriter) - Method in class org.apache.juneau.microservice.Microservice
Executes a console command.
executeCommand(String, String, Object...) - Method in class org.apache.juneau.microservice.Microservice
Convenience method for executing a console command directly.
executorService(ExecutorService, boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Executor service.
executorService(ExecutorService, boolean) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
RestClient configuration property:  Executor service.
executorService(ExecutorService, boolean) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
exists() - Method in class org.apache.juneau.assertions.FluentObjectAssertion
Asserts that the object is not null.
exists() - Method in class org.apache.juneau.assertions.FluentThrowableAssertion
Asserts that this throwable exists.
exists(String) - Method in class org.apache.juneau.config.Config
Returns true if this section contains the specified key and the key has a non-blank value.
exists(String) - Method in class org.apache.juneau.config.store.ConfigClasspathStore
 
exists(String) - Method in class org.apache.juneau.config.store.ConfigFileStore
 
exists(String) - Method in class org.apache.juneau.config.store.ConfigMemoryStore
 
exists(String) - Method in class org.apache.juneau.config.store.ConfigStore
Checks whether the configuration with the specified name exists in this store.
exists(File, String) - Static method in class org.apache.juneau.internal.FileUtils
Returns true if the specified file exists in the specified directory.
exists() - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Returns true if this header exists on the response.
exists() - Method in class org.apache.juneau.rest.RequestHeader
Returns true if this header exists on the response.
exists() - Method in class org.apache.juneau.rest.StaticFile
Does this file exist?
exit() - Method in class org.apache.juneau.microservice.Microservice
Stops the console (if it's started) and calls System.exit(int).
ExitCommand - Class in org.apache.juneau.microservice.console
Implements the 'exit' console command to gracefully shut down the microservice and JVM.
ExitCommand() - Constructor for class org.apache.juneau.microservice.console.ExitCommand
 
Expanded(PropertyStore) - Constructor for class org.apache.juneau.urlencoding.UrlEncodingSerializer.Expanded
Constructor.
expandedParams() - Method in class org.apache.juneau.urlencoding.annotation.UrlEncodingAnnotation
 
expandedParams(boolean) - Method in class org.apache.juneau.urlencoding.annotation.UrlEncodingAnnotation
Sets the expandedParams property on this annotation.
expandedParams(boolean) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
Deprecated.
expandedParams() - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
UrlEncodingParser configuration property:  Serialize bean property collections/arrays as separate key/value pairs.
expandedParams(boolean) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
Deprecated.
expandedParams() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
UrlEncodingSerializer configuration property:  Serialize bean property collections/arrays as separate key/value pairs.
Expect - Class in org.apache.juneau.http.header
Represents a parsed Expect HTTP request header.
Expect(Object) - Constructor for class org.apache.juneau.http.header.Expect
Constructor.
Expect(String) - Constructor for class org.apache.juneau.http.header.Expect
Constructor
expect(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the value for the Expect request header.
expect(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the value for the Expect request header.
expect(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the Expect request header on all requests.
expect(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the Expect request header.
expect(Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Specifies the Expect header value on the request.
expect(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
ExpectationFailed - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 417 (Expectation Failed).
ExpectationFailed(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.ExpectationFailed
Constructor.
ExpectationFailed(String) - Constructor for exception org.apache.juneau.http.exception.ExpectationFailed
Constructor.
ExpectationFailed() - Constructor for exception org.apache.juneau.http.exception.ExpectationFailed
Constructor.
ExpectationFailed(String, Object...) - Constructor for exception org.apache.juneau.http.exception.ExpectationFailed
Constructor.
ExpectationFailed(Throwable) - Constructor for exception org.apache.juneau.http.exception.ExpectationFailed
Constructor.
ExpectationFailed - Exception in org.apache.juneau.rest.exception
Deprecated.
ExpectationFailed(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.ExpectationFailed
Deprecated.
Constructor.
ExpectationFailed(String) - Constructor for exception org.apache.juneau.rest.exception.ExpectationFailed
Deprecated.
Constructor.
ExpectationFailed() - Constructor for exception org.apache.juneau.rest.exception.ExpectationFailed
Deprecated.
Constructor.
ExpectationFailed(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.ExpectationFailed
Deprecated.
Constructor.
ExpectationFailed(Throwable) - Constructor for exception org.apache.juneau.rest.exception.ExpectationFailed
Deprecated.
Constructor.
Expires - Class in org.apache.juneau.http.header
Represents a parsed Expires HTTP response header.
Expires(Object) - Constructor for class org.apache.juneau.http.header.Expires
Constructor.
Expires(String) - Constructor for class org.apache.juneau.http.header.Expires
Constructor
exs() - Method in class org.apache.juneau.http.annotation.BodyAnnotation
 
exs(String[]) - Method in class org.apache.juneau.http.annotation.BodyAnnotation
Sets the exs property on this annotation.
exs() - Method in class org.apache.juneau.http.annotation.ResponseAnnotation
 
exs(String[]) - Method in class org.apache.juneau.http.annotation.ResponseAnnotation
Sets the exs property on this annotation.
exs() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
exs(String...) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the exs property on this annotation.
ExtendedBeanMeta - Class in org.apache.juneau
Defines extended language-specific metadata associated with a bean.
ExtendedBeanMeta(BeanMeta<?>) - Constructor for class org.apache.juneau.ExtendedBeanMeta
Constructor.
ExtendedBeanPropertyMeta - Class in org.apache.juneau
Defines extended language-specific metadata associated with a bean property.
ExtendedBeanPropertyMeta(BeanPropertyMeta) - Constructor for class org.apache.juneau.ExtendedBeanPropertyMeta
Constructor.
ExtendedClassMeta - Class in org.apache.juneau
Defines extended language-specific metadata associated with a class.
ExtendedClassMeta(ClassMeta<?>) - Constructor for class org.apache.juneau.ExtendedClassMeta
Constructor.
ExtendedMeta - Class in org.apache.juneau
Superclass of all extended metadata classes.
ExtendedMeta() - Constructor for class org.apache.juneau.ExtendedMeta
 
ExtendedMimetypesFileTypeMap - Class in org.apache.juneau.utils
An extension of MimetypesFileTypeMap that includes many more media types.
ExtendedMimetypesFileTypeMap() - Constructor for class org.apache.juneau.utils.ExtendedMimetypesFileTypeMap
Constructor.
extensions(String) - Method in class org.apache.juneau.config.store.ConfigFileStoreBuilder
Configuration property: File extensions.
externalDocs(Object) - Method in class org.apache.juneau.dto.swagger.Operation
externalDocs(Object) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
externalDocs(Object) - Method in class org.apache.juneau.dto.swagger.Swagger
externalDocs(Object) - Method in class org.apache.juneau.dto.swagger.Tag
externalDocs() - Method in class org.apache.juneau.http.annotation.TagAnnotation
 
externalDocs(ExternalDocs) - Method in class org.apache.juneau.http.annotation.TagAnnotation
Sets the externalDocs property on this annotation.
ExternalDocs - Annotation Type in org.apache.juneau.jsonschema.annotation
Swagger external documentation annotation.
externalDocs() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
externalDocs(ExternalDocs) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the externalDocs property on this annotation.
externalDocs() - Method in class org.apache.juneau.rest.annotation.MethodAnnotationSwagger
 
ExternalDocsAnnotation - Class in org.apache.juneau.jsonschema.annotation
A concrete implementation of the ExternalDocs annotation.
ExternalDocsAnnotation() - Constructor for class org.apache.juneau.jsonschema.annotation.ExternalDocsAnnotation
 
ExternalDocumentation - Class in org.apache.juneau.dto.swagger
Allows referencing an external resource for extended documentation.
ExternalDocumentation() - Constructor for class org.apache.juneau.dto.swagger.ExternalDocumentation
Default constructor.
ExternalDocumentation(ExternalDocumentation) - Constructor for class org.apache.juneau.dto.swagger.ExternalDocumentation
Copy constructor.
externalDocumentation() - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an empty ExternalDocumentation element.
externalDocumentation(Object) - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an ExternalDocumentation element with the specified url attribute.
externalDocumentation(Object, String) - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an ExternalDocumentation element with the specified url and description attributes.
extraKeys() - Method in class org.apache.juneau.dto.swagger.SwaggerElement
Generic property keyset.

F

f() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
f(String) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the f property on this annotation.
f() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
f(String) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the f property on this annotation.
f() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
f(String) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the f property on this annotation.
f() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
f(String) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the f property on this annotation.
f() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
f(String) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the f property on this annotation.
f(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
f(HttpPartFormat) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
f() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
f(String) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the f property on this annotation.
f() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
f(String) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the f property on this annotation.
f() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
f(String) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the f property on this annotation.
FailedDependency - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 424 (Failed Dependency).
FailedDependency(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.FailedDependency
Constructor.
FailedDependency(String) - Constructor for exception org.apache.juneau.http.exception.FailedDependency
Constructor.
FailedDependency() - Constructor for exception org.apache.juneau.http.exception.FailedDependency
Constructor.
FailedDependency(String, Object...) - Constructor for exception org.apache.juneau.http.exception.FailedDependency
Constructor.
FailedDependency(Throwable) - Constructor for exception org.apache.juneau.http.exception.FailedDependency
Constructor.
FailedDependency - Exception in org.apache.juneau.rest.exception
Deprecated.
FailedDependency(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.FailedDependency
Deprecated.
Constructor.
FailedDependency(String) - Constructor for exception org.apache.juneau.rest.exception.FailedDependency
Deprecated.
Constructor.
FailedDependency() - Constructor for exception org.apache.juneau.rest.exception.FailedDependency
Deprecated.
Constructor.
FailedDependency(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.FailedDependency
Deprecated.
Constructor.
FailedDependency(Throwable) - Constructor for exception org.apache.juneau.rest.exception.FailedDependency
Deprecated.
Constructor.
failurePattern(String) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Look for the specified regular expression pattern in the response output.
fBinary() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for format(HttpPartFormat.BINARY).
fBinarySpaced() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for format(HttpPartFormat.BINARY_SPACED).
fByte() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for format(HttpPartFormat.BYTE).
fDate() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for format(HttpPartFormat.DATE).
fDateTime() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for format(HttpPartFormat.DATE_TIME).
fDouble() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for format(HttpPartFormat.DOUBLE).
feed(Id, Text, Calendar) - Static method in class org.apache.juneau.dto.atom.AtomBuilder
Creates a Feed element with the specified Feed.id(Id), Entry.title(Text), and Feed.updated(Calendar) attributes.
feed(String, String, String) - Static method in class org.apache.juneau.dto.atom.AtomBuilder
Creates a Feed element with the specified Feed.id(Id), Entry.title(Text), and Feed.updated(Calendar) attributes.
Feed - Class in org.apache.juneau.dto.atom
Top-level ATOM feed object.
Feed(Id, Text, Calendar) - Constructor for class org.apache.juneau.dto.atom.Feed
Normal constructor.
Feed(String, String, String) - Constructor for class org.apache.juneau.dto.atom.Feed
Normal constructor.
Feed() - Constructor for class org.apache.juneau.dto.atom.Feed
Bean constructor.
fFloat() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for format(HttpPartFormat.FLOAT).
FieldInfo - Class in org.apache.juneau.reflect
Lightweight utility class for introspecting information about a field.
FieldInfo(ClassInfo, Field) - Constructor for class org.apache.juneau.reflect.FieldInfo
Constructor.
Fieldset - Class in org.apache.juneau.dto.html5
DTO for an HTML <fieldset> element.
Fieldset() - Constructor for class org.apache.juneau.dto.html5.Fieldset
Creates an empty Fieldset element.
Fieldset(Object...) - Constructor for class org.apache.juneau.dto.html5.Fieldset
Creates a Fieldset element with the specified child nodes.
fieldset() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Fieldset element.
fieldset(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Fieldset element with the specified child nodes.
FieldSetter(Field) - Constructor for class org.apache.juneau.Setter.FieldSetter
 
Figcaption - Class in org.apache.juneau.dto.html5
DTO for an HTML <figcaption> element.
Figcaption() - Constructor for class org.apache.juneau.dto.html5.Figcaption
Creates an empty Figcaption element.
Figcaption(Object...) - Constructor for class org.apache.juneau.dto.html5.Figcaption
Creates a Figcaption element with the specified child nodes.
figcaption() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Figcaption element.
figcaption(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Figcaption element with the specified child nodes.
Figure - Class in org.apache.juneau.dto.html5
DTO for an HTML <figure> element.
Figure() - Constructor for class org.apache.juneau.dto.html5.Figure
Creates an empty Figure element.
Figure(Object...) - Constructor for class org.apache.juneau.dto.html5.Figure
Creates a Figure element with the specified child nodes.
figure() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Figure element.
figure(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Figure element with the specified child nodes.
FILE - Static variable in class org.apache.juneau.http.annotation.ParameterType
 
file(File) - Method in class org.apache.juneau.internal.FileReaderBuilder
Sets the file being written from.
file(String) - Method in class org.apache.juneau.internal.FileReaderBuilder
Sets the path of the file being written from.
file(File) - Method in class org.apache.juneau.internal.FileWriterBuilder
Sets the file being written to.
file(String) - Method in class org.apache.juneau.internal.FileWriterBuilder
Sets the path of the file being written to.
file - Variable in class org.apache.juneau.utils.ZipFileList.FileEntry
The file being zipped.
fileCharset(Charset) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
fileCharset(Charset) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
fileCharset(Charset) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
fileCharset(Charset) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
fileCharset(Charset) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
fileCharset(Charset) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
fileCharset(Charset) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
fileCharset(Charset) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
fileCharset(Charset) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
fileCharset(Charset) - Method in class org.apache.juneau.json.JsonParserBuilder
 
fileCharset(Charset) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
fileCharset(Charset) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
fileCharset(Charset) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
fileCharset(Charset) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
fileCharset(Charset) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
fileCharset(Charset) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
fileCharset(Charset) - Method in class org.apache.juneau.parser.ParserGroupBuilder
Configuration property: File charset.
fileCharset(Charset) - Method in class org.apache.juneau.parser.ParserSessionArgs
File charset.
fileCharset(Charset) - Method in class org.apache.juneau.parser.ReaderParserBuilder
ReaderParser configuration property:  File charset.
fileCharset(Charset) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
fileCharset(Charset) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
fileCharset(String) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: File charset.
fileCharset(Charset) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Configuration property: File charset.
fileCharset(Charset) - Method in class org.apache.juneau.serializer.SerializerSessionArgs
File charset.
fileCharset(Charset) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
WriterSerializer configuration property:  File charset.
fileCharset(Charset) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
fileCharset(Charset) - Method in class org.apache.juneau.uon.UonParserBuilder
 
fileCharset(Charset) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
fileCharset(Charset) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
fileCharset(Charset) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
fileCharset(Charset) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
fileCharset(Charset) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
fileCharset(Charset) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
FileEntry(File, File) - Constructor for class org.apache.juneau.utils.ZipFileList.FileEntry
Constructor.
FileEntry(File) - Constructor for class org.apache.juneau.utils.ZipFileList.FileEntry
Constructor.
fileLevel(Level) - Method in class org.apache.juneau.microservice.LogConfig
The default logging level for the log file.
fileName - Variable in class org.apache.juneau.utils.ZipFileList
The name of the zip file.
FileReaderBuilder - Class in org.apache.juneau.internal
Utility class for creating FileReader objects.
FileReaderBuilder() - Constructor for class org.apache.juneau.internal.FileReaderBuilder
 
FileResource(File, String, boolean) - Constructor for class org.apache.juneau.microservice.resources.DirectoryResource.FileResource
 
FileResource(File, String, boolean, boolean) - Constructor for class org.apache.juneau.microservice.resources.LogsResource.FileResource
 
FILESTORE_charset - Static variable in class org.apache.juneau.config.store.ConfigFileStore
Configuration property: Charset.
FILESTORE_directory - Static variable in class org.apache.juneau.config.store.ConfigFileStore
Configuration property: Local file system directory.
FILESTORE_extensions - Static variable in class org.apache.juneau.config.store.ConfigFileStore
Configuration property: File extensions.
FILESTORE_updateOnWrite - Static variable in class org.apache.juneau.config.store.ConfigFileStore
Configuration property: Update-on-write.
FILESTORE_useWatcher - Static variable in class org.apache.juneau.config.store.ConfigFileStore
Configuration property: Use watcher.
FILESTORE_watcherSensitivity - Static variable in class org.apache.juneau.config.store.ConfigFileStore
Configuration property: Watcher sensitivity.
FileUtils - Class in org.apache.juneau.internal
File utilities.
FileUtils() - Constructor for class org.apache.juneau.internal.FileUtils
 
FileVar - Class in org.apache.juneau.rest.vars
File resource variable resolver
FileVar() - Constructor for class org.apache.juneau.rest.vars.FileVar
Constructor.
FileWriterBuilder - Class in org.apache.juneau.internal
Utility class for creating FileWriter objects.
FileWriterBuilder() - Constructor for class org.apache.juneau.internal.FileWriterBuilder
 
filter(SearchArgs) - Method in class org.apache.juneau.utils.PojoQuery
Filters the input object as a collection of maps.
FilteredMap<K,V> - Class in org.apache.juneau.internal
Wrapper around a map where the key names are overridden.
FilteredMap(ClassMeta<Map<K, V>>, Map<K, V>, K[]) - Constructor for class org.apache.juneau.internal.FilteredMap
Constructor.
filterKeys(List<String>) - Method in class org.apache.juneau.internal.DelegateBeanMap
Remove all but the specified properties from this bean map.
filterKeys(List<String>) - Method in class org.apache.juneau.internal.DelegateMap
Remove all but the specified keys from this map.
finalize() - Method in class org.apache.juneau.config.Config
 
finalize() - Method in class org.apache.juneau.rest.client.RestClient
Deprecated.
 
finalize() - Method in class org.apache.juneau.rest.client2.RestClient
 
find(Class<?>) - Method in class org.apache.juneau.assertions.FluentThrowableAssertion
Returns an assertion against the throwable localized message.
find(String...) - Method in class org.apache.juneau.collections.OMap
Returns the value for the first key in the list that has an entry in this map.
find(Class<T>, String...) - Method in class org.apache.juneau.collections.OMap
Returns the value for the first key in the list that has an entry in this map.
find(String...) - Method in class org.apache.juneau.ObjectMap
Returns the value for the first key in the list that has an entry in this map.
find(Class<T>, String...) - Method in class org.apache.juneau.ObjectMap
Returns the value for the first key in the list that has an entry in this map.
find(BeanContext, ClassInfo) - Static method in class org.apache.juneau.transform.AutoListSwap
Look for constructors and methods on this class and construct a dynamic swap if it's possible to do so.
find(BeanContext, ClassInfo) - Static method in class org.apache.juneau.transform.AutoMapSwap
Look for constructors and methods on this class and construct a dynamic swap if it's possible to do so.
find(BeanContext, ClassInfo) - Static method in class org.apache.juneau.transform.AutoNumberSwap
Look for constructors and methods on this class and construct a dynamic swap if it's possible to do so.
find(BeanContext, ClassInfo) - Static method in class org.apache.juneau.transform.AutoObjectSwap
Inspects the specified class and returns a swap of this type if possible.
find(ClassInfo) - Static method in class org.apache.juneau.transform.DefaultSwaps
Find the default PojoSwap for the specified class.
find(Class<?>, Class<? extends V>) - Method in class org.apache.juneau.utils.ReflectionMap
Finds first value in this map that matches the specified class.
find(Class<?>) - Method in class org.apache.juneau.utils.ReflectionMap
Finds first value in this map that matches the specified class.
find(Method, Class<? extends V>) - Method in class org.apache.juneau.utils.ReflectionMap
Finds first value in this map that matches the specified method.
find(Method) - Method in class org.apache.juneau.utils.ReflectionMap
Finds first value in this map that matches the specified method.
find(Field, Class<? extends V>) - Method in class org.apache.juneau.utils.ReflectionMap
Finds first value in this map that matches the specified field.
find(Field) - Method in class org.apache.juneau.utils.ReflectionMap
Finds first value in this map that matches the specified field.
find(Constructor<?>, Class<? extends V>) - Method in class org.apache.juneau.utils.ReflectionMap
Finds first value in this map that matches the specified constructor.
find(Constructor<?>) - Method in class org.apache.juneau.utils.ReflectionMap
Finds first value in this map that matches the specified constructor.
findAll(Class<?>, Class<? extends V>) - Method in class org.apache.juneau.utils.ReflectionMap
Finds all values in this map that matches the specified class.
findAll(Class<?>) - Method in class org.apache.juneau.utils.ReflectionMap
Finds all values in this map that matches the specified class.
findAll(Method, Class<? extends V>) - Method in class org.apache.juneau.utils.ReflectionMap
Finds all values in this map that matches the specified method.
findAll(Method) - Method in class org.apache.juneau.utils.ReflectionMap
Finds all values in this map that matches the specified method.
findAll(Field, Class<? extends V>) - Method in class org.apache.juneau.utils.ReflectionMap
Finds all values in this map that matches the specified field.
findAll(Field) - Method in class org.apache.juneau.utils.ReflectionMap
Finds all values in this map that matches the specified field.
findAll(Constructor<?>, Class<? extends V>) - Method in class org.apache.juneau.utils.ReflectionMap
Finds all values in this map that matches the specified constructor.
findAll(Constructor<?>) - Method in class org.apache.juneau.utils.ReflectionMap
Finds all values in this map that matches the specified constructor.
findBoolean(String...) - Method in class org.apache.juneau.collections.OMap
Returns the first entry that exists converted to a Boolean.
findBoolean(String...) - Method in class org.apache.juneau.ObjectMap
Returns the first entry that exists converted to a Boolean.
findBundle(String, Locale, ClassLoader) - Static method in class org.apache.juneau.internal.ResourceBundleUtils
findClasspathResource(Class<?>, String, Locale) - Method in class org.apache.juneau.cp.BasicResourceFinder
Workhorse method for retrieving a resource from the classpath.
findClasspathResource(Class<?>, String, Locale) - Method in class org.apache.juneau.utils.ClasspathResourceFinderSimple
Deprecated.
Workhorse method for retrieving a resource from the classpath.
findFileSystemResource(String, Locale) - Method in class org.apache.juneau.cp.BasicResourceFinder
Workhorse method for retrieving a resource from the file system.
findFileSystemResource(String, Locale) - Method in class org.apache.juneau.utils.ClasspathResourceFinderBasic
Deprecated.
Workhorse method for retrieving a resource from the file system.
findFirstString(String...) - Method in class org.apache.juneau.cp.Messages
Looks for all the specified keys in the resource bundle and returns the first value that exists.
findFirstString(String...) - Method in class org.apache.juneau.utils.MessageBundle
Deprecated.
Looks for all the specified keys in the resource bundle and returns the first value that exists.
findFirstString(Locale, String...) - Method in class org.apache.juneau.utils.MessageBundle
Deprecated.
Same as MessageBundle.findFirstString(String...), but uses the specified locale.
findInt(String...) - Method in class org.apache.juneau.collections.OMap
Returns the first entry that exists converted to an Integer.
findInt(String...) - Method in class org.apache.juneau.ObjectMap
Returns the first entry that exists converted to an Integer.
findKeyIgnoreCase(String) - Method in class org.apache.juneau.collections.OMap
Searches for the specified key in this map ignoring case.
findKeyIgnoreCase(String) - Method in class org.apache.juneau.ObjectMap
Searches for the specified key in this map ignoring case.
findList(String...) - Method in class org.apache.juneau.collections.OMap
Returns the first entry that exists converted to a OList.
findList(String...) - Method in class org.apache.juneau.ObjectMap
Returns the first entry that exists converted to a List.
findLong(String...) - Method in class org.apache.juneau.collections.OMap
Returns the first entry that exists converted to a Long.
findLong(String...) - Method in class org.apache.juneau.ObjectMap
Returns the first entry that exists converted to a Long.
findMap(String...) - Method in class org.apache.juneau.collections.OMap
Returns the first entry that exists converted to a OMap.
findMap(String...) - Method in class org.apache.juneau.ObjectMap
Returns the first entry that exists converted to a Map.
findNamespace(List<Rdf>, List<RdfSchema>) - Static method in class org.apache.juneau.jena.RdfUtils
Find the namespace given a list of @Rdf and @RdfSchema annotations.
findNamespace(List<Xml>, List<XmlSchema>) - Static method in class org.apache.juneau.xml.XmlUtils
Find the namespace given a list of @Xml and @XmlSchema annotations.
findNoArgConstructor(Class<?>, Visibility) - Static method in class org.apache.juneau.ClassMeta
Locates the no-arg constructor for the specified class.
findNsfMappings(Object) - Method in class org.apache.juneau.xml.XmlSerializerSession
Recursively searches for the XML namespaces on the specified POJO and adds them to the serializer context object.
findObjectList(String...) - Method in class org.apache.juneau.ObjectMap
Returns the first entry that exists converted to a ObjectList.
findObjectMap(String...) - Method in class org.apache.juneau.ObjectMap
Returns the first entry that exists converted to a ObjectMap.
findParams(MethodInfo, boolean, UrlPathPattern) - Method in class org.apache.juneau.rest.RestContext
Finds the RestMethodParam instances to handle resolving objects on the calls to the specified Java method.
findPojoSwaps(Class<?>, BeanContext) - Static method in class org.apache.juneau.transform.SurrogateSwap
Given the specified surrogate class, return the list of POJO swaps.
findRef(String, Class<T>) - Method in class org.apache.juneau.dto.swagger.Swagger
Resolves a "$ref" tags to nodes in this swagger document.
findResource(Class<?>, String, Locale) - Method in class org.apache.juneau.cp.BasicResourceFinder
 
findResource(Class<?>, String, Locale) - Method in interface org.apache.juneau.cp.ResourceFinder
Returns the contents of the resource with the specified name.
findResource(Class<?>, String, Locale) - Method in class org.apache.juneau.cp.ResourceFinder.Null
 
findResource(Class<?>, String, Locale) - Method in class org.apache.juneau.rest.BasicRest
 
findResource(Class<?>, String, Locale) - Method in class org.apache.juneau.rest.RestServlet
 
findResource(Class<?>, String, Locale) - Method in interface org.apache.juneau.utils.ClasspathResourceFinder
Deprecated.
Returns the contents of the resource with the specified name.
findResource(Class<?>, String, Locale) - Method in class org.apache.juneau.utils.ClasspathResourceFinder.Null
Deprecated.
 
findResource(Class<?>, String, Locale) - Method in class org.apache.juneau.utils.ClasspathResourceFinderBasic
Deprecated.
 
findResource(Class<?>, String, Locale) - Method in class org.apache.juneau.utils.ClasspathResourceFinderRecursive
Deprecated.
 
findResource(Class<?>, String, Locale) - Method in class org.apache.juneau.utils.ClasspathResourceFinderSimple
Deprecated.
 
findString(String...) - Method in class org.apache.juneau.collections.OMap
Returns the first entry that exists converted to a String.
findString(String...) - Method in class org.apache.juneau.ObjectMap
Returns the first entry that exists converted to a String.
findSwapFromBuilderClass(Class<?>, Visibility, Visibility) - Static method in class org.apache.juneau.transform.BuilderSwap
Creates a BuilderSwap from the specified builder class if it qualifies as one.
findSwapFromPojoClass(BeanContext, Class<?>, Visibility, Visibility) - Static method in class org.apache.juneau.transform.BuilderSwap
Creates a BuilderSwap from the specified POJO class if it has one.
fine(String, Object...) - Method in class org.apache.juneau.internal.JuneauLogger
Deprecated.
Logs a message with the specified MessageFormat-style arguments at Level.FINE level.
finer(String, Object...) - Method in class org.apache.juneau.internal.JuneauLogger
Deprecated.
Logs a message with the specified MessageFormat-style arguments at Level.FINER level.
finest(String, Object...) - Method in class org.apache.juneau.internal.JuneauLogger
Deprecated.
Logs a message with the specified MessageFormat-style arguments at Level.FINEST level.
finish() - Method in interface org.apache.juneau.encoders.Finishable
Finishes writing compressed data to the output stream without closing the underlying stream.
finish() - Method in class org.apache.juneau.rest.RestCall
Called at the end of a call to finish any remaining tasks such as flushing buffers and logging the response.
finish() - Method in class org.apache.juneau.rest.util.FinishablePrintWriter
Calls Finishable.finish() on the underlying output stream.
finish() - Method in class org.apache.juneau.rest.util.FinishableServletOutputStream
Calls Finishable.finish() on the underlying output stream.
Finishable - Interface in org.apache.juneau.encoders
Interface that identifies an output stream has having a finish() method.
FinishablePrintWriter - Class in org.apache.juneau.rest.util
A wrapped PrintWriter with an added finish() method.
FinishablePrintWriter(OutputStream, String, boolean) - Constructor for class org.apache.juneau.rest.util.FinishablePrintWriter
Constructor.
FinishableServletOutputStream - Class in org.apache.juneau.rest.util
A wrapped ServletOutputStream with an added finish() method.
FinishableServletOutputStream(OutputStream) - Constructor for class org.apache.juneau.rest.util.FinishableServletOutputStream
Constructor.
finishCall(RestCall) - Method in class org.apache.juneau.rest.RestContext
Called at the end of a request to invoke all HookEvent.END_CALL methods.
finished(long) - Method in class org.apache.juneau.mstat.MethodExecStats
Call when task is finished.
fInt32() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for format(HttpPartFormat.INT32).
fInt64() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for format(HttpPartFormat.INT64).
first(T) - Method in class org.apache.juneau.utils.BeanDiff.Builder
Specifies the first bean to compare.
firstChar(String) - Static method in class org.apache.juneau.internal.StringUtils
Returns the first character in the specified string.
firstNonEmpty(T...) - Static method in class org.apache.juneau.internal.ObjectUtils
Returns the first non-empty value in the list of objects.
firstNonEmpty(String...) - Static method in class org.apache.juneau.internal.StringUtils
Returns the first non-null, non-empty string in the list.
firstNonNull(T...) - Static method in class org.apache.juneau.internal.ObjectUtils
Returns the first non-null value in the specified array
firstNonWhitespaceChar(String) - Static method in class org.apache.juneau.internal.StringUtils
Returns the first non-whitespace character in the string.
firstNonZero(int...) - Static method in class org.apache.juneau.internal.ObjectUtils
Returns the first non-zero value in the list of ints.
fixMethodPath(String) - Static method in class org.apache.juneau.rest.util.RestUtils
Normalizes the RestMethod.path() value.
fixUrl(String) - Static method in class org.apache.juneau.internal.StringUtils
Attempts to escape any invalid characters found in a URI.
flags() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
FLOAT - Static variable in class org.apache.juneau.http.annotation.FormatType
 
flow(Object) - Method in class org.apache.juneau.dto.swagger.SecurityScheme
FluentArrayAssertion<R> - Class in org.apache.juneau.assertions
Used for fluent assertion calls against array objects.
FluentArrayAssertion(Object, R) - Constructor for class org.apache.juneau.assertions.FluentArrayAssertion
Constructor.
FluentArrayAssertion(Assertion, Object, R) - Constructor for class org.apache.juneau.assertions.FluentArrayAssertion
Constructor.
FluentAssertion<R> - Class in org.apache.juneau.assertions
Parent class of all fluent assertion calls.
FluentAssertion(Assertion, R) - Constructor for class org.apache.juneau.assertions.FluentAssertion
Constructor.
FluentBooleanAssertion<R> - Class in org.apache.juneau.assertions
Used for fluent assertion calls against booleans.
FluentBooleanAssertion(Boolean, R) - Constructor for class org.apache.juneau.assertions.FluentBooleanAssertion
Constructor.
FluentBooleanAssertion(Assertion, Boolean, R) - Constructor for class org.apache.juneau.assertions.FluentBooleanAssertion
Constructor.
FluentByteArrayAssertion<R> - Class in org.apache.juneau.assertions
Used for fluent assertion calls against byte arrays.
FluentByteArrayAssertion(byte[], R) - Constructor for class org.apache.juneau.assertions.FluentByteArrayAssertion
Constructor.
FluentByteArrayAssertion(Assertion, byte[], R) - Constructor for class org.apache.juneau.assertions.FluentByteArrayAssertion
Constructor.
FluentCollectionAssertion<R> - Class in org.apache.juneau.assertions
Used for fluent assertion calls against collections objects.
FluentCollectionAssertion(Collection, R) - Constructor for class org.apache.juneau.assertions.FluentCollectionAssertion
Constructor.
FluentCollectionAssertion(Assertion, Collection, R) - Constructor for class org.apache.juneau.assertions.FluentCollectionAssertion
Constructor.
FluentComparableAssertion<R> - Class in org.apache.juneau.assertions
Used for fluent assertion calls against comparable objects.
FluentComparableAssertion(Comparable, R) - Constructor for class org.apache.juneau.assertions.FluentComparableAssertion
Constructor.
FluentComparableAssertion(Assertion, Comparable, R) - Constructor for class org.apache.juneau.assertions.FluentComparableAssertion
Constructor.
FluentDateAssertion<R> - Class in org.apache.juneau.assertions
Used for fluent assertion calls against dates.
FluentDateAssertion(Date, R) - Constructor for class org.apache.juneau.assertions.FluentDateAssertion
Constructor.
FluentDateAssertion(Assertion, Date, R) - Constructor for class org.apache.juneau.assertions.FluentDateAssertion
Constructor.
FluentIntegerAssertion<R> - Class in org.apache.juneau.assertions
Used for fluent assertion calls against integers.
FluentIntegerAssertion(Integer, R) - Constructor for class org.apache.juneau.assertions.FluentIntegerAssertion
Constructor.
FluentIntegerAssertion(Assertion, Integer, R) - Constructor for class org.apache.juneau.assertions.FluentIntegerAssertion
Constructor.
FluentListAssertion<R> - Class in org.apache.juneau.assertions
Used for fluent assertion calls against lists.
FluentListAssertion(List, R) - Constructor for class org.apache.juneau.assertions.FluentListAssertion
Constructor.
FluentListAssertion(Assertion, List, R) - Constructor for class org.apache.juneau.assertions.FluentListAssertion
Constructor.
FluentLongAssertion<R> - Class in org.apache.juneau.assertions
Used for fluent assertion calls against longs.
FluentLongAssertion(Long, R) - Constructor for class org.apache.juneau.assertions.FluentLongAssertion
Constructor.
FluentLongAssertion(Assertion, Long, R) - Constructor for class org.apache.juneau.assertions.FluentLongAssertion
Constructor.
FluentObjectAssertion<R> - Class in org.apache.juneau.assertions
Used for fluent assertion calls against POJOs.
FluentObjectAssertion(Object, R) - Constructor for class org.apache.juneau.assertions.FluentObjectAssertion
Constructor.
FluentObjectAssertion(Assertion, Object, R) - Constructor for class org.apache.juneau.assertions.FluentObjectAssertion
Constructor.
FluentSetter - Annotation Type in org.apache.juneau.internal
Identifies a method as a configurable property setter.
fluentSetters() - Method in class org.apache.juneau.annotation.BeanAnnotation
 
fluentSetters(boolean) - Method in class org.apache.juneau.annotation.BeanAnnotation
Sets the fluentSetters property on this annotation.
fluentSetters(boolean) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
fluentSetters() - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Find fluent setters.
fluentSetters(Class<?>) - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Find fluent setters.
fluentSetters() - Method in class org.apache.juneau.BeanTraverseBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.BeanTraverseBuilder
 
fluentSetters() - Method in class org.apache.juneau.csv.CsvParserBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
fluentSetters() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
fluentSetters() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
fluentSetters() - Method in class org.apache.juneau.html.HtmlParserBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
fluentSetters() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
fluentSetters() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
fluentSetters() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
FluentSetters - Annotation Type in org.apache.juneau.internal
Used in conjunction with the ConfigurablePropertyCodeGenerator class to synchronize and copy fluent setters from parent classes to child classes.
fluentSetters() - Method in class org.apache.juneau.jena.RdfParserBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
fluentSetters() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
fluentSetters() - Method in class org.apache.juneau.jso.JsoParserBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
fluentSetters() - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
fluentSetters() - Method in class org.apache.juneau.json.JsonParserBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.json.JsonParserBuilder
 
fluentSetters() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
fluentSetters() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
fluentSetters() - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
fluentSetters() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
fluentSetters() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
fluentSetters() - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
fluentSetters() - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
fluentSetters() - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
fluentSetters() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
fluentSetters() - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
fluentSetters() - Method in class org.apache.juneau.parser.ParserBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.parser.ParserBuilder
 
fluentSetters() - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
fluentSetters() - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
fluentSetters() - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
fluentSetters() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
fluentSetters() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
fluentSetters() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
fluentSetters() - Method in class org.apache.juneau.rest.RestContextBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.rest.RestContextBuilder
 
fluentSetters() - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
fluentSetters() - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
fluentSetters() - Method in class org.apache.juneau.serializer.SerializerBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
fluentSetters() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
fluentSetters() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
fluentSetters() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
fluentSetters(boolean) - Method in class org.apache.juneau.transform.BeanFilterBuilder
Configuration property: Find fluent setters.
fluentSetters() - Method in class org.apache.juneau.transform.BeanFilterBuilder
Configuration property: Find fluent setters.
fluentSetters() - Method in class org.apache.juneau.uon.UonParserBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.uon.UonParserBuilder
 
fluentSetters() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
fluentSetters() - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
fluentSetters() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
fluentSetters() - Method in class org.apache.juneau.xml.XmlParserBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
fluentSetters() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
fluentSetters(Class<?>) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
FluentStringAssertion<R> - Class in org.apache.juneau.assertions
Used for fluent assertion calls against strings.
FluentStringAssertion(String, R) - Constructor for class org.apache.juneau.assertions.FluentStringAssertion
Constructor.
FluentStringAssertion(Assertion, String, R) - Constructor for class org.apache.juneau.assertions.FluentStringAssertion
Constructor.
FluentThrowableAssertion<R> - Class in org.apache.juneau.assertions
Used for fluent assertion calls against throwables.
FluentThrowableAssertion(Throwable, R) - Constructor for class org.apache.juneau.assertions.FluentThrowableAssertion
Constructor.
FluentThrowableAssertion(Assertion, Throwable, R) - Constructor for class org.apache.juneau.assertions.FluentThrowableAssertion
Constructor.
FluentZonedDateTimeAssertion<R> - Class in org.apache.juneau.assertions
Used for fluent assertion calls against ZonedDateTime objects.
FluentZonedDateTimeAssertion(ZonedDateTime, R) - Constructor for class org.apache.juneau.assertions.FluentZonedDateTimeAssertion
Constructor.
FluentZonedDateTimeAssertion(Assertion, ZonedDateTime, R) - Constructor for class org.apache.juneau.assertions.FluentZonedDateTimeAssertion
Constructor.
flush(Object...) - Static method in class org.apache.juneau.internal.IOUtils
Flushes multiple output streams and writers in a single call.
flush() - Method in class org.apache.juneau.internal.NoCloseOutputStream
 
flush() - Method in class org.apache.juneau.internal.NoCloseWriter
 
flush() - Method in class org.apache.juneau.internal.StringBuilderWriter
 
flush() - Method in class org.apache.juneau.internal.TeeOutputStream
 
flush() - Method in class org.apache.juneau.internal.TeeWriter
 
flush() - Method in class org.apache.juneau.internal.WriterOutputStream
Flush the stream.
flush() - Method in class org.apache.juneau.rest.client.mock.MockHttpClientConnection
Deprecated.
 
flush() - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
flush() - Method in class org.apache.juneau.rest.util.FinishableServletOutputStream
 
flush() - Method in class org.apache.juneau.serializer.SerializerWriter
 
flushBuffer() - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
flushBuffer() - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
flushBuffer() - Method in class org.apache.juneau.rest.RestResponse
 
fNone() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for format(HttpPartFormat.NO_FORMAT).
footer(Object...) - Method in class org.apache.juneau.dto.html5.Article
Adds a footer node to this element.
Footer - Class in org.apache.juneau.dto.html5
DTO for an HTML <footer> element.
Footer() - Constructor for class org.apache.juneau.dto.html5.Footer
Creates an empty Footer element.
Footer(Object...) - Constructor for class org.apache.juneau.dto.html5.Footer
Creates a Footer element with the specified child nodes.
footer() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Footer element.
footer(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Footer element with the specified child nodes.
footer(HtmlDocSerializerSession, HtmlWriter, Object) - Method in class org.apache.juneau.html.BasicHtmlDocTemplate
Renders the contents of the <body>/<footer> element.
footer(String[]) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
HtmlDocSerializer configuration property:  Footer section contents.
footer(Object...) - Method in class org.apache.juneau.rest.HtmlDocBuilder
Deprecated.
Sets the HTML footer section contents.
Forbidden - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 403 (Forbidden).
Forbidden(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.Forbidden
Constructor.
Forbidden(String) - Constructor for exception org.apache.juneau.http.exception.Forbidden
Constructor.
Forbidden() - Constructor for exception org.apache.juneau.http.exception.Forbidden
Constructor.
Forbidden(String, Object...) - Constructor for exception org.apache.juneau.http.exception.Forbidden
Constructor.
Forbidden(Throwable) - Constructor for exception org.apache.juneau.http.exception.Forbidden
Constructor.
Forbidden - Exception in org.apache.juneau.rest.exception
Deprecated.
Forbidden(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.Forbidden
Deprecated.
Constructor.
Forbidden(String) - Constructor for exception org.apache.juneau.rest.exception.Forbidden
Deprecated.
Constructor.
Forbidden() - Constructor for exception org.apache.juneau.rest.exception.Forbidden
Deprecated.
Constructor.
Forbidden(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.Forbidden
Deprecated.
Constructor.
Forbidden(Throwable) - Constructor for exception org.apache.juneau.rest.exception.Forbidden
Deprecated.
Constructor.
forClass() - Method in class org.apache.juneau.rest.RestMethodParam
Returns the parameter class type that this parameter resolver is meant for.
forLocale(Locale) - Method in class org.apache.juneau.cp.Messages
Returns this message bundle for the specified locale.
form(String) - Method in class org.apache.juneau.dto.html5.Button
form attribute.
form(String) - Method in class org.apache.juneau.dto.html5.Fieldset
form attribute.
Form - Class in org.apache.juneau.dto.html5
DTO for an HTML <form> element.
Form() - Constructor for class org.apache.juneau.dto.html5.Form
Creates an empty Form element.
Form(String) - Constructor for class org.apache.juneau.dto.html5.Form
Creates a Form element with the specified Form.action(String) attribute.
Form(String, Object...) - Constructor for class org.apache.juneau.dto.html5.Form
Creates an Form element with the specified Form.action(String) attribute and child nodes.
form() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Form element.
form(String) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Form element with the specified Form.action(String) attribute.
form(String, Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an Form element with the specified Form.action(String) attribute and child nodes.
form(String) - Method in class org.apache.juneau.dto.html5.Input
form attribute.
form(String) - Method in class org.apache.juneau.dto.html5.Keygen
form attribute.
form(String) - Method in class org.apache.juneau.dto.html5.Label
form attribute.
form(String) - Method in class org.apache.juneau.dto.html5.Object_
form attribute.
form(String) - Method in class org.apache.juneau.dto.html5.Output
form attribute.
form(String) - Method in class org.apache.juneau.dto.html5.Select
form attribute.
form(String) - Method in class org.apache.juneau.dto.html5.Textarea
form attribute.
formaction(String) - Method in class org.apache.juneau.dto.html5.Button
formaction attribute.
formaction(String) - Method in class org.apache.juneau.dto.html5.Input
formaction attribute.
format() - Method in class org.apache.juneau.annotation.BeanpAnnotation
 
format(String) - Method in class org.apache.juneau.annotation.BeanpAnnotation
Sets the format property on this annotation.
format(Object) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
format(Object) - Method in class org.apache.juneau.dto.swagger.Items
format(Object) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
format(Object) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
format() - Method in class org.apache.juneau.html.annotation.HtmlAnnotation
 
format(HtmlFormat) - Method in class org.apache.juneau.html.annotation.HtmlAnnotation
Sets the format property on this annotation.
format() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
format(String) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the format property on this annotation.
format() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
format(String) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the format property on this annotation.
format() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
format(String) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the format property on this annotation.
format() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
format(String) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the format property on this annotation.
format() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
format(String) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the format property on this annotation.
format(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
format field.
format(HttpPartFormat) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
format field.
format(String, Object...) - Static method in class org.apache.juneau.internal.StringUtils
Similar to MessageFormat.format(String, Object...) except allows you to specify POJO arguments.
format() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
format(String) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the format property on this annotation.
format() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
format(String) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the format property on this annotation.
format() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
format(String) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the format property on this annotation.
format(String, Object...) - Method in class org.apache.juneau.marshall.Marshall
Formats a message with arguments.
format(LogRecord) - Method in class org.apache.juneau.microservice.resources.LogEntryFormatter
 
format(HttpPartFormat) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
OpenApiCommon configuration property:  Default format for HTTP parts.
format(HttpPartFormat) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
OpenApiCommon configuration property:  Default format for HTTP parts.
format(String) - Method in class org.apache.juneau.rest.mock2.MockLogger
Specifies the format for messages sent to the log file.
format() - Method in class org.apache.juneau.xml.annotation.XmlAnnotation
 
format(XmlFormat) - Method in class org.apache.juneau.xml.annotation.XmlAnnotation
Sets the format property on this annotation.
FORMAT_BINARY - Static variable in class org.apache.juneau.httppart.Constants
Hexadecimal encoded octets (e.g.
FORMAT_BINARY_SPACED - Static variable in class org.apache.juneau.httppart.Constants
Spaced-separated hexadecimal encoded octets (e.g.
FORMAT_BYTE - Static variable in class org.apache.juneau.httppart.Constants
BASE-64 encoded characters.
FORMAT_DATE - Static variable in class org.apache.juneau.httppart.Constants
An RFC3339 full-date.
FORMAT_DATE_TIME - Static variable in class org.apache.juneau.httppart.Constants
An RFC3339 date-time.
FORMAT_DOUBLE - Static variable in class org.apache.juneau.httppart.Constants
64-bit floating point number.
FORMAT_FLOAT - Static variable in class org.apache.juneau.httppart.Constants
32-bit floating point number.
FORMAT_INT32 - Static variable in class org.apache.juneau.httppart.Constants
Signed 32 bits.
FORMAT_INT64 - Static variable in class org.apache.juneau.httppart.Constants
Signed 64 bits.
FORMAT_PASSWORD - Static variable in class org.apache.juneau.httppart.Constants
Used to hint UIs the input needs to be obscured.
FORMAT_UON - Static variable in class org.apache.juneau.httppart.Constants
UON notation (e.g.
formatDate(Date) - Static method in class org.apache.juneau.internal.DateUtils
Formats the given date according to the RFC 1123 pattern.
formatDate(Date, String) - Static method in class org.apache.juneau.internal.DateUtils
Formats the given date according to the specified pattern.
formatter(Formatter) - Method in class org.apache.juneau.microservice.LogConfig
The log entry formatter.
formatter(Formatter) - Method in class org.apache.juneau.rest.mock2.MockLogger
Overrides the formatter to use for formatting messages.
FormatType - Class in org.apache.juneau.http.annotation
Static strings used for Swagger parameter format types.
FormatType() - Constructor for class org.apache.juneau.http.annotation.FormatType
 
FormData - Annotation Type in org.apache.juneau.http.annotation
REST request form-data annotation.
formData(String, Object, boolean, HttpPartSerializer, HttpPartSchema) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Adds a form data pair to this request to perform a URL-encoded form post.
formData(String, Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Adds a form data pair to this request to perform a URL-encoded form post.
formData(NameValuePairs) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Adds form data pairs to this request to perform a URL-encoded form post.
formData(Map<String, Object>) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Adds form data pairs to this request to perform a URL-encoded form post.
formData(String, Object, HttpPartSchema, HttpPartSerializer) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Adds a form-data parameter to all request bodies.
formData(String, Supplier<?>, HttpPartSchema, HttpPartSerializer) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Adds a form-data parameter with a dynamic value to all request bodies.
formData(String, Object, HttpPartSchema) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Adds a form-data parameter to all request bodies.
formData(String, Supplier<?>, HttpPartSchema) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Adds a form-data parameter with a dynamic value to all request bodies.
formData(String, Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Adds a form-data parameter to all request bodies.
formData(NameValuePair) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Adds a form-data parameter to all request bodies.
formData(String, Supplier<?>) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Adds a form-data parameter with a dynamic value to all request bodies.
formData(AddFlag, String, Object, HttpPartSchema) - Method in class org.apache.juneau.rest.client2.RestRequest
Adds a form-data parameter to the request body.
formData(String, Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Adds a form-data parameter to the request body.
formData(NameValuePair) - Method in class org.apache.juneau.rest.client2.RestRequest
Adds a form-data parameter to the request body.
formData(String, Object, HttpPartSchema) - Method in class org.apache.juneau.rest.client2.RestRequest
Adds a form-data parameter to the request body.
formData(AddFlag, String, Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Adds a form-data parameter to the request body.
formData(String, Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Adds a form data entry to this request.
formData(NameValuePair) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
formData(String, Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
formData(String, Supplier<?>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
formData(String, Object, HttpPartSchema) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
formData(String, Supplier<?>, HttpPartSchema) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
formData(String, Object, HttpPartSchema, HttpPartSerializer) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
formData(String, Supplier<?>, HttpPartSchema, HttpPartSerializer) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
FormDataAnnotation - Class in org.apache.juneau.http.annotation
A concrete implementation of the FormData annotation.
FormDataAnnotation() - Constructor for class org.apache.juneau.http.annotation.FormDataAnnotation
 
formDataCustom(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Adds form-data parameters as the entire body of the request.
formDataIfNE(String, Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Adds a form data pair to the request if the parameter value is not null or an empty string.
formDataIfNE(Map<String, Object>) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Adds form data parameters to the request for any parameters that aren't null/empty.
formDataPairs(Object...) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Adds form-data parameters to all request bodies using free-form key/value pairs.
formDataPairs(Object...) - Method in class org.apache.juneau.rest.client2.RestRequest
Adds form-data parameters to the request body using free-form key/value pairs.
formDataPairs(Object...) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
formDatas(Object...) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Adds a form-data parameter to all request bodies.
formDatas(Object...) - Method in class org.apache.juneau.rest.client2.RestRequest
Adds a form-data parameter to the request body.
formDatas(AddFlag, Object...) - Method in class org.apache.juneau.rest.client2.RestRequest
Adds multiple form-data parameters to the request body.
formDatas(Object...) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
forMediaTypes() - Method in class org.apache.juneau.dto.swagger.ui.SwaggerUI
This UI applies to HTML requests only.
forMediaTypes() - Method in class org.apache.juneau.transform.PojoSwap
Returns the media types that this swap is applicable to.
forMediaTypes(MediaType[]) - Method in class org.apache.juneau.transform.PojoSwap
Sets the media types that this swap is associated with.
formenctype(String) - Method in class org.apache.juneau.dto.html5.Button
formenctype attribute.
formenctype(String) - Method in class org.apache.juneau.dto.html5.Input
formenctype attribute.
formmethod(String) - Method in class org.apache.juneau.dto.html5.Button
formmethod attribute.
formmethod(String) - Method in class org.apache.juneau.dto.html5.Input
formmethod attribute.
formnovalidate(String) - Method in class org.apache.juneau.dto.html5.Button
formnovalidate attribute.
formnovalidate(String) - Method in class org.apache.juneau.dto.html5.Input
formnovalidate attribute.
formPost(Object, Object) - Method in class org.apache.juneau.rest.client2.RestClient
Perform a POST request with a content type of application/x-www-form-urlencoded against the specified URI.
formPost(Object) - Method in class org.apache.juneau.rest.client2.RestClient
Same as RestClient.formPost(Object, Object) but doesn't specify the input yet.
formPost(Object, Object) - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
formPost(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
formPostPairs(Object, Object...) - Method in class org.apache.juneau.rest.client2.RestClient
Perform a POST request with a content type of application/x-www-form-urlencoded against the specified URI.
formPostPairs(Object, Object...) - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
formtarget(String) - Method in class org.apache.juneau.dto.html5.Button
formtarget attribute.
formtarget(String) - Method in class org.apache.juneau.dto.html5.Input
formtarget attribute.
Forwarded - Class in org.apache.juneau.http.header
Represents a parsed Forwarded HTTP request header.
Forwarded(Object) - Constructor for class org.apache.juneau.http.header.Forwarded
Constructor.
Forwarded(String) - Constructor for class org.apache.juneau.http.header.Forwarded
Constructor
forwarded(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the value for the Forwarded request header.
forwarded(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the value for the Forwarded request header.
forwarded(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the Forwarded request header on all requests.
forwarded(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the Forwarded request header.
forwarded(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
Found - Class in org.apache.juneau.http.response
Represents an HTTP 302 Found response.
Found() - Constructor for class org.apache.juneau.http.response.Found
Constructor using HTTP-standard message.
Found(String) - Constructor for class org.apache.juneau.http.response.Found
Constructor with no redirect.
Found(String, URI) - Constructor for class org.apache.juneau.http.response.Found
Constructor using custom message.
Found(URI) - Constructor for class org.apache.juneau.http.response.Found
Constructor.
Found - Class in org.apache.juneau.rest.response
Deprecated.
Found() - Constructor for class org.apache.juneau.rest.response.Found
Deprecated.
Constructor using HTTP-standard message.
Found(String) - Constructor for class org.apache.juneau.rest.response.Found
Deprecated.
Constructor with no redirect.
Found(String, URI) - Constructor for class org.apache.juneau.rest.response.Found
Deprecated.
Constructor using custom message.
Found(URI) - Constructor for class org.apache.juneau.rest.response.Found
Deprecated.
Constructor.
fPassword() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for format(HttpPartFormat.PASSWORD).
fragment(String) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the URI fragment.
From - Class in org.apache.juneau.http.header
Represents a parsed From HTTP request header.
From(Object) - Constructor for class org.apache.juneau.http.header.From
Constructor.
From(String) - Constructor for class org.apache.juneau.http.header.From
Constructor
from(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the value for the From request header.
from(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the value for the From request header.
from(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the From request header on all requests.
from(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the From request header.
from(Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Specifies the From header value on the request.
from(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
fromHex(String) - Static method in class org.apache.juneau.internal.StringUtils
Converts a hexadecimal character string to a byte array.
fromHexToUTF8(String) - Static method in class org.apache.juneau.internal.StringUtils
Converts a hexadecimal byte stream (e.g.
fromSpacedHex(String) - Static method in class org.apache.juneau.internal.StringUtils
Same as StringUtils.fromHex(String) except expects spaces between the byte strings.
fromSpacedHexToUTF8(String) - Static method in class org.apache.juneau.internal.StringUtils
Converts a space-deliminted hexadecimal byte stream (e.g.
fromString(String) - Static method in enum org.apache.juneau.dto.jsonschema.JsonType
Converts the specified lowercase form of the enum back into an Enum.
fromString(String) - Static method in enum org.apache.juneau.httppart.HttpPartCollectionFormat
Create from lowercase string.
fromString(String) - Static method in enum org.apache.juneau.httppart.HttpPartDataType
Create from lowercase string.
fromString(String) - Static method in enum org.apache.juneau.httppart.HttpPartFormat
Create from lowercase dashed name.
fromString(Class<T>, String) - Static method in class org.apache.juneau.internal.ClassUtils
Constructs a new instance of the specified class from the specified string.
fromString(String) - Static method in enum org.apache.juneau.rest.Enablement
Retrieves this enum using case-insensitive matching.
fromString(String) - Static method in enum org.apache.juneau.rest.RestCallLoggingDetail
Retrieves this enum using case-insensitive matching.
fUon() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for format(HttpPartFormat.UON).
FUZZY - Static variable in interface org.apache.juneau.ResourceResolver
Look for constructors where arguments may or may not exist in any order.
fuzzyArgsMatch(Class<?>...) - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns how well this method matches the specified arg types.
fuzzyArgsMatch(ClassInfo...) - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns how well this method matches the specified arg types.
FuzzyResourceResolver - Class in org.apache.juneau
Basic implementation of a resource resolver.
FuzzyResourceResolver() - Constructor for class org.apache.juneau.FuzzyResourceResolver
 

G

generalize(Object, ClassMeta<?>) - Method in class org.apache.juneau.serializer.SerializerSession
Generalize the specified object if a POJO swap is associated with it.
generateUUID(int) - Static method in class org.apache.juneau.internal.StringUtils
Generated a random UUID with the specified number of characters.
generator(String) - Static method in class org.apache.juneau.dto.atom.AtomBuilder
Creates a Generator element with the specified Generator.text(String) child node.
generator(Generator) - Method in class org.apache.juneau.dto.atom.Feed
Sets the generator information on this feed.
Generator - Class in org.apache.juneau.dto.atom
Represents an atomGenerator construct in the RFC4287 specification.
Generator(String) - Constructor for class org.apache.juneau.dto.atom.Generator
Normal constructor.
Generator() - Constructor for class org.apache.juneau.dto.atom.Generator
Bean constructor.
generator(Generator) - Method in class org.apache.juneau.dto.atom.Source
Sets the generator info of this source.
get(Object) - Method in class org.apache.juneau.BeanMap
Gets a property on the bean.
get(BeanMap<?>, String) - Method in class org.apache.juneau.BeanPropertyMeta
Equivalent to calling BeanMap.get(Object), but is faster since it avoids looking up the property meta.
get(int, Class<T>) - Method in class org.apache.juneau.collections.OList
Get the entry at the specified index, converted to the specified type.
get(int, Type, Type...) - Method in class org.apache.juneau.collections.OList
Get the entry at the specified index, converted to the specified type.
get(String, Class<T>) - Method in class org.apache.juneau.collections.OMap
Same as get(), but casts or converts the value to the specified class type.
get(String, Type, Type...) - Method in class org.apache.juneau.collections.OMap
Same as OMap.get(String,Class), but allows for complex data types consisting of collections or maps.
get(Object) - Method in class org.apache.juneau.collections.OMap
 
get(String) - Method in class org.apache.juneau.config.Config
Returns the specified value as a string from the config file.
get(Object) - Method in class org.apache.juneau.dto.jsonschema.JsonSchemaMap
Return the JsonSchema object at the specified URI.
get(String, Class<T>) - Method in class org.apache.juneau.dto.swagger.Contact
 
get(String, Class<T>) - Method in class org.apache.juneau.dto.swagger.ExternalDocumentation
 
get(String, Class<T>) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
 
get(String, Class<T>) - Method in class org.apache.juneau.dto.swagger.Info
 
get(String, Class<T>) - Method in class org.apache.juneau.dto.swagger.Items
 
get(String, Class<T>) - Method in class org.apache.juneau.dto.swagger.License
 
get(String, Class<T>) - Method in class org.apache.juneau.dto.swagger.Operation
 
get(String, Class<T>) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
 
get(String, Class<T>) - Method in class org.apache.juneau.dto.swagger.ResponseInfo
 
get(String, Class<T>) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
 
get(String, Class<T>) - Method in class org.apache.juneau.dto.swagger.SecurityScheme
 
get(String, Class<T>) - Method in class org.apache.juneau.dto.swagger.Swagger
 
get(String, Class<T>) - Method in class org.apache.juneau.dto.swagger.SwaggerElement
Generic property getter.
get(String) - Method in class org.apache.juneau.dto.swagger.SwaggerElement
Generic property getter.
get(String, Class<T>) - Method in class org.apache.juneau.dto.swagger.Tag
 
get(String, Class<T>) - Method in class org.apache.juneau.dto.swagger.Xml
 
get() - Method in class org.apache.juneau.examples.rest.dto.AtomFeedResource
Get the sample ATOM feed
get() - Method in class org.apache.juneau.examples.rest.dto.JsonSchemaResource
Get the JSON-Schema document.
GET - Static variable in class org.apache.juneau.http.HttpMethod
GET - Static variable in class org.apache.juneau.http.HttpMethodName
Deprecated.
get(char) - Method in class org.apache.juneau.internal.AsciiMap
Returns the value for the specified key.
get(K) - Method in class org.apache.juneau.internal.Cache
Retrieves the value with the specified key from this cache.
get(Object) - Method in class org.apache.juneau.internal.DelegateBeanMap
 
get() - Method in class org.apache.juneau.internal.HashCode
Return the calculated hashcode value.
get(Object) - Method in class org.apache.juneau.internal.SimpleMap
 
get(int) - Method in class org.apache.juneau.internal.UnmodifiableArray
 
get(int, Class<T>) - Method in class org.apache.juneau.ObjectList
Get the entry at the specified index, converted to the specified type.
get(int, Type, Type...) - Method in class org.apache.juneau.ObjectList
Get the entry at the specified index, converted to the specified type.
get(Object) - Method in class org.apache.juneau.ObjectMap
 
get(String, Class<T>) - Method in class org.apache.juneau.ObjectMap
Same as get(), but casts or converts the value to the specified class type.
get(String, Type, Type...) - Method in class org.apache.juneau.ObjectMap
Same as ObjectMap.get(String,Class), but allows for complex data types consisting of collections or maps.
get(Class<I>, Class<O>) - Static method in class org.apache.juneau.reflect.Mutaters
Returns the transform for converting the specified input type to the specified output type.
get(Object) - Method in class org.apache.juneau.rest.client2.RestClient
Perform a GET request against the specified URI.
get() - Method in class org.apache.juneau.rest.client2.RestClient
Perform a GET request against the root URI.
get(String) - Method in class org.apache.juneau.rest.mock.MockRest
Deprecated.
Perform a GET request.
get(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
get() - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
get(Object) - Method in class org.apache.juneau.rest.RequestAttributes
 
get(String, Class<T>) - Method in class org.apache.juneau.rest.RequestFormData
Returns the specified form-data parameter value converted to a POJO using the HttpPartParser registered with the resource.
get(HttpPartSchema, String, Class<T>) - Method in class org.apache.juneau.rest.RequestFormData
Returns the specified form-data parameter value converted to a POJO using the HttpPartParser registered with the resource.
get(HttpPartParserSession, HttpPartSchema, String, Class<T>) - Method in class org.apache.juneau.rest.RequestFormData
Returns the specified form-data parameter value converted to a POJO using the specified HttpPartParser.
get(String, T, Class<T>) - Method in class org.apache.juneau.rest.RequestFormData
Returns the specified form-data parameter value converted to a POJO using the HttpPartParser registered with the resource.
get(HttpPartSchema, String, T, Class<T>) - Method in class org.apache.juneau.rest.RequestFormData
Returns the specified form-data parameter value converted to a POJO using the HttpPartParser registered with the resource.
get(HttpPartParserSession, HttpPartSchema, String, T, Class<T>) - Method in class org.apache.juneau.rest.RequestFormData
Returns the specified form-data parameter value converted to a POJO using the specified HttpPartParser.
get(String, Type, Type...) - Method in class org.apache.juneau.rest.RequestFormData
Returns the specified form-data parameter value converted to a POJO using the HttpPartParser registered with the resource.
get(HttpPartParserSession, HttpPartSchema, String, Type, Type...) - Method in class org.apache.juneau.rest.RequestFormData
Same as RequestFormData.get(String, Type, Type...) but allows you to override the part parser.
get(String, T, Type, Type...) - Method in class org.apache.juneau.rest.RequestFormData
Same as RequestFormData.get(String, Class) except returns a default value if not found.
get(HttpPartParserSession, HttpPartSchema, String, T, Type, Type...) - Method in class org.apache.juneau.rest.RequestFormData
Same as RequestFormData.get(String, Object, Type, Type...) but allows you to override the part parser.
get(String, Class<T>) - Method in class org.apache.juneau.rest.RequestHeaders
Returns the specified header value converted to a POJO using the HttpPartParser registered with the resource.
get(HttpPartParserSession, HttpPartSchema, String, Class<T>) - Method in class org.apache.juneau.rest.RequestHeaders
Returns the specified header value converted to a POJO using the specified part parser.
get(String, T, Class<T>) - Method in class org.apache.juneau.rest.RequestHeaders
Same as RequestHeaders.get(String, Class) but returns a default value if not found.
get(HttpPartParserSession, HttpPartSchema, String, T, Class<T>) - Method in class org.apache.juneau.rest.RequestHeaders
Same as RequestHeaders.get(String, Object, Class) but allows you to override the part parser used.
get(String, Type, Type...) - Method in class org.apache.juneau.rest.RequestHeaders
Returns the specified header value converted to a POJO using the HttpPartParser registered with the resource.
get(HttpPartParserSession, HttpPartSchema, String, Type, Type...) - Method in class org.apache.juneau.rest.RequestHeaders
Same as RequestHeaders.get(String, Type, Type...) but allows you to override the part parser used.
get(String, Class<T>) - Method in class org.apache.juneau.rest.RequestPath
Returns the specified path parameter value converted to a POJO using the HttpPartParser registered with the resource.
get(HttpPartParserSession, HttpPartSchema, String, Class<T>) - Method in class org.apache.juneau.rest.RequestPath
Same as RequestPath.get(String, Class) but allows you to override the part parser.
get(String, Type, Type...) - Method in class org.apache.juneau.rest.RequestPath
Returns the specified query parameter value converted to a POJO using the HttpPartParser registered with the resource.
get(HttpPartParserSession, HttpPartSchema, String, Type, Type...) - Method in class org.apache.juneau.rest.RequestPath
Same as RequestPath.get(String, Type, Type...) but allows you to override the part parser.
get(String, boolean) - Method in class org.apache.juneau.rest.RequestQuery
Same as LinkedHashMap.get(Object) but allows you to find the query parameter using a case-insensitive match.
get(String, Class<T>) - Method in class org.apache.juneau.rest.RequestQuery
Returns the specified query parameter value converted to a POJO using the HttpPartParser registered with the resource.
get(HttpPartParserSession, HttpPartSchema, String, Class<T>) - Method in class org.apache.juneau.rest.RequestQuery
Same as RequestQuery.get(String, Class) but allows you to override the part parser.
get(String, T, Class<T>) - Method in class org.apache.juneau.rest.RequestQuery
Same as RequestQuery.get(String, Class) except returns a default value if not found.
get(HttpPartParserSession, HttpPartSchema, String, T, Class<T>) - Method in class org.apache.juneau.rest.RequestQuery
Same as RequestQuery.get(String, Object, Class) but allows you to override the part parser.
get(String, Type, Type...) - Method in class org.apache.juneau.rest.RequestQuery
Returns the specified query parameter value converted to a POJO using the HttpPartParser registered with the resource.
get(HttpPartParserSession, HttpPartSchema, String, Type, Type...) - Method in class org.apache.juneau.rest.RequestQuery
Same as RequestQuery.get(String, Type, Type...) but allows you to override the part parser.
get(String, T, Type, Type...) - Method in class org.apache.juneau.rest.RequestQuery
Same as RequestQuery.get(String, Class) except returns a default value if not found.
get(HttpPartParserSession, HttpPartSchema, String, T, Type, Type...) - Method in class org.apache.juneau.rest.RequestQuery
Same as RequestQuery.get(String, Object, Type, Type...) but allows you to override the part parser.
get() - Method in class org.apache.juneau.server.config.repository.GetConfiguration
 
get() - Method in interface org.apache.juneau.server.config.repository.GetValue
 
get(Object) - Method in class org.apache.juneau.svl.ResolvingOMap
 
get(TemporalField) - Method in class org.apache.juneau.transforms.DefaultingTemporalAccessor
 
get() - Method in class org.apache.juneau.utils.Mutable
Returns the inner object.
get(String) - Method in class org.apache.juneau.utils.PojoRest
Retrieves the element addressed by the URL.
get(String, Class<T>) - Method in class org.apache.juneau.utils.PojoRest
Retrieves the element addressed by the URL as the specified object type.
get(String, Type, Type...) - Method in class org.apache.juneau.utils.PojoRest
Retrieves the element addressed by the URL as the specified object type.
get(K1, K2) - Method in class org.apache.juneau.utils.TwoKeyConcurrentCache
Retrieves an entry from this map.
get() - Method in class org.apache.juneau.Value
Returns the value.
getA() - Method in class org.apache.juneau.utils.Tuple2
Returns the first object in this tuple.
getA() - Method in class org.apache.juneau.utils.Tuple3
Returns the first object in this tuple.
getA() - Method in class org.apache.juneau.utils.Tuple4
Returns the first object in this tuple.
getA() - Method in class org.apache.juneau.utils.Tuple5
Returns the first object in this tuple.
getAbsoluteAuthority() - Method in class org.apache.juneau.UriContext
Returns the absolute URI of just the authority portion of this URI context.
getAbsoluteContextRoot() - Method in class org.apache.juneau.UriContext
Returns the absolute URI of the context-root portion of this URI context.
getAbsolutePathInfo() - Method in class org.apache.juneau.UriContext
Returns the absolute URI of the path portion of this URI context.
getAbsolutePathInfoParent() - Method in class org.apache.juneau.UriContext
Returns the parent of the URL returned by UriContext.getAbsolutePathInfo().
getAbsoluteServletPath() - Method in class org.apache.juneau.UriContext
Returns the absolute URI of the resource portion of this URI context.
getAbsoluteServletPathParent() - Method in class org.apache.juneau.UriContext
Returns the parent of the URL returned by UriContext.getAbsoluteServletPath().
getAccept() - Method in class org.apache.juneau.rest.RequestHeaders
Returns the Accept header on the request.
getAcceptCharset() - Method in class org.apache.juneau.rest.RequestHeaders
Returns the Accept-Charset header on the request.
getAcceptedIssuers() - Method in class org.apache.juneau.rest.client.SimpleX509TrustManager
Deprecated.
 
getAcceptEncoding() - Method in class org.apache.juneau.rest.RequestHeaders
Returns the Accept-Encoding header on the request.
getAcceptLanguage() - Method in class org.apache.juneau.rest.RequestHeaders
Returns the Accept-Language header on the request.
getAcceptMediaTypes() - Method in class org.apache.juneau.serializer.Serializer
Returns the media types handled based on the value of the accept parameter passed into the constructor.
getActions() - Method in class org.apache.juneau.microservice.resources.DirectoryResource.FileResource
 
getActions() - Method in class org.apache.juneau.microservice.resources.LogsResource.FileResource
 
getAddDescriptionsTo() - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator
Add descriptions to types.
getAddDescriptionsTo() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorSession
Configuration property: Add descriptions to types.
getAddExamplesTo() - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator
Add examples.
getAddExamplesTo() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorSession
Configuration property: Add examples.
getAdditionalItems() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: additionalItems.
getAdditionalItemsAsBoolean() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: additionalItems.
getAdditionalItemsAsSchemaArray() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: additionalItems.
getAdditionalProperties() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: additionalProperties.
getAdditionalProperties() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property getter: additionalProperties.
getAdditionalPropertiesAsBoolean() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: additionalProperties.
getAdditionalPropertiesAsSchema() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: additionalProperties.
getAfterShowScript(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.widget.MenuItemWidget
Optional Javascript to execute immediately after a menu item is shown.
getAll(String, Class<T>) - Method in class org.apache.juneau.rest.RequestFormData
Returns the specified form-data parameter values converted POJO using the HttpPartParser registered with the resource.
getAll(HttpPartSchema, String, Class<T>) - Method in class org.apache.juneau.rest.RequestFormData
Returns the specified form-data parameter values converted to POJOs using the HttpPartParser registered with the resource.
getAll(HttpPartParserSession, HttpPartSchema, String, Class<T>) - Method in class org.apache.juneau.rest.RequestFormData
Returns the specified form-data parameter values converted to POJOs using the specified HttpPartParser.
getAll(String, Type, Type...) - Method in class org.apache.juneau.rest.RequestFormData
Same as RequestFormData.get(String, Type, Type...) except for use on multi-part parameters (e.g.
getAll(HttpPartParserSession, HttpPartSchema, String, Type, Type...) - Method in class org.apache.juneau.rest.RequestFormData
Same as RequestFormData.getAll(String, Type, Type...) but allows you to override the part parser.
getAll(String, Class<T>) - Method in class org.apache.juneau.rest.RequestHeaders
Returns all headers with the specified name converted to a POJO using the HttpPartParser registered with the resource.
getAll(HttpPartParserSession, HttpPartSchema, String, Type, Type...) - Method in class org.apache.juneau.rest.RequestHeaders
Converts all the headers with the specified name to the specified type.
getAll(String, Class<T>) - Method in class org.apache.juneau.rest.RequestQuery
Same as RequestQuery.get(String, Class) except for use on multi-part parameters (e.g.
getAll(String, Type, Type...) - Method in class org.apache.juneau.rest.RequestQuery
Same as RequestQuery.get(String, Type, Type...) except for use on multi-part parameters (e.g.
getAll(HttpPartParserSession, HttpPartSchema, String, Type, Type...) - Method in class org.apache.juneau.rest.RequestQuery
Same as RequestQuery.getAll(String, Type, Type...) but allows you to override the part parser.
getAllAnnotationsParentFirst(Class<A>) - Method in class org.apache.juneau.BeanPropertyMeta
Returns all instances of the specified annotation in the hierarchy of this bean property.
getAllFields() - Method in class org.apache.juneau.reflect.ClassInfo
Returns all declared fields on this class and all parent classes.
getAllFieldsParentFirst() - Method in class org.apache.juneau.reflect.ClassInfo
Returns all declared fields on this class and all parent classes.
getAllHeaders() - Method in class org.apache.juneau.rest.client2.RestRequest
Returns all the headers of this message.
getAllHeaders() - Method in class org.apache.juneau.rest.client2.RestResponse
Returns all the headers of this message.
getAllMethods() - Method in class org.apache.juneau.reflect.ClassInfo
Returns all declared methods on this class and all parent classes.
getAllMethodsParentFirst() - Method in class org.apache.juneau.reflect.ClassInfo
Returns all declared methods on this class and all parent classes.
getAllOf() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: allOf.
getAllOf() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property getter: allOf.
getAllowedHeaderParams() - Method in class org.apache.juneau.rest.RestContext
Allowed header URL parameters.
getAllowedMethodHeaders() - Method in class org.apache.juneau.rest.RestContext
Allowed method headers.
getAllowedMethodParams() - Method in class org.apache.juneau.rest.RestContext
Allowed method URL parameters.
getAllowEmptyValue() - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property getter: allowEmptyValue.
getAllParentsChildFirst() - Method in class org.apache.juneau.reflect.ClassInfo
Returns a list including this class and all parent classes and interfaces.
getAllParentsParentFirst() - Method in class org.apache.juneau.reflect.ClassInfo
Returns a list including this class and all parent classes and interfaces.
getAnchorText() - Method in class org.apache.juneau.html.HtmlBeanPropertyMeta
Specifies the anchor text for this property.
getAnchorText(BeanPropertyMeta, Object) - Method in class org.apache.juneau.html.HtmlSerializerSession
Returns the anchor text to use for the specified URL object.
getAnnotation() - Method in class org.apache.juneau.csv.CsvClassMeta
Returns the @Csv annotations defined on the class.
getAnnotation() - Method in class org.apache.juneau.reflect.AnnotationInfo
Returns the annotation found.
getAnnotation(Class<T>) - Method in class org.apache.juneau.reflect.ConstructorInfo
Finds the annotation of the specified type defined on this constructor.
getAnnotation(Class<T>, MetaProvider) - Method in class org.apache.juneau.reflect.ConstructorInfo
Finds the annotation of the specified type defined on this constructor.
getAnnotation(Class<T>) - Method in class org.apache.juneau.reflect.FieldInfo
Returns the specified annotation on this field.
getAnnotation(Class<T>, MetaProvider) - Method in class org.apache.juneau.reflect.FieldInfo
Returns the specified annotation on this field.
getAnnotationInfos(Class<T>) - Method in class org.apache.juneau.reflect.ClassInfo
Same as getAnnotations(Class) except returns the annotations with the accompanying class.
getAnnotationList() - Method in class org.apache.juneau.reflect.ClassInfo
Constructs an AnnotationList of all annotations found on this class.
getAnnotationList(Predicate<AnnotationInfo<?>>) - Method in class org.apache.juneau.reflect.ClassInfo
Constructs an AnnotationList of all annotations found on this class.
getAnnotationList() - Method in class org.apache.juneau.reflect.MethodInfo
Constructs an AnnotationList of all annotations found on this method.
getAnnotationList(Predicate<AnnotationInfo<?>>) - Method in class org.apache.juneau.reflect.MethodInfo
Constructs an AnnotationList of all annotations found on this method.
getAnnotationListMethodOnly(Predicate<AnnotationInfo<?>>) - Method in class org.apache.juneau.reflect.MethodInfo
Same as MethodInfo.getAnnotationList(Predicate) except only returns annotations defined on methods.
getAnnotations(Class<A>, Class<?>) - Method in class org.apache.juneau.BeanContext
Finds the specified annotations on the specified class.
getAnnotations(Class<A>, ClassInfo) - Method in class org.apache.juneau.BeanContext
Finds the specified annotations on the specified class.
getAnnotations(Class<A>, Method) - Method in class org.apache.juneau.BeanContext
Finds the specified annotations on the specified method.
getAnnotations(Class<A>, MethodInfo) - Method in class org.apache.juneau.BeanContext
Finds the specified annotations on the specified method.
getAnnotations(Class<A>, Field) - Method in class org.apache.juneau.BeanContext
Finds the specified annotations on the specified field.
getAnnotations(Class<A>, FieldInfo) - Method in class org.apache.juneau.BeanContext
Finds the specified annotations on the specified field.
getAnnotations(Class<A>, Constructor<?>) - Method in class org.apache.juneau.BeanContext
Finds the specified annotations on the specified constructor.
getAnnotations(Class<A>, ConstructorInfo) - Method in class org.apache.juneau.BeanContext
Finds the specified annotations on the specified constructor.
getAnnotations(Class<A>) - Method in class org.apache.juneau.BeanPropertyMeta
Returns all instances of the specified annotation on the getter/setter/field of the property.
getAnnotations(Class<A>) - Method in class org.apache.juneau.ClassMeta
Returns all annotations of the specified type defined on the specified class or parent classes/interfaces in parent-to-child order.
getAnnotations() - Method in class org.apache.juneau.html.HtmlClassMeta
Returns the @Html annotations defined on the class.
getAnnotations() - Method in class org.apache.juneau.jena.RdfClassMeta
Returns the @Rdf annotations defined on the class.
getAnnotations() - Method in class org.apache.juneau.jso.JsoClassMeta
Returns the @Jso annotations defined on the class.
getAnnotations() - Method in class org.apache.juneau.json.JsonClassMeta
Returns the @Json annotations defined on the class.
getAnnotations(Class<A>, Class<?>) - Method in interface org.apache.juneau.MetaProvider
Finds the specified annotations on the specified class.
getAnnotations(Class<A>, Method) - Method in interface org.apache.juneau.MetaProvider
Finds the specified annotations on the specified method.
getAnnotations(Class<A>, Field) - Method in interface org.apache.juneau.MetaProvider
Finds the specified annotations on the specified field.
getAnnotations(Class<A>, Constructor<?>) - Method in interface org.apache.juneau.MetaProvider
Finds the specified annotations on the specified constructor.
getAnnotations() - Method in class org.apache.juneau.msgpack.MsgPackClassMeta
Returns the @MsgPack annotations defined on the class.
getAnnotations() - Method in class org.apache.juneau.oapi.OpenApiClassMeta
Returns the @OpenApi annotations defined on the class.
getAnnotations() - Method in class org.apache.juneau.plaintext.PlainTextClassMeta
Returns the @PlainText annotations defined on the class.
getAnnotations(Class<T>) - Method in class org.apache.juneau.reflect.ClassInfo
Returns all annotations of the specified type defined on the specified class or parent classes/interfaces in parent-to-child order.
getAnnotations(Class<T>, MetaProvider) - Method in class org.apache.juneau.reflect.ClassInfo
Returns all annotations of the specified type defined on the specified class or parent classes/interfaces.
getAnnotations(Class<T>) - Method in class org.apache.juneau.reflect.MethodInfo
Returns all annotations of the specified type defined on the specified method.
getAnnotations(Class<T>) - Method in class org.apache.juneau.reflect.ParamInfo
Returns all annotations of the specified type defined on this method parameter.
getAnnotations() - Method in class org.apache.juneau.soap.SoapXmlClassMeta
Returns the @SoapXml annotations defined on the class.
getAnnotations() - Method in class org.apache.juneau.uon.UonClassMeta
Returns the @Uon annotations defined on the class.
getAnnotations() - Method in class org.apache.juneau.urlencoding.UrlEncodingClassMeta
Returns the UrlEncoding annotations defined on the class.
getAnnotations() - Method in class org.apache.juneau.xml.XmlClassMeta
Returns the @Xml annotations defined on the class.
getAnyLastAnnotation(MetaProvider, Class<? extends Annotation>...) - Method in class org.apache.juneau.reflect.ClassInfo
Searches up the parent hierarchy of this class for the first annotation in the list it finds.
getAnyLastAnnotation(Class<? extends Annotation>...) - Method in class org.apache.juneau.reflect.MethodInfo
Returns the first annotation in the specified list on this method.
getAnyOf() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: anyOf.
getArg(int) - Method in class org.apache.juneau.ClassMeta
Returns the argument metadata at the specified index if this is an args metadata object.
getArg(int) - Method in class org.apache.juneau.collections.Args
Returns main argument at the specified index, or null if the index is out of range.
getArg(String) - Method in class org.apache.juneau.collections.Args
Returns the optional argument value, or blank if the optional argument was not specified.
getArg(Class<T>, String) - Method in class org.apache.juneau.collections.Args
Returns the optional argument value converted to the specified object type.
getArgs() - Method in class org.apache.juneau.ClassMeta
Returns the argument types of this meta.
getArgs(String) - Method in class org.apache.juneau.collections.Args
Returns the optional argument values as a list of strings.
getArgs() - Method in class org.apache.juneau.microservice.Microservice
Returns the command-line arguments passed into the application.
getArgsClassMeta(Type[]) - Method in class org.apache.juneau.BeanSession
Given an array of Type objects, returns a ClassMeta representing those arguments.
getArrayProperty(String, Class<T>) - Method in class org.apache.juneau.Context
Returns the array property value with the specified name.
getArrayProperty(String, Class<T>, T[]) - Method in class org.apache.juneau.Context
Returns the array property value with the specified name.
getArrayProperty(String, Class<T>) - Method in class org.apache.juneau.PropertyStore
Returns the array property value with the specified name.
getArrayProperty(String, Class<T>, T[]) - Method in class org.apache.juneau.PropertyStore
Returns the array property value with the specified name.
getAside() - Method in class org.apache.juneau.html.HtmlDocSerializer
Aside section contents.
getAside() - Method in class org.apache.juneau.html.HtmlDocSerializerSession
Configuration property: Aside section contents.
getAsideFloat() - Method in class org.apache.juneau.html.HtmlDocSerializer
Float side section contents.
getAsideFloat() - Method in class org.apache.juneau.html.HtmlDocSerializerSession
Configuration property: Aside section contents float.
getAsyncContext() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getAsyncContext() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getAt(String, Class<T>) - Method in class org.apache.juneau.collections.OList
Same as get(int,Class), but the key is a slash-delimited path used to traverse entries in this POJO.
getAt(String, Type, Type...) - Method in class org.apache.juneau.collections.OList
Same as OList.getAt(String,Class), but allows for conversion to complex maps and collections.
getAt(String, Class<T>) - Method in class org.apache.juneau.collections.OMap
Same as get(String,Class), but the key is a slash-delimited path used to traverse entries in this POJO.
getAt(String, Type, Type...) - Method in class org.apache.juneau.collections.OMap
Same as OMap.getAt(String,Class), but allows for conversion to complex maps and collections.
getAt(String, Class<T>) - Method in class org.apache.juneau.ObjectList
Same as get(int,Class), but the key is a slash-delimited path used to traverse entries in this POJO.
getAt(String, Type, Type...) - Method in class org.apache.juneau.ObjectList
Same as ObjectList.getAt(String,Class), but allows for conversion to complex maps and collections.
getAt(String, Class<T>) - Method in class org.apache.juneau.ObjectMap
Same as get(String,Class), but the key is a slash-delimited path used to traverse entries in this POJO.
getAt(String, Type, Type...) - Method in class org.apache.juneau.ObjectMap
Same as ObjectMap.getAt(String,Class), but allows for conversion to complex maps and collections.
getAtomFeed() - Static method in class org.apache.juneau.examples.core.dto.atom.AtomFeed
 
getAttr(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
Returns the attribute with the specified name.
getAttr(Class<T>, String) - Method in class org.apache.juneau.dto.html5.HtmlElement
Returns the attribute with the specified name converted to the specified class type.
getAttribute() - Method in class org.apache.juneau.dto.swagger.Xml
Bean property getter: attribute.
getAttribute(String) - Method in class org.apache.juneau.rest.mock.MockHttpSession
Deprecated.
 
getAttribute(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getAttribute(String) - Method in class org.apache.juneau.rest.mock2.MockHttpSession
 
getAttribute(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getAttribute(String, Object) - Method in class org.apache.juneau.rest.RestRequest
Same as ServletRequestWrapper.getAttribute(String) but returns a default value if not found.
getAttributeCount() - Method in class org.apache.juneau.xml.XmlReader
 
getAttributeLocalName(int) - Method in class org.apache.juneau.xml.XmlReader
 
getAttributeMap() - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Returns the attributes to add to the underlying HttpServletRequest object.
getAttributeName(int) - Method in class org.apache.juneau.xml.XmlReader
 
getAttributeNames() - Method in class org.apache.juneau.rest.mock.MockHttpSession
Deprecated.
 
getAttributeNames() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getAttributeNames() - Method in class org.apache.juneau.rest.mock2.MockHttpSession
 
getAttributeNames() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getAttributeNamespace(int) - Method in class org.apache.juneau.xml.XmlReader
 
getAttributePrefix(int) - Method in class org.apache.juneau.xml.XmlReader
 
getAttributes() - Method in class org.apache.juneau.rest.RestRequest
Request attributes.
getAttributes() - Method in class org.apache.juneau.rest.RestResponse
Shortcut for calling getRequest().getAttributes().
getAttributeType(int) - Method in class org.apache.juneau.xml.XmlReader
 
getAttributeValue(int) - Method in class org.apache.juneau.xml.XmlReader
 
getAttributeValue(String, String) - Method in class org.apache.juneau.xml.XmlReader
 
getAttrProperties() - Method in class org.apache.juneau.xml.XmlBeanMeta
The list of properties that should be rendered as XML attributes.
getAttrPropertyNames() - Method in class org.apache.juneau.xml.XmlBeanMeta
The list of names of properties that should be rendered as XML attributes.
getAttrs() - Method in class org.apache.juneau.dto.html5.HtmlElement
The attributes of this element.
getAttrsProperty() - Method in class org.apache.juneau.xml.XmlBeanMeta
The property that returns a map of XML attributes as key/value pairs.
getAttrsPropertyName() - Method in class org.apache.juneau.xml.XmlBeanMeta
The name of the property that returns a map of XML attributes as key/value pairs.
getAuthorityPath() - Method in class org.apache.juneau.rest.RestRequest
Returns the URI authority portion of the request.
getAuthorityUri(String) - Static method in class org.apache.juneau.internal.StringUtils
Given an absolute URI, returns just the authority portion (e.g.
getAuthorization() - Method in class org.apache.juneau.rest.RequestHeaders
Returns the Authorization header on the request.
getAuthorizationUrl() - Method in class org.apache.juneau.dto.swagger.SecurityScheme
Bean property getter: authorizationUrl.
getAuthors() - Method in class org.apache.juneau.dto.atom.CommonEntry
Returns the list of authors for this object.
getAuthType() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getAuthType() - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Returns the authorization type value to set on the underlying HttpServletRequest object.
getAuthType() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getAvailablePublicConstructor(Class<?>...) - Method in class org.apache.juneau.reflect.ClassInfo
Same as ClassInfo.getPublicConstructor(Class...) but allows for inexact arg type matching.
getAvgTime() - Method in class org.apache.juneau.mstat.MethodExecStats
Returns the average execution time.
getB() - Method in class org.apache.juneau.utils.Tuple2
Returns the second object in this tuple.
getB() - Method in class org.apache.juneau.utils.Tuple3
Returns the second object in this tuple.
getB() - Method in class org.apache.juneau.utils.Tuple4
Returns the second object in this tuple.
getB() - Method in class org.apache.juneau.utils.Tuple5
Returns the second object in this tuple.
getBase() - Method in class org.apache.juneau.dto.atom.Common
Returns the uri base of this object.
getBaseName(String) - Static method in class org.apache.juneau.internal.FileUtils
Strips the extension from a file name.
getBasePath() - Method in class org.apache.juneau.dto.swagger.Swagger
Bean property getter: basePath.
getBean() - Method in class org.apache.juneau.BeanMap
Returns the wrapped bean object.
getBean(boolean) - Method in class org.apache.juneau.BeanMap
Returns the wrapped bean object.
getBeanClass() - Method in class org.apache.juneau.transform.BeanFilter
Returns the bean class that this filter applies to.
getBeanClassVisibility() - Method in class org.apache.juneau.BeanContext
Minimum bean class visibility.
getBeanClassVisibility() - Method in class org.apache.juneau.BeanSession
Configuration property: Minimum bean class visibility.
getBeanConstructorVisibility() - Method in class org.apache.juneau.BeanContext
Minimum bean constructor visibility.
getBeanConstructorVisibility() - Method in class org.apache.juneau.BeanSession
Configuration property: Minimum bean constructor visibility.
getBeanContext() - Method in class org.apache.juneau.ClassMeta
Returns the BeanContext that created this object.
getBeanDefId(ClassMeta<?>) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorSession
Returns the definition ID for the specified class.
getBeanDefMapper() - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator
Bean schema definition mapper.
getBeanDefMapper() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorSession
Configuration property: Bean schema definition mapper.
getBeanDefs() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorSession
Returns the definitions that were gathered during this session.
getBeanDefUri(ClassMeta<?>) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorSession
Returns the definition URI for the specified class.
getBeanDefUri(String) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorSession
Returns the definition URI for the specified class.
getBeanDictionary() - Method in class org.apache.juneau.transform.BeanFilter
Returns the bean dictionary defined on this bean.
getBeanDictionaryClasses() - Method in class org.apache.juneau.BeanContext
Bean dictionary.
getBeanDictionaryClasses() - Method in class org.apache.juneau.BeanSession
Configuration property: Bean dictionary.
getBeanFieldVisibility() - Method in class org.apache.juneau.BeanContext
Minimum bean field visibility.
getBeanFieldVisibility() - Method in class org.apache.juneau.BeanSession
Configuration property: Minimum bean field visibility.
getBeanFilters() - Method in class org.apache.juneau.BeanContext
Bean filters.
getBeanFilters() - Method in class org.apache.juneau.BeanSession
Configuration property: Bean filters.
getBeanMap() - Method in class org.apache.juneau.BeanMapEntry
Returns the bean map that contains this property.
getBeanMeta(Class<T>) - Method in class org.apache.juneau.BeanContext
Returns the BeanMeta class for the specified class.
getBeanMeta() - Method in class org.apache.juneau.BeanPropertyMeta
Returns the bean meta that this property belongs to.
getBeanMeta(Class<T>) - Method in class org.apache.juneau.BeanSession
Returns the BeanMeta class for the specified class.
getBeanMeta() - Method in class org.apache.juneau.ClassMeta
Returns the BeanMeta associated with this class.
getBeanMeta() - Method in class org.apache.juneau.ExtendedBeanMeta
Returns the bean metadata that was passed into the constructor.
getBeanMethodVisibility() - Method in class org.apache.juneau.BeanContext
Minimum bean method visibility.
getBeanMethodVisibility() - Method in class org.apache.juneau.BeanSession
Configuration property: Minimum bean method visibility.
getBeanPropertyMeta() - Method in class org.apache.juneau.ExtendedBeanPropertyMeta
Returns the bean property metadata that was passed into the constructor.
getBeanRegistry() - Method in class org.apache.juneau.BeanContext
Returns the lookup table for resolving bean types by name.
getBeanRegistry() - Method in class org.apache.juneau.BeanPropertyMeta
Returns the bean dictionary in use for this bean property.
getBeanRegistry() - Method in class org.apache.juneau.BeanSession
Returns the bean registry defined in this bean context defined by BeanContext.BEAN_beanDictionary.
getBeanRegistry() - Method in class org.apache.juneau.ClassMeta
Returns the bean registry for this class.
getBeanSession() - Method in class org.apache.juneau.BeanMap
Returns the bean session that created this bean map.
getBeanSession() - Method in class org.apache.juneau.collections.OList
Returns the BeanSession currently associated with this list.
getBeanSession() - Method in class org.apache.juneau.collections.OMap
Returns the BeanSession currently associated with this map.
getBeanSession() - Method in class org.apache.juneau.ObjectList
Returns the BeanSession currently associated with this list.
getBeanSession() - Method in class org.apache.juneau.ObjectMap
Returns the BeanSession currently associated with this map.
getBeanSession() - Method in class org.apache.juneau.rest.RestRequest
Returns the BeanSession associated with this request.
getBeanToStringSerializer() - Method in class org.apache.juneau.BeanContext
Returns the serializer to use for serializing beans when using the BeanSession.convertToType(Object, Class) and related methods.
getBeanTypeName(SerializerSession, ClassMeta<?>, ClassMeta<?>, BeanPropertyMeta) - Method in class org.apache.juneau.serializer.SerializerSession
Resolves the dictionary name for the actual type.
getBeanTypePropertyName() - Method in class org.apache.juneau.BeanContext
Bean type property name.
getBeanTypePropertyName(ClassMeta) - Method in class org.apache.juneau.BeanSession
Returns the type property name as defined by BeanContext.BEAN_typePropertyName.
getBeanTypePropertyName() - Method in class org.apache.juneau.BeanSession
Configuration property: Bean type property name.
getBeanTypePropertyName() - Method in class org.apache.juneau.ClassMeta
Returns the type property name associated with this class and subclasses.
getBeanUriProperty() - Method in class org.apache.juneau.jena.RdfBeanMeta
Returns the bean property marked as the URI for the bean (annotated with @Rdf(beanUri) as true).
getBeforeShowScript(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.widget.MenuItemWidget
Optional Javascript to execute immediately before a menu item is shown.
getBinaryFormat() - Method in class org.apache.juneau.parser.InputStreamParser
Binary input format.
getBinaryFormat() - Method in class org.apache.juneau.parser.InputStreamParserSession
Configuration property: Binary input format.
getBinaryFormat() - Method in class org.apache.juneau.serializer.OutputStreamSerializer
Binary output format.
getBinaryFormat() - Method in class org.apache.juneau.serializer.OutputStreamSerializerSession
Configuration property: Binary output format.
getBody() - Method in class org.apache.juneau.rest.client2.RestResponse
Returns the body of the response.
getBody() - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
Returns the body of the request.
getBody() - Method in class org.apache.juneau.rest.RestRequest
Request body.
getBody() - Method in class org.apache.juneau.rest.util.CachingHttpServletRequest
Returns the body of the servlet request without consuming the stream.
getBody() - Method in class org.apache.juneau.rest.util.CachingHttpServletResponse
Returns the body of the servlet response without consuming the stream.
getBody() - Method in interface org.apache.juneau.utils.MockHttpResponse
Deprecated.
Returns the body of the response.
getBodyArg() - Method in class org.apache.juneau.rest.client.remote.RemoteMethodMeta
Returns the argument annotated with @Body.
getBodyAsString() - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
Returns the body of the request as a string.
getBodyMethod() - Method in class org.apache.juneau.httppart.bean.ResponseBeanMeta
Returns the @ResponseBody-annotated method.
getBoolean(int) - Method in class org.apache.juneau.collections.OList
Shortcut for calling get(index, Boolean.class).
getBoolean(String) - Method in class org.apache.juneau.collections.OMap
Returns the specified entry value converted to a Boolean.
getBoolean(String, Boolean) - Method in class org.apache.juneau.collections.OMap
Returns the specified entry value converted to a Boolean.
getBoolean(String) - Method in class org.apache.juneau.config.Config
Convenience method for getting boolean config values.
getBoolean(String, boolean) - Method in class org.apache.juneau.config.Config
Convenience method for getting boolean config values.
getBoolean(int) - Method in class org.apache.juneau.ObjectList
Shortcut for calling get(index, Boolean.class).
getBoolean(String) - Method in class org.apache.juneau.ObjectMap
Returns the specified entry value converted to a Boolean.
getBoolean(String, Boolean) - Method in class org.apache.juneau.ObjectMap
Returns the specified entry value converted to a Boolean.
getBoolean(String) - Method in class org.apache.juneau.rest.RequestFormData
Returns a form-data parameter value as a boolean.
getBoolean(String, boolean) - Method in class org.apache.juneau.rest.RequestFormData
Returns a form-data parameter value as a boolean.
getBoolean(String) - Method in class org.apache.juneau.rest.RequestHeaders
Returns the specified header value as a boolean.
getBoolean(String, boolean) - Method in class org.apache.juneau.rest.RequestHeaders
Returns the specified header value as a boolean.
getBoolean(String) - Method in class org.apache.juneau.rest.RequestPath
Returns the specified path parameter converted to a boolean.
getBoolean(String) - Method in class org.apache.juneau.rest.RequestQuery
Same as RequestQuery.getString(String) but converts the value to a boolean.
getBoolean(String, boolean) - Method in class org.apache.juneau.rest.RequestQuery
Same as RequestQuery.getString(String,String) but converts the value to a boolean.
getBoolean(String) - Method in class org.apache.juneau.utils.PojoRest
Returns the specified entry value converted to a Boolean.
getBoolean(String, Boolean) - Method in class org.apache.juneau.utils.PojoRest
Returns the specified entry value converted to a Boolean.
getBooleanProperty(String, Boolean) - Method in class org.apache.juneau.Context
Shortcut for calling getProperty(key, Boolean.class, def).
getBpi() - Method in class org.apache.juneau.BeanContext
Bean property includes.
getBpi(Class<?>) - Method in class org.apache.juneau.BeanContext
Returns the BeanContext.BEAN_bpi setting for the specified class.
getBpi() - Method in class org.apache.juneau.transform.BeanFilter
Returns the set and order of names of properties associated with a bean class.
getBpro() - Method in class org.apache.juneau.BeanContext
Read-only bean properties.
getBpro(Class<?>) - Method in class org.apache.juneau.BeanContext
Returns the BeanContext.BEAN_bpro setting for the specified class.
getBpro() - Method in class org.apache.juneau.transform.BeanFilter
Returns the list of read-only properties on a bean.
getBpwo() - Method in class org.apache.juneau.BeanContext
Write-only bean properties.
getBpwo(Class<?>) - Method in class org.apache.juneau.BeanContext
Returns the BeanContext.BEAN_bpwo setting for the specified class.
getBpwo() - Method in class org.apache.juneau.transform.BeanFilter
Returns the list of write-only properties on a bean.
getBpx() - Method in class org.apache.juneau.BeanContext
Bean property excludes.
getBpx(Class<?>) - Method in class org.apache.juneau.BeanContext
Returns the BeanContext.BEAN_bpx setting for the specified class.
getBpx() - Method in class org.apache.juneau.transform.BeanFilter
Returns the list of properties to ignore on a bean.
getBufferedReader(Reader) - Static method in class org.apache.juneau.internal.IOUtils
Wraps the specified reader in a buffered reader.
getBufferedReader() - Method in class org.apache.juneau.parser.ParserPipe
Returns the contents of this pipe as a buffered reader.
getBufferSize(String) - Static method in class org.apache.juneau.internal.IOUtils
Given the specified "Content-Length" header value, return an appropriate buffer size.
getBufferSize() - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
getBufferSize() - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
getBuilderBuildMethod() - Method in class org.apache.juneau.reflect.ClassInfo
Returns the T build() method on this class.
getBuilderClass() - Method in class org.apache.juneau.transform.BuilderSwap
The builder class.
getBuilderClassMeta(BeanSession) - Method in class org.apache.juneau.transform.BuilderSwap
Returns the ClassMeta of the transformed class type.
getBuilderCreateMethod() - Method in class org.apache.juneau.reflect.ClassInfo
Returns the public static Builder create() method on this class.
getBuilderSwap(BeanSession) - Method in class org.apache.juneau.ClassMeta
Returns the builder swap associated with this class.
getBundle(Locale) - Method in class org.apache.juneau.utils.MessageBundle
Deprecated.
Returns the resource bundle for the specified locale.
getBytes(String) - Method in class org.apache.juneau.config.Config
Convenience method for getting byte array config values.
getBytes(String, byte[]) - Method in class org.apache.juneau.config.Config
Same as Config.getBytes(String) but with a default value if the entry doesn't exist.
getC() - Method in class org.apache.juneau.utils.Tuple3
Returns the third object in this tuple.
getC() - Method in class org.apache.juneau.utils.Tuple4
Returns the third object in this tuple.
getC() - Method in class org.apache.juneau.utils.Tuple5
Returns the third object in this tuple.
getCacheControl() - Method in class org.apache.juneau.rest.RequestHeaders
Returns the Cache-Control header on the request.
getCallLogger() - Method in class org.apache.juneau.rest.RestContext
Returns the call logger to use for this resource.
getCallLoggerConfig() - Method in class org.apache.juneau.rest.RestContext
Returns the call logger config to use for this resource.
getCallLoggerConfig() - Method in class org.apache.juneau.rest.RestMethodContext
 
getCallLoggerConfig() - Method in class org.apache.juneau.rest.RestRequest
Returns the logging configuration defined on the Java method that this request is executing against.
getCandidateFileNames(String, Locale) - Static method in class org.apache.juneau.utils.ClasspathResourceFinderSimple
Deprecated.
Returns the candidate file names for the specified file name in the specified locale.
getCandidateSystemDefaultConfigNames() - Static method in class org.apache.juneau.config.Config
Returns the list of candidate system default configuration file names.
getCapturedResponse() - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Returns the response text as a string if RestCall.captureResponse() was called on this object.
getCategories() - Method in class org.apache.juneau.dto.atom.CommonEntry
Returns the list of categories of this object.
getCause(Class<T>) - Method in exception org.apache.juneau.BasicException
Same as Throwable.getCause() but searches the throwable chain for an exception of the specified type.
getCause(Class<T>) - Method in exception org.apache.juneau.BasicIllegalArgumentException
Same as Throwable.getCause() but searches the throwable chain for an exception of the specified type.
getCause(Class<T>) - Method in exception org.apache.juneau.BasicRuntimeException
Same as Throwable.getCause() but searches the throwable chain for an exception of the specified type.
getCause(Class<T>, Throwable) - Static method in class org.apache.juneau.internal.ThrowableUtils
Same as Throwable.getCause() but searches the throwable chain for an exception of the specified type.
getCause(Class<T>) - Method in exception org.apache.juneau.rest.client2.RestCallException
Similar to Throwable.getCause() but searches until it finds the throwable of the specified type.
getCause(Class<T>) - Method in exception org.apache.juneau.rest.RestServletException
Similar to Throwable.getCause() but searches until it finds the throwable of the specified type.
getCausedBy() - Method in class org.apache.juneau.mstat.ExceptionInfo
TODO
getCdlProperty(String, String) - Method in class org.apache.juneau.Context
Returns a property as a parsed comma-delimited list of strings.
getCharacterEncoding() - Method in class org.apache.juneau.rest.client2.RestResponse
Shortcut for retrieving the response charset from the Content-Type header.
getCharacterEncoding() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getCharacterEncoding() - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
getCharacterEncoding() - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Returns the value to set for the return value on the underlying ServletRequest.getCharacterEncoding() method.
getCharacterEncoding() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getCharacterEncoding() - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
getCharacterEncoding() - Method in class org.apache.juneau.rest.RestRequest
Returns the charset specified on the Content-Type header, or "UTF-8" if not specified.
getCharacterEncodingScheme() - Method in class org.apache.juneau.xml.XmlReader
 
getCharset() - Method in class org.apache.juneau.rest.RestRequest
Wrapper around RestRequest.getCharacterEncoding() that converts the value to a Charset.
getCharset() - Method in class org.apache.juneau.rest.RestResponse
Wrapper around ServletResponseWrapper.getCharacterEncoding() that converts the value to a Charset.
getChild(int) - Method in class org.apache.juneau.dto.html5.HtmlElementContainer
Returns the child node at the specified index.
getChild(int...) - Method in class org.apache.juneau.dto.html5.HtmlElementContainer
Returns the child node at the specified address.
getChild(Class<T>, int) - Method in class org.apache.juneau.dto.html5.HtmlElementContainer
Returns the child node at the specified index.
getChild(int) - Method in class org.apache.juneau.dto.html5.HtmlElementMixed
Returns the child node at the specified index.
getChild(int...) - Method in class org.apache.juneau.dto.html5.HtmlElementMixed
Returns the child node at the specified address.
getChild(Class<T>, int) - Method in class org.apache.juneau.dto.html5.HtmlElementMixed
Returns the child node at the specified index.
getChildName() - Method in class org.apache.juneau.xml.XmlBeanPropertyMeta
Returns the child element of this property from the Xml.childName() annotation on this bean property.
getChildName() - Method in class org.apache.juneau.xml.XmlClassMeta
Returns the @Xml(childName) annotation defined on the class.
getChildPojoSwapForSwap(Class<?>) - Method in class org.apache.juneau.ClassMeta
Returns the PojoSwap where the specified class is the same/subclass of the normal class of one of the child POJO swaps associated with this class.
getChildPojoSwapForUnswap(Class<?>) - Method in class org.apache.juneau.ClassMeta
Returns the PojoSwap where the specified class is the same/subclass of the swap class of one of the child POJO swaps associated with this class.
getChildren() - Method in class org.apache.juneau.dto.html5.HtmlElementContainer
The children of this element.
getChildren() - Method in class org.apache.juneau.dto.html5.HtmlElementMixed
The children of this element.
getChildren() - Method in class org.apache.juneau.dto.html5.Pre
 
getChildren() - Method in class org.apache.juneau.microservice.jetty.resources.DebugResource
[GET /] - Shows child utilities.
getChildren(RestRequest) - Method in class org.apache.juneau.rest.BasicRestGroup
[GET /] - Get child resources.
getChildren(RestRequest) - Method in class org.apache.juneau.rest.BasicRestServletGroup
[GET /] - Get child resources.
getChildResources() - Method in class org.apache.juneau.rest.RestContext
Returns the child resources associated with this servlet.
getClassArrayProperty(String) - Method in class org.apache.juneau.Context
Returns the class array property with the specified name.
getClassArrayProperty(String, Class<?>[]) - Method in class org.apache.juneau.Context
Returns the class array property with the specified name.
getClassArrayProperty(String, Class<T>) - Method in class org.apache.juneau.Context
Returns the class array property with the specified name.
getClassArrayProperty(String) - Method in class org.apache.juneau.PropertyStore
Returns the class array property with the specified name.
getClassArrayProperty(String, Class<?>[]) - Method in class org.apache.juneau.PropertyStore
Returns the class array property with the specified name.
getClassArrayProperty(String, Class<T>) - Method in class org.apache.juneau.PropertyStore
Returns the class array property with the specified name.
getClassCategory() - Method in class org.apache.juneau.ClassMeta
Returns the category of this class.
getClasses(Object...) - Static method in class org.apache.juneau.internal.ClassUtils
Returns the class types for the specified arguments.
getClassInfo() - Method in class org.apache.juneau.reflect.AnnotationInfo
Returns the class that this annotation was found on.
getClassListProperty(String) - Method in class org.apache.juneau.Context
Returns the class list property with the specified name.
getClassListProperty(String, Class<T>) - Method in class org.apache.juneau.Context
Returns the class list property with the specified name.
getClassListProperty(String) - Method in class org.apache.juneau.PropertyStore
Returns the class list property with the specified name.
getClassListProperty(String, Class<T>) - Method in class org.apache.juneau.PropertyStore
Returns the class list property with the specified name.
getClassMapProperty(String) - Method in class org.apache.juneau.Context
Returns the class map property with the specified name.
getClassMapProperty(String, Class<T>) - Method in class org.apache.juneau.Context
Returns the class map property with the specified name.
getClassMapProperty(String) - Method in class org.apache.juneau.PropertyStore
Returns the class map property with the specified name.
getClassMapProperty(String, Class<T>) - Method in class org.apache.juneau.PropertyStore
Returns the class map property with the specified name.
getClassMeta(Class<T>) - Method in class org.apache.juneau.BeanContext
Construct a ClassMeta wrapper around a Class object.
getClassMeta(Type, Type...) - Method in class org.apache.juneau.BeanContext
Used to resolve ClassMetas of type Collection and Map that have ClassMeta values that themselves could be collections or maps.
getClassMeta() - Method in class org.apache.juneau.BeanMap
Returns the ClassMeta of the wrapped bean.
getClassMeta() - Method in class org.apache.juneau.BeanMeta
Returns the ClassMeta of this bean.
getClassMeta() - Method in class org.apache.juneau.BeanPropertyMeta
Returns the ClassMeta of the class of this property.
getClassMeta() - Method in class org.apache.juneau.BeanPropertyValue
Returns the bean property metadata.
getClassMeta(String) - Method in class org.apache.juneau.BeanRegistry
Gets the class metadata for the specified bean type name.
getClassMeta(Class<T>) - Method in class org.apache.juneau.BeanSession
Returns a ClassMeta wrapper around a Class object.
getClassMeta(Type, Type...) - Method in class org.apache.juneau.BeanSession
Used to resolve ClassMetas of type Collection and Map that have ClassMeta values that themselves could be collections or maps.
getClassMeta(int) - Method in class org.apache.juneau.collections.OList
Returns the ClassMeta of the class of the object at the specified index.
getClassMeta(String) - Method in class org.apache.juneau.collections.OMap
Returns the class type of the object at the specified index.
getClassMeta() - Method in interface org.apache.juneau.Delegate
The ClassMeta of the class of the represented object.
getClassMeta() - Method in class org.apache.juneau.ExtendedClassMeta
Returns the class metadata that was passed into the constructor.
getClassMeta(Class<T>) - Method in class org.apache.juneau.httppart.BaseHttpPartParser
 
getClassMeta(Type, Type...) - Method in class org.apache.juneau.httppart.BaseHttpPartParser
 
getClassMeta() - Method in class org.apache.juneau.httppart.bean.RequestBeanMeta
Returns metadata about the class.
getClassMeta() - Method in class org.apache.juneau.httppart.bean.ResponseBeanMeta
Returns metadata about the class.
getClassMeta(Class<T>) - Method in interface org.apache.juneau.httppart.HttpPartParser
Returns metadata about the specified class.
getClassMeta(Type, Type...) - Method in interface org.apache.juneau.httppart.HttpPartParser
Returns metadata about the specified class.
getClassMeta() - Method in class org.apache.juneau.internal.DelegateList
 
getClassMeta() - Method in class org.apache.juneau.internal.DelegateMap
 
getClassMeta() - Method in class org.apache.juneau.internal.FilteredMap
 
getClassMeta(int) - Method in class org.apache.juneau.ObjectList
Returns the ClassMeta of the class of the object at the specified index.
getClassMeta(String) - Method in class org.apache.juneau.ObjectMap
Returns the class type of the object at the specified index.
getClassMeta(String, BeanPropertyMeta, ClassMeta<?>) - Method in class org.apache.juneau.parser.ParserSession
Give the specified dictionary name, resolve it to a class.
getClassMeta(String) - Method in class org.apache.juneau.utils.PojoRest
Returns the class type of the object at the specified URL.
getClassMetaForObject(T) - Method in class org.apache.juneau.BeanContext
Shortcut for calling getClassMeta(o.getClass()).
getClassMetaForObject(T) - Method in class org.apache.juneau.BeanSession
Shortcut for calling getClassMeta(o.getClass()).
getClassMetaForObject(Object, ClassMeta<?>) - Method in class org.apache.juneau.BeanSession
Shortcut for calling getClassMeta(o.getClass()) but returns a default value if object is null.
getClassOn() - Method in class org.apache.juneau.reflect.AnnotationInfo
Returns the class where the annotation was found.
getClasspathHttpResource(String, boolean, MediaType, boolean) - Method in class org.apache.juneau.rest.RestRequest
Returns an instance of a BasicHttpResource that represents the contents of a resource text file from the classpath.
getClasspathHttpResource(String, boolean) - Method in class org.apache.juneau.rest.RestRequest
Same as RestRequest.getClasspathHttpResource(String, boolean, MediaType, boolean) except uses the resource mime-type map constructed using RestContextBuilder.mimeTypes(String...) to determine the media type.
getClasspathHttpResource(String) - Method in class org.apache.juneau.rest.RestRequest
getClasspathResource(String, Locale) - Method in class org.apache.juneau.rest.RestContext
Same as Class.getResourceAsStream(String) except if it doesn't find the resource on this class, searches up the parent hierarchy chain.
getClasspathResource(Class<T>, MediaType, String, Locale) - Method in class org.apache.juneau.rest.RestContext
Reads the input stream from RestContext.getClasspathResource(String, Locale) and parses it into a POJO using the parser matched by the specified media type.
getClasspathResourceAsString(String, Locale) - Method in class org.apache.juneau.rest.RestContext
Reads the input stream from RestContext.getClasspathResource(String, Locale) into a String.
getClasspathResourceAsString(String) - Method in class org.apache.juneau.rest.RestRequest
Returns a classpath resource as a string,
getClasspathResourceAsString(String, boolean) - Method in class org.apache.juneau.rest.RestRequest
Returns a classpath resource as a string,
getClasspathResourceAsString(String) - Method in class org.apache.juneau.rest.widget.Widget
Retrieves the specified classpath resource and returns the contents as a string.
getClasspathResourceAsString(String, Locale) - Method in class org.apache.juneau.rest.widget.Widget
Same as Widget.getClasspathResourceAsString(String) except also looks for localized-versions of the file.
getClassProperty(String, Class<T>, Class<? extends T>) - Method in class org.apache.juneau.Context
Returns the class property with the specified name.
getClassProperty(String, Class<T>, Class<? extends T>) - Method in class org.apache.juneau.PropertyStore
Returns the class property with the specified name.
getClassProperty(String, Class<T>, Class<? extends T>) - Method in class org.apache.juneau.Session
Returns the session class property with the specified name.
getClassSetProperty(String) - Method in class org.apache.juneau.Context
Returns the class set property with the specified name.
getClassSetProperty(String, Class<T>) - Method in class org.apache.juneau.Context
Returns the class set property with the specified name.
getClassSetProperty(String) - Method in class org.apache.juneau.PropertyStore
Returns the class set property with the specified name.
getClassSetProperty(String, Class<T>) - Method in class org.apache.juneau.PropertyStore
Returns the class set property with the specified name.
getClientString(String, Object...) - Method in class org.apache.juneau.utils.MessageBundle
Deprecated.
Same as MessageBundle.getString(String, Object...) but uses the locale specified on the call to MessageBundle.setClientLocale(Locale).
getClientVersionHeader() - Method in class org.apache.juneau.rest.RestContext
Returns the name of the client version header name used by this resource.
getClonedStackTraceInfos() - Method in class org.apache.juneau.utils.StackTraceDatabase
Returns the list of all stack traces in this database.
getClonedStats() - Method in class org.apache.juneau.mstat.ExceptionStore
Returns the list of all stack traces in this database.
getCode() - Method in class org.apache.juneau.httppart.bean.ResponseBeanMeta
Returns the HTTP status code.
getCode(Integer) - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the first HTTP status code on a schema.
getCodes() - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the HTTP status code or codes defined on a schema.
getCodes(Integer) - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the HTTP status code or codes defined on a schema.
getCodings() - Method in class org.apache.juneau.encoders.Encoder
Returns the codings in Content-Encoding and Accept-Encoding headers that this encoder handles (e.g.
getCodings() - Method in class org.apache.juneau.encoders.GzipEncoder
Returns ["gzip"].
getCodings() - Method in class org.apache.juneau.encoders.IdentityEncoder
Returns ["identity"].
getCollapsedProperties() - Method in class org.apache.juneau.xml.XmlBeanMeta
The list of properties that should be rendered as collapsed child elements.
getCollapsedPropertyNames() - Method in class org.apache.juneau.xml.XmlBeanMeta
The list of names of properties that should be rendered as collapsed child elements.
getCollectionFormat() - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property getter: collectionFormat.
getCollectionFormat() - Method in class org.apache.juneau.dto.swagger.Items
Bean property getter: collectionFormat.
getCollectionFormat() - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property getter: collectionFormat.
getCollectionFormat() - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the collectionFormat field of this schema.
getCollectionFormat() - Method in class org.apache.juneau.jena.RdfBeanPropertyMeta
Returns the RDF collection format of this property from the Rdf.collectionFormat() annotation on this bean property.
getCollectionFormat() - Method in class org.apache.juneau.jena.RdfClassMeta
Returns the @Rdf(collectionFormat) annotation defined on the class.
getCollectionFormat() - Method in class org.apache.juneau.jena.RdfParser
RDF format for representing collections and arrays.
getCollectionFormat() - Method in class org.apache.juneau.jena.RdfParserSession
Configuration property: RDF format for representing collections and arrays.
getCollectionFormat() - Method in class org.apache.juneau.jena.RdfSerializer
RDF format for representing collections and arrays.
getCollectionFormat() - Method in class org.apache.juneau.jena.RdfSerializerSession
Configuration property: RDF format for representing collections and arrays.
getCollectionFormat() - Method in class org.apache.juneau.oapi.OpenApiParser
Returns the default collection format to use when not otherwise specified via Schema.collectionFormat()
getCollectionFormat() - Method in class org.apache.juneau.oapi.OpenApiSerializer
Returns the default collection format to use when not otherwise specified via Schema.collectionFormat()
getColumn() - Method in class org.apache.juneau.parser.Position
Returns the current column.
getComment() - Method in class org.apache.juneau.config.event.ConfigEvent
Returns the entry comment.
getComment() - Method in class org.apache.juneau.config.internal.ConfigEntry
Returns the same-line comment of this entry.
getComponentType() - Method in class org.apache.juneau.reflect.ClassInfo
Returns the base component type of this class if it's an array.
getConfig() - Method in class org.apache.juneau.config.event.ConfigEvent
Returns the configuration name.
getConfig() - Method in class org.apache.juneau.microservice.Microservice
Returns the external INI-style configuration file that can be used to configure your microservice.
getConfig() - Method in class org.apache.juneau.microservice.resources.ConfigResource
 
getConfig() - Method in class org.apache.juneau.rest.client2.RestRequest
Returns the actual request configuration.
getConfig() - Method in class org.apache.juneau.rest.RestContext
Returns the config file associated with this servlet.
getConfig() - Method in class org.apache.juneau.rest.RestContextBuilder
Returns the external configuration file for this resource.
getConfig() - Method in class org.apache.juneau.rest.RestRequest
Config file associated with the resource.
getConfigApply(VarResolverSession) - Method in class org.apache.juneau.reflect.AnnotationInfo
If this annotation has a PropertyStoreApply annotation, returns an instance of the specified ConfigApply class.
getConfigEditForm() - Method in class org.apache.juneau.microservice.resources.ConfigResource
 
getConfigEntry(String, String) - Method in class org.apache.juneau.microservice.resources.ConfigResource
 
getConfigSection(String) - Method in class org.apache.juneau.microservice.resources.ConfigResource
 
GetConfiguration - Class in org.apache.juneau.server.config.repository
 
GetConfiguration(String, String) - Constructor for class org.apache.juneau.server.config.repository.GetConfiguration
 
getConnection() - Method in class org.apache.juneau.rest.RequestHeaders
Returns the Connection header on the request.
getConnectionManager() - Method in class org.apache.juneau.rest.client2.RestClient
Deprecated.
getConsoleCommands() - Method in class org.apache.juneau.microservice.Microservice
Returns the console commands associated with this microservice.
getConsoleReader() - Method in class org.apache.juneau.microservice.Microservice
Returns the console reader.
getConsoleWriter() - Method in class org.apache.juneau.microservice.Microservice
Returns the console writer.
getConstructor() - Method in class org.apache.juneau.ClassMeta
Returns the no-arg constructor for this class.
getConstructor(Visibility, Class<?>...) - Method in class org.apache.juneau.reflect.ClassInfo
Finds a constructor with the specified parameters without throwing an exception.
getConstructor() - Method in class org.apache.juneau.reflect.ParamInfo
Returns the constructor that this parameter belongs to.
getConsumes() - Method in class org.apache.juneau.dto.swagger.Operation
Bean property getter: consumes.
getConsumes() - Method in class org.apache.juneau.dto.swagger.Swagger
Bean property getter: consumes.
getConsumes() - Method in class org.apache.juneau.rest.RestContext
Returns the explicit list of supported content types for this resource.
getConsumes() - Method in class org.apache.juneau.rest.RestRequest
Returns the media types that are valid for Content-Type headers on the request.
getContact() - Method in class org.apache.juneau.dto.swagger.Info
Bean property getter: contact.
getContent() - Method in class org.apache.juneau.dto.atom.Entry
Returns the content of this entry.
getContent(SerializerSession, T) - Method in class org.apache.juneau.html.HtmlRender
Returns the delegate value for the specified bean property value.
getContent() - Method in class org.apache.juneau.http.BasicHttpEntity
 
getContent() - Method in class org.apache.juneau.http.SerializedHttpEntity
 
getContent() - Method in class org.apache.juneau.rest.client.RestRequestEntity
Deprecated.
 
getContent() - Method in class org.apache.juneau.rest.client2.RestResponseBody
Returns a content stream of the entity.
getContent(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.widget.ContentTypeMenuItem
 
getContent(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.widget.MenuItemWidget
The content of the popup.
getContent(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.widget.QueryMenuItem
 
getContent(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.widget.ThemeMenuItem
 
getContentDisposition() - Method in class org.apache.juneau.utils.ZipFileList
Returns the value for the Content-Disposition header.
getContentEncoding() - Method in class org.apache.juneau.rest.client2.RestResponseBody
Obtains the Content-Encoding header, if known.
getContentFormat() - Method in class org.apache.juneau.xml.XmlBeanMeta
Returns the format of the inner XML content of this bean.
getContentLength() - Method in class org.apache.juneau.http.BasicHttpEntity
 
getContentLength() - Method in class org.apache.juneau.http.SerializedHttpEntity
 
getContentLength() - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Returns the value of the Content-Length header.
getContentLength() - Method in class org.apache.juneau.rest.client2.RestResponseBody
Tells the length of the content, if known.
getContentLength() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getContentLength() - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
Returns the content length.
getContentLength() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getContentLength() - Method in class org.apache.juneau.rest.RequestBody
Returns the content length of the body.
getContentLength() - Method in class org.apache.juneau.rest.RequestHeaders
Returns the Content-Length header on the request.
getContentLength() - Method in class org.apache.juneau.rest.RestRequest
 
getContentLengthLong() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getContentLengthLong() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getContentProperty() - Method in class org.apache.juneau.xml.XmlBeanMeta
The property that represents the inner XML content of this bean.
getContentPropertyName() - Method in class org.apache.juneau.xml.XmlBeanMeta
The name of the property that represents the inner XML content of this bean.
getContentType() - Method in class org.apache.juneau.rest.client2.RestResponse
Shortcut for retrieving the response content type from the Content-Type header.
getContentType() - Method in class org.apache.juneau.rest.client2.RestResponseBody
Obtains the Content-Type header, if known.
getContentType() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getContentType() - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
getContentType() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getContentType() - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
getContentType() - Method in class org.apache.juneau.rest.RequestHeaders
Returns the Content-Type header on the request.
getContentType() - Method in class org.apache.juneau.rest.StaticFile
Returns the content type for this static file.
getContext() - Method in class org.apache.juneau.rest.BasicRest
Returns the read-only context object that contains all the configuration information about this resource.
getContext() - Method in class org.apache.juneau.rest.RestCall
Returns the context that created this call.
getContext() - Method in class org.apache.juneau.rest.RestRequest
Returns the resource context handling the request.
getContext() - Method in class org.apache.juneau.rest.RestServlet
Returns the read-only context object that contains all the configuration information about this resource.
getContext() - Method in class org.apache.juneau.svl.VarResolver
Returns the read-only properties on this variable resolver.
getContextObject(String) - Method in class org.apache.juneau.svl.VarResolverContext
Returns the context object with the specified name.
getContextObjects() - Method in class org.apache.juneau.svl.VarResolverContext
Returns the context map of this variable resolver context.
getContextPath() - Method in class org.apache.juneau.microservice.jetty.JettyMicroservice
Returns the context path that this microservice is using.
getContextPath() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getContextPath() - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Returns the context path to set on the underlying HttpServletRequest object.
getContextPath() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getContextPath() - Method in class org.apache.juneau.rest.RestRequest
 
getContributors() - Method in class org.apache.juneau.dto.atom.CommonEntry
Returns the list of contributors of this object.
getCookies() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getCookies() - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Returns the cookies to set on the underlying HttpServletRequest object.
getCookies() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getCount() - Method in class org.apache.juneau.mstat.ExceptionStats
Returns the number of times this stack trace was encountered.
getCount() - Method in class org.apache.juneau.rest.StatusStats.Status
 
getCount() - Method in class org.apache.juneau.utils.StackTraceInfo
Returns the number of times this stack trace was encountered.
getCreationTime() - Method in class org.apache.juneau.rest.mock.MockHttpSession
Deprecated.
 
getCreationTime() - Method in class org.apache.juneau.rest.mock2.MockHttpSession
 
getCsvBeanPropertyMeta(BeanPropertyMeta) - Method in interface org.apache.juneau.csv.CsvMetaProvider
Returns the language-specific metadata on the specified bean property.
getCsvBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.csv.CsvParser
 
getCsvBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.csv.CsvSerializer
 
getCsvClassMeta(ClassMeta<?>) - Method in interface org.apache.juneau.csv.CsvMetaProvider
Returns the language-specific metadata on the specified class.
getCsvClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.csv.CsvParser
 
getCsvClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.csv.CsvSerializer
 
getCurrentClientRequest() - Method in class org.apache.juneau.rest.mock2.MockRestClient
Returns the current client-side REST request.
getCurrentClientResponse() - Method in class org.apache.juneau.rest.mock2.MockRestClient
Returns the current client-side REST response.
getCurrentServerRequest() - Method in class org.apache.juneau.rest.mock2.MockRestClient
Returns the current server-side REST request.
getCurrentServerResponse() - Method in class org.apache.juneau.rest.mock2.MockRestClient
Returns the current server-side REST response.
getD() - Method in class org.apache.juneau.utils.Tuple4
Returns the fourth object in this tuple.
getD() - Method in class org.apache.juneau.utils.Tuple5
Returns the fourth object in this tuple.
getData() - Method in class org.apache.juneau.dto.cognos.DataSet
Bean property getter: data.
getDate() - Method in class org.apache.juneau.rest.RequestHeaders
Returns the Date header on the request.
getDateFormat() - Method in class org.apache.juneau.microservice.resources.LogEntryFormatter
Returns the DateFormat used for matching dates.
getDateHeader(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getDateHeader(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getDebug(Method) - Method in class org.apache.juneau.rest.RestContext
Returns the debug setting on this context for the specified method.
getDebugOutputLines() - Method in class org.apache.juneau.parser.Parser
Debug output lines.
getDebugOutputLines() - Method in class org.apache.juneau.parser.ParserSession
Configuration property: Debug output lines.
getDeclaredAnnotation(Class<T>) - Method in class org.apache.juneau.reflect.ClassInfo
Returns the specified annotation only if it's been declared on this class.
getDeclaredAnnotation(Class<T>) - Method in class org.apache.juneau.reflect.ParamInfo
Returns the specified parameter annotation declared on this parameter.
getDeclaredAnnotationInfo(Class<T>) - Method in class org.apache.juneau.reflect.ClassInfo
Same as ClassInfo.getDeclaredAnnotation(Class) but returns the annotation wrapped in a AnnotationInfo.
getDeclaredAnnotations(Class<A>, Class<?>) - Method in class org.apache.juneau.BeanContext
Finds the specified declared annotations on the specified class.
getDeclaredAnnotations(Class<A>, ClassInfo) - Method in class org.apache.juneau.BeanContext
Finds the specified declared annotation on the specified class.
getDeclaredAnnotations(Class<A>, Class<?>) - Method in interface org.apache.juneau.MetaProvider
Finds the specified declared annotations on the specified class.
getDeclaredAnnotations() - Method in class org.apache.juneau.reflect.ParamInfo
Returns the parameter annotations declared on this parameter.
getDeclaredConstructor(Class<?>...) - Method in class org.apache.juneau.reflect.ClassInfo
Returns the declared constructor with the specified argument types.
getDeclaredConstructors() - Method in class org.apache.juneau.reflect.ClassInfo
Returns all the constructors defined on this class.
getDeclaredField(String) - Method in class org.apache.juneau.reflect.ClassInfo
Returns the declared field with the specified name.
getDeclaredFields() - Method in class org.apache.juneau.reflect.ClassInfo
Returns all declared fields on this class.
getDeclaredInterfaces() - Method in class org.apache.juneau.reflect.ClassInfo
Returns a list of interfaces declared on this class.
getDeclaredMethods() - Method in class org.apache.juneau.reflect.ClassInfo
Returns all methods declared on this class.
getDeclaringClass() - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns metadata about the class that declared this method or constructor.
getDeclaringClass() - Method in class org.apache.juneau.reflect.FieldInfo
Returns metadata about the declaring class.
getDeclaringClass() - Method in class org.apache.juneau.utils.MethodInvoker
Convenience method for calling inner().getDeclaringClass()
getDefault() - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property getter: default.
getDefault() - Method in class org.apache.juneau.dto.swagger.Items
Bean property getter: default.
getDefault() - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property getter: default.
getDefault() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property getter: default.
getDefault() - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the default field of this schema.
getDefaultLocale() - Method in class org.apache.juneau.Context
Locale.
getDefaultMediaType() - Method in class org.apache.juneau.Context
Media type.
getDefaultNamespace() - Method in class org.apache.juneau.xml.XmlSerializer
Default namespace.
getDefaultNamespace() - Method in class org.apache.juneau.xml.XmlSerializerSession
Configuration property: Default namespace.
getDefaultSchemas() - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator
Default schemas.
getDefaultSchemas() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorSession
Configuration property: Default schemas.
getDefaultTimeZone() - Method in class org.apache.juneau.Context
Time zone.
getDefinitions() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: definitions.
getDefinitions() - Method in class org.apache.juneau.dto.swagger.Swagger
Bean property getter: definitions.
getDelegateFor() - Method in class org.apache.juneau.BeanPropertyMeta
Returns the metadata on the property that this metadata is a delegate for.
getDependencies() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: dependencies.
getDeprecated() - Method in class org.apache.juneau.dto.swagger.Operation
Bean property getter: deprecated.
getDescription() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: description.
getDescription() - Method in class org.apache.juneau.dto.swagger.ExternalDocumentation
Bean property getter: description.
getDescription() - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property getter: description.
getDescription() - Method in class org.apache.juneau.dto.swagger.Info
Bean property getter: description.
getDescription() - Method in class org.apache.juneau.dto.swagger.Operation
Bean property getter: description.
getDescription() - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property getter: description.
getDescription() - Method in class org.apache.juneau.dto.swagger.ResponseInfo
Bean property getter: description.
getDescription() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property getter: description.
getDescription() - Method in class org.apache.juneau.dto.swagger.SecurityScheme
Bean property getter: description.
getDescription() - Method in class org.apache.juneau.dto.swagger.Tag
Bean property getter: description.
getDescription() - Method in class org.apache.juneau.examples.rest.command.EchoCommand
 
getDescription() - Method in class org.apache.juneau.microservice.console.ConfigCommand
 
getDescription() - Method in class org.apache.juneau.microservice.console.ConsoleCommand
Returns localized details of the command.
getDescription() - Method in class org.apache.juneau.microservice.console.ExitCommand
 
getDescription() - Method in class org.apache.juneau.microservice.console.HelpCommand
 
getDescription() - Method in class org.apache.juneau.microservice.console.RestartCommand
 
getDescription(RestRequest) - Method in class org.apache.juneau.rest.BasicRest
 
getDescription(RestRequest) - Method in class org.apache.juneau.rest.BasicRestInfoProvider
Returns the localized description of this REST resource.
getDescription() - Method in class org.apache.juneau.rest.helper.ResourceDescription
Returns the description field on this label.
getDescription(RestRequest) - Method in interface org.apache.juneau.rest.RestInfoProvider
Returns the localized description of the REST resource.
getDescription() - Method in class org.apache.juneau.rest.RestRequest
Returns a string of the form "HTTP method-name full-url"
getDescription(RestRequest) - Method in class org.apache.juneau.rest.RestServlet
 
getDictionaryName() - Method in class org.apache.juneau.BeanMeta
Returns the dictionary name for this bean as defined through the @Bean(typeName) annotation.
getDictionaryName() - Method in class org.apache.juneau.ClassMeta
Returns the bean dictionary name associated with this class.
getDimensions() - Method in class org.apache.juneau.reflect.ClassInfo
Returns the number of dimensions if this is an array type.
getDirectWriter(String) - Method in class org.apache.juneau.rest.RestResponse
Convenience method meant to be used when rendering directly to a browser with no buffering.
getDisabled() - Method in class org.apache.juneau.rest.RestCallLoggerRule
Returns the disabled flag.
getDiscriminator() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property getter: discriminator.
getDispatcherType() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getDispatcherType() - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Returns the dispatcher type value to set on the underlying HttpServletRequest object.
getDispatcherType() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getDouble(String) - Method in class org.apache.juneau.config.Config
Convenience method for getting double config values.
getDouble(String, double) - Method in class org.apache.juneau.config.Config
Same as Config.getDouble(String) but returns a default value if not set.
getDuration(String) - Static method in class org.apache.juneau.internal.StringUtils
Parses a duration string.
getDynaMap(Object) - Method in class org.apache.juneau.BeanPropertyMeta
Returns the Map object returned by the DynaBean getter.
getE() - Method in class org.apache.juneau.utils.Tuple5
Returns the fifth object in this tuple.
getElementProperties() - Method in class org.apache.juneau.xml.XmlBeanMeta
The list of properties that should be rendered as child elements.
getElementPropertyNames() - Method in class org.apache.juneau.xml.XmlBeanMeta
The list of names of properties that should be rendered as child elements.
getElements() - Method in class org.apache.juneau.http.BasicHeader
 
getElements() - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Parses the value.
getElements() - Method in class org.apache.juneau.rest.RequestHeader
Parses the value.
getElementText(XmlReader) - Method in class org.apache.juneau.html.HtmlParserSession
Identical to HtmlParserSession.parseText(XmlReader) except assumes the current event is the opening tag.
getElementText(XmlReader) - Method in class org.apache.juneau.xml.XmlParserSession
Returns the text content of the current XML element.
getElementText() - Method in class org.apache.juneau.xml.XmlReader
 
getElementType() - Method in class org.apache.juneau.ClassMeta
For array and Collection types, returns the class type of the components of the array or Collection.
getEmail() - Method in class org.apache.juneau.dto.atom.Person
Returns the email address of the person.
getEmail() - Method in class org.apache.juneau.dto.swagger.Contact
Bean property getter: email.
getEncoder(String) - Method in class org.apache.juneau.encoders.EncoderGroup
Returns the encoder registered with the specified coding (e.g.
getEncoder() - Method in class org.apache.juneau.encoders.EncoderMatch
Returns the encoder that matched the HTTP Accept-Encoding header value.
getEncoderMatch(String) - Method in class org.apache.juneau.encoders.EncoderGroup
Returns the coding string for the matching encoder that can handle the specified Accept-Encoding or Content-Encoding header value.
getEncoders() - Method in class org.apache.juneau.encoders.EncoderGroup
Returns the encoders in this group.
getEncoding() - Method in class org.apache.juneau.encoders.EncoderMatch
Returns the encoding of the encoder that matched the HTTP Accept-Encoding header value.
getEncoding() - Method in class org.apache.juneau.xml.XmlReader
 
getEntity() - Method in class org.apache.juneau.rest.client2.RestResponse
Obtains the message entity of this response.
getEntityValue() - Method in class org.apache.juneau.http.EntityTag
Returns the validator value stripped of quotes and weak tag.
getEntries() - Method in class org.apache.juneau.dto.atom.Feed
Returns the entries in the feed.
getEntry(String, String) - Method in class org.apache.juneau.config.internal.ConfigMap
Reads an entry from this map.
getEnum() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: enum.
getEnum() - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property getter: enum.
getEnum() - Method in class org.apache.juneau.dto.swagger.Items
Bean property getter: enum.
getEnum() - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property getter: enum.
getEnum() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property getter: enum.
getEnum() - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the enum field of this schema.
getEnumConstants(Class<?>) - Static method in class org.apache.juneau.internal.ObjectUtils
Returns the enum names for the specified enum class.
getErrors() - Method in class org.apache.juneau.mstat.MethodExecStats
Returns the number of times the MethodExecStats.error(Throwable) method was called.
getEventAllocator() - Method in class org.apache.juneau.xml.XmlParser
XML event allocator.
getEventAllocator() - Method in class org.apache.juneau.xml.XmlParserSession
Configuration property: XML event allocator.
getEventType() - Method in class org.apache.juneau.xml.XmlReader
 
getExample(BeanSession) - Method in class org.apache.juneau.ClassMeta
Returns the example of this class.
getExample() - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property getter: x-example.
getExample() - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property getter: x-example.
getExample() - Method in class org.apache.juneau.dto.swagger.ResponseInfo
Bean property getter: x-example.
getExample() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property getter: example.
getExamples() - Method in class org.apache.juneau.BeanContext
POJO examples.
getExamples() - Method in class org.apache.juneau.BeanSession
Configuration property: POJO examples.
getExamples() - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property getter: x-examples.
getExamples() - Method in class org.apache.juneau.dto.swagger.ResponseInfo
Bean property getter: examples.
getExamples() - Method in class org.apache.juneau.microservice.console.ConsoleCommand
Returns localized examples of the command.
getExamples() - Method in class org.apache.juneau.microservice.console.HelpCommand
 
getException() - Method in class org.apache.juneau.utils.StackTraceInfo
Returns the simple class name of the exception.
getExceptionClass() - Method in class org.apache.juneau.mstat.ExceptionInfo
Returns the simple class name of the exception.
getExceptions() - Method in class org.apache.juneau.mstat.MethodExecStats
Returns information on all stack traces of all exceptions encountered.
getExceptions() - Method in class org.apache.juneau.rest.client.remote.RemoteMethodMeta
Returns the exceptions thrown by this method.
getExceptionTypes() - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns the exception types on this executable.
getExclusiveMaximum() - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property getter: exclusiveMaximum.
getExclusiveMaximum() - Method in class org.apache.juneau.dto.swagger.Items
Bean property getter: exclusiveMaximum.
getExclusiveMaximum() - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property getter: exclusiveMaximum.
getExclusiveMaximum() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property getter: exclusiveMaximum.
getExclusiveMinimum() - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property getter: exclusiveMinimum.
getExclusiveMinimum() - Method in class org.apache.juneau.dto.swagger.Items
Bean property getter: exclusiveMinimum.
getExclusiveMinimum() - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property getter: exclusiveMinimum.
getExclusiveMinimum() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property getter: exclusiveMinimum.
getExpect() - Method in class org.apache.juneau.rest.RequestHeaders
Returns the Expect header on the request.
getExpectedRootType(Object) - Method in class org.apache.juneau.serializer.SerializerSession
Returns the parser-side expected type for the object.
getExtension(String) - Static method in class org.apache.juneau.internal.FileUtils
Returns the extension from a file name.
getExtensions() - Method in class org.apache.juneau.http.MediaRange
Returns the optional set of custom extensions defined for this type.
getExtensions() - Method in class org.apache.juneau.http.StringRange
Returns the optional set of custom extensions defined for this type.
getExternalDocs() - Method in class org.apache.juneau.dto.swagger.Operation
Bean property getter: externalDocs.
getExternalDocs() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property getter: externalDocs.
getExternalDocs() - Method in class org.apache.juneau.dto.swagger.Swagger
Bean property getter: externalDocs.
getExternalDocs() - Method in class org.apache.juneau.dto.swagger.Tag
Bean property getter: externalDocs.
getField() - Method in class org.apache.juneau.BeanPropertyMeta
Returns the field for this property.
getField(int, String, char) - Static method in class org.apache.juneau.internal.StringUtils
Returns the specified field in a delimited string without splitting the string.
getField(int, String, char, String) - Static method in class org.apache.juneau.internal.StringUtils
Same as StringUtils.getField(int, String, char) except allows you to specify the default value.
getField(String, Matcher) - Method in class org.apache.juneau.microservice.resources.LogEntryFormatter
Given a matcher that has matched the pattern specified by LogEntryFormatter.getLogEntryPattern(), returns the field value from the match.
getFile(RestRequest, String) - Method in class org.apache.juneau.microservice.resources.DirectoryResource
 
getFile(RestRequest, String) - Method in class org.apache.juneau.microservice.resources.LogsResource
 
getFileCharset() - Method in class org.apache.juneau.parser.ReaderParser
File charset.
getFileCharset() - Method in class org.apache.juneau.parser.ReaderParserSession
Returns the file charset defined on this session.
getFileCharset() - Method in class org.apache.juneau.serializer.WriterSerializer
File charset.
getFiles() - Method in class org.apache.juneau.microservice.resources.DirectoryResource.FileResource
 
getFiles() - Method in class org.apache.juneau.microservice.resources.LogsResource.FileResource
 
getFirst(Object) - Static method in class org.apache.juneau.internal.ArrayUtils
Returns the first object in the specified collection or array.
getFirstBoolean(Boolean, String...) - Static method in class org.apache.juneau.internal.SystemUtils
Returns the first non-null boolean system property.
getFirstHeader(String) - Method in class org.apache.juneau.http.BasicHttpResource
Returns the first header with the specified name as a string.
getFirstHeader(String) - Method in class org.apache.juneau.rest.client2.RestRequest
Returns the first header with a specified name of this message.
getFirstHeader(String) - Method in class org.apache.juneau.rest.client2.RestResponse
Returns the first header with a specified name of this message.
getFirstInteger(Integer, String...) - Static method in class org.apache.juneau.internal.SystemUtils
Returns the first non-null integer system property.
getFirstKey() - Method in class org.apache.juneau.collections.OMap
Returns the first key in the map.
getFirstKey() - Method in class org.apache.juneau.ObjectMap
Returns the first key in the map.
getFirstString(String, String...) - Static method in class org.apache.juneau.internal.SystemUtils
Returns the first non-null system property.
getFloat(String) - Method in class org.apache.juneau.config.Config
Convenience method for getting float config values.
getFloat(String, float) - Method in class org.apache.juneau.config.Config
Same as Config.getFloat(String) but returns a default value if not set.
getFlow() - Method in class org.apache.juneau.dto.swagger.SecurityScheme
Bean property getter: flow.
getFooter() - Method in class org.apache.juneau.html.HtmlDocSerializer
Footer section contents.
getFooter() - Method in class org.apache.juneau.html.HtmlDocSerializerSession
Configuration property: Footer section contents.
getFormat() - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property getter: format.
getFormat() - Method in class org.apache.juneau.dto.swagger.Items
Bean property getter: format.
getFormat() - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property getter: format.
getFormat() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property getter: format.
getFormat() - Method in class org.apache.juneau.html.HtmlBeanPropertyMeta
Returns the format of this bean property
getFormat() - Method in class org.apache.juneau.html.HtmlClassMeta
Returns the @Html(format) annotation defined on the class.
getFormat() - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the format field of this schema.
getFormat(ClassMeta<?>) - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the format field of this schema.
getFormat() - Method in class org.apache.juneau.oapi.OpenApiParser
Returns the default format to use when not otherwise specified via Schema.format()
getFormat() - Method in class org.apache.juneau.oapi.OpenApiSerializer
Returns the default format to use when not otherwise specified via Schema.format()
getFormat() - Method in class org.apache.juneau.xml.XmlClassMeta
Returns the @Xml(format) annotation defined on the class.
getFormatter(String) - Static method in class org.apache.juneau.internal.DateUtils
Returns a DateTimeFormatter using either a pattern or predefined pattern name.
getFormData() - Method in class org.apache.juneau.rest.RestRequest
Form-data.
getFormData(String) - Method in class org.apache.juneau.rest.RestRequest
Shortcut for calling getFormData().getString(name).
getFormDataArgs() - Method in class org.apache.juneau.rest.client.remote.RemoteMethodMeta
Returns the @FormData annotated arguments on this Java method.
getFrom() - Method in class org.apache.juneau.rest.RequestHeaders
Returns the From header on the request.
getFromCache(Class<T>, String) - Method in class org.apache.juneau.Session
Returns an object stored in the session cache.
getFromMutater(Class<I>) - Method in class org.apache.juneau.ClassMeta
Returns the transform for this class for creating instances from other object types.
getFullClassNames(Object[]) - Static method in class org.apache.juneau.internal.ClassUtils
Given the specified list of objects, return readable names for the class types of the objects.
getFullName() - Method in class org.apache.juneau.ClassMeta
Returns a readable name for this class (e.g.
getFullName() - Method in class org.apache.juneau.reflect.ClassInfo
Returns the full name of this class.
getFullName() - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns the full name of this executable.
getFullPath() - Method in class org.apache.juneau.rest.client.remote.RemoteMethodMeta
Returns the absolute URI of the REST interface invoked by this Java method.
getFullStackMessage(boolean) - Method in exception org.apache.juneau.http.exception.HttpException
Returns all error messages from all errors in this stack.
getFullStackMessage(boolean) - Method in exception org.apache.juneau.rest.RestException
Deprecated.
Returns all error messages from all errors in this stack.
getGenerator() - Method in class org.apache.juneau.dto.atom.Feed
Returns generator information on this feed.
getGenerator() - Method in class org.apache.juneau.dto.atom.Source
Returns the generator info of this source.
getGetter() - Method in class org.apache.juneau.BeanPropertyMeta
Returns the getter method for this property.
getGetter() - Method in class org.apache.juneau.httppart.bean.RequestBeanPropertyMeta
Returns the name of the Java method getter that defines this property.
getGetter() - Method in class org.apache.juneau.httppart.bean.ResponseBeanPropertyMeta
Returns the name of the Java method getter that defines this property.
getGlobalRegistry() - Static method in class org.apache.juneau.rest.RestContext
Returns a registry of all created RestContext objects.
getHash() - Method in class org.apache.juneau.mstat.ExceptionInfo
Returns an 8-byte hash of the stack trace.
getHash() - Method in class org.apache.juneau.utils.StackTraceInfo
Returns an 8-byte hash of the stack trace.
getHead() - Method in class org.apache.juneau.html.HtmlDocSerializer
Additional head section content.
getHead() - Method in class org.apache.juneau.html.HtmlDocSerializerSession
Configuration property: Additional head section content.
getHeader(String) - Method in class org.apache.juneau.dto.swagger.ResponseInfo
Returns the header information with the specified name.
getHeader() - Method in class org.apache.juneau.html.HtmlDocSerializer
Header section contents.
getHeader() - Method in class org.apache.juneau.html.HtmlDocSerializerSession
Configuration property: Header section contents.
getHeader(String) - Method in class org.apache.juneau.rest.client2.RestRequest
Convenience method for reading the current last value of the specified header.
getHeader(String, String) - Method in class org.apache.juneau.rest.client2.RestRequest
Convenience method for reading the current last value of the specified header.
getHeader(String) - Method in class org.apache.juneau.rest.client2.RestResponse
Returns the last header with the specified name.
getHeader(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getHeader(String) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
getHeader(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getHeader(String) - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
getHeader(String) - Method in class org.apache.juneau.rest.RestRequest
 
getHeaderArgs() - Method in class org.apache.juneau.rest.client.remote.RemoteMethodMeta
Returns the @Header annotated arguments on this Java method.
getHeaderMethods() - Method in class org.apache.juneau.httppart.bean.ResponseBeanMeta
Returns metadata about the @ResponseHeader-annotated methods.
getHeaderNames() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getHeaderNames() - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
getHeaderNames() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getHeaderNames() - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
getHeaders() - Method in class org.apache.juneau.dto.swagger.ResponseInfo
Bean property getter: headers.
getHeaders() - Method in class org.apache.juneau.http.BasicHttpResource
 
getHeaders() - Method in exception org.apache.juneau.http.exception.HttpException
Returns the headers associated with this exception.
getHeaders() - Method in interface org.apache.juneau.http.HttpResource
Returns the list of headers associated with this resource.
getHeaders() - Method in class org.apache.juneau.http.response.HttpResponse
Returns the headers associated with this exception.
getHeaders() - Method in class org.apache.juneau.rest.client.remote.RemoteMeta
Returns the headers to set on all requests.
getHeaders(String) - Method in class org.apache.juneau.rest.client2.RestRequest
Returns all the headers with a specified name of this message.
getHeaders(String) - Method in class org.apache.juneau.rest.client2.RestResponse
Returns all the headers with a specified name of this message.
getHeaders(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getHeaders(String) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
getHeaders() - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
getHeaders(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getHeaders(String) - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
getHeaders() - Method in class org.apache.juneau.rest.RestRequest
Request headers.
getHeaders(String) - Method in class org.apache.juneau.rest.RestRequest
 
getHeaders() - Method in class org.apache.juneau.rest.StaticFile
Get the HTTP response headers.
getHeaders() - Method in interface org.apache.juneau.utils.MockHttpResponse
Deprecated.
Returns the headers of the response.
getHost() - Method in class org.apache.juneau.dto.swagger.Swagger
Bean property getter: host.
getHost() - Method in class org.apache.juneau.rest.RequestHeaders
Returns the Host header on the request.
getHostName() - Method in class org.apache.juneau.microservice.jetty.JettyMicroservice
Returns the hostname of this microservice.
getHref() - Method in class org.apache.juneau.dto.atom.Link
Returns the href of the target of this link.
getHreflang() - Method in class org.apache.juneau.dto.atom.Link
Returns the language of the target of this link.
getHtml(VarResolverSession) - Method in interface org.apache.juneau.html.HtmlWidget
Resolves the HTML content for this widget.
getHtml(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.widget.MenuItemWidget
 
getHtml(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.widget.PoweredByApache
Returns an Apache image tag hyperlinked to "http://apache.org"
getHtml(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.widget.PoweredByJuneau
Returns an Apache Juneau image tag hyperlinked to "http://juneau.apache.org"
getHtml(VarResolverSession) - Method in class org.apache.juneau.rest.widget.Widget
 
getHtml(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.widget.Widget
Resolves the HTML content for this widget.
getHtml(RestRequest) - Method in class org.apache.juneau.rest.widget.Widget
Deprecated.
getHtmlBeanPropertyMeta(BeanPropertyMeta) - Method in interface org.apache.juneau.html.HtmlMetaProvider
Returns the language-specific metadata on the specified bean property.
getHtmlBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.html.HtmlParser
 
getHtmlBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.html.HtmlParserSession
Returns the language-specific metadata on the specified bean property.
getHtmlBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.html.HtmlSerializer
 
getHtmlBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.html.HtmlSerializerSession
Returns the language-specific metadata on the specified bean property.
getHtmlClassMeta(ClassMeta<?>) - Method in interface org.apache.juneau.html.HtmlMetaProvider
Returns the language-specific metadata on the specified class.
getHtmlClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.html.HtmlParser
 
getHtmlClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.html.HtmlParserSession
Returns the language-specific metadata on the specified class.
getHtmlClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.html.HtmlSerializer
 
getHtmlClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.html.HtmlSerializerSession
Returns the language-specific metadata on the specified class.
getHtmlDocBuilder() - Method in class org.apache.juneau.rest.RestResponse
Deprecated.
getHtmlWriter(SerializerPipe) - Method in class org.apache.juneau.html.HtmlSerializerSession
Converts the specified output target object to an HtmlWriter.
getHttpClient() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Returns the HttpClient to be used to handle all HTTP communications with the target server.
getHttpClientBuilder() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Returns the HttpClientBuilder that will be used to create the HttpClient used by RestClient.
getHttpEntity() - Method in class org.apache.juneau.rest.client2.RestRequest
Returns the body of this request.
getHttpMethod() - Method in class org.apache.juneau.rest.client.remote.RemoteMethodMeta
Returns the value of the @RemoteMethod(httpMethod) annotation on this Java method.
getHttpResponse() - Method in exception org.apache.juneau.rest.client.RestCallException
Deprecated.
Returns the HTTP response object that caused this exception.
getHttpResponseText(int) - Static method in class org.apache.juneau.rest.util.RestUtils
Returns readable text for an HTTP response code.
getHttpSession() - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Returns the HTTP session to set on the underlying HttpServletRequest object.
getIcon() - Method in class org.apache.juneau.dto.atom.Feed
Returns the feed icon.
getIcon() - Method in class org.apache.juneau.dto.atom.Source
Returns the icon of this source.
getId() - Method in class org.apache.juneau.dto.atom.CommonEntry
Returns the ID of this object.
getId() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: id.
getId() - Method in class org.apache.juneau.examples.core.pojo.Pojo
 
getId() - Method in class org.apache.juneau.examples.core.pojo.PojoComplex
Bean property getter: id.
getId(ClassMeta<?>) - Method in class org.apache.juneau.jsonschema.BasicBeanDefMapper
 
getId(ClassMeta<?>) - Method in interface org.apache.juneau.jsonschema.BeanDefMapper
Returns the ID for the specified class.
getId() - Method in class org.apache.juneau.rest.mock.MockHttpSession
Deprecated.
 
getId() - Method in class org.apache.juneau.rest.mock2.MockHttpSession
 
getIfMatch() - Method in class org.apache.juneau.rest.RequestHeaders
Returns the If-Match header on the request.
getIfModifiedSince() - Method in class org.apache.juneau.rest.RequestHeaders
Returns the If-Modified-Since header on the request.
getIfNoneMatch() - Method in class org.apache.juneau.rest.RequestHeaders
Returns the If-None-Match header on the request.
getIfRange() - Method in class org.apache.juneau.rest.RequestHeaders
Returns the If-Range header on the request.
getIfUnmodifiedSince() - Method in class org.apache.juneau.rest.RequestHeaders
Returns the If-Unmodified-Since header on the request.
getIgnoreTypes() - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator
Ignore types from schema definitions.
getIgnoreTypes() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorSession
Configuration property: Ignore types from schema definitions.
getImplClassConstructor(Class<T>, Visibility) - Method in class org.apache.juneau.BeanContext
Gets the no-arg constructor for the specified class.
getImplClasses() - Method in class org.apache.juneau.BeanContext
Implementation classes.
getImplClasses() - Method in class org.apache.juneau.BeanSession
Configuration property: Implementation classes.
getIn() - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property getter: in.
getIn() - Method in class org.apache.juneau.dto.swagger.SecurityScheme
Bean property getter: in.
getIndex() - Method in class org.apache.juneau.reflect.ParamInfo
Returns the index position of this parameter.
getIndex() - Method in class org.apache.juneau.rest.client.remote.RemoteMethodArg
Returns the method argument index.
getIndex() - Method in class org.apache.juneau.rest.client.remote.RemoteMethodBeanArg
Returns the index of the parameter in the method that is a request bean.
getInfo() - Method in class org.apache.juneau.ClassMeta
Returns the ClassInfo wrapper for the underlying class.
getInfo() - Method in class org.apache.juneau.dto.swagger.Swagger
Bean property getter: info.
getInfo() - Method in class org.apache.juneau.examples.rest.command.EchoCommand
 
getInfo() - Method in class org.apache.juneau.microservice.console.ConfigCommand
 
getInfo() - Method in class org.apache.juneau.microservice.console.ConsoleCommand
Returns a one-line localized description of the command.
getInfo() - Method in class org.apache.juneau.microservice.console.ExitCommand
 
getInfo() - Method in class org.apache.juneau.microservice.console.HelpCommand
 
getInfo() - Method in class org.apache.juneau.microservice.console.RestartCommand
 
getInfoProvider() - Method in class org.apache.juneau.rest.RestContext
Returns the REST information provider used by this resource.
getInfoProvider() - Method in class org.apache.juneau.rest.RestRequest
Resource information provider.
getInitException() - Method in class org.apache.juneau.ClassMeta
Returns any exception that was throw in the init() method.
getInitialDepth() - Method in class org.apache.juneau.BeanTraverseContext
Initial depth.
getInitialDepth() - Method in class org.apache.juneau.BeanTraverseSession
Configuration property: Initial depth.
getInitParameter(String) - Method in class org.apache.juneau.rest.RestContextBuilder
 
getInitParameterNames() - Method in class org.apache.juneau.rest.RestContextBuilder
 
getInner() - Method in exception org.apache.juneau.rest.HttpRuntimeException
Returns the wrapped throwable.
getInner() - Method in class org.apache.juneau.rest.RestRequest
Returns the wrapped servlet request.
getInner() - Method in class org.apache.juneau.rest.RestResponse
Returns the wrapped servlet request.
getInnerClass() - Method in class org.apache.juneau.ClassMeta
Returns the Class object that this class type wraps.
getInnerClass() - Method in class org.apache.juneau.ExtendedClassMeta
Convenience method for calling ClassMeta.getInnerClass() on the metadata passed to the constructor.
getInnerField() - Method in class org.apache.juneau.BeanPropertyMeta
Returns the field for this property even if the field is private.
getInnerPojo() - Method in class org.apache.juneau.examples.core.pojo.PojoComplex
Bean property getter: innerPojo.
getInputAsString() - Method in class org.apache.juneau.parser.ParserPipe
Returns the input to this parser as a plain string.
getInputAsString() - Method in class org.apache.juneau.parser.ParserSession
Returns the input as a string.
getInputStream(InputStream) - Method in class org.apache.juneau.encoders.Encoder
Converts the specified compressed input stream into an uncompressed stream.
getInputStream(InputStream) - Method in class org.apache.juneau.encoders.GzipEncoder
 
getInputStream(InputStream) - Method in class org.apache.juneau.encoders.IdentityEncoder
 
getInputStream() - Method in class org.apache.juneau.internal.ByteArrayInOutStream
Creates a new input stream from this object.
getInputStream() - Method in class org.apache.juneau.parser.ParserPipe
Wraps the specified input object inside an input stream.
getInputStream() - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Connects to the remote resource (if connect() hasn't already been called) and returns the HTTP response message body as an input stream.
getInputStream() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getInputStream() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getInputStream() - Method in class org.apache.juneau.rest.RequestBody
Returns the HTTP body content as an InputStream.
getInputStream() - Method in class org.apache.juneau.rest.RestRequest
Returns the HTTP body content as an InputStream.
getInputStream() - Method in class org.apache.juneau.rest.StaticFile
Returns the contents of this static file as an input stream.
getInputStream() - Method in class org.apache.juneau.rest.util.CachingHttpServletRequest
 
getInputStreamMutater() - Method in class org.apache.juneau.ClassMeta
Returns the transform for this class for creating instances from an InputStream.
getInputStreamParser() - Method in class org.apache.juneau.rest.RequestBody
Returns the input stream parser matching the request Content-Type header.
getInstance() - Static method in class org.apache.juneau.microservice.jetty.JettyMicroservice
Returns the Microservice instance.
getInstance() - Static method in class org.apache.juneau.microservice.Microservice
Returns the Microservice instance.
getInstanceArrayProperty(String, Class<T>, T[]) - Method in class org.apache.juneau.Context
Returns the specified property as an array of instantiated objects.
getInstanceArrayProperty(String, Class<T>, T[], ResourceResolver, Object...) - Method in class org.apache.juneau.Context
Returns the specified property as an array of instantiated objects.
getInstanceArrayProperty(String, Object, Class<T>, T[], ResourceResolver, Object...) - Method in class org.apache.juneau.Context
Returns the specified property as an array of instantiated objects.
getInstanceArrayProperty(String, Class<T>, T[]) - Method in class org.apache.juneau.PropertyStore
Returns the specified property as an array of instantiated objects.
getInstanceArrayProperty(String, Class<T>, T[], ResourceResolver, Object...) - Method in class org.apache.juneau.PropertyStore
Returns the specified property as an array of instantiated objects.
getInstanceArrayProperty(String, Object, Class<T>, T[], ResourceResolver, Object...) - Method in class org.apache.juneau.PropertyStore
Returns the specified property as an array of instantiated objects.
getInstanceArrayProperty(String, Class<T>, T[]) - Method in class org.apache.juneau.Session
Returns the specified property as an array of instantiated objects.
getInstanceProperty(String, Class<T>, Object) - Method in class org.apache.juneau.Context
Returns an instance of the specified class, string, or object property.
getInstanceProperty(String, Class<T>, Object, ResourceResolver, Object...) - Method in class org.apache.juneau.Context
Returns an instance of the specified class, string, or object property.
getInstanceProperty(String, Object, Class<T>, Object, ResourceResolver, Object...) - Method in class org.apache.juneau.Context
Returns an instance of the specified class, string, or object property.
getInstanceProperty(String, Class<T>, Object) - Method in class org.apache.juneau.PropertyStore
Returns an instance of the specified class, string, or object property.
getInstanceProperty(String, Class<T>, Object, ResourceResolver, Object...) - Method in class org.apache.juneau.PropertyStore
Returns an instance of the specified class, string, or object property.
getInstanceProperty(String, Object, Class<T>, Object, ResourceResolver, Object...) - Method in class org.apache.juneau.PropertyStore
Returns an instance of the specified class, string, or object property.
getInstanceProperty(String, Class<T>, Object) - Method in class org.apache.juneau.Session
Returns an instantiation of the specified class property.
getInt(int) - Method in class org.apache.juneau.collections.OList
Shortcut for calling get(index, Integer.class).
getInt(String) - Method in class org.apache.juneau.collections.OMap
Returns the specified entry value converted to an Integer.
getInt(String, Integer) - Method in class org.apache.juneau.collections.OMap
Returns the specified entry value converted to an Integer.
getInt(String) - Method in class org.apache.juneau.config.Config
Convenience method for getting int config values.
getInt(String, int) - Method in class org.apache.juneau.config.Config
Same as Config.getInt(String) but returns a default value if not set.
getInt(int) - Method in class org.apache.juneau.ObjectList
Shortcut for calling get(index, Integer.class).
getInt(String) - Method in class org.apache.juneau.ObjectMap
Returns the specified entry value converted to an Integer.
getInt(String, Integer) - Method in class org.apache.juneau.ObjectMap
Returns the specified entry value converted to an Integer.
getInt(String) - Method in class org.apache.juneau.rest.RequestFormData
Returns a form-data parameter value as an integer.
getInt(String, int) - Method in class org.apache.juneau.rest.RequestFormData
Returns a form-data parameter value as an integer.
getInt(String) - Method in class org.apache.juneau.rest.RequestHeaders
Returns the specified header value as an integer.
getInt(String, int) - Method in class org.apache.juneau.rest.RequestHeaders
Returns the specified header value as an integer.
getInt(String) - Method in class org.apache.juneau.rest.RequestPath
Returns the specified path parameter converted to an integer.
getInt(String) - Method in class org.apache.juneau.rest.RequestQuery
Same as RequestQuery.getString(String) but converts the value to an integer.
getInt(String, int) - Method in class org.apache.juneau.rest.RequestQuery
Same as RequestQuery.getString(String,String) but converts the value to an integer.
getInt(String) - Method in class org.apache.juneau.utils.PojoRest
Returns the specified entry value converted to an Integer.
getInt(String, Integer) - Method in class org.apache.juneau.utils.PojoRest
Returns the specified entry value converted to an Integer.
getIntegerProperty(String, Integer) - Method in class org.apache.juneau.Context
Shortcut for calling getProperty(key, Integer.class, def).
getInterfaceClass() - Method in class org.apache.juneau.transform.BeanFilter
Returns the interface class associated with this class.
getInterfaces() - Method in class org.apache.juneau.rest.remote.RrpcServlet
 
getInterfacesChildFirst() - Method in class org.apache.juneau.reflect.ClassInfo
Returns a list of interfaces defined on this class and superclasses.
getInterfacesParentFirst() - Method in class org.apache.juneau.reflect.ClassInfo
Returns a list of interfaces defined on this class and superclasses.
getIntHeader(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getIntHeader(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getItems() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: items.
getItems() - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property getter: items.
getItems() - Method in class org.apache.juneau.dto.swagger.Items
Bean property getter: items.
getItems() - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property getter: items.
getItems() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property getter: items.
getItems() - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the maximum field of this schema.
getItemsAsSchema() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: items.
getItemsAsSchemaArray() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: items.
getJavaClass() - Method in class org.apache.juneau.http.remote.RrpcInterfaceMeta
Returns the Java class of this interface.
getJavaMethod() - Method in class org.apache.juneau.http.remote.RrpcInterfaceMethodMeta
Returns the underlying Java method that this metadata is about.
getJavaMethod() - Method in class org.apache.juneau.parser.ParserSession
Returns the Java method that invoked this parser.
getJavaMethod() - Method in class org.apache.juneau.rest.RestCall
Returns the Java method of this call.
getJavaMethod() - Method in class org.apache.juneau.rest.RestRequest
Returns the java method handling the request.
getJavaMethod() - Method in class org.apache.juneau.serializer.SerializerSession
Returns the Java method that invoked this serializer.
getJenaProperties() - Method in class org.apache.juneau.jena.RdfParser
All Jena-related configuration properties.
getJenaProperties() - Method in class org.apache.juneau.jena.RdfParserSession
Configuration property: All Jena-related configuration properties.
getJenaProperties() - Method in class org.apache.juneau.jena.RdfSerializer
All Jena-related configuration properties.
getJenaProperties() - Method in class org.apache.juneau.jena.RdfSerializerSession
Configuration property: All Jena-related configuration properties.
getJettyDump(RestRequest, RestResponse) - Method in class org.apache.juneau.microservice.jetty.resources.DebugResource
[GET /jetty/dump] - Generates and retrieves the jetty thread dump.
getJsoBeanPropertyMeta(BeanPropertyMeta) - Method in interface org.apache.juneau.jso.JsoMetaProvider
Returns the language-specific metadata on the specified bean property.
getJsoBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.jso.JsoParser
 
getJsoBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.jso.JsoSerializer
 
getJsoClassMeta(ClassMeta<?>) - Method in interface org.apache.juneau.jso.JsoMetaProvider
Returns the language-specific metadata on the specified class.
getJsoClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.jso.JsoParser
 
getJsoClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.jso.JsoSerializer
 
getJsonBeanPropertyMeta(BeanPropertyMeta) - Method in interface org.apache.juneau.json.JsonMetaProvider
Returns the language-specific metadata on the specified bean property.
getJsonBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.json.JsonParser
 
getJsonBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.json.JsonSerializer
 
getJsonClassMeta(ClassMeta<?>) - Method in interface org.apache.juneau.json.JsonMetaProvider
Returns the language-specific metadata on the specified class.
getJsonClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.json.JsonParser
 
getJsonClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.json.JsonParserSession
Returns the language-specific metadata on the specified class.
getJsonClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.json.JsonSerializer
 
getJsonClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.json.JsonSerializerSession
Returns the language-specific metadata on the specified class.
getJsonSchemaBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.json.JsonSchemaSerializer
 
getJsonSchemaBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.json.JsonSchemaSerializerSession
Returns the language-specific metadata on the specified bean property.
getJsonSchemaBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator
 
getJsonSchemaBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorSession
Returns the language-specific metadata on the specified bean property.
getJsonSchemaBeanPropertyMeta(BeanPropertyMeta) - Method in interface org.apache.juneau.jsonschema.JsonSchemaMetaProvider
Returns the language-specific metadata on the specified bean property.
getJsonSchemaClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.json.JsonSchemaSerializer
 
getJsonSchemaClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.json.JsonSchemaSerializerSession
Returns the language-specific metadata on the specified class.
getJsonSchemaClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator
 
getJsonSchemaClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorSession
Returns the language-specific metadata on the specified class.
getJsonSchemaClassMeta(ClassMeta<?>) - Method in interface org.apache.juneau.jsonschema.JsonSchemaMetaProvider
Returns the language-specific metadata on the specified class.
getJsonSchemaGenerator() - Method in class org.apache.juneau.rest.RestContext
Returns the JSON-Schema generator associated with this resource.
getJsonSchemaGenerator() - Method in class org.apache.juneau.rest.RestMethodContext
Returns the JSON-Schema generator applicable to this Java method.
getJsonSchemaGenerator() - Method in class org.apache.juneau.rest.RestRequest
Returns the schema generator with settings assigned on this method and class.
getJsonWriter(SerializerPipe) - Method in class org.apache.juneau.json.JsonSerializerSession
Converts the specified output target object to an JsonWriter.
getJuneauBpNs() - Method in class org.apache.juneau.jena.RdfParser
Default XML namespace for bean properties.
getJuneauBpNs() - Method in class org.apache.juneau.jena.RdfParserSession
Configuration property: Default XML namespace for bean properties.
getJuneauBpNs() - Method in class org.apache.juneau.jena.RdfSerializer
Default XML namespace for bean properties.
getJuneauBpNs() - Method in class org.apache.juneau.jena.RdfSerializerSession
Configuration property: Default XML namespace for bean properties.
getJuneauNs() - Method in class org.apache.juneau.jena.RdfParser
XML namespace for Juneau properties.
getJuneauNs() - Method in class org.apache.juneau.jena.RdfParserSession
Configuration property: XML namespace for Juneau properties.
getJuneauNs() - Method in class org.apache.juneau.jena.RdfSerializer
XML namespace for Juneau properties.
getJuneauNs() - Method in class org.apache.juneau.jena.RdfSerializerSession
Configuration property: XML namespace for Juneau properties.
getKey() - Method in class org.apache.juneau.BeanMapEntry
 
getKey() - Method in class org.apache.juneau.config.event.ConfigEvent
Returns the entry name.
getKeys(String) - Method in class org.apache.juneau.config.Config
Returns the keys of the entries in the specified section.
getKeys(String) - Method in class org.apache.juneau.config.internal.ConfigMap
Returns the keys of the entries in the specified section.
getKeys() - Method in class org.apache.juneau.cp.Messages
 
getKeys() - Method in class org.apache.juneau.utils.MessageBundle
Deprecated.
 
getKeyType() - Method in class org.apache.juneau.ClassMeta
For Map types, returns the class type of the keys of the Map.
getLabel() - Method in class org.apache.juneau.dto.atom.Category
Returns the category label.
getLabel(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.widget.ContentTypeMenuItem
 
getLabel(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.widget.MenuItemWidget
The label for the menu item as it's rendered in the menu bar.
getLabel(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.widget.QueryMenuItem
 
getLabel(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.widget.ThemeMenuItem
 
getLabelParameter() - Method in class org.apache.juneau.html.HtmlSerializer
Link label parameter name.
getLabelParameter() - Method in class org.apache.juneau.html.HtmlSerializerSession
Configuration property: Link label parameter name.
getLang() - Method in class org.apache.juneau.dto.atom.Common
Returns the language of this object.
getLanguage() - Method in class org.apache.juneau.jena.RdfParser
RDF language.
getLanguage() - Method in class org.apache.juneau.jena.RdfParserSession
Configuration property: RDF language.
getLanguage() - Method in class org.apache.juneau.jena.RdfSerializer
RDF language.
getLanguage() - Method in class org.apache.juneau.jena.RdfSerializerSession
Configuration property: RDF language.
getLastAccessedTime() - Method in class org.apache.juneau.rest.mock.MockHttpSession
Deprecated.
 
getLastAccessedTime() - Method in class org.apache.juneau.rest.mock2.MockHttpSession
 
getLastAnnotation(Class<A>, Class<?>) - Method in class org.apache.juneau.BeanContext
Finds the last specified annotations on the specified class.
getLastAnnotation(Class<A>, ClassInfo) - Method in class org.apache.juneau.BeanContext
Finds the last specified annotations on the specified class.
getLastAnnotation(Class<A>, Method) - Method in class org.apache.juneau.BeanContext
Finds the last specified annotations on the specified method.
getLastAnnotation(Class<A>, MethodInfo) - Method in class org.apache.juneau.BeanContext
Finds the last specified annotations on the specified method.
getLastAnnotation(Class<A>, Field) - Method in class org.apache.juneau.BeanContext
Finds the last specified annotations on the specified field.
getLastAnnotation(Class<A>, FieldInfo) - Method in class org.apache.juneau.BeanContext
Finds the last specified annotations on the specified field.
getLastAnnotation(Class<A>, Constructor<?>) - Method in class org.apache.juneau.BeanContext
Finds the last specified annotations on the specified constructor.
getLastAnnotation(Class<A>, ConstructorInfo) - Method in class org.apache.juneau.BeanContext
Finds the last specified annotations on the specified constructor.
getLastAnnotation(Class<A>) - Method in class org.apache.juneau.ClassMeta
Shortcut for calling getInnerClass().getAnnotation(a).
getLastAnnotation(Class<T>) - Method in class org.apache.juneau.reflect.ClassInfo
Finds the annotation of the specified type defined on this class or parent class/interface.
getLastAnnotation(Class<T>, MetaProvider) - Method in class org.apache.juneau.reflect.ClassInfo
Finds the annotation of the specified type defined on this class or parent class/interface.
getLastAnnotation(Class<T>) - Method in class org.apache.juneau.reflect.MethodInfo
Finds the annotation of the specified type defined on this method.
getLastAnnotation(Class<T>, MetaProvider) - Method in class org.apache.juneau.reflect.MethodInfo
Finds the annotation of the specified type defined on this method.
getLastAnnotation(Class<T>) - Method in class org.apache.juneau.reflect.ParamInfo
Finds the annotation of the specified type defined on this method parameter.
getLastDeclaredAnnotation(Class<A>, Class<?>) - Method in class org.apache.juneau.BeanContext
Finds the last specified declared annotations on the specified class.
getLastDeclaredAnnotation(Class<A>, ClassInfo) - Method in class org.apache.juneau.BeanContext
Finds the last specified declared annotations on the specified class.
getLastHeader(String) - Method in class org.apache.juneau.http.BasicHttpResource
Returns the last header with the specified name as a string.
getLastHeader(String) - Method in class org.apache.juneau.rest.client2.RestRequest
Returns the last header with a specified name of this message.
getLastHeader(String) - Method in class org.apache.juneau.rest.client2.RestResponse
Returns the last header with a specified name of this message.
getLastLocation() - Method in class org.apache.juneau.BeanTraverseSession
Returns information used to determine at what location in the parse a failure occurred.
getLastLocation() - Method in class org.apache.juneau.parser.ParserSession
Returns information used to determine at what location in the parse a failure occurred.
getLastModified() - Method in class org.apache.juneau.microservice.resources.DirectoryResource.FileResource
 
getLastModified() - Method in class org.apache.juneau.microservice.resources.LogsResource.FileResource
 
getLength() - Method in class org.apache.juneau.dto.atom.Link
Returns the length of the contents of the target of this link.
getLength() - Method in class org.apache.juneau.dto.cognos.Column
Bean property getter: length.
getLevel() - Method in class org.apache.juneau.rest.RestCallLoggerConfig
Returns the default logging level.
getLevel() - Method in class org.apache.juneau.rest.RestCallLoggerRule
Returns the log level.
getLicense() - Method in class org.apache.juneau.dto.swagger.Info
Bean property getter: license.
getLimit() - Method in class org.apache.juneau.pojotools.PageArgs
TODO
getLimit() - Method in class org.apache.juneau.utils.SearchArgs
The number of rows to return.
getLine() - Method in class org.apache.juneau.parser.Position
Returns the current line.
getLink() - Method in class org.apache.juneau.html.HtmlBeanPropertyMeta
Adds a hyperlink to this value in HTML.
getLinks() - Method in class org.apache.juneau.dto.atom.CommonEntry
Returns the list of links of this object.
getList(int) - Method in class org.apache.juneau.collections.OList
Shortcut for calling get(index, OList.class).
getList(String) - Method in class org.apache.juneau.collections.OMap
Returns the specified entry value converted to a OList.
getList(String, OList) - Method in class org.apache.juneau.collections.OMap
Returns the specified entry value converted to a OList.
getList(String, boolean) - Method in class org.apache.juneau.collections.OMap
Same as OMap.getList(String) but creates a new empty OList if it doesn't already exist.
getList(String) - Method in class org.apache.juneau.config.Config
Convenience method for returning a config entry as an OList.
getList(String, OList) - Method in class org.apache.juneau.config.Config
Convenience method for returning a config entry as an OList.
getList(int) - Method in class org.apache.juneau.ObjectList
Shortcut for calling get(index, List.class).
getList(int, Class<E>) - Method in class org.apache.juneau.ObjectList
Same as ObjectList.getList(int) except converts the elements to the specified types.
getList(String) - Method in class org.apache.juneau.ObjectMap
Returns the specified entry value converted to a List.
getList(String, List<?>) - Method in class org.apache.juneau.ObjectMap
Returns the specified entry value converted to a List.
getList(String, Class<E>, List<E>) - Method in class org.apache.juneau.ObjectMap
Same as ObjectMap.getList(String, List) except converts the elements to the specified types.
getList(String) - Method in class org.apache.juneau.utils.PojoRest
Returns the specified entry value converted to a List.
getList(String, List<?>) - Method in class org.apache.juneau.utils.PojoRest
Returns the specified entry value converted to a List.
getListener() - Method in class org.apache.juneau.parser.Parser
Parser listener.
getListener(Class<T>) - Method in class org.apache.juneau.parser.ParserSession
Returns the listener associated with this session.
getListener() - Method in class org.apache.juneau.parser.ParserSession
Returns the listener associated with this session.
getListener() - Method in class org.apache.juneau.serializer.Serializer
Serializer listener.
getListener(Class<T>) - Method in class org.apache.juneau.serializer.SerializerSession
Returns the listener associated with this session.
getListener() - Method in class org.apache.juneau.serializer.SerializerSession
Returns the listener associated with this session.
getListenerClass() - Method in class org.apache.juneau.parser.ParserSession
Configuration property: Parser listener.
getListeners() - Method in class org.apache.juneau.config.internal.ConfigMap
Returns the listeners currently associated with this config map.
getListProperty(String, Class<T>) - Method in class org.apache.juneau.Context
Returns the list property with the specified name.
getListProperty(String, Class<T>, List<T>) - Method in class org.apache.juneau.Context
Returns the list property with the specified name.
getListProperty(String, Class<T>) - Method in class org.apache.juneau.PropertyStore
Returns the list property with the specified name.
getListProperty(String, Class<T>, List<T>) - Method in class org.apache.juneau.PropertyStore
Returns the list property with the specified name.
getLocalAddr() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getLocalAddr() - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Returns the local address value to set on the underlying HttpServletRequest object.
getLocalAddr() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getLocale() - Method in class org.apache.juneau.rest.client2.RestResponse
Obtains the locale of this response.
getLocale() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getLocale() - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
getLocale() - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Returns the locale to set on the underlying HttpServletRequest object.
getLocale() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getLocale() - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
getLocale() - Method in class org.apache.juneau.rest.RestRequest
 
getLocale() - Method in class org.apache.juneau.Session
Configuration property: Locale.
getLocales() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getLocales() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getLocales() - Method in class org.apache.juneau.rest.RestRequest
 
getLocalName() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getLocalName() - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Returns the local name value to set on the underlying HttpServletRequest object.
getLocalName() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getLocalName() - Method in class org.apache.juneau.xml.XmlReader
 
getLocalPort() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getLocalPort() - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Returns the local port value to set on the underlying HttpServletRequest object.
getLocalPort() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getLocation() - Method in class org.apache.juneau.http.response.Found
 
getLocation() - Method in class org.apache.juneau.http.response.MovedPermanently
 
getLocation() - Method in class org.apache.juneau.http.response.PermanentRedirect
 
getLocation() - Method in class org.apache.juneau.http.response.SeeOther
 
getLocation() - Method in class org.apache.juneau.http.response.TemporaryRedirect
 
getLocation() - Method in class org.apache.juneau.rest.response.Found
Deprecated.
 
getLocation() - Method in class org.apache.juneau.rest.response.MovedPermanently
Deprecated.
 
getLocation() - Method in class org.apache.juneau.rest.response.PermanentRedirect
Deprecated.
 
getLocation() - Method in class org.apache.juneau.rest.response.SeeOther
Deprecated.
 
getLocation() - Method in class org.apache.juneau.rest.response.TemporaryRedirect
Deprecated.
 
getLocation() - Method in class org.apache.juneau.xml.XmlReader
 
getLogEntryPattern() - Method in class org.apache.juneau.microservice.resources.LogEntryFormatter
Returns the regular expression pattern used for matching log entries.
getLogger(Class<?>) - Static method in class org.apache.juneau.internal.JuneauLogger
Deprecated.
Get logger for specified class.
getLogger(String) - Static method in class org.apache.juneau.internal.JuneauLogger
Deprecated.
Get logger for specified class.
getLogger(Class<?>, String) - Static method in class org.apache.juneau.internal.JuneauLogger
Deprecated.
Get logger for specified class using the specified resource bundle name.
getLogger(String, String) - Static method in class org.apache.juneau.internal.JuneauLogger
Deprecated.
Get logger with specified name using the specified resource bundle name.
getLogger(Logger) - Static method in class org.apache.juneau.internal.JuneauLogger
Deprecated.
Wrap the specified logger
getLogger() - Method in class org.apache.juneau.microservice.Microservice
Returns the logger for this microservice.
getLogger() - Method in class org.apache.juneau.rest.BasicRestCallLogger
Returns the Java logger used for logging.
getLogger() - Method in class org.apache.juneau.rest.BasicRestLogger
Deprecated.
Returns the Java logger used for logging.
getLogger() - Method in class org.apache.juneau.rest.RestContext
Deprecated.
getLogger() - Method in class org.apache.juneau.rest.RestRequest
Deprecated.
getLoggerName() - Method in class org.apache.juneau.rest.BasicRestCallLogger
Returns the logger name.
getLoggerName() - Method in class org.apache.juneau.rest.BasicRestLogger
Deprecated.
Returns the logger name.
getLogo() - Method in class org.apache.juneau.dto.atom.Feed
Returns the feed logo.
getLogo() - Method in class org.apache.juneau.dto.atom.Source
Returns the logo of this source.
getLong(int) - Method in class org.apache.juneau.collections.OList
Shortcut for calling get(index, Long.class).
getLong(String) - Method in class org.apache.juneau.collections.OMap
Returns the specified entry value converted to a Long.
getLong(String, Long) - Method in class org.apache.juneau.collections.OMap
Returns the specified entry value converted to a Long.
getLong(String) - Method in class org.apache.juneau.config.Config
Convenience method for getting long config values.
getLong(String, long) - Method in class org.apache.juneau.config.Config
Same as Config.getLong(String) but returns a default value if not set.
getLong(int) - Method in class org.apache.juneau.ObjectList
Shortcut for calling get(index, Long.class).
getLong(String) - Method in class org.apache.juneau.ObjectMap
Returns the specified entry value converted to a Long.
getLong(String, Long) - Method in class org.apache.juneau.ObjectMap
Returns the specified entry value converted to a Long.
getLong(TemporalField) - Method in class org.apache.juneau.transforms.DefaultingTemporalAccessor
 
getLong(String) - Method in class org.apache.juneau.utils.PojoRest
Returns the specified entry value converted to a Long.
getLong(String, Long) - Method in class org.apache.juneau.utils.PojoRest
Returns the specified entry value converted to a Long.
getLongProperty(String, Long) - Method in class org.apache.juneau.Context
Shortcut for calling getProperty(key, Long.class, def).
getManifest() - Method in class org.apache.juneau.microservice.Microservice
Returns the main jar manifest file contents as a simple OMap.
getMap(int) - Method in class org.apache.juneau.collections.OList
Shortcut for calling get(index, OMap.class).
getMap(String) - Method in class org.apache.juneau.collections.OMap
Returns the specified entry value converted to a Map.
getMap(String, OMap) - Method in class org.apache.juneau.collections.OMap
Returns the specified entry value converted to a OMap.
getMap(String, boolean) - Method in class org.apache.juneau.collections.OMap
Same as OMap.getMap(String) but creates a new empty OMap if it doesn't already exist.
getMap(String) - Method in class org.apache.juneau.config.Config
Convenience method for returning a config entry as an OMap.
getMap(String, OMap) - Method in class org.apache.juneau.config.Config
Convenience method for returning a config entry as an OMap.
getMap(String) - Method in class org.apache.juneau.config.store.ConfigStore
Returns a map file containing the parsed contents of a configuration.
getMap(int) - Method in class org.apache.juneau.ObjectList
Shortcut for calling get(index, Map.class).
getMap(int, Class<K>, Class<V>) - Method in class org.apache.juneau.ObjectList
Same as ObjectList.getMap(int) except converts the keys and values to the specified types.
getMap(String) - Method in class org.apache.juneau.ObjectMap
Returns the specified entry value converted to a Map.
getMap(String, Map<?, ?>) - Method in class org.apache.juneau.ObjectMap
Returns the specified entry value converted to a Map.
getMap(String, Class<K>, Class<V>, Map<K, V>) - Method in class org.apache.juneau.ObjectMap
Same as ObjectMap.getMap(String, Map) except converts the keys and values to the specified types.
getMap(String) - Method in class org.apache.juneau.utils.PojoRest
Returns the specified entry value converted to a Map.
getMap(String, Map<?, ?>) - Method in class org.apache.juneau.utils.PojoRest
Returns the specified entry value converted to a Map.
getMapProperty(String, Class<T>) - Method in class org.apache.juneau.Context
Returns the map property with the specified name.
getMapProperty(String, Class<T>) - Method in class org.apache.juneau.PropertyStore
Returns the map property with the specified name.
getMarked() - Method in class org.apache.juneau.parser.ParserReader
Returns the contents of the reusable character buffer as a string, and resets the buffer for next usage.
getMarked(int, int) - Method in class org.apache.juneau.parser.ParserReader
Same as ParserReader.getMarked() except allows you to specify offsets into the buffer.
getMatching() - Method in class org.apache.juneau.reflect.MethodInfo
Finds all declared methods with the same name and arguments on all superclasses and interfaces.
getMatchingArgs(Class<?>[], Object...) - Static method in class org.apache.juneau.internal.ClassUtils
Matches arguments to a list of parameter types.
getMatchingArgs(List<ClassInfo>, Object...) - Static method in class org.apache.juneau.internal.ClassUtils
Matches arguments to a list of parameter types.
getMatchingParentFirst() - Method in class org.apache.juneau.reflect.MethodInfo
Convenience method for retrieving values in MethodInfo.getMatching() in parent-to-child order.
getMatchPattern(String) - Static method in class org.apache.juneau.internal.StringUtils
Converts a string containing "*" meta characters with a regular expression pattern.
getMatchPattern(String, int) - Static method in class org.apache.juneau.internal.StringUtils
Converts a string containing "*" meta characters with a regular expression pattern.
getMaxDepth() - Method in class org.apache.juneau.BeanTraverseContext
Max traversal depth.
getMaxDepth() - Method in class org.apache.juneau.BeanTraverseSession
Configuration property: Max traversal depth.
getMaxForwards() - Method in class org.apache.juneau.rest.RequestHeaders
Returns the Max-Forwards header on the request.
getMaximum() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: maximum.
getMaximum() - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property getter: maximum.
getMaximum() - Method in class org.apache.juneau.dto.swagger.Items
Bean property getter: maximum.
getMaximum() - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property getter: maximum.
getMaximum() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property getter: maximum.
getMaximum() - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the maximum field of this schema.
getMaxInactiveInterval() - Method in class org.apache.juneau.rest.mock.MockHttpSession
Deprecated.
 
getMaxInactiveInterval() - Method in class org.apache.juneau.rest.mock2.MockHttpSession
 
getMaxIndent() - Method in class org.apache.juneau.serializer.WriterSerializer
Maximum indentation.
getMaxIndent() - Method in class org.apache.juneau.serializer.WriterSerializerSession
Configuration property: Maximum indentation.
getMaxItems() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: maxItems.
getMaxItems() - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property getter: maxItems.
getMaxItems() - Method in class org.apache.juneau.dto.swagger.Items
Bean property getter: maxItems.
getMaxItems() - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property getter: maxItems.
getMaxItems() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property getter: maxItems.
getMaxItems() - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the xxx field of this schema.
getMaxLength() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: maxLength.
getMaxLength() - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property getter: maxLength.
getMaxLength() - Method in class org.apache.juneau.dto.swagger.Items
Bean property getter: maxLength.
getMaxLength() - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property getter: maxLength.
getMaxLength() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property getter: maxLength.
getMaxLength() - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the xxx field of this schema.
getMaxProperties() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: maxProperties.
getMaxProperties() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property getter: maxProperties.
getMaxProperties() - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the xxx field of this schema.
getMaxTime() - Method in class org.apache.juneau.mstat.MethodExecStats
Returns the max execution time.
getMediaType() - Method in class org.apache.juneau.config.Config
 
getMediaType() - Method in class org.apache.juneau.parser.ParserMatch
Returns the media type of the parser that matched the HTTP Content-Type header value.
getMediaType() - Method in class org.apache.juneau.rest.RestResponse
Returns the Content-Type header stripped of the charset attribute if present.
getMediaType() - Method in class org.apache.juneau.serializer.SerializerMatch
Returns the media type of the serializers that matched the HTTP Accept header value.
getMediaType() - Method in class org.apache.juneau.Session
Configuration property: Media type.
getMediaType() - Method in interface org.apache.juneau.Streamable
Returns the serialized media type for this resource (e.g.
getMediaType() - Method in class org.apache.juneau.utils.StringMessage
 
getMediaType() - Method in class org.apache.juneau.utils.StringObject
 
getMediaType() - Method in class org.apache.juneau.utils.ZipFileList
 
getMediaType() - Method in interface org.apache.juneau.Writable
Returns the serialized media type for this resource (e.g.
getMediaTypeForName(String) - Method in class org.apache.juneau.rest.RestContext
Returns the media type for the specified file name.
getMediaTypeRanges() - Method in class org.apache.juneau.serializer.Serializer
Returns the media types handled based on the value of the accept parameter passed into the constructor.
getMediaTypes() - Method in class org.apache.juneau.parser.Parser
Returns the media types handled based on the values passed to the consumes constructor parameter.
getMessage(Throwable, String, String) - Static method in error org.apache.juneau.BasicAssertionError
Finds the message.
getMessage(Throwable, String, String) - Static method in exception org.apache.juneau.BasicRuntimeException
Finds the message.
getMessage() - Method in exception org.apache.juneau.ConfigException
 
getMessage() - Method in class org.apache.juneau.mstat.ExceptionInfo
TODO
getMessage(Throwable, String, String) - Static method in exception org.apache.juneau.rest.client.RestCallException
Deprecated.
Finds the message.
getMessage() - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
Returns the response message.
getMessage() - Method in class org.apache.juneau.rest.mock2.MockServletResponse
Returns the response message.
getMessage(String, Object...) - Method in class org.apache.juneau.rest.RestRequest
getMessage() - Method in interface org.apache.juneau.utils.MockHttpResponse
Deprecated.
Returns the status message of the response.
getMessages() - Method in class org.apache.juneau.rest.RestContext
Returns the resource bundle used by this resource.
getMessages() - Method in class org.apache.juneau.rest.RestRequest
Returns the resource bundle for the request locale.
getMeta() - Method in class org.apache.juneau.BeanMap
Returns the metadata associated with this bean map.
getMeta() - Method in class org.apache.juneau.BeanMapEntry
Returns the metadata about this bean property.
getMeta() - Method in class org.apache.juneau.BeanPropertyValue
Returns the bean property metadata.
getMeta() - Method in class org.apache.juneau.internal.DelegateBeanMap
 
getMeta() - Method in class org.apache.juneau.rest.client.remote.RemoteMethodBeanArg
Returns metadata on the request bean.
getMetaData() - Method in class org.apache.juneau.dto.cognos.DataSet
Bean property getter: metadata.
getMethod() - Method in class org.apache.juneau.mstat.MethodExecStats
Returns the method name of these stats.
getMethod(String, Class<?>...) - Method in class org.apache.juneau.reflect.ClassInfo
Returns the method with the specified method name and argument types.
getMethod() - Method in class org.apache.juneau.reflect.ParamInfo
Returns the method that this parameter belongs to.
getMethod() - Method in class org.apache.juneau.rest.client2.RestRequest
Returns the HTTP method this request uses, such as GET, PUT, POST, or other.
getMethod() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getMethod() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getMethod() - Method in class org.apache.juneau.rest.RestCall
Returns the HTTP method name.
getMethod() - Method in class org.apache.juneau.rest.RestRequest
Returns the method of this request.
getMethod(Method) - Method in class org.apache.juneau.rest.StatusStats
 
getMethodArgsSignature(Method, boolean) - Static method in class org.apache.juneau.internal.HttpUtils
Given a Java method, returns the arguments signature.
getMethodContexts() - Method in class org.apache.juneau.rest.RestContext
Returns the REST Java methods defined in this resource.
getMethodDescription(Method, RestRequest) - Method in class org.apache.juneau.rest.BasicRest
 
getMethodDescription(Method, RestRequest) - Method in class org.apache.juneau.rest.BasicRestInfoProvider
Returns the localized description of the specified java method on this servlet.
getMethodDescription(Method, RestRequest) - Method in interface org.apache.juneau.rest.RestInfoProvider
Returns the localized description of the specified java method on this servlet.
getMethodDescription() - Method in class org.apache.juneau.rest.RestRequest
Returns the localized method description.
getMethodDescription(Method, RestRequest) - Method in class org.apache.juneau.rest.RestServlet
 
getMethodExecStats(Method) - Method in class org.apache.juneau.rest.RestContext
Returns the time statistics gatherer for the specified method.
getMethodExecStats() - Method in class org.apache.juneau.rest.RestContext
Returns timing information on all method executions on this class.
getMethodExecStatsReport() - Method in class org.apache.juneau.rest.RestContext
Returns the timing information returned by RestContext.getMethodExecStats() in a readable format.
getMethodMeta(Method) - Method in class org.apache.juneau.http.remote.RrpcInterfaceMeta
Returns the metadata about the specified method on this interface proxy.
getMethodMeta(Method) - Method in class org.apache.juneau.rest.client.remote.RemoteMeta
Returns the metadata about the specified method on this resource proxy.
getMethodMetaByPath(String) - Method in class org.apache.juneau.http.remote.RrpcInterfaceMeta
Returns the metadata about the specified method on this interface proxy by the path defined on the method.
getMethodOn() - Method in class org.apache.juneau.reflect.AnnotationInfo
Returns the method where the annotation was found.
getMethodParamInfo() - Method in class org.apache.juneau.rest.RestMethodParam
Returns the parameter info.
getMethodProperties(Annotation[]) - Method in class org.apache.juneau.rest.jaxrs.BaseProvider
Returns properties defined on the specified method through the @RestMethod(properties) annotation specified on the method and the JuneauProvider.properties() annotation specified on the provider class.
getMethods() - Method in class org.apache.juneau.rest.StatusStats
 
getMethodsByPath() - Method in class org.apache.juneau.http.remote.RrpcInterfaceMeta
Returns a map of all methods on this interface proxy keyed by HTTP path.
getMethodStats() - Method in class org.apache.juneau.rest.RestContextStats
Returns statistics on all method executions.
getMethodSummary(Method, RestRequest) - Method in class org.apache.juneau.rest.BasicRest
 
getMethodSummary(Method, RestRequest) - Method in class org.apache.juneau.rest.BasicRestInfoProvider
Returns the localized summary of the specified java method on this servlet.
getMethodSummary(Method, RestRequest) - Method in interface org.apache.juneau.rest.RestInfoProvider
Returns the localized summary of the specified java method.
getMethodSummary() - Method in class org.apache.juneau.rest.RestRequest
Returns the localized method summary.
getMethodSummary(Method, RestRequest) - Method in class org.apache.juneau.rest.RestServlet
 
getMetrics() - Method in class org.apache.juneau.rest.client.mock.MockHttpClientConnection
Deprecated.
 
getMetrics() - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
getMinimum() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: minimum.
getMinimum() - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property getter: minimum.
getMinimum() - Method in class org.apache.juneau.dto.swagger.Items
Bean property getter: minimum.
getMinimum() - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property getter: minimum.
getMinimum() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property getter: minimum.
getMinimum() - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the minimum field of this schema.
getMinItems() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: minItems.
getMinItems() - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property getter: minItems.
getMinItems() - Method in class org.apache.juneau.dto.swagger.Items
Bean property getter: minItems.
getMinItems() - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property getter: minItems.
getMinItems() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property getter: minItems.
getMinItems() - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the xxx field of this schema.
getMinLength() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: minLength.
getMinLength() - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property getter: minLength.
getMinLength() - Method in class org.apache.juneau.dto.swagger.Items
Bean property getter: minLength.
getMinLength() - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property getter: minLength.
getMinLength() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property getter: minLength.
getMinLength() - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the xxx field of this schema.
getMinProperties() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: minProperties.
getMinProperties() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property getter: minProperties.
getMinProperties() - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the xxx field of this schema.
getMinTime() - Method in class org.apache.juneau.mstat.MethodExecStats
Returns the max execution time.
getModifiers() - Method in class org.apache.juneau.config.event.ConfigEvent
Returns the modifiers on this entry.
getModifiers() - Method in class org.apache.juneau.config.internal.ConfigEntry
Returns the modifiers for this entry.
getMsgPackBeanPropertyMeta(BeanPropertyMeta) - Method in interface org.apache.juneau.msgpack.MsgPackMetaProvider
Returns the language-specific metadata on the specified bean property.
getMsgPackBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.msgpack.MsgPackParser
 
getMsgPackBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.msgpack.MsgPackSerializer
 
getMsgPackClassMeta(ClassMeta<?>) - Method in interface org.apache.juneau.msgpack.MsgPackMetaProvider
Returns the language-specific metadata on the specified class.
getMsgPackClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.msgpack.MsgPackParser
 
getMsgPackClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.msgpack.MsgPackSerializer
 
getMultipleOf() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: multipleOf.
getMultipleOf() - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property getter: multipleOf.
getMultipleOf() - Method in class org.apache.juneau.dto.swagger.Items
Bean property getter: multipleOf.
getMultipleOf() - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property getter: multipleOf.
getMultipleOf() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property getter: multipleOf.
getMultipleOf() - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the xxx field of this schema.
getName() - Method in class org.apache.juneau.BeanPropertyMeta
Returns the name of this bean property.
getName() - Method in class org.apache.juneau.BeanPropertyValue
Returns the bean property name.
getName() - Method in class org.apache.juneau.ClassMeta
Shortcut for calling Class.getName() on the inner class of this metadata.
getName() - Method in class org.apache.juneau.config.Config
Returns the name associated with this config (usually a file name).
getName() - Method in class org.apache.juneau.dto.atom.Person
Returns the name of the person.
getName() - Method in class org.apache.juneau.dto.cognos.Column
Bean property getter: name.
getName() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: name.
getName() - Method in class org.apache.juneau.dto.LinkString
Bean property getter: name.
getName() - Method in class org.apache.juneau.dto.swagger.Contact
Bean property getter: name.
getName() - Method in class org.apache.juneau.dto.swagger.License
Bean property getter: name.
getName() - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property getter: name.
getName() - Method in class org.apache.juneau.dto.swagger.SecurityScheme
Bean property getter: name.
getName() - Method in class org.apache.juneau.dto.swagger.Tag
Bean property getter: name.
getName() - Method in class org.apache.juneau.dto.swagger.Xml
Bean property getter: name.
getName() - Method in class org.apache.juneau.examples.core.pojo.Pojo
 
getName() - Method in class org.apache.juneau.examples.rest.command.EchoCommand
 
getName() - Method in interface org.apache.juneau.html.HtmlWidget
The name for this widget.
getName() - Method in class org.apache.juneau.http.BasicHeader
 
getName() - Method in class org.apache.juneau.http.BasicNameValuePair
 
getName() - Method in class org.apache.juneau.http.StringRange
Returns the name of this string range.
getName() - Method in class org.apache.juneau.httppart.HttpPart
 
getName() - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the name of the object described by this schema, for example the query or form parameter name.
getName() - Method in class org.apache.juneau.microservice.console.ConfigCommand
 
getName() - Method in class org.apache.juneau.microservice.console.ConsoleCommand
Returns the name of the command.
getName() - Method in class org.apache.juneau.microservice.console.ExitCommand
 
getName() - Method in class org.apache.juneau.microservice.console.HelpCommand
 
getName() - Method in class org.apache.juneau.microservice.console.RestartCommand
 
getName() - Method in class org.apache.juneau.microservice.jetty.JettyLogger
 
getName() - Method in class org.apache.juneau.microservice.resources.DirectoryResource.FileResource
 
getName() - Method in class org.apache.juneau.microservice.resources.LogsResource.FileResource
 
getName() - Method in class org.apache.juneau.reflect.ClassInfo
Returns the name of the underlying class.
getName() - Method in class org.apache.juneau.reflect.FieldInfo
Returns the name of this field.
getName() - Method in class org.apache.juneau.reflect.ParamInfo
Returns the name of the parameter.
getName() - Method in class org.apache.juneau.rest.client.remote.RemoteMethodArg
Returns the name of the HTTP part.
getName() - Method in class org.apache.juneau.rest.client.SerializedNameValuePair
Deprecated.
 
getName() - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Gets the name of this pair.
getName() - Method in class org.apache.juneau.rest.helper.ResourceDescription
Returns the name field on this label.
getName() - Method in class org.apache.juneau.rest.RequestHeader
Gets the name of this pair.
getName() - Method in class org.apache.juneau.rest.RestMethodParam
Returns the parameter name for this parameter as shown in the Swagger doc.
getName() - Method in class org.apache.juneau.rest.widget.Widget
The widget key.
getName() - Method in class org.apache.juneau.svl.Var
Return the name of this variable.
getName() - Method in class org.apache.juneau.utils.MethodInvoker
Convenience method for calling inner().getName()
getName() - Method in class org.apache.juneau.xml.Namespace
Returns the namespace name.
getName() - Method in class org.apache.juneau.xml.XmlReader
 
getNameProperty() - Method in class org.apache.juneau.ClassMeta
Returns the method or field annotated with @NameProperty.
getNamePropertyName() - Method in class org.apache.juneau.BeanSession
Returns the name property name.
getNames() - Method in class org.apache.juneau.reflect.ClassInfo
Returns all possible names for this class.
getNamespace() - Method in class org.apache.juneau.dto.swagger.Xml
Bean property getter: namespace.
getNamespace() - Method in class org.apache.juneau.jena.RdfBeanPropertyMeta
Returns the RDF namespace associated with this bean property.
getNamespace() - Method in class org.apache.juneau.jena.RdfClassMeta
Returns the RDF namespace associated with this class.
getNamespace() - Method in class org.apache.juneau.xml.XmlBeanPropertyMeta
Returns the XML namespace associated with this bean property.
getNamespace() - Method in class org.apache.juneau.xml.XmlClassMeta
Returns the XML namespace associated with this class.
getNamespaceContext() - Method in class org.apache.juneau.xml.XmlReader
 
getNamespaceCount() - Method in class org.apache.juneau.xml.XmlReader
 
getNamespacePrefix(int) - Method in class org.apache.juneau.xml.XmlReader
 
getNamespaces() - Method in class org.apache.juneau.jena.RdfSerializer
Default namespaces.
getNamespaces() - Method in class org.apache.juneau.jena.RdfSerializerSession
Configuration property: Default namespaces.
getNamespaces() - Method in class org.apache.juneau.xml.XmlSerializer
Default namespaces.
getNamespaces() - Method in class org.apache.juneau.xml.XmlSerializerSession
Configuration property: Default namespaces.
getNamespaceURI() - Method in class org.apache.juneau.xml.XmlReader
 
getNamespaceURI(String) - Method in class org.apache.juneau.xml.XmlReader
 
getNamespaceURI(int) - Method in class org.apache.juneau.xml.XmlReader
 
getNav() - Method in class org.apache.juneau.html.HtmlDocSerializer
Nav section contents.
getNav() - Method in class org.apache.juneau.html.HtmlDocSerializerSession
Configuration property: Nav section contents.
getNavlinks() - Method in class org.apache.juneau.html.HtmlDocSerializer
Page navigation links.
getNavLinks() - Method in class org.apache.juneau.html.HtmlDocSerializerSession
Returns the HtmlDocSerializer.HTMLDOC_navlinks setting value in this context.
getNavlinks() - Method in class org.apache.juneau.html.HtmlDocSerializerSession
Configuration property: Page navigation links.
getNegotiatedOutputStream() - Method in class org.apache.juneau.rest.RestResponse
Equivalent to ServletResponse.getOutputStream(), except wraps the output stream if an Encoder was found that matched the Accept-Encoding header.
getNegotiatedWriter() - Method in class org.apache.juneau.rest.RestResponse
Equivalent to ServletResponse.getWriter(), except wraps the output stream if an Encoder was found that matched the Accept-Encoding header and sets the Content-Encoding header to the appropriate value.
getNoArgConstructor(Visibility) - Method in class org.apache.juneau.reflect.ClassInfo
Locates the no-arg constructor for this class.
getNoResultsMessage() - Method in class org.apache.juneau.html.HtmlDocSerializer
No-results message.
getNoResultsMessage() - Method in class org.apache.juneau.html.HtmlDocSerializerSession
Configuration property: No-results message.
getNormalClass() - Method in class org.apache.juneau.transform.PojoSwap
Returns the T class, the normalized form of the class.
getNot() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: not.
getNotABeanReason() - Method in class org.apache.juneau.ClassMeta
Returns the reason why this class is not a bean, or null if it is a bean.
getNotBeanClasses() - Method in class org.apache.juneau.BeanContext
Bean class exclusions.
getNotBeanClasses() - Method in class org.apache.juneau.BeanSession
Configuration property: Bean class exclusions.
getNotBeanPackagesNames() - Method in class org.apache.juneau.BeanContext
Bean package exclusions.
getNotBeanPackagesNames() - Method in class org.apache.juneau.BeanSession
Configuration property: Bean package exclusions.
getNotBeanPackagesPrefixes() - Method in class org.apache.juneau.BeanContext
Bean package exclusions.
getNotBeanPackagesPrefixes() - Method in class org.apache.juneau.BeanSession
Configuration property: Bean package exclusions.
getNumberedLines(String) - Static method in class org.apache.juneau.internal.StringUtils
Takes in a string, splits it by lines, and then prepends each line with line numbers.
getNumberedLines(String, int, int) - Static method in class org.apache.juneau.internal.StringUtils
Same as StringUtils.getNumberedLines(String) except only returns the specified lines.
getObject(String, Type, Type...) - Method in class org.apache.juneau.config.Config
Gets the entry with the specified key and converts it to the specified value.
getObject(String, Parser, Type, Type...) - Method in class org.apache.juneau.config.Config
Same as Config.getObject(String, Type, Type...) but allows you to specify the parser to use to parse the value.
getObject(String, Class<T>) - Method in class org.apache.juneau.config.Config
Same as Config.getObject(String, Type, Type...) except optimized for a non-parameterized class.
getObject(String, Parser, Class<T>) - Method in class org.apache.juneau.config.Config
Same as Config.getObject(String, Class) but allows you to specify the parser to use to parse the value.
getObjectList(String) - Method in class org.apache.juneau.config.Config
Deprecated.
getObjectList(String, ObjectList) - Method in class org.apache.juneau.config.Config
getObjectList(int) - Method in class org.apache.juneau.ObjectList
Shortcut for calling get(index, ObjectList.class).
getObjectList(String) - Method in class org.apache.juneau.ObjectMap
Returns the specified entry value converted to a ObjectList.
getObjectList(String, ObjectList) - Method in class org.apache.juneau.ObjectMap
Returns the specified entry value converted to a ObjectList.
getObjectList(String, boolean) - Method in class org.apache.juneau.ObjectMap
Same as ObjectMap.getObjectList(String) but creates a new empty ObjectList if it doesn't already exist.
getObjectList(String) - Method in class org.apache.juneau.utils.PojoRest
Deprecated.
getObjectList(String, ObjectList) - Method in class org.apache.juneau.utils.PojoRest
Deprecated.
getObjectMap(String) - Method in class org.apache.juneau.config.Config
Deprecated.
getObjectMap(String, ObjectMap) - Method in class org.apache.juneau.config.Config
getObjectMap(int) - Method in class org.apache.juneau.ObjectList
Shortcut for calling get(index, ObjectMap.class).
getObjectMap(String) - Method in class org.apache.juneau.ObjectMap
Returns the specified entry value converted to a Map.
getObjectMap(String, ObjectMap) - Method in class org.apache.juneau.ObjectMap
Returns the specified entry value converted to a ObjectMap.
getObjectMap(String, boolean) - Method in class org.apache.juneau.ObjectMap
Same as ObjectMap.getObjectMap(String) but creates a new empty ObjectMap if it doesn't already exist.
getObjectMap(String) - Method in class org.apache.juneau.utils.PojoRest
Deprecated.
getObjectMap(String, ObjectMap) - Method in class org.apache.juneau.utils.PojoRest
getObjectWithDefault(String, T, Class<T>) - Method in class org.apache.juneau.config.Config
Gets the entry with the specified key and converts it to the specified value.
getObjectWithDefault(String, Parser, T, Class<T>) - Method in class org.apache.juneau.config.Config
Same as Config.getObjectWithDefault(String, Object, Class) but allows you to specify the parser to use to parse the value.
getObjectWithDefault(String, T, Type, Type...) - Method in class org.apache.juneau.config.Config
Gets the entry with the specified key and converts it to the specified value.
getObjectWithDefault(String, Parser, T, Type, Type...) - Method in class org.apache.juneau.config.Config
Same as Config.getObjectWithDefault(String, Object, Type, Type...) but allows you to specify the parser to use to parse the value.
getOccurrence() - Method in exception org.apache.juneau.rest.RestException
Deprecated.
getOList(String) - Method in class org.apache.juneau.utils.PojoRest
Returns the specified entry value converted to a OList.
getOList(String, OList) - Method in class org.apache.juneau.utils.PojoRest
Returns the specified entry value converted to a OList.
getOMap(String) - Method in class org.apache.juneau.utils.PojoRest
Returns the specified entry value converted to a Map.
getOMap(String, OMap) - Method in class org.apache.juneau.utils.PojoRest
Returns the specified entry value converted to a ObjectMap.
getOneOf() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: oneOf.
getOpenApiBeanPropertyMeta(BeanPropertyMeta) - Method in interface org.apache.juneau.oapi.OpenApiMetaProvider
Returns the language-specific metadata on the specified bean property.
getOpenApiBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.oapi.OpenApiParser
 
getOpenApiBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.oapi.OpenApiSerializer
 
getOpenApiClassMeta(ClassMeta<?>) - Method in interface org.apache.juneau.oapi.OpenApiMetaProvider
Returns the language-specific metadata on the specified class.
getOpenApiClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.oapi.OpenApiParser
 
getOpenApiClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.oapi.OpenApiSerializer
 
getOperation(String, String) - Method in class org.apache.juneau.dto.swagger.Swagger
Shortcut for calling getPaths().get(path).get(operation);
getOperationId() - Method in class org.apache.juneau.dto.swagger.Operation
Bean property getter: operationId.
getOptionalDefault() - Method in class org.apache.juneau.ClassMeta
If this is an Optional, returns an empty optional.
getOptionalType(ClassMeta<?>) - Method in class org.apache.juneau.BeanTraverseSession
Returns the inner type of an Optional.
getOptionalValue(Object) - Method in class org.apache.juneau.BeanTraverseSession
If the specified object is an Optional, returns the inner object.
getOptions(RestRequest) - Method in class org.apache.juneau.rest.BasicRest
[OPTIONS /*] - Show resource options.
getOptions(RestRequest) - Method in interface org.apache.juneau.rest.BasicRestMethods
[OPTIONS /*] - Show resource options.
getOptions(RestRequest) - Method in class org.apache.juneau.rest.BasicRestServlet
[OPTIONS /*] - Show resource options.
getOptions2(RestRequest) - Method in class org.apache.juneau.rest.BasicRest
[GET /options] - Show resource options.
getOptions2(RestRequest) - Method in interface org.apache.juneau.rest.BasicRestMethods
[GET /options] - Show resource options.
getOptions2(RestRequest) - Method in class org.apache.juneau.rest.BasicRestServlet
[GET /options] - Show resource options.
getOuter() - Method in class org.apache.juneau.parser.ParserSession
Returns the outer object used for instantiating top-level non-static member classes.
getOutput() - Method in class org.apache.juneau.rest.RestCall
Shortcut for calling getRestResponse().getOutput().
getOutput() - Method in class org.apache.juneau.rest.RestResponse
Returns the output that was set by calling RestResponse.setOutput(Object).
getOutput(Class<T>) - Method in class org.apache.juneau.rest.RestResponse
Returns this value cast to the specified class.
getOutput() - Method in class org.apache.juneau.utils.ProcBuilder
Run this command and returns the output as a simple string.
getOutputStream(OutputStream) - Method in class org.apache.juneau.encoders.Encoder
Converts the specified uncompressed output stream into an uncompressed stream.
getOutputStream(OutputStream) - Method in class org.apache.juneau.encoders.GzipEncoder
 
getOutputStream(OutputStream) - Method in class org.apache.juneau.encoders.IdentityEncoder
 
getOutputStream(String) - Method in class org.apache.juneau.internal.TeeOutputStream
Returns the output stream identified through the id parameter passed in through the TeeOutputStream.add(String, OutputStream, boolean) method.
getOutputStream(String) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Retrieves an output stream associated with an ID via RestCall.pipeTo(String, OutputStream, boolean)
getOutputStream() - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
getOutputStream() - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
getOutputStream() - Method in class org.apache.juneau.rest.RestResponse
 
getOutputStream() - Method in class org.apache.juneau.rest.util.CachingHttpServletResponse
 
getOutputStream() - Method in class org.apache.juneau.serializer.SerializerPipe
Wraps the specified output object inside an output stream.
getOutputStreamCalled() - Method in class org.apache.juneau.rest.RestResponse
Returns true if RestResponse.getOutputStream() has been called.
getPackage() - Method in class org.apache.juneau.reflect.ClassInfo
Returns the package of this class.
getPackageAnnotation(Class<T>) - Method in class org.apache.juneau.reflect.ClassInfo
Returns the specified annotation only if it's been declared on the package of this class.
getPackageAnnotationInfo(Class<T>) - Method in class org.apache.juneau.reflect.ClassInfo
Same as ClassInfo.getPackageAnnotation(Class) but returns the annotation wrapped in a AnnotationInfo.
getPackageOn() - Method in class org.apache.juneau.reflect.AnnotationInfo
Returns the package where the annotation was found.
getParam(int) - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns parameter information at the specified index.
getParamCount() - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns the number of parameters in this executable.
getParameter(String, String) - Method in class org.apache.juneau.dto.swagger.Operation
Returns the parameter with the specified type and name.
getParameter(String) - Method in class org.apache.juneau.http.header.BasicMediaTypeHeader
Returns a parameterized value of the header.
getParameter(String) - Method in class org.apache.juneau.http.MediaType
Returns the additional parameter on this media type.
getParameter(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getParameter(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getParameterAnnotations() - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns the parameter annotations on this executable.
getParameterAnnotations(int) - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns the parameter annotations on the parameter at the specified index.
getParameterInfo(String, String, String, String) - Method in class org.apache.juneau.dto.swagger.Swagger
Convenience method for calling getPath(path).get(method).getParameter(in,name);
getParameterMap() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getParameterMap() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getParameterNames() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getParameterNames() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getParameters() - Method in class org.apache.juneau.dto.swagger.Operation
Bean property getter: parameters.
getParameters() - Method in class org.apache.juneau.dto.swagger.Swagger
Bean property getter: parameters.
getParameters() - Method in class org.apache.juneau.http.header.BasicMediaTypeHeader
Returns the additional parameters on this media type.
getParameters() - Method in class org.apache.juneau.http.MediaType
Returns the additional parameters on this media type.
getParameterType(int, Class<?>) - Method in class org.apache.juneau.reflect.ClassInfo
Finds the real parameter type of this class.
getParameterType() - Method in class org.apache.juneau.reflect.ParamInfo
Returns the class type of this parameter.
getParameterType(Method, int) - Static method in class org.apache.juneau.Value
Returns the generic parameter type of the Value parameter at the specified position.
getParameterType(Type) - Static method in class org.apache.juneau.Value
Returns the generic parameter type of the Value type.
getParameterValues(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getParameterValues(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getParamFormat() - Method in class org.apache.juneau.uon.UonSerializer
Format to use for query/form-data/header values.
getParamFormat() - Method in class org.apache.juneau.uon.UonSerializerSession
Configuration property: Format to use for query/form-data/header values.
getParams() - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns the parameters defined on this executable.
getParams() - Method in class org.apache.juneau.rest.client2.RestClient
Deprecated.
getParams() - Method in class org.apache.juneau.rest.client2.RestRequest
Deprecated.
Use constructor parameters of configuration API provided by HttpClient.
getParams() - Method in class org.apache.juneau.rest.client2.RestResponse
Deprecated.
Use configuration classes provided org.apache.http.config and org.apache.http.client.config.
getParamType(int) - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns the parameter type of the parameter at the specified index.
getParamType() - Method in class org.apache.juneau.rest.RestMethodParam
Returns the swagger parameter type for this parameter as shown in the Swagger doc.
getParamTypes() - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns the parameter types on this executable.
getParent() - Method in class org.apache.juneau.reflect.ClassInfo
Returns the parent class.
getParentContext() - Method in class org.apache.juneau.rest.RestContext
Returns the parent resource context (if this resource was initialized from a parent).
getParentProperty() - Method in class org.apache.juneau.ClassMeta
Returns the method or field annotated with @ParentProperty.
getParentsChildFirst() - Method in class org.apache.juneau.reflect.ClassInfo
Returns a list including this class and all parent classes.
getParentsParentFirst() - Method in class org.apache.juneau.reflect.ClassInfo
Returns a list including this class and all parent classes.
getParsedType() - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the default parsed type for this schema.
getParser(HttpPartParser) - Method in class org.apache.juneau.httppart.bean.RequestBeanPropertyMeta
Deprecated.
getParser(HttpPartParserSession) - Method in class org.apache.juneau.httppart.bean.RequestBeanPropertyMeta
Returns the parser to use for parsing the bean property value.
getParser(HttpPartParser) - Method in class org.apache.juneau.httppart.bean.ResponseBeanPropertyMeta
Deprecated.
getParser(HttpPartParserSession) - Method in class org.apache.juneau.httppart.bean.ResponseBeanPropertyMeta
Returns the parser to use for parsing the bean property value.
getParser() - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the parser field of this schema.
getParser() - Method in class org.apache.juneau.marshall.Marshall
Returns the parser associated with this marshall.
getParser(String) - Method in class org.apache.juneau.parser.ParserGroup
Same as ParserGroup.getParserMatch(String) but returns just the matched parser.
getParser(MediaType) - Method in class org.apache.juneau.parser.ParserGroup
Same as ParserGroup.getParserMatch(MediaType) but returns just the matched parser.
getParser() - Method in class org.apache.juneau.parser.ParserMatch
Returns the parser that matched the HTTP Content-Type header value.
getParser() - Method in class org.apache.juneau.rest.RequestBody
Returns the parser matching the request Content-Type header.
getParserMatch(String) - Method in class org.apache.juneau.parser.ParserGroup
Searches the group for a parser that can handle the specified Content-Type header value.
getParserMatch(MediaType) - Method in class org.apache.juneau.parser.ParserGroup
Same as ParserGroup.getParserMatch(String) but matches using a MediaType instance.
getParserMatch() - Method in class org.apache.juneau.rest.RequestBody
Returns the parser and media type matching the request Content-Type header.
getParserReader() - Method in class org.apache.juneau.parser.ParserPipe
Converts this pipe into a ParserReader.
getParsers() - Method in class org.apache.juneau.parser.ParserGroup
Returns the parsers in this group.
getParsers() - Method in class org.apache.juneau.rest.RestMethodContext
Bean property getter: parsers.
getParsers() - Method in class org.apache.juneau.rest.RestRequest
Returns the parsers associated with this request.
getParserSessionArgs() - Method in class org.apache.juneau.rest.RestRequest
Returns the session arguments to pass to parsers.
getPart(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getPart(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getPartName() - Method in class org.apache.juneau.httppart.bean.RequestBeanPropertyMeta
Returns the HTTP part name for this property (query parameter name for example).
getPartName() - Method in class org.apache.juneau.httppart.bean.ResponseBeanPropertyMeta
Returns the HTTP part name for this property (the query parameter name for example).
getPartParser() - Method in class org.apache.juneau.rest.RestContext
Returns the HTTP-part parser associated with this resource.
getPartParser() - Method in class org.apache.juneau.rest.RestMethodContext
Bean property getter: partParser.
getPartParser() - Method in class org.apache.juneau.rest.RestRequest
Returns the part serializer associated with this request.
getParts() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getParts() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getParts() - Method in class org.apache.juneau.rest.util.UrlPathInfo
Returns the path parts.
getPartSerializer() - Method in class org.apache.juneau.httppart.bean.ResponseBeanMeta
Returns the part serializer to use to serialize this response.
getPartSerializer() - Method in class org.apache.juneau.rest.RestContext
Returns the HTTP-part serializer associated with this resource.
getPartSerializer() - Method in class org.apache.juneau.rest.RestMethodContext
Bean property getter: partSerializer.
getPartSerializer() - Method in class org.apache.juneau.rest.RestRequest
Returns the part serializer associated with this request.
getPartType() - Method in class org.apache.juneau.httppart.bean.RequestBeanPropertyMeta
Returns the HTTP part type for this property (query parameter for example).
getPartType() - Method in class org.apache.juneau.httppart.bean.ResponseBeanPropertyMeta
Returns the HTTP part type for this property (query parameter for example).
getPartType() - Method in class org.apache.juneau.rest.client.remote.RemoteMethodArg
Returns the HTTP part type.
getPartType() - Method in class org.apache.juneau.rest.ResponsePartMeta
Returns the part type.
getPath(String) - Method in class org.apache.juneau.dto.swagger.Swagger
Shortcut for calling getPaths().get(path);
getPath() - Method in class org.apache.juneau.http.remote.RrpcInterfaceMeta
Returns the HTTP path of this interface.
getPath() - Method in class org.apache.juneau.http.remote.RrpcInterfaceMethodMeta
Returns the HTTP path of this method.
getPath() - Method in class org.apache.juneau.rest.RestContext
Returns the path for this resource as defined by the @Rest(path) annotation or RestContextBuilder.path(String) method concatenated with those on all parent classes.
getPath() - Method in class org.apache.juneau.rest.RestContextBuilder
Returns the REST path defined on this builder.
getPath(String) - Method in class org.apache.juneau.rest.RestRequest
Shortcut for calling getPathMatch().get(name).
getPath() - Method in class org.apache.juneau.rest.RestServlet
Returns the path defined on this servlet if it's defined via Rest.path().
getPath() - Method in class org.apache.juneau.rest.util.UrlPathInfo
Returns the raw path passed into this object.
getPathArgs() - Method in class org.apache.juneau.rest.client.remote.RemoteMethodMeta
Returns the @Path annotated arguments on this Java method.
getPathInfo() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getPathInfo() - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Returns the path-info value to set on the underlying HttpServletRequest object.
getPathInfo() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getPathInfo() - Method in class org.apache.juneau.rest.RestCall
Shortcut for calling getRequest().getPathInfo().
getPathInfoUndecoded() - Method in class org.apache.juneau.rest.RestCall
Same as RestCall.getPathInfo() but doesn't decode encoded characters.
getPathInfoUndecoded(HttpServletRequest) - Static method in class org.apache.juneau.rest.util.RestUtils
Identical to HttpServletRequest.getPathInfo() but doesn't decode encoded characters.
getPathMatch() - Method in class org.apache.juneau.rest.RestRequest
Request path match.
getPathRemainder() - Method in class org.apache.juneau.rest.RestRequest
Shortcut for calling getPathMatch().getRemainder().
getPaths() - Method in class org.apache.juneau.dto.swagger.Swagger
Bean property getter: paths.
getPathTranslated() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getPathTranslated() - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Returns the path-translated value to set on the underlying HttpServletRequest object.
getPathTranslated() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getPathVars() - Method in class org.apache.juneau.rest.RestCall
Returns resolved @Resource(path) variable values on this call.
getPattern() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: pattern.
getPattern() - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property getter: pattern.
getPattern() - Method in class org.apache.juneau.dto.swagger.Items
Bean property getter: pattern.
getPattern() - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property getter: pattern.
getPattern() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property getter: pattern.
getPattern() - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the xxx field of this schema.
getPattern() - Method in class org.apache.juneau.rest.client.ResponsePattern
Deprecated.
Returns the pattern passed in through the constructor.
getPatternProperties() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: patternProperties.
getPIData() - Method in class org.apache.juneau.xml.XmlReader
 
getPipe() - Method in class org.apache.juneau.xml.XmlReader
Returns the pipe passed into the constructor.
getPITarget() - Method in class org.apache.juneau.xml.XmlReader
 
getPlainTextBeanPropertyMeta(BeanPropertyMeta) - Method in interface org.apache.juneau.plaintext.PlainTextMetaProvider
Returns the language-specific metadata on the specified bean property.
getPlainTextBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.plaintext.PlainTextParser
 
getPlainTextBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.plaintext.PlainTextSerializer
 
getPlainTextClassMeta(ClassMeta<?>) - Method in interface org.apache.juneau.plaintext.PlainTextMetaProvider
Returns the language-specific metadata on the specified class.
getPlainTextClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.plaintext.PlainTextParser
 
getPlainTextClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.plaintext.PlainTextSerializer
 
getPojoClass() - Method in class org.apache.juneau.transform.BuilderSwap
The POJO class.
getPort() - Method in class org.apache.juneau.microservice.jetty.JettyMicroservice
Returns the port that this microservice started up on.
getPosition() - Method in class org.apache.juneau.parser.ParserInputStream
 
getPosition() - Method in class org.apache.juneau.parser.ParserReader
 
getPosition() - Method in class org.apache.juneau.parser.ParserSession
Returns the current position into the reader or input stream.
getPosition() - Method in class org.apache.juneau.parser.Position
Returns the current byte position.
getPosition() - Method in interface org.apache.juneau.parser.Positionable
Returns the current position in a reader or input stream.
getPosition() - Method in class org.apache.juneau.pojotools.PageArgs
TODO
getPosition() - Method in class org.apache.juneau.utils.SearchArgs
The first-row position.
getPosition() - Method in class org.apache.juneau.xml.XmlReader
 
getPragma() - Method in class org.apache.juneau.rest.RequestHeaders
Returns the Pragma header on the request.
getPrefix() - Method in class org.apache.juneau.dto.swagger.Xml
Bean property getter: prefix.
getPrefix() - Method in class org.apache.juneau.rest.util.UrlPathPatternMatch
Returns the part of the URL that the pattern matched against.
getPrefix() - Method in class org.apache.juneau.xml.XmlReader
 
getPreLines() - Method in class org.apache.juneau.config.event.ConfigEvent
Returns the section or entry lines.
getPreLines() - Method in class org.apache.juneau.config.internal.ConfigEntry
Returns the pre-lines of this entry.
getPreLines(String) - Method in class org.apache.juneau.config.internal.ConfigMap
Returns the pre-lines on the specified section.
getPrimaryMediaType() - Method in class org.apache.juneau.parser.Parser
Returns the first media type handled based on the values passed to the consumes constructor parameter.
getPrimaryMediaType() - Method in class org.apache.juneau.serializer.Serializer
Returns the first entry in the accept parameter passed into the constructor.
getPrimitiveDefault() - Method in class org.apache.juneau.ClassMeta
Returns the default value for primitives such as int or Integer.
getPrimitiveDefault() - Method in class org.apache.juneau.reflect.ClassInfo
Returns the default value for this primitive class.
getPrimitiveForWrapper() - Method in class org.apache.juneau.reflect.ClassInfo
If this class is a primitive wrapper (e.g.
getPrimitiveWrapper() - Method in class org.apache.juneau.reflect.ClassInfo
If this class is a primitive (e.g.
getProduces() - Method in class org.apache.juneau.dto.swagger.Operation
Bean property getter: produces.
getProduces() - Method in class org.apache.juneau.dto.swagger.Swagger
Bean property getter: produces.
getProduces() - Method in class org.apache.juneau.rest.RestContext
Returns the explicit list of supported accept types for this resource.
getProduces() - Method in class org.apache.juneau.rest.RestRequest
Returns the media types that are valid for Accept headers on the request.
getProperties() - Method in class org.apache.juneau.BeanMap
Returns a simple collection of properties for this bean map.
getProperties() - Method in class org.apache.juneau.BeanPropertyMeta
Returns the override list of properties defined through a @Beanp(bpi) annotation on this property.
getProperties() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: properties.
getProperties() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property getter: properties.
getProperties() - Method in class org.apache.juneau.httppart.bean.RequestBeanMeta
Returns all the annotated methods on this bean.
getProperties() - Method in class org.apache.juneau.httppart.bean.ResponseBeanMeta
Returns all the annotated methods on this bean.
getProperties() - Method in class org.apache.juneau.internal.DelegateBeanMap
 
getProperties() - Method in class org.apache.juneau.rest.client2.RestRequest
 
getProperties() - Method in class org.apache.juneau.rest.RestContext
Returns the class-level properties associated with this servlet.
getProperties() - Method in class org.apache.juneau.rest.RestContextBuilder
Returns the configuration properties for this resource.
getProperties() - Method in class org.apache.juneau.rest.RestRequest
Deprecated.
getProperties() - Method in class org.apache.juneau.rest.RestResponse
Deprecated.
getProperties() - Method in class org.apache.juneau.rest.RestServlet
Convenience method for calling getContext().getProperties();
getProperties() - Method in class org.apache.juneau.Session
Returns the session properties.
getProperty(String) - Method in class org.apache.juneau.BeanMap
Returns the specified property on this bean map.
getProperty(String) - Method in class org.apache.juneau.Context
Returns the raw property value with the specified name.
getProperty(String, Class<T>, T) - Method in class org.apache.juneau.Context
Returns the property value with the specified name.
getProperty(String) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Returns the property with the specified name.
getProperty(String, boolean) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Returns the property with the specified name.
getProperty(String) - Method in class org.apache.juneau.httppart.bean.RequestBeanMeta
Returns metadata about the bean property with the specified property name.
getProperty(String) - Method in class org.apache.juneau.httppart.bean.ResponseBeanMeta
Returns metadata about the bean property with the specified method getter name.
getProperty(String) - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the schema information for the specified property.
getProperty(String) - Method in class org.apache.juneau.PropertyStore
Returns the raw property value with the specified name.
getProperty(String, Class<T>, T) - Method in class org.apache.juneau.PropertyStore
Returns the property value with the specified name.
getProperty(String) - Method in class org.apache.juneau.Session
Returns the session property with the specified key.
getProperty(String, Class<T>, T) - Method in class org.apache.juneau.Session
Returns the session property with the specified key and type.
getProperty(String, Class<T>, T...) - Method in class org.apache.juneau.Session
Same as Session.getProperty(String, Class, Object) but allows for more than one default value.
getProperty(String) - Method in class org.apache.juneau.SessionArgs
Returns a property on this session.
getProperty(String) - Method in class org.apache.juneau.xml.XmlReader
 
getPropertyKeys(String) - Method in class org.apache.juneau.Context
Returns the keys found in the specified property group.
getPropertyKeys(String) - Method in class org.apache.juneau.PropertyStore
Returns the keys found in the specified property group.
getPropertyKeys() - Method in class org.apache.juneau.Session
Returns the session property keys.
getPropertyMeta(String) - Method in class org.apache.juneau.BeanMap
Returns the metadata on the specified property.
getPropertyMeta(String) - Method in class org.apache.juneau.BeanMeta
Returns metadata about the specified property.
getPropertyMeta(String) - Method in class org.apache.juneau.xml.XmlBeanMeta
Returns bean property meta with the specified name.
getPropertyMetas() - Method in class org.apache.juneau.BeanMeta
Returns the metadata on all properties associated with this bean.
getPropertyMetas(String...) - Method in class org.apache.juneau.BeanMeta
Returns the metadata on the specified list of properties.
getPropertyName(String) - Method in interface org.apache.juneau.PropertyNamer
Convert the specified default property name to some other value.
getPropertyName(String) - Method in class org.apache.juneau.PropertyNamerDefault
 
getPropertyName(String) - Method in class org.apache.juneau.PropertyNamerDLC
 
getPropertyName(String) - Method in class org.apache.juneau.PropertyNamerULC
 
getPropertyName() - Method in class org.apache.juneau.reflect.MethodInfo
Returns the bean property name if this is a getter or setter.
getPropertyNamer() - Method in class org.apache.juneau.BeanContext
Bean property namer.
getPropertyNamer() - Method in class org.apache.juneau.BeanSession
Configuration property: Bean property namer.
getPropertyNamer() - Method in class org.apache.juneau.transform.BeanFilter
Returns the PropertyNamer associated with the bean to tailor the names of bean properties.
getPropertyStore() - Method in class org.apache.juneau.Context
Returns the property store associated with this context.
getPropertyStore() - Method in class org.apache.juneau.ContextBuilder
Returns a read-only snapshot of the current property store on this builder.
getPropertyStore() - Method in class org.apache.juneau.rest.RestRequest
Returns the PropertyStore for this request.
getPropertyStoreBuilder() - Method in class org.apache.juneau.ContextBuilder
Returns access to the inner property store builder.
getProtocol() - Method in class org.apache.juneau.microservice.jetty.JettyMicroservice
Returns whether this microservice is using "http" or "https".
getProtocol() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getProtocol() - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Returns the HTTP protocol value to set on the underlying HttpServletRequest object.
getProtocol() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getProtocolVersion() - Method in class org.apache.juneau.rest.client2.RestRequest
Returns the protocol version this message is compatible with.
getProtocolVersion() - Method in class org.apache.juneau.rest.client2.RestResponse
Returns the protocol version this message is compatible with.
getProxyAuthorization() - Method in class org.apache.juneau.rest.RequestHeaders
Returns the Proxy-Authorization header on the request.
getProxyFor() - Method in class org.apache.juneau.reflect.ClassInfo
Returns the class info of the proxied class.
getProxyInvocationHandler() - Method in class org.apache.juneau.ClassMeta
Returns the interface proxy invocation handler for this class.
getPublicConstructor(Class<?>...) - Method in class org.apache.juneau.reflect.ClassInfo
Returns the public constructor with the specified argument types.
getPublicConstructor(Object...) - Method in class org.apache.juneau.reflect.ClassInfo
Finds the public constructor that can take in the specified arguments.
getPublicConstructorFuzzy(Object...) - Method in class org.apache.juneau.reflect.ClassInfo
Finds the public constructor that can take in the specified arguments using fuzzy-arg matching.
getPublicConstructors() - Method in class org.apache.juneau.reflect.ClassInfo
Returns all the public constructors defined on this class.
getPublicField(String) - Method in class org.apache.juneau.reflect.ClassInfo
Returns the public field with the specified name.
getPublicFields() - Method in class org.apache.juneau.reflect.ClassInfo
Returns all public fields on this class.
getPublicMethod(String, Class<?>...) - Method in class org.apache.juneau.reflect.ClassInfo
Returns the public method with the specified method name and argument types.
getPublicMethods() - Method in class org.apache.juneau.ClassMeta
All public methods on this class including static methods.
getPublicMethods() - Method in class org.apache.juneau.reflect.ClassInfo
Returns all public methods on this class.
getPublicMethods(String) - Method in class org.apache.juneau.utils.PojoRest
Returns the list of available methods that can be passed to the PojoRest.invokeMethod(String, String, String) for the object addressed by the specified URL.
getPublished() - Method in class org.apache.juneau.dto.atom.Entry
Returns the publish timestamp of this entry.
getQuery() - Method in class org.apache.juneau.rest.RestRequest
Query parameters.
getQuery(String) - Method in class org.apache.juneau.rest.RestRequest
Shortcut for calling getQuery().getString(name).
getQueryArgs() - Method in class org.apache.juneau.rest.client.remote.RemoteMethodMeta
Returns the @Query annotated arguments on this Java method.
getQueryString() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getQueryString() - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Returns the query string to set on the underlying HttpServletRequest object.
getQueryString() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getQuoteChar() - Method in class org.apache.juneau.serializer.WriterSerializer
Quote character.
getQuoteChar() - Method in class org.apache.juneau.serializer.WriterSerializerSession
Configuration property: Quote character.
getQuoteChar() - Method in class org.apache.juneau.uon.UonSerializer
Quote character.
getQuoteChar() - Method in class org.apache.juneau.uon.UonSerializerSession
Configuration property: Quote character.
getQValue() - Method in class org.apache.juneau.http.MediaRange
Returns the 'q' (quality) value for this type, as described in Section 3.9 of RFC2616.
getQValue() - Method in class org.apache.juneau.http.StringRange
Returns the 'q' (quality) value for this type, as described in Section 3.9 of RFC2616.
getRange(int) - Method in class org.apache.juneau.http.header.BasicMediaRangeArrayHeader
Returns the MediaRange at the specified index.
getRange(int) - Method in class org.apache.juneau.http.header.BasicStringRangeArrayHeader
Returns the MediaRange at the specified index.
getRange(int) - Method in class org.apache.juneau.http.MediaRanges
Returns the MediaRange at the specified index.
getRange(int) - Method in class org.apache.juneau.http.StringRanges
Returns the MediaRange at the specified index.
getRange() - Method in class org.apache.juneau.rest.RequestHeaders
Returns the Range header on the request.
getRanges() - Method in class org.apache.juneau.http.header.BasicMediaRangeArrayHeader
Returns the media ranges that make up this object.
getRanges() - Method in class org.apache.juneau.http.header.BasicStringRangeArrayHeader
Returns the string ranges that make up this object.
getRanges() - Method in class org.apache.juneau.http.MediaRanges
Returns the media ranges that make up this object.
getRanges() - Method in class org.apache.juneau.http.StringRanges
Returns the string ranges that make up this object.
getRaw(Object) - Method in class org.apache.juneau.BeanMap
Same as BeanMap.get(Object) except bypasses the POJO filter associated with the bean property or bean filter associated with the bean class.
getRaw(BeanMap<?>, String) - Method in class org.apache.juneau.BeanPropertyMeta
Equivalent to calling BeanMap.getRaw(Object), but is faster since it avoids looking up the property meta.
getRawContent() - Method in class org.apache.juneau.http.BasicHttpEntity
Returns the raw content of this resource.
getRawExceptionTypes() - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns the raw exception types on this executable.
getRawGenericParamType(int) - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns the raw generic parameter type of the parameter at the specified index.
getRawGenericParamTypes() - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns the raw generic parameter types on this executable.
getRawOutput() - Method in class org.apache.juneau.serializer.SerializerPipe
Returns the raw output object passed into this session.
getRawParameter(int) - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns the raw Parameter object that represents the parameter at the specified index.
getRawParameters() - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns an array of raw Parameter objects that represent all the parameters to the underlying executable represented by this object.
getRawParamType(int) - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns the raw parameter type of the parameter at the specified index.
getRawParamTypes() - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns the raw parameter types on this executable.
getRawValue() - Method in class org.apache.juneau.http.BasicHeader
Returns the raw value of the header.
getRdfBeanMeta(BeanMeta<?>) - Method in interface org.apache.juneau.jena.RdfMetaProvider
Returns the language-specific metadata on the specified bean.
getRdfBeanMeta(BeanMeta<?>) - Method in class org.apache.juneau.jena.RdfParser
 
getRdfBeanMeta(BeanMeta<?>) - Method in class org.apache.juneau.jena.RdfParserSession
Returns the language-specific metadata on the specified bean.
getRdfBeanMeta(BeanMeta<?>) - Method in class org.apache.juneau.jena.RdfSerializer
 
getRdfBeanMeta(BeanMeta<?>) - Method in class org.apache.juneau.jena.RdfSerializerSession
Returns the language-specific metadata on the specified bean.
getRdfBeanPropertyMeta(BeanPropertyMeta) - Method in interface org.apache.juneau.jena.RdfMetaProvider
Returns the language-specific metadata on the specified bean property.
getRdfBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.jena.RdfParser
 
getRdfBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.jena.RdfParserSession
Returns the language-specific metadata on the specified bean property.
getRdfBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.jena.RdfSerializer
 
getRdfBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.jena.RdfSerializerSession
Returns the language-specific metadata on the specified bean property.
getRdfClassMeta(ClassMeta<?>) - Method in interface org.apache.juneau.jena.RdfMetaProvider
Returns the language-specific metadata on the specified class.
getRdfClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.jena.RdfParser
 
getRdfClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.jena.RdfParserSession
Returns the language-specific metadata on the specified class.
getRdfClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.jena.RdfSerializer
 
getRdfClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.jena.RdfSerializerSession
Returns the language-specific metadata on the specified class.
getReadableName() - Method in class org.apache.juneau.reflect.ClassInfo
Same as ClassInfo.getSimpleName() but uses "Array" instead of "[]".
getReader(URI) - Method in class org.apache.juneau.dto.jsonschema.JsonSchemaMap
Subclasses must implement either this method or JsonSchemaMap.load(URI) to load the schema with the specified URI.
getReader() - Method in class org.apache.juneau.parser.ParserPipe
Wraps the specified input object inside a reader.
getReader() - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Connects to the remote resource (if connect() hasn't already been called) and returns the HTTP response message body as a reader.
getReader() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getReader() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getReader() - Method in class org.apache.juneau.rest.RequestBody
Returns the HTTP body content as a Reader.
getReader() - Method in class org.apache.juneau.rest.RestRequest
Returns the HTTP body content as a Reader.
getReaderMutater() - Method in class org.apache.juneau.ClassMeta
Returns the transform for this class for creating instances from a Reader.
getReaderParser() - Method in class org.apache.juneau.rest.RequestBody
Returns the reader parser matching the request Content-Type header.
getReadOnly() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property getter: readOnly.
getRealPath(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getRealPath(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getReasonPhrase() - Method in class org.apache.juneau.rest.client2.RestResponse
Returns the status line reason phrase of the response.
getReasonPhrase(Mutable<String>) - Method in class org.apache.juneau.rest.client2.RestResponse
Same as RestResponse.getReasonPhrase() but sets the value in a mutable for fluent calls.
getRef() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: $ref.
getRef() - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property getter: $ref.
getRef() - Method in class org.apache.juneau.dto.swagger.Items
Bean property getter: $ref.
getRef() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property getter: $ref.
getReferer() - Method in class org.apache.juneau.rest.RequestHeaders
Returns the Referer header on the request.
getRel() - Method in class org.apache.juneau.dto.atom.Link
Returns the rel of this link.
getRemainder() - Method in class org.apache.juneau.rest.RequestPath
Returns the decoded remainder of the URL following any path pattern matches.
getRemainder() - Method in class org.apache.juneau.rest.util.UrlPathPatternMatch
Returns the remainder of the path after the pattern match has been made.
getRemainderUndecoded() - Method in class org.apache.juneau.rest.RequestPath
Same as RequestPath.getRemainder() but doesn't decode characters.
getRemote(Class<T>) - Method in class org.apache.juneau.rest.client.RestClient
Deprecated.
Create a new proxy interface against a 3rd-party REST interface.
getRemote(Class<T>, Object) - Method in class org.apache.juneau.rest.client.RestClient
Deprecated.
Same as RestClient.getRemote(Class) except explicitly specifies the URL of the REST interface.
getRemote(Class<T>, Object, Serializer, Parser) - Method in class org.apache.juneau.rest.client.RestClient
Deprecated.
Same as RestClient.getRemote(Class, Object) but allows you to override the serializer and parser used.
getRemote(Class<T>) - Method in class org.apache.juneau.rest.client2.RestClient
Create a new proxy interface against a 3rd-party REST interface.
getRemote(Class<T>, Object) - Method in class org.apache.juneau.rest.client2.RestClient
Same as RestClient.getRemote(Class) except explicitly specifies the URI of the REST interface.
getRemote(Class<T>, Object, Serializer, Parser) - Method in class org.apache.juneau.rest.client2.RestClient
Same as RestClient.getRemote(Class, Object) but allows you to override the serializer and parser used.
getRemoteAddr() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getRemoteAddr() - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Returns the remote address value to set on the underlying HttpServletRequest object.
getRemoteAddr() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getRemoteHost() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getRemoteHost() - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Returns the remote host value to set on the underlying HttpServletRequest object.
getRemoteHost() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getRemotePort() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getRemotePort() - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Returns the remote port value to set on the underlying HttpServletRequest object.
getRemotePort() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getRemoteResource(Class<T>) - Method in class org.apache.juneau.rest.client.RestClient
Deprecated.
getRemoteResource(Class<T>, Object) - Method in class org.apache.juneau.rest.client.RestClient
Deprecated.
getRemoteResource(Class<T>, Object, Serializer, Parser) - Method in class org.apache.juneau.rest.client.RestClient
Deprecated.
getRemoteUser() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getRemoteUser() - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Returns the remote user to set on the underlying HttpServletRequest object.
getRemoteUser() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getRender() - Method in class org.apache.juneau.html.HtmlBeanPropertyMeta
Returns the render class for rendering the style and contents of this property value in HTML.
getRender() - Method in class org.apache.juneau.html.HtmlClassMeta
Returns the @Html(render) annotation defined on the class.
getReporter() - Method in class org.apache.juneau.xml.XmlParser
XML reporter.
getReporter() - Method in class org.apache.juneau.xml.XmlParserSession
Configuration property: XML reporter.
getReqAttrs() - Method in class org.apache.juneau.rest.RestContext
Returns the default request attributes for this resource.
getReqDetail() - Method in class org.apache.juneau.rest.RestCallLoggerRule
Returns the detail level for HTTP requests.
getReqHeaders() - Method in class org.apache.juneau.rest.RestContext
Returns the default request headers for this resource.
getRequest() - Method in class org.apache.juneau.rest.BasicRest
Returns the current HTTP request.
getRequest() - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Returns access to the HttpUriRequest passed to HttpClient.execute(HttpUriRequest).
getRequest() - Method in class org.apache.juneau.rest.client2.RestResponse
Returns the request object that created this response object.
getRequest() - Method in class org.apache.juneau.rest.RestCall
Returns the HTTP servlet request of this REST call.
getRequest() - Method in class org.apache.juneau.rest.RestContext
Returns the HTTP request object for the current request.
getRequest(Class<T>) - Method in class org.apache.juneau.rest.RestRequest
Creates a proxy interface to retrieve HTTP parts of this request as a proxy bean.
getRequest(RequestBeanMeta) - Method in class org.apache.juneau.rest.RestRequest
Same as RestRequest.getRequest(Class) but used on pre-instantiated RequestBeanMeta objects.
getRequest() - Method in class org.apache.juneau.rest.RestServlet
Returns the current HTTP request.
getRequestArgs() - Method in class org.apache.juneau.rest.client.remote.RemoteMethodMeta
Returns the @Request annotated arguments on this Java method.
getRequestDispatcher(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getRequestDispatcher(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getRequestDispatcherMap() - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Returns the request dispatcher to set on the underlying HttpServletRequest obhject.
getRequestedSessionId() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getRequestedSessionId() - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Returns the requested session ID to set on the underlying HttpServletRequest object.
getRequestedSessionId() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getRequestLine() - Method in class org.apache.juneau.rest.client2.RestRequest
Returns the request line of this request.
getRequestURI() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getRequestURI() - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Returns the request URI to set on the underlying HttpServletRequest object.
getRequestURI() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getRequestURL() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getRequestURL() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getRequired() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: required.
getRequired() - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property getter: required.
getRequired() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property getter: required.
getResDetail() - Method in class org.apache.juneau.rest.RestCallLoggerRule
Returns the detail level for HTTP responses.
getResHeaders() - Method in class org.apache.juneau.rest.RestContext
Returns the default response headers for this resource.
getResolvedReturnType() - Method in class org.apache.juneau.reflect.MethodInfo
Returns the generic return type of this method as a ClassInfo object.
getResolver() - Method in class org.apache.juneau.xml.XmlParser
XML resolver.
getResolver() - Method in class org.apache.juneau.xml.XmlParserSession
Configuration property: XML resolver.
getResource(Class<T>, Parser, String) - Method in class org.apache.juneau.cp.ResourceManager
Reads the input stream and parses it into a POJO using the specified parser.
getResource(Class<T>, Parser, String, Locale) - Method in class org.apache.juneau.cp.ResourceManager
Reads the input stream and parses it into a POJO using the specified parser.
getResource() - Method in class org.apache.juneau.rest.RestContext
Returns the resource object.
getResource() - Method in class org.apache.juneau.rest.StatusStats
 
getResourceDescription() - Method in class org.apache.juneau.rest.RestRequest
Returns the localized resource description.
getResourceResolver() - Method in class org.apache.juneau.rest.RestContext
Returns the resource resolver associated with this context.
getResourceTitle() - Method in class org.apache.juneau.rest.RestRequest
Returns the localized resource title.
getResponse(Object) - Method in class org.apache.juneau.dto.swagger.Operation
Returns the response info with the given status code.
getResponse() - Method in class org.apache.juneau.rest.BasicRest
Returns the current HTTP response.
getResponse(Class<T>) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Same as RestCall.getResponse(Type, Type...) except optimized for a non-parameterized class.
getResponse(Type, Type...) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Parses HTTP body into the specified object type.
getResponse(ResponseBeanMeta) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Converts the response from this call into a response bean.
getResponse() - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Returns access to the HttpResponse returned by HttpClient.execute(HttpUriRequest).
getResponse() - Method in exception org.apache.juneau.rest.client2.RestCallException
Returns the HTTP response object that caused this exception.
getResponse() - Method in class org.apache.juneau.rest.RestCall
Returns the HTTP servlet response of this REST call.
getResponse() - Method in class org.apache.juneau.rest.RestContext
Returns the HTTP response object for the current request.
getResponse() - Method in class org.apache.juneau.rest.RestServlet
Returns the current HTTP response.
getResponseAsString() - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Connects to the remote resource (if connect() hasn't already been called) and returns the HTTP response message body as plain text.
getResponseAsStringFuture() - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Same as RestCall.getResponse(Class) but allows you to run the call asynchronously.
getResponseBeanMeta() - Method in class org.apache.juneau.rest.client.remote.RemoteMethodReturn
Returns schema information about the HTTP part.
getResponseBeanMeta(Object) - Method in class org.apache.juneau.rest.RestContext
If the specified object is annotated with Response, this returns the response metadata about that object.
getResponseBeanMeta(Object) - Method in class org.apache.juneau.rest.RestRequest
Returns metadata about the specified response object if it's annotated with @Response.
getResponseBody(Type, Type...) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Same as RestCall.getResponse(Type, Type...) but allows you to specify a part parser to use for parsing the response.
getResponseBodyMeta(Object) - Method in class org.apache.juneau.rest.RestRequest
Returns metadata about the specified response object if it's annotated with @ResponseBody.
getResponseCode() - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Connects to the remote resource (if connect() hasn't already been called) and returns the HTTP response code.
getResponseCode() - Method in exception org.apache.juneau.rest.client.RestCallException
Deprecated.
Returns the HTTP response status code.
getResponseCode() - Method in exception org.apache.juneau.rest.client2.RestCallException
Returns the HTTP response status code.
getResponseContentType() - Method in class org.apache.juneau.serializer.Serializer
Optional method that returns the response Content-Type for this serializer if it is different from the matched media type.
getResponseFuture(Class<T>) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Same as RestCall.getResponse(Class) but allows you to run the call asynchronously.
getResponseFuture(Type, Type...) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Same as RestCall.getResponse(Class) but allows you to run the call asynchronously.
getResponseHandlers() - Method in class org.apache.juneau.rest.RestContext
Returns the response handlers associated with this resource.
getResponseHeader(String) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Connects to the remote resource (if connect() hasn't already been called) and returns the value of an HTTP header on the response.
getResponseHeader(HttpPartParser, HttpPartSchema, String, Class<T>) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Same as RestCall.getResponseHeader(String) except parses the header value using the specified part parser and schema.
getResponseHeader(HttpPartParser, HttpPartSchema, String, Type, Type...) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Same as RestCall.getResponseHeader(String) except parses the header value using the specified part parser and schema.
getResponseHeaderMeta(Object) - Method in class org.apache.juneau.rest.RestRequest
Returns metadata about the specified response object if it's annotated with @ResponseHeader.
getResponseHeaders() - Method in class org.apache.juneau.serializer.SerializerSession
Optional method that specifies HTTP request headers for this serializer.
getResponseHeaders() - Method in class org.apache.juneau.soap.SoapXmlSerializerSession
 
getResponseInfo(String, String, Object) - Method in class org.apache.juneau.dto.swagger.Swagger
Shortcut for calling getPaths().get(path).get(operation).getResponse(status);
getResponseMessage() - Method in exception org.apache.juneau.rest.client.RestCallException
Deprecated.
Returns the HTTP response message body text.
getResponseMeta() - Method in class org.apache.juneau.rest.RestResponse
Returns the metadata about this response.
getResponsePojoRest(Class<?>) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Parses the output from the connection into the specified type and then wraps that in a PojoRest.
getResponsePojoRest() - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Converts the output from the connection into an OMap and then wraps that in a PojoRest.
getResponses() - Method in class org.apache.juneau.dto.swagger.Operation
Bean property getter: responses.
getResponses() - Method in class org.apache.juneau.dto.swagger.Swagger
Bean property getter: responses.
getResponseStatusMessage() - Method in exception org.apache.juneau.rest.client.RestCallException
Deprecated.
Returns the response status message as a plain string.
getRestMethodContext() - Method in class org.apache.juneau.rest.RestCall
Returns the method context of this call.
getRestRequest() - Method in interface org.apache.juneau.rest.client2.RestRequestCreated
Returns the RestRequest object that created the HttpRequest.
getRestRequest() - Method in class org.apache.juneau.rest.RestCall
Returns the REST request of this REST call.
getRestResponse() - Method in class org.apache.juneau.rest.RestCall
Returns the REST response of this REST call.
getRestServlet() - Method in class org.apache.juneau.rest.RestContext
Returns the resource object as a RestServlet.
getReturns() - Method in class org.apache.juneau.rest.client.remote.RemoteMethodMeta
Returns whether the method returns the HTTP response body or status code.
getReturnType() - Method in class org.apache.juneau.reflect.MethodInfo
Returns the generic return type of this method as a ClassInfo object.
getReturnType() - Method in class org.apache.juneau.rest.client.remote.RemoteMethodReturn
Returns the class type of the method return.
getReturnValue() - Method in class org.apache.juneau.rest.client.remote.RemoteMethodReturn
Specifies whether the return value is the body of the request or the HTTP status.
getRights() - Method in class org.apache.juneau.dto.atom.CommonEntry
Returns the rights statement of this object.
getRoles() - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Returns the user roles to set on the underlying HttpServletRequest object.
getRolesInExpression() - Method in class org.apache.juneau.rest.guards.RoleMatcher
Returns all the tokens used in this expression.
getRootCause() - Method in exception org.apache.juneau.http.exception.HttpException
Returns the root cause of this exception.
getRootCause() - Method in exception org.apache.juneau.parser.ParseException
Returns the highest-level ParseException in the stack trace.
getRootCause() - Method in exception org.apache.juneau.rest.RestException
Deprecated.
Returns the root cause of this exception.
getRootCause() - Method in exception org.apache.juneau.serializer.SerializeException
Returns the highest-level ParseException in the stack trace.
getRootDir() - Method in class org.apache.juneau.microservice.resources.DirectoryResource
Returns the root directory.
getRootObject() - Method in class org.apache.juneau.utils.PojoRest
The root object that was passed into the constructor of this method.
getRootRelativeContextRoot() - Method in class org.apache.juneau.UriContext
Returns the root-relative URI of the context portion of this URI context.
getRootRelativePathInfo() - Method in class org.apache.juneau.UriContext
Returns the root-relative URI of the path portion of this URI context.
getRootRelativePathInfoParent() - Method in class org.apache.juneau.UriContext
Returns the parent of the URL returned by UriContext.getRootRelativePathInfo().
getRootRelativeServletPath() - Method in class org.apache.juneau.UriContext
Returns the root-relative URI of the resource portion of this URI context.
getRootRelativeServletPathParent() - Method in class org.apache.juneau.UriContext
Returns the parent of the URL returned by UriContext.getRootRelativeServletPath().
getRootResources() - Method in class org.apache.juneau.examples.rest.springboot.App
 
getRootResources() - Method in class org.apache.juneau.microservice.springboot.template.App
 
getRrpcInterface(Class<T>) - Method in class org.apache.juneau.rest.client.RestClient
Deprecated.
Create a new Remote Interface against a @RemoteInterface-annotated class.
getRrpcInterface(Class<T>, Object) - Method in class org.apache.juneau.rest.client.RestClient
Deprecated.
Same as RestClient.getRrpcInterface(Class) except explicitly specifies the URL of the REST interface.
getRrpcInterface(Class<T>, Object, Serializer, Parser) - Method in class org.apache.juneau.rest.client.RestClient
Deprecated.
Same as RestClient.getRrpcInterface(Class, Object) but allows you to override the serializer and parser used.
getRrpcInterface(Class<T>) - Method in class org.apache.juneau.rest.client2.RestClient
Create a new proxy interface against an RRPC-style service.
getRrpcInterface(Class<T>, Object) - Method in class org.apache.juneau.rest.client2.RestClient
Same as RestClient.getRrpcInterface(Class) except explicitly specifies the URI of the REST interface.
getRrpcInterface(Class<T>, Object, Serializer, Parser) - Method in class org.apache.juneau.rest.client2.RestClient
Same as RestClient.getRrpcInterface(Class, Object) but allows you to override the serializer and parser used.
getRule(HttpServletRequest, HttpServletResponse) - Method in class org.apache.juneau.rest.RestCallLoggerConfig
Given the specified servlet request/response, find the rule that applies to it.
getRules() - Method in class org.apache.juneau.rest.RestCallLoggerConfig
Returns the rules defined in this config.
getRunning() - Method in class org.apache.juneau.mstat.MethodExecStats
Returns the number currently running method invocations.
getRuns() - Method in class org.apache.juneau.mstat.MethodExecStats
Returns the number of times the MethodExecStats.started() method was called.
gets(String, String) - Method in class org.apache.juneau.server.config.rest.LoadConfigResource
 
getScanner() - Method in class org.apache.juneau.utils.ProcBuilder
Returns the output from this process as a Scanner.
getSchema() - Method in class org.apache.juneau.BeanSession
HTTP part schema of object being serialized or parsed.
getSchema() - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property getter: schema.
getSchema() - Method in class org.apache.juneau.dto.swagger.ResponseInfo
Bean property getter: schema.
getSchema() - Method in class org.apache.juneau.httppart.bean.RequestBeanPropertyMeta
Returns the schema information gathered from annotations on the method and return type.
getSchema() - Method in class org.apache.juneau.httppart.bean.ResponseBeanMeta
Returns the schema information about the response object.
getSchema() - Method in class org.apache.juneau.httppart.bean.ResponseBeanPropertyMeta
Returns the schema information gathered from annotations on the method and return type.
getSchema() - Method in class org.apache.juneau.jsonschema.JsonSchemaBeanPropertyMeta
Returns the schema information gathered from all the @Schema annotations on the bean property.
getSchema() - Method in class org.apache.juneau.jsonschema.JsonSchemaClassMeta
Returns the @Schema annotation defined on the class.
getSchema(Object) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorSession
Returns the JSON-schema for the specified object.
getSchema(Type) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorSession
Returns the JSON-schema for the specified type.
getSchema(ClassMeta<?>) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorSession
Returns the JSON-schema for the specified type.
getSchema() - Method in class org.apache.juneau.rest.client.remote.RemoteMethodArg
Returns the HTTP part schema information about this part.
getSchema() - Method in class org.apache.juneau.rest.ResponsePartMeta
Returns the part schema.
getSchemaSerializer() - Method in class org.apache.juneau.html.HtmlDocSerializer
 
getSchemaSerializer() - Method in class org.apache.juneau.html.HtmlSerializer
 
getSchemaSerializer() - Method in class org.apache.juneau.json.JsonSerializer
Returns the schema serializer based on the settings of this serializer.
getSchemaSerializer() - Method in class org.apache.juneau.xml.XmlSerializer
Deprecated.
getSchemaVersionUri() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: $schema.
getScheme() - Method in class org.apache.juneau.dto.atom.Category
Returns the category scheme.
getScheme() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getScheme() - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Returns the HTTP schema value to set on the underlying HttpServletRequest object.
getScheme() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getSchemes() - Method in class org.apache.juneau.dto.swagger.Operation
Bean property getter: schemes.
getSchemes() - Method in class org.apache.juneau.dto.swagger.Swagger
Bean property getter: schemes.
getScopes() - Method in class org.apache.juneau.dto.swagger.SecurityScheme
Bean property getter: scopes.
getScript() - Method in class org.apache.juneau.html.HtmlDocSerializer
Javascript code.
getScript() - Method in class org.apache.juneau.html.HtmlDocSerializerSession
Configuration property: Javascript code.
getScript(VarResolverSession) - Method in interface org.apache.juneau.html.HtmlWidget
Resolves any Javascript that should be added to the <head>/<script> element.
getScript(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.widget.MenuItemWidget
Returns the Javascript needed for the show and hide actions of the menu item.
getScript(VarResolverSession) - Method in class org.apache.juneau.rest.widget.Widget
 
getScript(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.widget.Widget
Resolves any Javascript that should be added to the <head>/<script> element.
getScript(RestRequest) - Method in class org.apache.juneau.rest.widget.Widget
Deprecated.
getSearch() - Method in class org.apache.juneau.pojotools.SearchArgs
The query search terms.
getSearch() - Method in class org.apache.juneau.utils.SearchArgs
The query search terms.
getSearchArgs() - Method in class org.apache.juneau.rest.RequestQuery
Locates the special search query arguments in the query and returns them as a SearchArgs object.
getSection() - Method in class org.apache.juneau.config.event.ConfigEvent
Returns the section name.
getSectionAsBean(String, Class<T>) - Method in class org.apache.juneau.config.Config
Shortcut for calling getSectionAsBean(sectionName, c, false).
getSectionAsBean(String, Class<T>, boolean) - Method in class org.apache.juneau.config.Config
Converts this config file section to the specified bean instance.
getSectionAsInterface(String, Class<T>) - Method in class org.apache.juneau.config.Config
Wraps a config file section inside a Java interface so that values in the section can be read and write using getters and setters.
getSectionAsMap(String) - Method in class org.apache.juneau.config.Config
Returns a section of this config copied into an OMap.
getSections() - Method in class org.apache.juneau.config.Config
Returns the section names defined in this config.
getSections() - Method in class org.apache.juneau.config.internal.ConfigMap
Returns the keys of the entries in the specified section.
getSecurity() - Method in class org.apache.juneau.dto.swagger.Operation
Bean property getter: security.
getSecurity() - Method in class org.apache.juneau.dto.swagger.Swagger
Bean property getter: security.
getSecurityDefinitions() - Method in class org.apache.juneau.dto.swagger.Swagger
Bean property getter: securityDefinitions.
getSerializedClassMeta(BeanSession) - Method in class org.apache.juneau.ClassMeta
Returns the serialized (swapped) form of this class if there is an PojoSwap associated with it.
getSerializer(HttpPartSerializer) - Method in class org.apache.juneau.httppart.bean.RequestBeanPropertyMeta
Deprecated.
getSerializer(HttpPartSerializerSession) - Method in class org.apache.juneau.httppart.bean.RequestBeanPropertyMeta
Returns the serializer to use for serializing the bean property value.
getSerializer(HttpPartSerializer) - Method in class org.apache.juneau.httppart.bean.ResponseBeanPropertyMeta
Deprecated.
getSerializer(HttpPartSerializerSession) - Method in class org.apache.juneau.httppart.bean.ResponseBeanPropertyMeta
Returns the serializer to use for serializing the bean property value.
getSerializer() - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the serializer field of this schema.
getSerializer() - Method in class org.apache.juneau.marshall.Marshall
Returns the serializer associated with this marshall.
getSerializer(HttpPartSerializerSession) - Method in class org.apache.juneau.rest.client.remote.RemoteMethodArg
Returns the HTTP part serializer to use for serializing this part.
getSerializer() - Method in class org.apache.juneau.rest.ResponsePartMeta
Returns the part serializer.
getSerializer(String) - Method in class org.apache.juneau.serializer.SerializerGroup
Same as SerializerGroup.getSerializerMatch(String) but returns just the matched serializer.
getSerializer(MediaType) - Method in class org.apache.juneau.serializer.SerializerGroup
Same as SerializerGroup.getSerializerMatch(MediaType) but returns just the matched serializer.
getSerializer() - Method in class org.apache.juneau.serializer.SerializerMatch
Returns the serializer that matched the HTTP Accept header value.
getSerializerMatch(String) - Method in class org.apache.juneau.serializer.SerializerGroup
Searches the group for a serializer that can handle the specified Accept value.
getSerializerMatch(MediaType) - Method in class org.apache.juneau.serializer.SerializerGroup
Same as SerializerGroup.getSerializerMatch(String) but matches using a MediaType instance.
getSerializers() - Method in class org.apache.juneau.rest.RestMethodContext
Bean property getter: serializers.
getSerializers() - Method in class org.apache.juneau.rest.RestRequest
Returns the serializers associated with this request.
getSerializers() - Method in class org.apache.juneau.rest.RestResponse
Gets the serializer group for the response.
getSerializers() - Method in class org.apache.juneau.serializer.SerializerGroup
Returns a copy of the serializers in this group.
getSerializerSessionArgs() - Method in class org.apache.juneau.rest.RestRequest
Returns the session arguments to pass to serializers.
getServer() - Method in class org.apache.juneau.microservice.jetty.JettyMicroservice
Returns the underlying Jetty server.
getServerExceptionMessage() - Method in exception org.apache.juneau.rest.client2.RestCallException
Returns the value of the "Exception-Message" header on the response.
getServerExceptionName() - Method in exception org.apache.juneau.rest.client2.RestCallException
Returns the value of the "Exception-Name" header on the response.
getServerName() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getServerName() - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Returns the server name value to set on the underlying HttpServletRequest object.
getServerName() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getServerPort() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getServerPort() - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Returns the server port value to set on the underlying HttpServletRequest object.
getServerPort() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getServiceMap() - Method in class org.apache.juneau.rest.remote.RrpcServlet
Returns the list of interfaces to their implementation objects.
getServletConfig() - Method in class org.apache.juneau.rest.RestServlet
 
getServletContext() - Method in class org.apache.juneau.rest.mock.MockHttpSession
Deprecated.
 
getServletContext() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getServletContext() - Method in class org.apache.juneau.rest.mock2.MockHttpSession
 
getServletContext() - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Returns the servlet context to set on the underlying HttpServletRequest object.
getServletContext() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getServletContext() - Method in class org.apache.juneau.rest.RestContextBuilder
 
getServletContextHandler() - Method in class org.apache.juneau.microservice.jetty.JettyMicroservice
Finds and returns the servlet context handler define in the Jetty container.
getServletInitParameter(String) - Method in class org.apache.juneau.rest.RestContext
Returns the servlet init parameter returned by ServletConfig.getInitParameter(String).
getServletName() - Method in class org.apache.juneau.rest.RestContextBuilder
 
getServletPath() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getServletPath() - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Returns the servlet path to set on the underlying HttpServletRequest object.
getServletPath() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getServletPath() - Method in class org.apache.juneau.rest.RestCall
Shortcut for calling getRequest().getServletPath().
getServletPath() - Method in class org.apache.juneau.rest.RestRequest
 
getSession(boolean) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getSession() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getSession(boolean) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getSession() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getSessionContext() - Method in class org.apache.juneau.rest.mock.MockHttpSession
Deprecated.
 
getSessionContext() - Method in class org.apache.juneau.rest.mock2.MockHttpSession
 
getSessionObject(Class<T>, String, boolean) - Method in class org.apache.juneau.svl.VarResolverSession
Returns the session object with the specified name.
getSessionObjects(RestRequest, RestResponse) - Method in interface org.apache.juneau.rest.RestCallHandler
Deprecated.
Returns the session objects for the specified request.
getSessionObjects(RestCall) - Method in class org.apache.juneau.rest.RestContext
Returns the session objects for the specified request.
getSetProperty(String, Class<T>) - Method in class org.apache.juneau.Context
Returns the set property with the specified name.
getSetProperty(String, Class<T>, Set<T>) - Method in class org.apache.juneau.Context
Returns the set property with the specified name.
getSetProperty(String, Class<T>) - Method in class org.apache.juneau.PropertyStore
Returns the set property with the specified name.
getSetProperty(String, Class<T>, Set<T>) - Method in class org.apache.juneau.PropertyStore
Returns the set property with the specified name.
getSetter() - Method in class org.apache.juneau.BeanPropertyMeta
Returns the setter method for this property.
getShortName() - Method in class org.apache.juneau.reflect.ClassInfo
Returns the short name of the underlying class.
getShortName() - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns the short name of this executable.
getSignature() - Method in class org.apache.juneau.reflect.MethodInfo
Returns the signature of this method.
getSimpleName() - Method in class org.apache.juneau.ClassMeta
Shortcut for calling Class.getSimpleName() on the inner class of this metadata.
getSimpleName() - Method in class org.apache.juneau.reflect.ClassInfo
Returns the simple name of the underlying class.
getSimpleName() - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns the simple name of the underlying method.
getSiteName(RestRequest) - Method in class org.apache.juneau.rest.BasicRest
 
getSiteName(RestRequest) - Method in class org.apache.juneau.rest.BasicRestInfoProvider
Returns the localized site name of this REST resource.
getSiteName(RestRequest) - Method in interface org.apache.juneau.rest.RestInfoProvider
Returns the localized site name of the REST resource.
getSiteName() - Method in class org.apache.juneau.rest.RestRequest
Returns the localized site name.
getSiteName(RestRequest) - Method in class org.apache.juneau.rest.RestServlet
 
getSize() - Method in class org.apache.juneau.microservice.resources.DirectoryResource.FileResource
 
getSize() - Method in class org.apache.juneau.microservice.resources.LogsResource.FileResource
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.juneau.rest.jaxrs.BaseProvider
 
getSoapAction() - Method in class org.apache.juneau.soap.SoapXmlSerializer
The SOAPAction HTTP header value to set on responses.
getSoapAction() - Method in class org.apache.juneau.soap.SoapXmlSerializerSession
Configuration property: The SOAPAction HTTP header value to set on responses.
getSoapXmlBeanPropertyMeta(BeanPropertyMeta) - Method in interface org.apache.juneau.soap.SoapXmlMetaProvider
Returns the language-specific metadata on the specified bean property.
getSoapXmlBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.soap.SoapXmlSerializer
 
getSoapXmlClassMeta(ClassMeta<?>) - Method in interface org.apache.juneau.soap.SoapXmlMetaProvider
Returns the language-specific metadata on the specified class.
getSoapXmlClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.soap.SoapXmlSerializer
 
getSocketTimeout() - Method in class org.apache.juneau.rest.client.mock.MockHttpClientConnection
Deprecated.
 
getSocketTimeout() - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
getSort() - Method in class org.apache.juneau.pojotools.SortArgs
The sort columns.
getSort() - Method in class org.apache.juneau.utils.SearchArgs
The sort columns.
getSource() - Method in class org.apache.juneau.dto.atom.Entry
Returns the source of this entry.
getSrc() - Method in class org.apache.juneau.dto.atom.Content
Returns the source URI.
getStack(boolean) - Method in class org.apache.juneau.BeanTraverseSession
Returns the current stack trace.
getStackTrace(Throwable) - Static method in class org.apache.juneau.internal.StringUtils
Convenience method for getting a stack trace as a string.
getStackTrace(Throwable) - Method in class org.apache.juneau.mstat.ExceptionHasher
TODO
getStackTrace() - Method in class org.apache.juneau.mstat.ExceptionInfo
TODO
getStackTraceDb() - Method in class org.apache.juneau.rest.RestContext
Gives access to the internal stack trace database.
getStackTraceHashingTimeout() - Method in class org.apache.juneau.rest.RestCallLoggerConfig
Returns the time in milliseconds that stacktrace hashes should be persisted.
getStackTraceInfo(Throwable) - Method in class org.apache.juneau.mstat.ExceptionStore
Retrieves the stack trace information for the specified exception.
getStackTraceInfo(Throwable) - Method in class org.apache.juneau.utils.StackTraceDatabase
Retrieves the stack trace information for the specified exception.
getStackTraceOccurrence(Throwable) - Method in class org.apache.juneau.rest.RestContext
Deprecated.
getStartTime() - Method in class org.apache.juneau.rest.RestContextStats
Returns the time this REST resource class was started.
getStaticCreateMethod(Class<?>, String...) - Method in class org.apache.juneau.reflect.ClassInfo
Find the public static creator method on this class.
getStaticCreator(Object...) - Method in class org.apache.juneau.reflect.ClassInfo
Find the public static creator method on this class.
getStaticCreatorFuzzy(Object...) - Method in class org.apache.juneau.reflect.ClassInfo
Find the public static creator method on this class.
getStaticFile(String) - Method in class org.apache.juneau.rest.RestContext
Resolve a static resource file.
getStaticPublicField(String) - Method in class org.apache.juneau.reflect.ClassInfo
Returns the static public field with the specified name.
getStaticPublicFieldInner(String) - Method in class org.apache.juneau.reflect.ClassInfo
Returns the static public field with the specified name.
getStaticPublicMethod(String, Class<?>, Class<?>...) - Method in class org.apache.juneau.reflect.ClassInfo
Find the public static method with the specified name and args.
getStaticPublicMethodInner(String, Class<?>, Class<?>...) - Method in class org.apache.juneau.reflect.ClassInfo
Find the public static method with the specified name and args.
getStats(RestRequest) - Method in class org.apache.juneau.rest.BasicRest
[GET /stats] - Timing statistics.
getStats(RestRequest) - Method in interface org.apache.juneau.rest.BasicRestMethods
[GET /stats] - Timing statistics.
getStats(RestRequest) - Method in class org.apache.juneau.rest.BasicRestServlet
[GET /stats] - Timing statistics.
getStats() - Method in class org.apache.juneau.rest.RestContext
Gives access to the internal stack trace database.
getStatus() - Method in exception org.apache.juneau.http.exception.HttpException
Returns the HTTP status code.
getStatus() - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
getStatus() - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
getStatus() - Method in class org.apache.juneau.rest.RestCall
Shortcut for calling getRequest().getStatus().
getStatus() - Method in exception org.apache.juneau.rest.RestException
Deprecated.
Returns the HTTP status code.
getStatus() - Method in interface org.apache.juneau.utils.MockHttpResponse
Deprecated.
Returns the status code of the response.
getStatus() - Method in exception org.apache.juneau.utils.PojoRestException
The HTTP-equivalent status code.
getStatusCode() - Method in class org.apache.juneau.rest.client2.RestResponse
Returns the status code of the response.
getStatusCode(Mutable<Integer>) - Method in class org.apache.juneau.rest.client2.RestResponse
Same as RestResponse.getStatusCode() but sets the value in a mutable for fluent calls.
getStatusLine(Mutable<StatusLine>) - Method in class org.apache.juneau.rest.client2.RestResponse
Same as RestResponse.getStatusLine() but sets the value in a mutable for fluent calls.
getStatusLine() - Method in class org.apache.juneau.rest.client2.RestResponse
Obtains the status line of this response.
getStatusMethod() - Method in class org.apache.juneau.httppart.bean.ResponseBeanMeta
Returns the @ResponseStatus-annotated method.
getStopClass() - Method in class org.apache.juneau.transform.BeanFilter
Returns the stop class associated with this class.
getStream(String) - Method in class org.apache.juneau.cp.ResourceManager
Finds the resource with the given name.
getStream(String, Locale) - Method in class org.apache.juneau.cp.ResourceManager
Finds the resource with the given name for the specified locale and returns it as an input stream.
getStream(String) - Method in class org.apache.juneau.utils.ClasspathResourceManager
Deprecated.
Finds the resource with the given name.
getStream(String, Locale) - Method in class org.apache.juneau.utils.ClasspathResourceManager
Deprecated.
Finds the resource with the given name for the specified locale and returns it as an input stream.
getStream(Class<?>, String, Locale) - Method in class org.apache.juneau.utils.ClasspathResourceManager
Deprecated.
Finds the resource with the given name for the specified locale and returns it as an input stream.
getStreamCharset() - Method in class org.apache.juneau.parser.ReaderParser
Input stream charset.
getStreamCharset() - Method in class org.apache.juneau.parser.ReaderParserSession
Returns the stream charset defined on this session.
getStreamCharset() - Method in class org.apache.juneau.serializer.WriterSerializer
Output stream charset.
getStreamSerializer(String) - Method in class org.apache.juneau.serializer.SerializerGroup
getStreamSerializer(MediaType) - Method in class org.apache.juneau.serializer.SerializerGroup
getString(int) - Method in class org.apache.juneau.collections.OList
Shortcut for calling get(index, String.class).
getString(String) - Method in class org.apache.juneau.collections.OMap
Returns the specified entry value converted to a String.
getString(String, String) - Method in class org.apache.juneau.collections.OMap
Returns the specified entry value converted to a String.
getString(String) - Method in class org.apache.juneau.config.Config
Gets the entry with the specified key.
getString(String, String) - Method in class org.apache.juneau.config.Config
Gets the entry with the specified key.
getString(String, Object...) - Method in class org.apache.juneau.cp.Messages
Similar to ResourceBundle.getString(String) except allows you to pass in MessageFormat objects.
getString(String) - Method in class org.apache.juneau.cp.ResourceManager
Finds the resource with the given name and converts it to a simple string.
getString(String, Locale) - Method in class org.apache.juneau.cp.ResourceManager
Finds the resource with the given name and converts it to a simple string.
getString(int) - Method in class org.apache.juneau.ObjectList
Shortcut for calling get(index, String.class).
getString(String) - Method in class org.apache.juneau.ObjectMap
Returns the specified entry value converted to a String.
getString(String, String) - Method in class org.apache.juneau.ObjectMap
Returns the specified entry value converted to a String.
getString(String) - Method in class org.apache.juneau.rest.RequestFormData
Returns a form-data parameter value.
getString(String, String) - Method in class org.apache.juneau.rest.RequestFormData
Returns a form-data parameter value.
getString(String) - Method in class org.apache.juneau.rest.RequestHeaders
Returns the specified header last value as a string.
getString(String, String) - Method in class org.apache.juneau.rest.RequestHeaders
Returns the specified header value as a string.
getString(String) - Method in class org.apache.juneau.rest.RequestPath
Returns the specified path parameter converted to a String.
getString(String) - Method in class org.apache.juneau.rest.RequestQuery
Returns a query parameter value as a string.
getString(String, boolean) - Method in class org.apache.juneau.rest.RequestQuery
Same as RequestQuery.getString(String) but allows you to search for the query parameter using case-insensitive matching.
getString(String, String) - Method in class org.apache.juneau.rest.RequestQuery
Same as RequestQuery.getString(String) but returns the specified default value if the query parameter was not specified.
getString(String) - Method in class org.apache.juneau.utils.ClasspathResourceManager
Deprecated.
Finds the resource with the given name and converts it to a simple string.
getString(Class<?>, String) - Method in class org.apache.juneau.utils.ClasspathResourceManager
Deprecated.
Finds the resource with the given name and converts it to a simple string.
getString(String, Locale) - Method in class org.apache.juneau.utils.ClasspathResourceManager
Deprecated.
Finds the resource with the given name and converts it to a simple string.
getString(Class<?>, String, Locale) - Method in class org.apache.juneau.utils.ClasspathResourceManager
Deprecated.
Finds the resource with the given name and converts it to a simple string.
getString(String, Object...) - Method in class org.apache.juneau.utils.MessageBundle
Deprecated.
Similar to ResourceBundle.getString(String) except allows you to pass in MessageFormat objects.
getString(Locale, String, Object...) - Method in class org.apache.juneau.utils.MessageBundle
Deprecated.
Same as MessageBundle.getString(String, Object...) but allows you to specify the locale.
getString(String) - Method in class org.apache.juneau.utils.PojoRest
Returns the specified entry value converted to a String.
getString(String, String) - Method in class org.apache.juneau.utils.PojoRest
Returns the specified entry value converted to a String.
getStringArray(String) - Method in class org.apache.juneau.collections.OMap
Returns the specified entry value converted to a String.
getStringArray(String, String[]) - Method in class org.apache.juneau.collections.OMap
Same as OMap.getStringArray(String) but returns a default value if the value cannot be found.
getStringArray(String) - Method in class org.apache.juneau.config.Config
Gets the entry with the specified key, splits the value on commas, and returns the values as trimmed strings.
getStringArray(String, String[]) - Method in class org.apache.juneau.config.Config
Same as Config.getStringArray(String) but returns a default value if the value cannot be found.
getStringArray(String) - Method in class org.apache.juneau.ObjectMap
Returns the specified entry value converted to a String.
getStringArray(String, String[]) - Method in class org.apache.juneau.ObjectMap
Same as ObjectMap.getStringArray(String) but returns a default value if the value cannot be found.
getStringBuilder() - Method in class org.apache.juneau.BeanSession
Creates a reusable StringBuilder object from an internal pool.
getStringHeader(String) - Method in class org.apache.juneau.http.BasicHttpResource
Returns the first header with the specified name as a string.
getStringHeader(String) - Method in class org.apache.juneau.rest.client2.RestResponse
Shortcut for calling getHeader(name).asString().
getStringHeader(String, String) - Method in class org.apache.juneau.rest.client2.RestResponse
Shortcut for calling getHeader(name).asStringOrElse(def).
getStringMutater() - Method in class org.apache.juneau.ClassMeta
Returns the transform for this class for creating instances from a String.
getStringProperty(String, String) - Method in class org.apache.juneau.Context
Shortcut for calling getProperty(key, String.class, def).
getStringPropertyWithNone(String, String) - Method in class org.apache.juneau.Context
Same as Context.getStringProperty(String, String) but returns a blank instead of the default value if it resolves to "NONE".
getStyle() - Method in class org.apache.juneau.html.HtmlDocSerializer
CSS style code.
getStyle() - Method in class org.apache.juneau.html.HtmlDocSerializerSession
Configuration property: CSS style code.
getStyle(SerializerSession, T) - Method in class org.apache.juneau.html.HtmlRender
Returns the CSS style of the element containing the bean property value.
getStyle(VarResolverSession) - Method in interface org.apache.juneau.html.HtmlWidget
Resolves any CSS styles that should be added to the <head>/<style> element.
getStyle(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.widget.MenuItemWidget
Defines a "menu-item" class that needs to be used on the outer element of the HTML returned by the MenuItemWidget.getHtml(RestRequest,RestResponse) method.
getStyle(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.widget.QueryMenuItem
Returns CSS for the tooltips.
getStyle(VarResolverSession) - Method in class org.apache.juneau.rest.widget.Widget
 
getStyle(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.widget.Widget
Resolves any CSS styles that should be added to the <head>/<style> element.
getStyle(RestRequest) - Method in class org.apache.juneau.rest.widget.Widget
Deprecated.
getStylesheet() - Method in class org.apache.juneau.html.HtmlDocSerializer
Stylesheet import URLs.
getStylesheet() - Method in class org.apache.juneau.html.HtmlDocSerializerSession
Configuration property: Stylesheet import URLs.
getSubTitle() - Method in class org.apache.juneau.dto.atom.Feed
Returns the feed subtitle.
getSubtitle() - Method in class org.apache.juneau.dto.atom.Source
Returns the subtitle of this source.
getSubType() - Method in class org.apache.juneau.http.header.BasicMediaTypeHeader
Returns the 'subType' fragment of the 'type/subType' string.
getSubType() - Method in class org.apache.juneau.http.MediaType
Returns the 'subType' fragment of the 'type/subType' string.
getSubTypes() - Method in class org.apache.juneau.http.header.BasicMediaTypeHeader
Returns the subtypes broken down by fragments delimited by "'".
getSubTypes() - Method in class org.apache.juneau.http.MediaType
Returns the subtypes broken down by fragments delimited by "'".
getSuffix() - Method in class org.apache.juneau.rest.util.UrlPathPatternMatch
Returns the remainder of the URL after the pattern was matched.
getSummary() - Method in class org.apache.juneau.dto.atom.Entry
Returns the summary of this entry.
getSummary() - Method in class org.apache.juneau.dto.swagger.Operation
Bean property getter: summary.
getSupportedEncodings() - Method in class org.apache.juneau.encoders.EncoderGroup
Returns the set of codings supported by all encoders in this group.
getSupportedEncodings() - Method in class org.apache.juneau.rest.RestResponse
Returns the codings that are valid for Accept-Encoding and Content-Encoding headers on the request.
getSupportedMediaTypes() - Method in class org.apache.juneau.parser.ParserGroup
Returns the media types that all parsers in this group can handle
getSupportedMediaTypes() - Method in class org.apache.juneau.rest.RestResponse
Returns the media types that are valid for Accept headers on the request.
getSupportedMediaTypes() - Method in class org.apache.juneau.serializer.SerializerGroup
Returns the media types that all serializers in this group can handle.
getSwagger() - Method in class org.apache.juneau.dto.swagger.Swagger
Bean property getter: swagger.
getSwagger(RestRequest) - Method in class org.apache.juneau.rest.BasicRest
 
getSwagger(RestRequest) - Method in class org.apache.juneau.rest.BasicRestInfoProvider
Returns the localized swagger for this REST resource.
getSwagger(RestRequest) - Method in interface org.apache.juneau.rest.RestInfoProvider
Returns the localized swagger for the REST resource.
getSwagger() - Method in class org.apache.juneau.rest.RestRequest
Returns the localized swagger associated with the resource.
getSwagger(RestRequest) - Method in class org.apache.juneau.rest.RestServlet
 
getSwap(BeanSession) - Method in class org.apache.juneau.ClassMeta
Returns the PojoSwap associated with this class that's the best match for the specified session.
getSwapClass() - Method in class org.apache.juneau.transform.PojoSwap
Returns the G class, the generalized form of the class.
getSwapClassMeta(BeanSession) - Method in class org.apache.juneau.transform.PojoSwap
Returns the ClassMeta of the transformed class type.
getSwapped(String, PojoSwap<T, ?>) - Method in class org.apache.juneau.collections.OMap
Same as get(), but converts the raw value to the specified class type using the specified POJO swap.
getSwapped(String, PojoSwap<T, ?>) - Method in class org.apache.juneau.ObjectMap
Same as get(), but converts the raw value to the specified class type using the specified POJO swap.
getSwaps() - Method in class org.apache.juneau.BeanContext
Java object swaps.
getSwaps() - Method in class org.apache.juneau.BeanSession
Configuration property: Java object swaps.
getSynopsis() - Method in class org.apache.juneau.microservice.console.ConfigCommand
 
getSynopsis() - Method in class org.apache.juneau.microservice.console.ConsoleCommand
Returns the usage synopsis of the command.
getSynopsis() - Method in class org.apache.juneau.microservice.console.HelpCommand
 
getSystemDefault() - Static method in class org.apache.juneau.config.Config
Returns the system default configuration.
getTags() - Method in class org.apache.juneau.dto.swagger.Operation
Bean property getter: tags.
getTags() - Method in class org.apache.juneau.dto.swagger.Swagger
Bean property getter: tags.
getTE() - Method in class org.apache.juneau.rest.RequestHeaders
Returns the TE header on the request.
getTemplate() - Method in class org.apache.juneau.html.HtmlDocSerializer
HTML document template.
getTemplate() - Method in class org.apache.juneau.html.HtmlDocSerializerSession
Configuration property: HTML document template.
getTerm() - Method in class org.apache.juneau.dto.atom.Category
 
getTermsOfService() - Method in class org.apache.juneau.dto.swagger.Info
Bean property getter: termsOfService.
getterProps - Variable in class org.apache.juneau.BeanMeta
The getter properties on the target class.
getText() - Method in class org.apache.juneau.dto.atom.Generator
Returns the content of this generator statement.
getText() - Method in class org.apache.juneau.dto.atom.Id
Returns the content of this identifier.
getText() - Method in class org.apache.juneau.dto.atom.Text
Returns the content of this content.
getText() - Method in class org.apache.juneau.dto.html5.HtmlElementRawText
Returns the inner text of this element.
getText() - Method in class org.apache.juneau.dto.html5.HtmlElementText
Returns the inner text of this element.
getText() - Method in class org.apache.juneau.microservice.resources.LogParser.Entry
 
getText() - Method in class org.apache.juneau.xml.XmlReader
 
getTextCharacters() - Method in class org.apache.juneau.xml.XmlReader
 
getTextCharacters(int, char[], int, int) - Method in class org.apache.juneau.xml.XmlReader
 
getTextLength() - Method in class org.apache.juneau.xml.XmlReader
 
getTextStart() - Method in class org.apache.juneau.xml.XmlReader
 
getThread() - Method in class org.apache.juneau.microservice.resources.LogParser.Entry
 
getThrown() - Method in class org.apache.juneau.BeanPropertyValue
Returns the exception thrown by calling the property getter.
getTimestampFormats() - Method in class org.apache.juneau.pojotools.TimeMatcherFactory
TODO
getTimestampFormatStrings() - Method in class org.apache.juneau.pojotools.TimeMatcherFactory
TODO
getTimeZone() - Method in class org.apache.juneau.rest.RequestHeaders
Returns the Time-Zone header value on the request if there is one.
getTimeZone() - Method in class org.apache.juneau.Session
Configuration property: Time zone.
getTimeZoneId() - Method in class org.apache.juneau.Session
Configuration property: Time zone.
getTitle() - Method in class org.apache.juneau.dto.atom.CommonEntry
Returns the title of this object.
getTitle() - Method in class org.apache.juneau.dto.atom.Link
Returns the title of the target of this link.
getTitle() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: title.
getTitle() - Method in class org.apache.juneau.dto.swagger.Info
Bean property getter: title.
getTitle() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property getter: title.
getTitle(RestRequest) - Method in class org.apache.juneau.rest.BasicRest
 
getTitle(RestRequest) - Method in class org.apache.juneau.rest.BasicRestInfoProvider
Returns the localized title of this REST resource.
getTitle(RestRequest) - Method in interface org.apache.juneau.rest.RestInfoProvider
Returns the localized title of the REST resource.
getTitle(RestRequest) - Method in class org.apache.juneau.rest.RestServlet
 
getTokens() - Method in class org.apache.juneau.utils.StringExpressionMatcher
Returns all the tokens used in this expression.
getTokenUrl() - Method in class org.apache.juneau.dto.swagger.SecurityScheme
Bean property getter: tokenUrl.
getToMutater(Class<O>) - Method in class org.apache.juneau.ClassMeta
Returns the transform for this class for creating instances from other object types.
getTotalTime() - Method in class org.apache.juneau.mstat.MethodExecStats
Returns the total execution time.
getType() - Method in class org.apache.juneau.config.event.ConfigEvent
Returns the event type.
getType() - Method in class org.apache.juneau.dto.atom.Link
Returns the content type of the target of this link.
getType() - Method in class org.apache.juneau.dto.atom.Text
Returns the content type of this content.
getType() - Method in class org.apache.juneau.dto.cognos.Column
Bean property getter: type.
getType() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: type.
getType() - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property getter: type.
getType() - Method in class org.apache.juneau.dto.swagger.Items
Bean property getter: type.
getType() - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property getter: type.
getType() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property getter: type.
getType() - Method in class org.apache.juneau.dto.swagger.SecurityScheme
Bean property getter: type.
getType() - Method in class org.apache.juneau.http.header.BasicMediaTypeHeader
Returns the 'type' fragment of the 'type/subType' string.
getType() - Method in class org.apache.juneau.http.MediaType
Returns the 'type' fragment of the 'type/subType' string.
getType() - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the type field of this schema.
getType(ClassMeta<?>) - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the type field of this schema.
getType() - Method in class org.apache.juneau.microservice.resources.DirectoryResource.FileResource
 
getType() - Method in class org.apache.juneau.microservice.resources.LogsResource.FileResource
 
getType() - Method in class org.apache.juneau.reflect.FieldInfo
Returns the type of this field.
getType() - Method in class org.apache.juneau.rest.RestMethodParam
Returns the parameter class type.
getTypeAsJsonType() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: type.
getTypeAsJsonTypeArray() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: type.
getTypeClass() - Method in class org.apache.juneau.rest.RestMethodParam
Returns the parameter class type.
getTypeName(ClassMeta<?>) - Method in class org.apache.juneau.BeanRegistry
Given the specified class, return the dictionary name for it.
getTypeName() - Method in class org.apache.juneau.transform.BeanFilter
Returns the dictionary name associated with this bean.
getTypeProperty() - Method in class org.apache.juneau.BeanMeta
Returns a mock bean property that resolves to the name "_type" and whose value always resolves to the dictionary name of the bean.
getUnbufferedReader() - Method in class org.apache.juneau.rest.RequestBody
Same as RequestBody.getReader(), but doesn't encapsulate the result in a BufferedReader;
getUniqueItems() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: uniqueItems.
getUniqueItems() - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property getter: uniqueItems.
getUniqueItems() - Method in class org.apache.juneau.dto.swagger.Items
Bean property getter: uniqueItems.
getUniqueItems() - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property getter: uniqueItems.
getUniqueItems() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property getter: uniqueItems.
getUonBeanPropertyMeta(BeanPropertyMeta) - Method in interface org.apache.juneau.uon.UonMetaProvider
Returns the language-specific metadata on the specified bean property.
getUonBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.uon.UonParser
 
getUonBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.uon.UonSerializer
 
getUonClassMeta(ClassMeta<?>) - Method in interface org.apache.juneau.uon.UonMetaProvider
Returns the language-specific metadata on the specified class.
getUonClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.uon.UonParser
 
getUonClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.uon.UonSerializer
 
getUonReader(ParserPipe, boolean) - Method in class org.apache.juneau.uon.UonParserSession
Creates a UonReader from the specified parser pipe.
getUonWriter(SerializerPipe) - Method in class org.apache.juneau.uon.UonSerializerSession
Converts the specified output target object to an UonWriter.
getUpdated() - Method in class org.apache.juneau.dto.atom.CommonEntry
Returns the update timestamp of this object.
getUpgrade() - Method in class org.apache.juneau.rest.RequestHeaders
Returns the Upgrade header on the request.
getUpTime() - Method in class org.apache.juneau.rest.RestContextStats
Returns the time in milliseconds that this REST resource class has been running.
getUri() - Method in class org.apache.juneau.dto.atom.Generator
Returns the URI of this generator statement.
getUri() - Method in class org.apache.juneau.dto.atom.Icon
Returns the URI of this icon.
getUri() - Method in class org.apache.juneau.dto.atom.Logo
Returns the URI of the logo.
getUri() - Method in class org.apache.juneau.dto.atom.Person
Returns the URI of the person.
getUri() - Method in class org.apache.juneau.dto.LinkString
Bean property getter: uri.
getUri() - Method in class org.apache.juneau.http.remote.RrpcInterfaceMethodMeta
Returns the absolute URL of the REST interface invoked by this Java method.
getURI(ClassMeta<?>) - Method in class org.apache.juneau.jsonschema.BasicBeanDefMapper
 
getURI(String) - Method in class org.apache.juneau.jsonschema.BasicBeanDefMapper
 
getURI(ClassMeta<?>) - Method in interface org.apache.juneau.jsonschema.BeanDefMapper
Returns the URI for the specified class.
getURI(String) - Method in interface org.apache.juneau.jsonschema.BeanDefMapper
Returns the URI for the specified class by its ID.
getURI() - Method in class org.apache.juneau.microservice.jetty.JettyMicroservice
Returns the URI where this microservice is listening on.
getURI() - Method in class org.apache.juneau.rest.client2.RestRequest
Returns the original request URI.
getUri() - Method in class org.apache.juneau.rest.client2.RestRequest
Returns the original request URI as a simple string.
getUri() - Method in class org.apache.juneau.rest.helper.ResourceDescription
Returns the uri on this label.
getUri(boolean, Map<String, ?>) - Method in class org.apache.juneau.rest.RestRequest
Returns the URI for this request.
getUri() - Method in class org.apache.juneau.xml.Namespace
Returns the namespace URI.
getUriAnchorText() - Method in class org.apache.juneau.html.HtmlSerializer
Anchor text source.
getUriAnchorText() - Method in class org.apache.juneau.html.HtmlSerializerSession
Configuration property: Anchor text source.
getUriAuthority() - Method in class org.apache.juneau.rest.RestContext
Returns the authority path of the resource.
getUriContext() - Method in class org.apache.juneau.rest.RestContext
Returns the context path of the resource.
getUriContext() - Method in class org.apache.juneau.rest.RestRequest
Returns the URI context of the request.
getUriContext() - Method in class org.apache.juneau.serializer.Serializer
URI context bean.
getUriContext() - Method in class org.apache.juneau.serializer.SerializerSession
Configuration property: URI context bean.
getUriRelativity() - Method in class org.apache.juneau.rest.RestContext
Returns the setting on how relative URIs should be interpreted as relative to.
getUriRelativity() - Method in class org.apache.juneau.serializer.Serializer
URI relativity.
getUriRelativity() - Method in class org.apache.juneau.serializer.SerializerSession
Configuration property: URI relativity.
getUriResolution() - Method in class org.apache.juneau.rest.RestContext
Returns the setting on how relative URIs should be resolved.
getUriResolution() - Method in class org.apache.juneau.serializer.Serializer
URI resolution.
getUriResolution() - Method in class org.apache.juneau.serializer.SerializerSession
Configuration property: URI resolution.
getUriResolver(UriResolution, UriRelativity) - Method in class org.apache.juneau.rest.RestRequest
Returns a URI resolver that can be used to convert URIs to absolute or root-relative form.
getUriResolver() - Method in class org.apache.juneau.rest.RestRequest
getUriResolver() - Method in class org.apache.juneau.serializer.SerializerSession
Returns the URI resolver.
getUrl() - Method in class org.apache.juneau.dto.swagger.Contact
Bean property getter: url.
getUrl() - Method in class org.apache.juneau.dto.swagger.ExternalDocumentation
Bean property getter: url.
getUrl() - Method in class org.apache.juneau.dto.swagger.License
Bean property getter: url.
getUrlEncodingBeanPropertyMeta(BeanPropertyMeta) - Method in interface org.apache.juneau.urlencoding.UrlEncodingMetaProvider
Returns the language-specific metadata on the specified bean property.
getUrlEncodingBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.urlencoding.UrlEncodingParser
 
getUrlEncodingBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializer
 
getUrlEncodingClassMeta(ClassMeta<?>) - Method in interface org.apache.juneau.urlencoding.UrlEncodingMetaProvider
Returns the language-specific metadata on the specified class.
getUrlEncodingClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.urlencoding.UrlEncodingParser
 
getUrlEncodingClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserSession
Returns the language-specific metadata on the specified class.
getUrlEncodingClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializer
 
getUrlEncodingClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerSession
Returns the language-specific metadata on the specified class.
getUrlPathInfo() - Method in class org.apache.juneau.rest.RestCall
Returns the request path info as a UrlPathInfo bean.
getUrlPathPatternMatch() - Method in class org.apache.juneau.rest.RestCall
Returns the URL path pattern match on this call.
getUserAgent() - Method in class org.apache.juneau.rest.RequestHeaders
Returns the User-Agent header on the request.
getUserPrincipal() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
getUserPrincipal() - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Returns the user principal to set on the underlying HttpServletRequest object.
getUserPrincipal() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
getV1() - Method in class org.apache.juneau.utils.BeanDiff
Returns the differences in the first bean.
getV2() - Method in class org.apache.juneau.utils.BeanDiff
Returns the differences in the second bean.
getValidator(SerializerPipe, Object) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerSession
Deprecated.
Returns an XML-Schema validator based on the output returned by XmlSchemaSerializerSession.doSerialize(SerializerPipe, Object);
getValue() - Method in class org.apache.juneau.BeanMapEntry
Returns the value of this property.
getValue() - Method in class org.apache.juneau.BeanPropertyValue
Returns the bean property value.
getValue() - Method in class org.apache.juneau.config.event.ConfigEvent
Returns the entry value.
getValue() - Method in class org.apache.juneau.config.internal.ConfigEntry
Returns the raw value of this entry.
getValue() - Method in class org.apache.juneau.http.BasicHeader
 
getValue() - Method in class org.apache.juneau.http.BasicNameValuePair
 
getValue() - Method in class org.apache.juneau.http.header.BasicCsvArrayHeader
 
getValue() - Method in class org.apache.juneau.http.header.BasicDateHeader
 
getValue() - Method in class org.apache.juneau.http.header.BasicEntityTagArrayHeader
 
getValue() - Method in class org.apache.juneau.http.header.BasicEntityTagHeader
 
getValue() - Method in class org.apache.juneau.http.header.BasicIntegerHeader
 
getValue() - Method in class org.apache.juneau.http.header.BasicLongHeader
 
getValue() - Method in class org.apache.juneau.http.header.BasicMediaRangeArrayHeader
 
getValue() - Method in class org.apache.juneau.http.header.BasicMediaTypeHeader
 
getValue() - Method in class org.apache.juneau.http.header.BasicStringHeader
 
getValue() - Method in class org.apache.juneau.http.header.BasicStringRangeArrayHeader
 
getValue() - Method in class org.apache.juneau.http.header.IfRange
 
getValue() - Method in class org.apache.juneau.http.header.RetryAfter
 
getValue() - Method in class org.apache.juneau.http.SerializedHeader
 
getValue() - Method in class org.apache.juneau.http.SerializedNameValuePair
 
getValue() - Method in class org.apache.juneau.httppart.HttpPart
 
getValue() - Method in class org.apache.juneau.rest.client.SerializedNameValuePair
Deprecated.
 
getValue() - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Gets the value of this pair.
getValue(String) - Method in class org.apache.juneau.rest.mock.MockHttpSession
Deprecated.
 
getValue(String) - Method in class org.apache.juneau.rest.mock2.MockHttpSession
 
getValue() - Method in class org.apache.juneau.rest.RequestHeader
Gets the value of this pair.
getValue() - Method in class org.apache.juneau.server.config.repository.ConfigItem
 
GetValue<T> - Interface in org.apache.juneau.server.config.repository
 
getValue() - Method in class org.apache.juneau.utils.WeightedAverage
Returns the weighted average of all numbers.
getValueNames() - Method in class org.apache.juneau.rest.mock.MockHttpSession
Deprecated.
 
getValueNames() - Method in class org.apache.juneau.rest.mock2.MockHttpSession
 
getValues(boolean, BeanPropertyValue...) - Method in class org.apache.juneau.BeanMap
Invokes all the getters on this bean and return the values as a list of BeanPropertyValue objects.
getValues() - Method in class org.apache.juneau.dto.cognos.DataSet.Row
Returns the values in this row.
getValues() - Method in class org.apache.juneau.examples.core.pojo.PojoComplex
Bean property getter: values.
getValueType() - Method in class org.apache.juneau.ClassMeta
For Map types, returns the class type of the values of the Map.
getVar(String) - Method in class org.apache.juneau.svl.VarResolverSession
Returns the Var with the specified name.
getVarMap() - Method in class org.apache.juneau.svl.VarResolverContext
Returns an unmodifiable map of Vars associated with this context.
getVarResolver() - Method in class org.apache.juneau.microservice.Microservice
Returns the variable resolver for resolving variables in strings and files.
getVarResolver() - Method in class org.apache.juneau.rest.RestContext
Returns the variable resolver for this servlet.
getVarResolver() - Method in class org.apache.juneau.serializer.SerializerSession
Returns the variable resolver session.
getVarResolverBuilder() - Method in class org.apache.juneau.rest.RestContextBuilder
Creates the variable resolver for this resource.
getVarResolverSession() - Method in class org.apache.juneau.rest.RestRequest
Request-level variable resolver session.
getVars() - Method in class org.apache.juneau.rest.util.UrlPathPattern
Returns the variable names found in the pattern.
getVars() - Method in class org.apache.juneau.rest.util.UrlPathPatternMatch
Returns a map of the path variables and values.
getVars() - Method in class org.apache.juneau.svl.VarResolverContext
Returns an array of variables define in this variable resolver context.
getVersion() - Method in class org.apache.juneau.dto.atom.Generator
Returns the version of this generator statement.
getVersion() - Method in class org.apache.juneau.dto.swagger.Info
Bean property getter: version.
getVersion() - Method in class org.apache.juneau.xml.XmlReader
 
getVia() - Method in class org.apache.juneau.rest.RequestHeaders
Returns the Via header on the request.
getView() - Method in class org.apache.juneau.pojotools.ViewArgs
The view columns.
getView() - Method in class org.apache.juneau.utils.SearchArgs
The view columns.
getWarning() - Method in class org.apache.juneau.rest.RequestHeaders
Returns the Warning header on the request.
getWarnings() - Method in class org.apache.juneau.Session
Returns the warnings that occurred in this session.
getWidgets() - Method in class org.apache.juneau.html.HtmlDocSerializer
HTML widgets.
getWidgets() - Method in class org.apache.juneau.html.HtmlDocSerializerSession
Configuration property: Page navigation links.
getWidgets() - Method in class org.apache.juneau.rest.RestRequest
Deprecated.
getWithDefault(String, Object) - Method in class org.apache.juneau.collections.OMap
Same as get(), but returns the default value if the key could not be found.
getWithDefault(String, T, Class<T>) - Method in class org.apache.juneau.collections.OMap
Same as OMap.get(String,Class) but returns a default value if the value does not exist.
getWithDefault(String, T, Type, Type...) - Method in class org.apache.juneau.collections.OMap
Same as OMap.get(String,Type,Type...) but returns a default value if the value does not exist.
getWithDefault(String, Object) - Method in class org.apache.juneau.ObjectMap
Same as get(), but returns the default value if the key could not be found.
getWithDefault(String, T, Class<T>) - Method in class org.apache.juneau.ObjectMap
Same as ObjectMap.get(String,Class) but returns a default value if the value does not exist.
getWithDefault(String, T, Type, Type...) - Method in class org.apache.juneau.ObjectMap
Same as ObjectMap.get(String,Type,Type...) but returns a default value if the value does not exist.
getWithDefault(String, Object) - Method in class org.apache.juneau.utils.PojoRest
Retrieves the element addressed by the URL.
getWithDefault(String, T, Class<T>) - Method in class org.apache.juneau.utils.PojoRest
Same as PojoRest.get(String, Class) but returns a default value if the addressed element is null or non-existent.
getWithDefault(String, T, Type, Type...) - Method in class org.apache.juneau.utils.PojoRest
Same as PojoRest.get(String,Type,Type[]) but returns a default value if the addressed element is null or non-existent.
getWrapped() - Method in class org.apache.juneau.dto.swagger.Xml
Bean property getter: wrapped.
getWrapperAttr() - Method in class org.apache.juneau.json.JsonClassMeta
Returns the @Json(wrapperAttr) annotation defined on the class.
getWrapperIfPrimitive() - Method in class org.apache.juneau.reflect.ClassInfo
If this class is a primitive (e.g.
getWrapperInfoIfPrimitive() - Method in class org.apache.juneau.reflect.ClassInfo
Same as ClassInfo.getWrapperIfPrimitive() but wraps it in a ClassInfo.
getWriter(String) - Method in class org.apache.juneau.internal.TeeWriter
Returns the writer identified through the id parameter passed in through the TeeWriter.add(String, Writer, boolean) method.
getWriter(String) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Retrieves a writer associated with an ID via RestCall.pipeTo(String, Writer, boolean)
getWriter() - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
getWriter() - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
getWriter() - Method in class org.apache.juneau.rest.RestResponse
Returns the writer to the response body.
getWriter() - Method in class org.apache.juneau.serializer.SerializerPipe
Wraps the specified output object inside a writer.
getWriterSerializer(String) - Method in class org.apache.juneau.serializer.SerializerGroup
getWriterSerializer(MediaType) - Method in class org.apache.juneau.serializer.SerializerGroup
getXml() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property getter: xml.
getXmlBeanMeta(BeanMeta<?>) - Method in class org.apache.juneau.jena.RdfParser
 
getXmlBeanMeta(BeanMeta<?>) - Method in class org.apache.juneau.jena.RdfSerializer
 
getXmlBeanMeta(BeanMeta<?>) - Method in interface org.apache.juneau.xml.XmlMetaProvider
Returns the language-specific metadata on the specified bean.
getXmlBeanMeta(BeanMeta<?>) - Method in class org.apache.juneau.xml.XmlParser
 
getXmlBeanMeta(BeanMeta<?>) - Method in class org.apache.juneau.xml.XmlParserSession
Returns the language-specific metadata on the specified bean.
getXmlBeanMeta(BeanMeta<?>) - Method in class org.apache.juneau.xml.XmlSerializer
 
getXmlBeanMeta(BeanMeta<?>) - Method in class org.apache.juneau.xml.XmlSerializerSession
Returns the language-specific metadata on the specified bean.
getXmlBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.jena.RdfParser
 
getXmlBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.jena.RdfParserSession
Returns the language-specific metadata on the specified bean property.
getXmlBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.jena.RdfSerializer
 
getXmlBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.jena.RdfSerializerSession
Returns the language-specific metadata on the specified bean property.
getXmlBeanPropertyMeta(BeanPropertyMeta) - Method in interface org.apache.juneau.xml.XmlMetaProvider
Returns the language-specific metadata on the specified bean property.
getXmlBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.xml.XmlParser
 
getXmlBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.xml.XmlParserSession
Returns the language-specific metadata on the specified bean property.
getXmlBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.xml.XmlSerializer
 
getXmlBeanPropertyMeta(BeanPropertyMeta) - Method in class org.apache.juneau.xml.XmlSerializerSession
Returns the language-specific metadata on the specified bean property.
getXmlClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.jena.RdfParser
 
getXmlClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.jena.RdfSerializer
 
getXmlClassMeta(ClassMeta<?>) - Method in interface org.apache.juneau.xml.XmlMetaProvider
Returns the language-specific metadata on the specified class.
getXmlClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.xml.XmlParser
 
getXmlClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.xml.XmlParserSession
Returns the language-specific metadata on the specified class.
getXmlClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.xml.XmlSerializer
 
getXmlClassMeta(ClassMeta<?>) - Method in class org.apache.juneau.xml.XmlSerializerSession
Returns the language-specific metadata on the specified class.
getXmlFormat() - Method in class org.apache.juneau.xml.XmlBeanPropertyMeta
Returns the XML format of this property from the Xml.format() annotation on this bean property.
getXmlReader(ParserPipe) - Method in class org.apache.juneau.xml.XmlParserSession
Wrap the specified reader in a STAX reader based on settings in this context.
getXmlWriter(SerializerPipe) - Method in class org.apache.juneau.xml.XmlSerializerSession
Converts the specified output target object to an XmlWriter.
getXsNamespace() - Method in class org.apache.juneau.xml.XmlSerializer
Deprecated.
getXsNamespace() - Method in class org.apache.juneau.xml.XmlSerializerSession
Deprecated.
GitControl - Class in org.apache.juneau.server.config.repository
 
GitControl(String, String) - Constructor for class org.apache.juneau.server.config.repository.GitControl
 
Gone - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 410 ().
Gone(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.Gone
Constructor.
Gone(String) - Constructor for exception org.apache.juneau.http.exception.Gone
Constructor.
Gone() - Constructor for exception org.apache.juneau.http.exception.Gone
Constructor.
Gone(String, Object...) - Constructor for exception org.apache.juneau.http.exception.Gone
Constructor.
Gone(Throwable) - Constructor for exception org.apache.juneau.http.exception.Gone
Constructor.
Gone - Exception in org.apache.juneau.rest.exception
Deprecated.
Gone(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.Gone
Deprecated.
Constructor.
Gone(String) - Constructor for exception org.apache.juneau.rest.exception.Gone
Deprecated.
Constructor.
Gone() - Constructor for exception org.apache.juneau.rest.exception.Gone
Deprecated.
Constructor.
Gone(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.Gone
Deprecated.
Constructor.
Gone(Throwable) - Constructor for exception org.apache.juneau.rest.exception.Gone
Deprecated.
Constructor.
guard(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.RestGuard
Checks the current HTTP request and throws a HttpException if the guard does not permit the request.
guards() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
guards(Class<?>...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Class-level guards.
guards(RestGuard...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Class-level guards.
GzipEncoder - Class in org.apache.juneau.encoders
Encoder for handling "gzip" encoding and decoding.
GzipEncoder() - Constructor for class org.apache.juneau.encoders.GzipEncoder
 

H

H1 - Class in org.apache.juneau.dto.html5
DTO for an HTML {@doc ExtHTML5.sections#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements
H1() - Constructor for class org.apache.juneau.dto.html5.H1
Creates an empty H1 element.
H1(Object...) - Constructor for class org.apache.juneau.dto.html5.H1
Creates an H1 element with the specified child nodes.
h1() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty H1 element.
h1(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an H1 element with the specified child nodes.
H2 - Class in org.apache.juneau.dto.html5
DTO for an HTML {@doc ExtHTML5.sections#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements
H2() - Constructor for class org.apache.juneau.dto.html5.H2
Creates an empty H2 element.
H2(Object...) - Constructor for class org.apache.juneau.dto.html5.H2
Creates an H2 element with the specified child nodes.
h2() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty H2 element.
h2(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an H2 element with the specified child nodes.
H3 - Class in org.apache.juneau.dto.html5
DTO for an HTML {@doc ExtHTML5.sections#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements
H3() - Constructor for class org.apache.juneau.dto.html5.H3
Creates an empty H3 element.
H3(Object...) - Constructor for class org.apache.juneau.dto.html5.H3
Creates an H3 element with the specified child nodes.
h3() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty H3 element.
h3(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an H3 element with the specified child nodes.
H4 - Class in org.apache.juneau.dto.html5
DTO for an HTML {@doc ExtHTML5.sections#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements
H4() - Constructor for class org.apache.juneau.dto.html5.H4
Creates an empty H4 element.
H4(Object...) - Constructor for class org.apache.juneau.dto.html5.H4
Creates an H4 element with the specified child nodes.
h4() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty H4 element.
h4(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an H4 element with the specified child nodes.
H5 - Class in org.apache.juneau.dto.html5
DTO for an HTML {@doc ExtHTML5.sections#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements
H5() - Constructor for class org.apache.juneau.dto.html5.H5
Creates an empty H5 element.
H5(Object...) - Constructor for class org.apache.juneau.dto.html5.H5
Creates an H5 element with the specified child nodes.
h5() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty H5 element.
h5(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an H5 element with the specified child nodes.
H6 - Class in org.apache.juneau.dto.html5
DTO for an HTML {@doc ExtHTML5.sections#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements
H6() - Constructor for class org.apache.juneau.dto.html5.H6
Creates an empty H6 element.
H6(Object...) - Constructor for class org.apache.juneau.dto.html5.H6
Creates an H6 element with the specified child nodes.
h6() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty H6 element.
h6(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an H6 element with the specified child nodes.
handle(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.reshandlers.DefaultHandler
 
handle(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.reshandlers.InputStreamHandler
 
handle(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.reshandlers.ReaderHandler
 
handle(RestRequest, RestResponse) - Method in interface org.apache.juneau.rest.ResponseHandler
Process this response if possible.
handleError(RestCall, Throwable) - Method in interface org.apache.juneau.rest.RestCallHandler
Deprecated.
Method for handling response errors.
handleError(RestCall, Throwable) - Method in class org.apache.juneau.rest.RestContext
Method for handling response errors.
handleGetObject(String) - Method in class org.apache.juneau.cp.Messages
 
handleGetObject(String) - Method in class org.apache.juneau.utils.MessageBundle
Deprecated.
 
handleNotFound(RestCall) - Method in interface org.apache.juneau.rest.RestCallHandler
Deprecated.
Handle the case where a matching method was not found.
handleNotFound(RestCall) - Method in class org.apache.juneau.rest.RestContext
Handle the case where a matching method was not found.
handleResponse(RestCall) - Method in interface org.apache.juneau.rest.RestCallHandler
Deprecated.
The main method for serializing POJOs passed in through the RestResponse.setOutput(Object) method or returned by the Java method.
handleResponse(RestCall) - Method in class org.apache.juneau.rest.RestContext
The main method for serializing POJOs passed in through the RestResponse.setOutput(Object) method or returned by the Java method.
hasAnnotation(Class<A>, Class<?>) - Method in class org.apache.juneau.BeanContext
Returns true if getAnnotation(a,c) returns a non-null value.
hasAnnotation(Class<A>, ClassInfo) - Method in class org.apache.juneau.BeanContext
Returns true if getAnnotation(a,c) returns a non-null value.
hasAnnotation(Class<A>, Method) - Method in class org.apache.juneau.BeanContext
Returns true if getAnnotation(a,m) returns a non-null value.
hasAnnotation(Class<A>, MethodInfo) - Method in class org.apache.juneau.BeanContext
Returns true if getAnnotation(a,m) returns a non-null value.
hasAnnotation(Class<A>, Field) - Method in class org.apache.juneau.BeanContext
Returns true if getAnnotation(a,f) returns a non-null value.
hasAnnotation(Class<A>, FieldInfo) - Method in class org.apache.juneau.BeanContext
Returns true if getAnnotation(a,f) returns a non-null value.
hasAnnotation(Class<A>, Constructor<?>) - Method in class org.apache.juneau.BeanContext
Returns true if getAnnotation(a,c) returns a non-null value.
hasAnnotation(Class<A>, ConstructorInfo) - Method in class org.apache.juneau.BeanContext
Returns true if getAnnotation(a,c) returns a non-null value.
hasAnnotation(Class<? extends Annotation>) - Method in class org.apache.juneau.ClassMeta
Shortcut for calling getInnerClass().getAnnotation(a) != null.
hasAnnotation(Class<? extends Annotation>) - Method in class org.apache.juneau.reflect.AnnotationInfo
Returns true if this annotation has the specified annotation defined on it.
hasAnnotation(Class<? extends Annotation>) - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this class has the specified annotation.
hasAnnotation(Class<? extends Annotation>) - Method in class org.apache.juneau.reflect.ConstructorInfo
Returns true if the specified annotation is present on this constructor.
hasAnnotation(Class<? extends Annotation>) - Method in class org.apache.juneau.reflect.FieldInfo
Returns true if the specified annotation is present.
hasAnnotation(Class<? extends Annotation>, MetaProvider) - Method in class org.apache.juneau.reflect.FieldInfo
Returns true if the specified annotation is present.
hasAnnotation(Class<? extends Annotation>) - Method in class org.apache.juneau.reflect.MethodInfo
Returns true if the specified annotation is present on this method.
hasAnnotation(Class<? extends Annotation>) - Method in class org.apache.juneau.reflect.ParamInfo
Returns true if this parameter has the specified annotation.
hasAny(String...) - Method in class org.apache.juneau.rest.RequestQuery
Returns true if the query parameters contains any of the specified names.
hasArg(int) - Method in class org.apache.juneau.collections.Args
Returns true if argument exists at specified index.
hasArg(String) - Method in class org.apache.juneau.collections.Args
Returns true if the named argument exists.
hasAside(HtmlDocSerializerSession) - Method in class org.apache.juneau.html.BasicHtmlDocTemplate
Returns true if this page should render a <body>/<aside> element.
hasBeanUri() - Method in class org.apache.juneau.jena.RdfBeanMeta
Returns true if one of the properties on this bean is annotated with @Rdf(beanUri) as true
hasChildPojoSwaps() - Method in class org.apache.juneau.ClassMeta
Returns true if this class or any child classes has a PojoSwap associated with it.
hasConfigAnnotations() - Method in class org.apache.juneau.reflect.MethodInfo
Returns true if this method or parent methods have any annotations annotated with PropertyStoreApply.
hasContent(String) - Static method in class org.apache.juneau.http.HttpMethod
Returns true if specified http method has content.
hasContent() - Method in enum org.apache.juneau.rest.client.HttpMethod
Deprecated.
Returns whether this HTTP method normally has content.
hasContent(String) - Method in class org.apache.juneau.rest.client.RestClient
Deprecated.
Returns true if specified http method has content.
hasDeclaredAnnotation(Class<A>, Class<?>) - Method in class org.apache.juneau.BeanContext
Returns true if getAnnotation(a,c) returns a non-null value.
hasDeclaredAnnotation(Class<A>, ClassInfo) - Method in class org.apache.juneau.BeanContext
Returns true if getDeclaredAnnotation(a,c) returns a non-null value.
hasDefinitions() - Method in class org.apache.juneau.dto.swagger.Swagger
Convenience method for testing whether this Swagger has one or more definitions defined.
hasDescription() - Method in class org.apache.juneau.dto.swagger.ExternalDocumentation
Returns true if the description property is not null or empty.
hasDescription() - Method in class org.apache.juneau.dto.swagger.Info
Returns true if the description property is not null or empty.
hasDescription() - Method in class org.apache.juneau.dto.swagger.Operation
Returns true if the description property is not null or empty.
hasDiffs() - Method in class org.apache.juneau.utils.BeanDiff
Returns true if the beans had differences.
hasEmail() - Method in class org.apache.juneau.dto.swagger.Contact
Returns true if the email property is not null or empty.
hasEmptyVars() - Method in class org.apache.juneau.rest.util.UrlPathPatternMatch
Returns true if any of the variable values are blank.
hasExtension(String, String) - Static method in class org.apache.juneau.internal.FileUtils
Returns true if the specified file name contains the specified extension.
hasFooter(HtmlDocSerializerSession) - Method in class org.apache.juneau.html.BasicHtmlDocTemplate
Returns true if this page should render a <body>/<footer> element.
HasFormData - Annotation Type in org.apache.juneau.http.annotation
REST has-form-data annotation.
HasFormDataAnnotation - Class in org.apache.juneau.http.annotation
A concrete implementation of the HasFormData annotation.
HasFormDataAnnotation() - Constructor for class org.apache.juneau.http.annotation.HasFormDataAnnotation
 
hasFuzzyParamTypes(Class<?>...) - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns true if this method has at most only this arguments in any order.
hasFuzzyParamTypes(ClassInfo...) - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns true if this method has at most only this arguments in any order.
hash(Throwable) - Method in class org.apache.juneau.mstat.ExceptionHasher
Calculates a 16-bit hash for the specified throwable based on it's stack trace.
hash(String) - Method in class org.apache.juneau.mstat.ExceptionInfo
TODO
hash(String) - Method in class org.apache.juneau.mstat.ExceptionStats
 
hash(Throwable, String) - Static method in class org.apache.juneau.utils.StackTraceUtils
Calculates a 16-bit hash for the specified throwable based on it's stack trace.
hashCode() - Method in class org.apache.juneau.BeanMeta
 
hashCode() - Method in class org.apache.juneau.BeanPropertyMeta
 
hashCode() - Method in class org.apache.juneau.ClassMeta
 
hashCode() - Method in class org.apache.juneau.Context
 
hashCode() - Method in class org.apache.juneau.dto.LinkString
 
hashCode() - Method in class org.apache.juneau.http.BasicHeader
 
hashCode() - Method in exception org.apache.juneau.http.exception.HttpException
 
hashCode() - Method in class org.apache.juneau.http.MediaType
 
hashCode() - Method in class org.apache.juneau.http.StringRange
Returns a hash based on this instance's media-type.
HashCode - Class in org.apache.juneau.internal
Utility class for generating integer hash codes.
HashCode() - Constructor for class org.apache.juneau.internal.HashCode
 
hashCode() - Method in class org.apache.juneau.PropertyStore
 
hashCode(String...) - Method in class org.apache.juneau.PropertyStore
Returns a hashcode of this property store using only the specified group names.
hashCode() - Method in class org.apache.juneau.PropertyStore.Property
 
hashCode() - Method in class org.apache.juneau.PropertyStore.PropertyGroup
 
hashCode() - Method in class org.apache.juneau.reflect.ClassInfo
 
hashCode() - Method in class org.apache.juneau.rest.helper.ResourceDescription
 
hashCode() - Method in exception org.apache.juneau.rest.RestException
Deprecated.
 
hashCode() - Method in class org.apache.juneau.rest.RestMethodContext
 
hashCode() - Method in class org.apache.juneau.utils.Mutable
 
hashCode() - Method in class org.apache.juneau.utils.Tuple2
 
hashCode() - Method in class org.apache.juneau.utils.Tuple3
 
hashCode() - Method in class org.apache.juneau.utils.Tuple4
 
hashCode() - Method in class org.apache.juneau.utils.Tuple5
 
hasHeader(HtmlDocSerializerSession) - Method in class org.apache.juneau.html.BasicHtmlDocTemplate
Returns true if this page should render a <body>/<header> element.
hasHeaders() - Method in class org.apache.juneau.dto.swagger.ResponseInfo
Returns true if this response info has headers associated with it.
hasHttpEntity() - Method in class org.apache.juneau.rest.client2.RestRequest
Returns true if this request has a body.
hasInputStreamMutater() - Method in class org.apache.juneau.ClassMeta
Returns true if this class has a transform associated with it that allows it to be created from an InputStream.
hasMatchingParamTypes(Class<?>...) - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns true if this method has the specified argument parent classes.
hasMatchingParamTypes(ClassInfo...) - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns true if this method has the specified argument parent classes.
hasModifier(char) - Method in class org.apache.juneau.config.internal.ConfigEntry
Returns whether this entry has the specified modifier.
hasMutate(Class<I>, Class<O>) - Static method in class org.apache.juneau.reflect.Mutaters
Returns the transform for converting the specified input type to the specified output type.
hasMutaterFrom(Class<?>) - Method in class org.apache.juneau.ClassMeta
Returns true if this class can be instantiated from the specified type.
hasMutaterFrom(ClassMeta<?>) - Method in class org.apache.juneau.ClassMeta
Returns true if this class can be instantiated from the specified type.
hasMutaterTo(Class<?>) - Method in class org.apache.juneau.ClassMeta
Returns true if this class can be transformed to the specified type.
hasMutaterTo(ClassMeta<?>) - Method in class org.apache.juneau.ClassMeta
Returns true if this class can be transformed to the specified type.
hasName(String) - Method in class org.apache.juneau.BeanRegistry
Returns true if this dictionary has an entry for the specified type name.
hasName() - Method in class org.apache.juneau.dto.swagger.Contact
Returns true if the name property is not null or empty.
hasName() - Method in class org.apache.juneau.dto.swagger.License
Returns true if the name property is not null or empty.
hasName(String) - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns true if this method has this name.
hasName(String...) - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns true if this method has a name in the specified list.
hasName(Set<String>) - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns true if this method has a name in the specified set.
hasName(String) - Method in class org.apache.juneau.reflect.FieldInfo
Returns true if the field has the specified name.
hasName() - Method in class org.apache.juneau.reflect.ParamInfo
Returns true if the parameter has a name provided by the class file.
hasName() - Method in class org.apache.juneau.xml.XmlReader
 
hasNav(HtmlDocSerializerSession) - Method in class org.apache.juneau.html.BasicHtmlDocTemplate
Returns true if this page should render a <body>/<nav> element.
hasNext() - Method in class org.apache.juneau.microservice.resources.LogParser
 
hasNext() - Method in class org.apache.juneau.xml.XmlReader
 
hasNoParams() - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns true if this executable has no parameters.
hasNoTags() - Method in class org.apache.juneau.dto.swagger.Operation
Returns true if this operation has no tags associated with it.
hasNumParams(int) - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns true if this executable has this number of arguments.
hasOutput() - Method in class org.apache.juneau.rest.RestCall
Shortcut for calling getRestResponse().hasOutput().
hasOutput() - Method in class org.apache.juneau.rest.RestResponse
Returns true if this response has any output associated with it.
hasPackage() - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this class is not in the root package.
hasParameters() - Method in class org.apache.juneau.dto.swagger.Operation
Returns true if this operation has parameters associated with it.
hasParams() - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns true if this executable has at least one parameter.
hasParamTypes(Class<?>...) - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns true if this method has the specified arguments.
hasParamTypes(ClassInfo...) - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns true if this method has the specified arguments.
hasPrimitiveWrapper() - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if the ClassInfo.getPrimitiveWrapper() method returns a value.
hasProperties() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Returns true if this schema info has one or more properties defined on it.
hasProperties() - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns true if this schema has properties associated with it.
hasProperty(String) - Method in class org.apache.juneau.Session
Returns true if this session has the specified property defined.
HasQuery - Annotation Type in org.apache.juneau.http.annotation
REST has-query-parameter annotation.
HasQueryAnnotation - Class in org.apache.juneau.http.annotation
A concrete implementation of the HasQuery annotation.
HasQueryAnnotation() - Constructor for class org.apache.juneau.http.annotation.HasQueryAnnotation
 
hasReaderMutater() - Method in class org.apache.juneau.ClassMeta
Returns true if this class has a transform associated with it that allows it to be created from a Reader.
hasRef() - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Returns true if this object has a "$ref" attribute.
hasRef() - Method in class org.apache.juneau.dto.swagger.Items
Returns true if this object has a "$ref" attribute.
hasRef() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Returns true if this object has a "$ref" attribute.
hasResponses() - Method in class org.apache.juneau.dto.swagger.Operation
Returns true if this operation has responses associated with it.
hasReturnType(Class<?>) - Method in class org.apache.juneau.reflect.MethodInfo
Returns true if this method has this return type.
hasReturnType(ClassInfo) - Method in class org.apache.juneau.reflect.MethodInfo
Returns true if this method has this return type.
hasReturnTypeParent(Class<?>) - Method in class org.apache.juneau.reflect.MethodInfo
Returns true if this method has this parent return type.
hasReturnTypeParent(ClassInfo) - Method in class org.apache.juneau.reflect.MethodInfo
Returns true if this method has this parent return type.
hasSameCache(BeanContext) - Method in class org.apache.juneau.BeanContext
Returns true if the specified bean context shares the same cache as this bean context.
hasScript(HtmlDocSerializerSession) - Method in class org.apache.juneau.html.BasicHtmlDocTemplate
Returns true if this page should render a <head>/<script> element.
hasSection(String) - Method in class org.apache.juneau.config.internal.ConfigMap
Returns true if this config has the specified section.
hasSessionObject(String) - Method in class org.apache.juneau.svl.VarResolverSession
Returns true if this session has the specified session object.
hasStringMutater() - Method in class org.apache.juneau.ClassMeta
Returns true if this class has a transform associated with it that allows it to be created from a String.
hasStyle(HtmlDocSerializerSession) - Method in class org.apache.juneau.html.BasicHtmlDocTemplate
Returns true if this page should render a <head>/<style> element.
hasSubType(String) - Method in class org.apache.juneau.http.header.BasicMediaTypeHeader
Returns true if the subtype contains the specified '+' delimited subtype value.
hasSubType(String) - Method in class org.apache.juneau.http.MediaType
Returns true if the subtype contains the specified '+' delimited subtype value.
hasSubtypePart(String) - Method in class org.apache.juneau.http.header.BasicMediaRangeArrayHeader
Convenience method for searching through all of the subtypes of all the media ranges in this header for the presence of a subtype fragment.
hasSubtypePart(String) - Method in class org.apache.juneau.http.MediaRanges
Convenience method for searching through all of the subtypes of all the media ranges in this header for the presence of a subtype fragment.
hasSummary() - Method in class org.apache.juneau.dto.swagger.Operation
Returns true if the summary property is not null or empty.
hasTag(String) - Method in class org.apache.juneau.dto.swagger.Operation
Returns true if this operation has the specified tag associated with it.
hasTags() - Method in class org.apache.juneau.dto.swagger.Swagger
Convenience method for testing whether this Swagger has one or more tags defined.
hasTermsOfService() - Method in class org.apache.juneau.dto.swagger.Info
Returns true if the termsOfService property is not null or empty.
hasText() - Method in class org.apache.juneau.xml.XmlReader
 
hasTitle() - Method in class org.apache.juneau.dto.swagger.Info
Returns true if the title property is not null or empty.
hasUrl() - Method in class org.apache.juneau.dto.swagger.Contact
Returns true if the URL property is not null.
hasUrl() - Method in class org.apache.juneau.dto.swagger.ExternalDocumentation
Returns true if the url property is not null.
hasUrl() - Method in class org.apache.juneau.dto.swagger.License
Returns true if the url property is not null.
hasVars() - Method in class org.apache.juneau.rest.util.UrlPathPattern
Returns true if this path pattern contains variables.
hasVars() - Method in class org.apache.juneau.rest.util.UrlPathPatternMatch
Returns true if this match contains one or more variables.
hasVersion() - Method in class org.apache.juneau.dto.swagger.Info
Returns true if the version property is not null or empty.
hasWarnings() - Method in class org.apache.juneau.Session
Returns true if warnings occurred in this session.
Head - Class in org.apache.juneau.dto.html5
DTO for an HTML <head> element.
Head() - Constructor for class org.apache.juneau.dto.html5.Head
Creates an empty Head element.
Head(Object...) - Constructor for class org.apache.juneau.dto.html5.Head
Creates a Head element with the specified child nodes.
head() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Head element.
head(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Head element with the specified child nodes.
head(HtmlDocSerializerSession, HtmlWriter, Object) - Method in class org.apache.juneau.html.BasicHtmlDocTemplate
Renders the contents of the <head> element.
head(String[]) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
HtmlDocSerializer configuration property:  Additional head section content.
HEAD - Static variable in class org.apache.juneau.http.HttpMethod
HEAD - Static variable in class org.apache.juneau.http.HttpMethodName
Deprecated.
head(Object) - Method in class org.apache.juneau.rest.client2.RestClient
Perform a HEAD request against the specified URI.
head(Object...) - Method in class org.apache.juneau.rest.HtmlDocBuilder
Deprecated.
Sets the HTML head section contents.
head(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
header(Object...) - Method in class org.apache.juneau.dto.html5.Article
Adds a header node to this element.
Header - Class in org.apache.juneau.dto.html5
DTO for an HTML <header> element.
Header() - Constructor for class org.apache.juneau.dto.html5.Header
Creates an empty Header element.
Header(Object...) - Constructor for class org.apache.juneau.dto.html5.Header
Creates a Header element with the specified child nodes.
header() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Header element.
header(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Header element with the specified child nodes.
header(String, HeaderInfo) - Method in class org.apache.juneau.dto.swagger.ResponseInfo
Adds a single value to the headers property.
header(HtmlDocSerializerSession, HtmlWriter, Object) - Method in class org.apache.juneau.html.BasicHtmlDocTemplate
Renders the contents of the <body>/<header> element.
header(String[]) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
HtmlDocSerializer configuration property:  Header section contents.
Header - Annotation Type in org.apache.juneau.http.annotation
REST request header annotation.
header(String, Object) - Method in class org.apache.juneau.http.BasicHttpResource
Adds an arbitrary header to this resource.
header(Header) - Method in class org.apache.juneau.http.BasicHttpResource
Adds an arbitrary header to this resource.
header(String, Object) - Method in exception org.apache.juneau.http.exception.BadRequest
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.Conflict
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.ExpectationFailed
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.FailedDependency
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.Forbidden
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.Gone
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.HttpException
Add an HTTP header to this exception.
header(String, Object) - Method in exception org.apache.juneau.http.exception.HttpVersionNotSupported
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.InsufficientStorage
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.InternalServerError
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.LengthRequired
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.Locked
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.LoopDetected
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.MethodNotAllowed
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.MisdirectedRequest
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.NetworkAuthenticationRequired
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.NotAcceptable
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.NotExtended
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.NotFound
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.NotImplemented
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.PayloadTooLarge
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.PreconditionFailed
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.PreconditionRequired
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.RangeNotSatisfiable
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.RequestHeaderFieldsTooLarge
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.ServiceUnavailable
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.TooManyRequests
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.Unauthorized
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.UnavailableForLegalReasons
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.UnprocessableEntity
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.UnsupportedMediaType
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.UpgradeRequired
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.UriTooLong
 
header(String, Object) - Method in exception org.apache.juneau.http.exception.VariantAlsoNegotiates
 
header(String, Object) - Method in class org.apache.juneau.http.response.Accepted
 
header(String, Object) - Method in class org.apache.juneau.http.response.AlreadyReported
 
header(String, Object) - Method in class org.apache.juneau.http.response.Continue
 
header(String, Object) - Method in class org.apache.juneau.http.response.Created
 
header(String, Object) - Method in class org.apache.juneau.http.response.EarlyHints
 
header(String, Object) - Method in class org.apache.juneau.http.response.Found
 
header(String, Object) - Method in class org.apache.juneau.http.response.HttpResponse
Add an HTTP header to this response.
header(String, Object) - Method in class org.apache.juneau.http.response.IMUsed
 
header(String, Object) - Method in class org.apache.juneau.http.response.MovedPermanently
 
header(String, Object) - Method in class org.apache.juneau.http.response.MultipleChoices
 
header(String, Object) - Method in class org.apache.juneau.http.response.MultiStatus
 
header(String, Object) - Method in class org.apache.juneau.http.response.NoContent
 
header(String, Object) - Method in class org.apache.juneau.http.response.NonAuthoritiveInformation
 
header(String, Object) - Method in class org.apache.juneau.http.response.NotModified
 
header(String, Object) - Method in class org.apache.juneau.http.response.Ok
 
header(String, Object) - Method in class org.apache.juneau.http.response.PartialContent
 
header(String, Object) - Method in class org.apache.juneau.http.response.PermanentRedirect
 
header(String, Object) - Method in class org.apache.juneau.http.response.Processing
 
header(String, Object) - Method in class org.apache.juneau.http.response.ResetContent
 
header(String, Object) - Method in class org.apache.juneau.http.response.SeeOther
 
header(String, Object) - Method in class org.apache.juneau.http.response.SwitchingProtocols
 
header(String, Object) - Method in class org.apache.juneau.http.response.TemporaryRedirect
 
header(String, Object) - Method in class org.apache.juneau.http.response.UseProxy
 
header(String, Object, boolean, HttpPartSerializer, HttpPartSchema) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets a header on the request.
header(String, Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets a header on the request.
header(Header) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Shortcut for calling getRequest().setHeader(header)
header(String, Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Request headers.
header(String, Object, HttpPartSchema, HttpPartSerializer) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets a header on all requests.
header(String, Supplier<?>, HttpPartSchema, HttpPartSerializer) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets a header with a dynamic value on all requests.
header(String, Object, HttpPartSchema) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets a header on all requests.
header(String, Supplier<?>, HttpPartSchema) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets a header with a dynamic value on all requests.
header(String, Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets a header on all requests.
header(String, Supplier<?>) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets a header with a dynamic value on all requests.
header(Header) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets a header on all requests.
header(AddFlag, String, Object, HttpPartSchema) - Method in class org.apache.juneau.rest.client2.RestRequest
Adds a header on the request.
header(String, Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Appends a header on the request.
header(String, Object, HttpPartSchema) - Method in class org.apache.juneau.rest.client2.RestRequest
Appends a header on the request.
header(AddFlag, String, Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Adds a header to the request.
header(Header) - Method in class org.apache.juneau.rest.client2.RestRequest
Appends a header on the request.
header(Object...) - Method in class org.apache.juneau.rest.HtmlDocBuilder
Deprecated.
Sets the HTML header section contents.
header(String, Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
header(Header) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
header(String, Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
header(String, Supplier<?>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
header(String, Object, HttpPartSchema) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
header(String, Supplier<?>, HttpPartSchema) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
header(String, Object, HttpPartSchema, HttpPartSerializer) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
header(String, Supplier<?>, HttpPartSchema, HttpPartSerializer) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
header(String, Object) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
header(String, String) - Method in class org.apache.juneau.rest.mock2.MockServletResponse
header(String, Object) - Method in class org.apache.juneau.rest.RestResponse
Sets a header on the request.
header(NameValuePair) - Method in class org.apache.juneau.rest.RestResponse
Sets a header from a NameValuePair.
header(HttpPartSchema, String, Object) - Method in class org.apache.juneau.rest.RestResponse
Sets a header on the request.
header(HttpPartSerializerSession, HttpPartSchema, String, Object) - Method in class org.apache.juneau.rest.RestResponse
Sets a header on the request.
header(String, Object) - Method in interface org.apache.juneau.utils.MockHttpRequest
Deprecated.
Sets a header on the request.
Headerable - Interface in org.apache.juneau.http
Identifies a class that can be converted to a Header object.
HeaderAnnotation - Class in org.apache.juneau.http.annotation
A concrete implementation of the Header annotation.
HeaderAnnotation() - Constructor for class org.apache.juneau.http.annotation.HeaderAnnotation
 
headerIfNE(String, Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets a header on the request if the value is not null/empty.
HeaderInfo - Class in org.apache.juneau.dto.swagger
Describes a single HTTP header.
HeaderInfo() - Constructor for class org.apache.juneau.dto.swagger.HeaderInfo
Default constructor.
HeaderInfo(HeaderInfo) - Constructor for class org.apache.juneau.dto.swagger.HeaderInfo
Copy constructor.
headerInfo() - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an empty HeaderInfo element.
headerInfo(String) - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an HeaderInfo element with the specified type attribute.
headerInfoStrict(String) - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an HeaderInfo element with the specified type attribute.
headerIterator() - Method in class org.apache.juneau.rest.client2.RestRequest
Returns an iterator of all the headers.
headerIterator(String) - Method in class org.apache.juneau.rest.client2.RestRequest
Returns an iterator of the headers with a given name.
headerIterator() - Method in class org.apache.juneau.rest.client2.RestResponse
Returns an iterator of all the headers.
headerIterator(String) - Method in class org.apache.juneau.rest.client2.RestResponse
Returns an iterator of the headers with a given name.
headerPairs(Object...) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets multiple headers on all requests using freeform key/value pairs.
headerPairs(Object...) - Method in class org.apache.juneau.rest.client2.RestRequest
Appends multiple headers on the request using freeform key/value pairs.
headerPairs(Object...) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
headers(String) - Method in class org.apache.juneau.dto.html5.Td
headers attribute.
headers(String) - Method in class org.apache.juneau.dto.html5.Th
headers attribute.
headers(Object...) - Method in class org.apache.juneau.dto.swagger.ResponseInfo
Adds one or more values to the headers property.
headers() - Method in class org.apache.juneau.http.annotation.ResponseAnnotation
 
headers(ResponseHeader[]) - Method in class org.apache.juneau.http.annotation.ResponseAnnotation
Sets the headers property on this annotation.
headers(List<Header>) - Method in class org.apache.juneau.http.BasicHttpResource
Adds an arbitrary collection of headers to this resource.
headers(Header...) - Method in class org.apache.juneau.http.BasicHttpResource
Adds an arbitrary collection of headers to this resource.
headers(Map<String, Object>) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets headers on the request.
headers(Map<String, Object>) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets arbitrary request headers.
headers(Object...) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets multiple headers on all requests.
headers(Object...) - Method in class org.apache.juneau.rest.client2.RestRequest
Appends multiple headers to the request.
headers(AddFlag, Object...) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets multiple headers on the request.
headers(Object...) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
headersIfNE(Map<String, Object>) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets headers on the request if the values are not null/empty.
HeaderSupplier - Class in org.apache.juneau.http
Specifies a dynamic supplier of Header objects.
HeaderSupplier() - Constructor for class org.apache.juneau.http.HeaderSupplier
 
HeaderSupplier.Null - Class in org.apache.juneau.http
Represents no header supplier
height(Object) - Method in class org.apache.juneau.dto.html5.Canvas
height attribute.
height(Object) - Method in class org.apache.juneau.dto.html5.Embed
height attribute.
height(Object) - Method in class org.apache.juneau.dto.html5.Iframe
height attribute.
height(Object) - Method in class org.apache.juneau.dto.html5.Img
height attribute.
height(Object) - Method in class org.apache.juneau.dto.html5.Input
height attribute.
height(Object) - Method in class org.apache.juneau.dto.html5.Object_
height attribute.
height(Object) - Method in class org.apache.juneau.dto.html5.Video
height attribute.
HelloWorldResource - Class in org.apache.juneau.examples.rest
Sample REST resource that prints out a simple "Hello world!" message.
HelloWorldResource() - Constructor for class org.apache.juneau.examples.rest.HelloWorldResource
 
HelloWorldResource - Class in org.apache.juneau.microservice.jetty.template
Sample REST resource that prints out a simple "Hello world!" message.
HelloWorldResource() - Constructor for class org.apache.juneau.microservice.jetty.template.HelloWorldResource
 
HelloWorldResource - Class in org.apache.juneau.microservice.springboot.template
Sample REST resource that prints out a simple "Hello world!" message.
HelloWorldResource() - Constructor for class org.apache.juneau.microservice.springboot.template.HelloWorldResource
 
HelpCommand - Class in org.apache.juneau.microservice.console
Implements the 'restart' console command to gracefully shut down and restart the microservice.
HelpCommand() - Constructor for class org.apache.juneau.microservice.console.HelpCommand
 
hex() - Method in class org.apache.juneau.assertions.FluentByteArrayAssertion
Converts this byte array to hexadecimal and returns it as a new assertion.
Hex() - Constructor for class org.apache.juneau.transforms.ByteArraySwap.Hex
 
Hex() - Constructor for class org.apache.juneau.transforms.InputStreamSwap.Hex
 
hidden(Object) - Method in class org.apache.juneau.dto.html5.HtmlElement
hidden attribute.
hiddenProperties - Variable in class org.apache.juneau.BeanMeta
The hidden properties on the target class.
high(Object) - Method in class org.apache.juneau.dto.html5.Meter
high attribute.
HookEvent - Enum in org.apache.juneau.rest.annotation
Identifies servlet and REST call lifecycle events which cause @RestHook-annotated Java methods to be called.
host(Object) - Method in class org.apache.juneau.dto.swagger.Swagger
Host - Class in org.apache.juneau.http.header
Represents a parsed Host HTTP request header.
Host(Object) - Constructor for class org.apache.juneau.http.header.Host
Constructor.
Host(String) - Constructor for class org.apache.juneau.http.header.Host
Constructor
host(String) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the URI host.
host(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the value for the Host request header.
host(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the value for the Host request header.
host(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the Host request header on all requests.
host(String) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the URI host.
host(Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Specifies the Host header value on the request.
host(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
hostHeader(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the Host request header.
hostnameVerifier(HostnameVerifier) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Hr - Class in org.apache.juneau.dto.html5
DTO for an HTML {@doc ExtHTML5.grouping-content#the-hr-element
Hr() - Constructor for class org.apache.juneau.dto.html5.Hr
Creates an empty Hr element.
hr() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Hr element.
href(String) - Method in class org.apache.juneau.dto.atom.Link
Sets the href of the target of this link.
href(Object) - Method in class org.apache.juneau.dto.html5.A
href attribute.
href(Object) - Method in class org.apache.juneau.dto.html5.Area
href attribute.
href(Object) - Method in class org.apache.juneau.dto.html5.Base
href attribute.
href(Object) - Method in class org.apache.juneau.dto.html5.Link
href attribute.
hreflang(String) - Method in class org.apache.juneau.dto.atom.Link
Sets the language of the target of this link.
hreflang(String) - Method in class org.apache.juneau.dto.html5.A
hreflang attribute.
hreflang(String) - Method in class org.apache.juneau.dto.html5.Area
hreflang attribute.
hreflang(String) - Method in class org.apache.juneau.dto.html5.Link
hreflang attribute.
Html - Class in org.apache.juneau.dto.html5
DTO for an HTML <html> element.
Html() - Constructor for class org.apache.juneau.dto.html5.Html
Creates an empty Html element.
Html(Object...) - Constructor for class org.apache.juneau.dto.html5.Html
Creates an Html element with the specified child nodes.
html() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Html element.
html(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an Html element with the specified child nodes.
Html - Annotation Type in org.apache.juneau.html.annotation
Annotation that can be applied to classes, fields, and methods to tweak how they are handled by HtmlSerializer.
HTML - Static variable in class org.apache.juneau.http.MediaType
Reusable predefined media type
Html - Class in org.apache.juneau.marshall
A pairing of a HtmlSerializer and HtmlParser into a single class with convenience read/write methods.
Html(HtmlSerializer, HtmlParser) - Constructor for class org.apache.juneau.marshall.Html
Constructor.
Html() - Constructor for class org.apache.juneau.marshall.Html
Constructor.
html() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Convenience method for specifying HTML as the transmission media type.
html() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Convenience method for specifying HTML as the marshalling transmission media type.
html() - Method in class org.apache.juneau.rest.client2.RestRequest
Convenience method for specifying HTML as the marshalling transmission media type for this request only.
html() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Convenience method for setting Accept and Content-Type headers to "text/html".
html() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
Html() - Constructor for class org.apache.juneau.transforms.ParsedReaderSwap.Html
Constructor
HTML_addBeanTypes - Static variable in class org.apache.juneau.html.HtmlSerializer
Configuration property: Add "_type" properties when needed.
HTML_addKeyValueTableHeaders - Static variable in class org.apache.juneau.html.HtmlSerializer
Configuration property: Add key/value headers on bean/map tables.
HTML_detectLabelParameters - Static variable in class org.apache.juneau.html.HtmlSerializer
Configuration property: Look for link labels in URIs.
HTML_detectLinksInStrings - Static variable in class org.apache.juneau.html.HtmlSerializer
Configuration property: Look for URLs in Strings.
HTML_labelParameter - Static variable in class org.apache.juneau.html.HtmlSerializer
Configuration property: Link label parameter name.
HTML_uriAnchorText - Static variable in class org.apache.juneau.html.HtmlSerializer
Configuration property: Anchor text source.
HtmlAnnotation - Class in org.apache.juneau.html.annotation
A concrete implementation of the Html annotation.
HtmlAnnotation(String) - Constructor for class org.apache.juneau.html.annotation.HtmlAnnotation
Constructor.
HtmlAnnotation(Class<?>) - Constructor for class org.apache.juneau.html.annotation.HtmlAnnotation
Constructor.
HtmlAnnotation(Method) - Constructor for class org.apache.juneau.html.annotation.HtmlAnnotation
Constructor.
HtmlAnnotation(Field) - Constructor for class org.apache.juneau.html.annotation.HtmlAnnotation
Constructor.
HtmlBeanDictionary - Class in org.apache.juneau.dto.html5
Defines the Java classes that make up the HTML DTO type dictionary.
HtmlBeanDictionary() - Constructor for class org.apache.juneau.dto.html5.HtmlBeanDictionary
Constructor.
HtmlBeanPropertyMeta - Class in org.apache.juneau.html
Metadata on bean properties specific to the HTML serializers and parsers pulled from the @Html annotation on the bean property.
HtmlBeanPropertyMeta(BeanPropertyMeta, HtmlMetaProvider) - Constructor for class org.apache.juneau.html.HtmlBeanPropertyMeta
Constructor.
HtmlBuilder - Class in org.apache.juneau.dto.html5
Various useful static methods for creating HTML elements.
HtmlBuilder() - Constructor for class org.apache.juneau.dto.html5.HtmlBuilder
 
HtmlClassMeta - Class in org.apache.juneau.html
Metadata on classes specific to the HTML serializers and parsers pulled from the @Html annotation on the class.
HtmlClassMeta(ClassMeta<?>, HtmlMetaProvider) - Constructor for class org.apache.juneau.html.HtmlClassMeta
Constructor.
HtmlCommon - Interface in org.apache.juneau.html
Configurable properties common to both the HtmlSerializer and HtmlParser classes.
HtmlComplexExample - Class in org.apache.juneau.examples.core.html
Sample class which shows the complex usage of HtmlSerializer and HtmlParser.
HtmlComplexExample() - Constructor for class org.apache.juneau.examples.core.html.HtmlComplexExample
 
HtmlConfig - Annotation Type in org.apache.juneau.html.annotation
Annotation for specifying config properties defined in HtmlSerializer, HtmlParser, and HtmlDocSerializer.
HtmlConfigApply - Class in org.apache.juneau.html.annotation
Applies HtmlConfig annotations to a PropertyStoreBuilder.
HtmlConfigApply(Class<HtmlConfig>, VarResolverSession) - Constructor for class org.apache.juneau.html.annotation.HtmlConfigApply
Constructor.
HtmlDoc - Annotation Type in org.apache.juneau.rest.annotation
Deprecated.
htmldoc() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
htmlDoc() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Convenience method for specifying HTML DOC as the marshalling transmission media type.
htmlDoc() - Method in class org.apache.juneau.rest.client2.RestRequest
Convenience method for specifying HTML DOC as the marshalling transmission media type for this request only.
htmlDoc() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
HTMLDOC_aside - Static variable in class org.apache.juneau.html.HtmlDocSerializer
Configuration property: Aside section contents.
HTMLDOC_asideFloat - Static variable in class org.apache.juneau.html.HtmlDocSerializer
Configuration property: Float aside section contents.
HTMLDOC_footer - Static variable in class org.apache.juneau.html.HtmlDocSerializer
Configuration property: Footer section contents.
HTMLDOC_head - Static variable in class org.apache.juneau.html.HtmlDocSerializer
Configuration property: Additional head section content.
HTMLDOC_header - Static variable in class org.apache.juneau.html.HtmlDocSerializer
Configuration property: Header section contents.
HTMLDOC_nav - Static variable in class org.apache.juneau.html.HtmlDocSerializer
Configuration property: Nav section contents.
HTMLDOC_navlinks - Static variable in class org.apache.juneau.html.HtmlDocSerializer
Configuration property: Page navigation links.
HTMLDOC_navlinks_add - Static variable in class org.apache.juneau.html.HtmlDocSerializer
Configuration property: Add to the HtmlDocSerializer.HTMLDOC_navlinks property.
HTMLDOC_noResultsMessage - Static variable in class org.apache.juneau.html.HtmlDocSerializer
Configuration property: No-results message.
HTMLDOC_nowrap - Static variable in class org.apache.juneau.html.HtmlDocSerializer
Configuration property: Prevent word wrap on page.
HTMLDOC_script - Static variable in class org.apache.juneau.html.HtmlDocSerializer
Configuration property: Javascript code.
HTMLDOC_script_add - Static variable in class org.apache.juneau.html.HtmlDocSerializer
Configuration property: Add to the HtmlDocSerializer.HTMLDOC_script property.
HTMLDOC_style - Static variable in class org.apache.juneau.html.HtmlDocSerializer
Configuration property: CSS style code.
HTMLDOC_style_add - Static variable in class org.apache.juneau.html.HtmlDocSerializer
Configuration property: Add to the HtmlDocSerializer.HTMLDOC_style property.
HTMLDOC_stylesheet - Static variable in class org.apache.juneau.html.HtmlDocSerializer
Configuration property: Stylesheet import URLs.
HTMLDOC_stylesheet_add - Static variable in class org.apache.juneau.html.HtmlDocSerializer
Configuration property: Add to the HtmlDocSerializer.HTMLDOC_stylesheet property.
HTMLDOC_template - Static variable in class org.apache.juneau.html.HtmlDocSerializer
Configuration property: HTML document template.
HTMLDOC_widgets - Static variable in class org.apache.juneau.html.HtmlDocSerializer
Configuration property: HTML Widgets.
HtmlDocBuilder - Class in org.apache.juneau.rest
Deprecated.
HtmlDocBuilder(PropertyStoreBuilder) - Constructor for class org.apache.juneau.rest.HtmlDocBuilder
Deprecated.
Constructor.
HtmlDocConfig - Annotation Type in org.apache.juneau.html.annotation
Annotation for specifying config properties defined in HtmlSerializer, HtmlParser, and HtmlDocSerializer.
HtmlDocConfigApply - Class in org.apache.juneau.html.annotation
Applies HtmlDocConfig annotations to a PropertyStoreBuilder.
HtmlDocConfigApply(Class<HtmlDocConfig>, VarResolverSession) - Constructor for class org.apache.juneau.html.annotation.HtmlDocConfigApply
Constructor.
HtmlDocSerializer - Class in org.apache.juneau.html
Serializes POJOs to HTTP responses as HTML documents.
HtmlDocSerializer(PropertyStore) - Constructor for class org.apache.juneau.html.HtmlDocSerializer
Constructor.
HtmlDocSerializer(PropertyStore, String, String) - Constructor for class org.apache.juneau.html.HtmlDocSerializer
Constructor.
HtmlDocSerializerBuilder - Class in org.apache.juneau.html
Builder class for building instances of HTML Doc serializers.
HtmlDocSerializerBuilder() - Constructor for class org.apache.juneau.html.HtmlDocSerializerBuilder
Constructor, default settings.
HtmlDocSerializerBuilder(PropertyStore) - Constructor for class org.apache.juneau.html.HtmlDocSerializerBuilder
Constructor.
HtmlDocSerializerSession - Class in org.apache.juneau.html
Context object that lives for the duration of a single serialization of HtmlSerializer and its subclasses.
HtmlDocSerializerSession(HtmlDocSerializer, SerializerSessionArgs) - Constructor for class org.apache.juneau.html.HtmlDocSerializerSession
Create a new session using properties specified in the context.
HtmlDocTemplate - Interface in org.apache.juneau.html
Defines the interface for rendering the contents of an HTML page produced by the HtmlDocSerializer serializer.
HtmlDocTemplate.Null - Interface in org.apache.juneau.html
Represents a non-existent doc template.
HtmlElement - Class in org.apache.juneau.dto.html5
Superclass for all HTML elements.
HtmlElement() - Constructor for class org.apache.juneau.dto.html5.HtmlElement
 
HtmlElementContainer - Class in org.apache.juneau.dto.html5
A subclass of HTML elements that contain only other elements, not text.
HtmlElementContainer() - Constructor for class org.apache.juneau.dto.html5.HtmlElementContainer
 
HtmlElementMixed - Class in org.apache.juneau.dto.html5
A subclass of HTML elements that contain mixed content (elements and text).
HtmlElementMixed() - Constructor for class org.apache.juneau.dto.html5.HtmlElementMixed
 
HtmlElementRawText - Class in org.apache.juneau.dto.html5
A subclass of HTML elements that contain raw text only.
HtmlElementRawText() - Constructor for class org.apache.juneau.dto.html5.HtmlElementRawText
 
HtmlElementText - Class in org.apache.juneau.dto.html5
A subclass of HTML elements that contain text only.
HtmlElementText() - Constructor for class org.apache.juneau.dto.html5.HtmlElementText
 
HtmlElementVoid - Class in org.apache.juneau.dto.html5
A subclass of HTML elements that have no content or end tags.
HtmlElementVoid() - Constructor for class org.apache.juneau.dto.html5.HtmlElementVoid
 
HtmlFormat - Enum in org.apache.juneau.html.annotation
Possible values for the Html.format() annotation.
HtmlLink - Annotation Type in org.apache.juneau.html.annotation
Used in conjunction with the HtmlSerializer class to define hyperlinks.
HtmlLinkAnnotation - Class in org.apache.juneau.html.annotation
A concrete implementation of the HtmlLink annotation.
HtmlLinkAnnotation(String) - Constructor for class org.apache.juneau.html.annotation.HtmlLinkAnnotation
Constructor.
HtmlLinkAnnotation(Class<?>) - Constructor for class org.apache.juneau.html.annotation.HtmlLinkAnnotation
Constructor.
HtmlMetaProvider - Interface in org.apache.juneau.html
Interface for providing access to HtmlClassMeta and HtmlBeanPropertyMeta objects.
HtmlParser - Class in org.apache.juneau.html
Parses text generated by the HtmlSerializer class back into a POJO model.
HtmlParser(PropertyStore) - Constructor for class org.apache.juneau.html.HtmlParser
Constructor.
HtmlParserBuilder - Class in org.apache.juneau.html
Builder class for building instances of HTML parsers.
HtmlParserBuilder() - Constructor for class org.apache.juneau.html.HtmlParserBuilder
Constructor, default settings.
HtmlParserBuilder(PropertyStore) - Constructor for class org.apache.juneau.html.HtmlParserBuilder
Constructor.
HtmlParserSession - Class in org.apache.juneau.html
Session object that lives for the duration of a single use of HtmlParser.
HtmlParserSession(HtmlParser, ParserSessionArgs) - Constructor for class org.apache.juneau.html.HtmlParserSession
Create a new session using properties specified in the context.
HtmlRender<T> - Class in org.apache.juneau.html
Allows custom rendering of bean property values when serialized as HTML.
HtmlRender() - Constructor for class org.apache.juneau.html.HtmlRender
 
HtmlSchemaDocSerializer - Class in org.apache.juneau.html
Serializes POJO metamodels to HTML.
HtmlSchemaDocSerializer(PropertyStore) - Constructor for class org.apache.juneau.html.HtmlSchemaDocSerializer
Constructor.
HtmlSchemaDocSerializer(PropertyStore, String, String) - Constructor for class org.apache.juneau.html.HtmlSchemaDocSerializer
Constructor.
HtmlSchemaDocSerializerSession - Class in org.apache.juneau.html
Context object that lives for the duration of a single serialization of HtmlSchemaDocSerializer and its subclasses.
HtmlSchemaDocSerializerSession(HtmlSchemaDocSerializer, SerializerSessionArgs) - Constructor for class org.apache.juneau.html.HtmlSchemaDocSerializerSession
Create a new session using properties specified in the context.
HtmlSchemaSerializer - Class in org.apache.juneau.html
Serializes POJO metamodels to HTML.
HtmlSchemaSerializer(PropertyStore) - Constructor for class org.apache.juneau.html.HtmlSchemaSerializer
Constructor.
HtmlSchemaSerializer.Readable - Class in org.apache.juneau.html
Default serializer, with whitespace.
HtmlSchemaSerializer.Simple - Class in org.apache.juneau.html
Default serializer, single quotes, simple mode.
HtmlSchemaSerializer.SimpleReadable - Class in org.apache.juneau.html
Default serializer, single quotes, simple mode, with whitespace.
HtmlSchemaSerializerBuilder - Class in org.apache.juneau.html
Builder class for building instances of HTML Schema serializers.
HtmlSchemaSerializerBuilder() - Constructor for class org.apache.juneau.html.HtmlSchemaSerializerBuilder
Constructor, default settings.
HtmlSchemaSerializerBuilder(PropertyStore) - Constructor for class org.apache.juneau.html.HtmlSchemaSerializerBuilder
Constructor.
HtmlSchemaSerializerSession - Class in org.apache.juneau.html
Context object that lives for the duration of a single serialization of HtmlSchemaSerializer and its subclasses.
HtmlSchemaSerializerSession(HtmlSchemaSerializer, SerializerSessionArgs) - Constructor for class org.apache.juneau.html.HtmlSchemaSerializerSession
Create a new session using properties specified in the context.
HtmlSerializer - Class in org.apache.juneau.html
Serializes POJO models to HTML.
HtmlSerializer(PropertyStore) - Constructor for class org.apache.juneau.html.HtmlSerializer
Constructor.
HtmlSerializer(PropertyStore, String, String) - Constructor for class org.apache.juneau.html.HtmlSerializer
Constructor.
HtmlSerializer.Sq - Class in org.apache.juneau.html
Default serializer, single quotes.
HtmlSerializer.SqReadable - Class in org.apache.juneau.html
Default serializer, single quotes, whitespace added.
HtmlSerializerBuilder - Class in org.apache.juneau.html
Builder class for building instances of HTML serializers.
HtmlSerializerBuilder() - Constructor for class org.apache.juneau.html.HtmlSerializerBuilder
Constructor, default settings.
HtmlSerializerBuilder(PropertyStore) - Constructor for class org.apache.juneau.html.HtmlSerializerBuilder
Constructor.
HtmlSerializerSession - Class in org.apache.juneau.html
Session object that lives for the duration of a single use of HtmlSerializer.
HtmlSerializerSession(HtmlSerializer, SerializerSessionArgs) - Constructor for class org.apache.juneau.html.HtmlSerializerSession
Create a new session using properties specified in the context.
HtmlSimpleExample - Class in org.apache.juneau.examples.core.html
Sample class which shows the simple usage of HtmlSerializer and HtmlParser.
HtmlSimpleExample() - Constructor for class org.apache.juneau.examples.core.html.HtmlSimpleExample
 
htmlStrippedDoc() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Convenience method for specifying Stripped HTML DOC as the marshalling transmission media type.
htmlStrippedDoc() - Method in class org.apache.juneau.rest.client2.RestRequest
Convenience method for specifying Stripped HTML DOC as the marshalling transmission media type for this request only.
htmlStrippedDoc() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
HtmlStrippedDocSerializer - Class in org.apache.juneau.html
Serializes POJOs to HTTP responses as stripped HTML.
HtmlStrippedDocSerializer(PropertyStore) - Constructor for class org.apache.juneau.html.HtmlStrippedDocSerializer
Constructor.
HtmlStrippedDocSerializer(PropertyStore, String, String) - Constructor for class org.apache.juneau.html.HtmlStrippedDocSerializer
Constructor.
HtmlStrippedDocSerializerBuilder - Class in org.apache.juneau.html
Builder class for building instances of HTML Doc serializers.
HtmlStrippedDocSerializerBuilder() - Constructor for class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
Constructor, default settings.
HtmlStrippedDocSerializerBuilder(PropertyStore) - Constructor for class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
Constructor.
HtmlStrippedDocSerializerSession - Class in org.apache.juneau.html
Session object that lives for the duration of a single use of HtmlStrippedDocSerializer.
HtmlStrippedDocSerializerSession(HtmlStrippedDocSerializer, SerializerSessionArgs) - Constructor for class org.apache.juneau.html.HtmlStrippedDocSerializerSession
Create a new session using properties specified in the context.
HtmlText - Class in org.apache.juneau.dto.html5
An object that gets serialized as raw XML by the XML and HTML serializers.
HtmlText(String) - Constructor for class org.apache.juneau.dto.html5.HtmlText
Constructor.
HtmlWidget - Interface in org.apache.juneau.html
Defines an interface for resolvers of "$W{...}" string variables.
HtmlWidgetVar - Class in org.apache.juneau.html
HTML widget variable resolver.
HtmlWidgetVar() - Constructor for class org.apache.juneau.html.HtmlWidgetVar
Constructor.
HtmlWriter - Class in org.apache.juneau.html
Specialized writer for serializing HTML.
HtmlWriter(Writer, boolean, int, boolean, char, UriResolver) - Constructor for class org.apache.juneau.html.HtmlWriter
Constructor.
httpClient(CloseableHttpClient) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the HttpClient to be used to handle all HTTP communications with the target server.
httpClient(CloseableHttpClient, boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
httpClient(CloseableHttpClient) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the HttpClient to be used to handle all HTTP communications with the target server.
httpClient(CloseableHttpClient) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
httpClientBuilder(HttpClientBuilder) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the HttpClientBuilder that will be used to create the HttpClient used by RestClient.
httpClientBuilder(HttpClientBuilder) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the HttpClientBuilder that will be used to create the HttpClient used by RestClient.
httpClientBuilder(HttpClientBuilder) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
httpClientConnectionManager(HttpClientConnectionManager) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the internal HttpClientConnectionManager.
httpequiv(String) - Method in class org.apache.juneau.dto.html5.Meta
http-equiv attribute.
HttpException - Exception in org.apache.juneau.http.exception
Exception thrown to trigger an error HTTP status.
HttpException(Throwable, int, String, Object...) - Constructor for exception org.apache.juneau.http.exception.HttpException
Constructor.
HttpException(String) - Constructor for exception org.apache.juneau.http.exception.HttpException
Constructor.
HttpException(Throwable, int) - Constructor for exception org.apache.juneau.http.exception.HttpException
Constructor.
HttpException(int, String, Object...) - Constructor for exception org.apache.juneau.http.exception.HttpException
Constructor.
HttpMethod - Class in org.apache.juneau.http
Represents valid HTTP 1.1 method name static strings per the RFC 2616 spec.
HttpMethod() - Constructor for class org.apache.juneau.http.HttpMethod
 
HttpMethod - Enum in org.apache.juneau.rest.client
Deprecated.
HttpMethodName - Class in org.apache.juneau.http
Deprecated.
HttpMethodName() - Constructor for class org.apache.juneau.http.HttpMethodName
Deprecated.
 
HttpPart - Class in org.apache.juneau.httppart
Represents an instance of an HTTP part.
HttpPart(String, HttpPartType, HttpPartSchema, HttpPartSerializerSession, Object) - Constructor for class org.apache.juneau.httppart.HttpPart
Constructor.
HttpPart(String, HttpPartType, HttpPartSchema, HttpPartParserSession, String) - Constructor for class org.apache.juneau.httppart.HttpPart
Constructor.
HttpPartCollectionFormat - Enum in org.apache.juneau.httppart
Valid values for the collectionFormat field.
HttpPartDataType - Enum in org.apache.juneau.httppart
Valid values for the type field.
HttpPartFormat - Enum in org.apache.juneau.httppart
Valid values for the format field.
HttpPartParser - Interface in org.apache.juneau.httppart
Interface used to convert HTTP headers, query parameters, form-data parameters, and URI path variables to POJOs
HttpPartParser.Null - Interface in org.apache.juneau.httppart
Represent "no" part parser.
HttpPartParserSession - Interface in org.apache.juneau.httppart
Session object that lives for the duration of a single use of HttpPartParser.
HttpPartSchema - Class in org.apache.juneau.httppart
Represents an OpenAPI schema definition.
HttpPartSchemaBuilder - Class in org.apache.juneau.httppart
The builder class for creating HttpPartSchema objects.
HttpPartSchemaBuilder() - Constructor for class org.apache.juneau.httppart.HttpPartSchemaBuilder
 
HttpPartSerializer - Interface in org.apache.juneau.httppart
Interface used to convert POJOs to simple strings in HTTP headers, query parameters, form-data parameters, and URI path variables.
HttpPartSerializer.Null - Interface in org.apache.juneau.httppart
Represent "no" part part serializer.
HttpPartSerializerSession - Interface in org.apache.juneau.httppart
Session object that lives for the duration of a single use of HttpPartSerializer.
HttpPartType - Enum in org.apache.juneau.httppart
Represents possible enum values that can be passed to the HttpPartSerializerSession.serialize(HttpPartType, HttpPartSchema, Object).
httpProcessor(HttpProcessor) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
httpProcessor(HttpProcessor) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Assigns HttpProcessor instance.
httpProcessor(HttpProcessor) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
HttpResource - Interface in org.apache.juneau.http
An extension of an HttpEntity that also includes arbitrary headers.
HttpResponse - Class in org.apache.juneau.http.response
Superclass of all predefined responses in this package.
HttpResponse(String) - Constructor for class org.apache.juneau.http.response.HttpResponse
Constructor.
HttpResponse - Class in org.apache.juneau.rest.response
Deprecated.
HttpResponse(String) - Constructor for class org.apache.juneau.rest.response.HttpResponse
Deprecated.
Constructor.
HttpRuntimeException - Exception in org.apache.juneau.rest
A RuntimeException meant to wrap a non-RuntimeException.
HttpRuntimeException(Throwable) - Constructor for exception org.apache.juneau.rest.HttpRuntimeException
Constructor.
httpSession(HttpSession) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
httpSession(HttpSession) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Overrides the HTTP session on the underlying HttpServletRequest object.
httpSession(HttpSession) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
HttpUtils - Class in org.apache.juneau.internal
Utilities.
HttpUtils() - Constructor for class org.apache.juneau.internal.HttpUtils
 
HttpVersionNotSupported - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 505 ().
HttpVersionNotSupported(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.HttpVersionNotSupported
Constructor.
HttpVersionNotSupported(String) - Constructor for exception org.apache.juneau.http.exception.HttpVersionNotSupported
Constructor.
HttpVersionNotSupported() - Constructor for exception org.apache.juneau.http.exception.HttpVersionNotSupported
Constructor.
HttpVersionNotSupported(String, Object...) - Constructor for exception org.apache.juneau.http.exception.HttpVersionNotSupported
Constructor.
HttpVersionNotSupported(Throwable) - Constructor for exception org.apache.juneau.http.exception.HttpVersionNotSupported
Constructor.
HttpVersionNotSupported - Exception in org.apache.juneau.rest.exception
Deprecated.
HttpVersionNotSupported(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.HttpVersionNotSupported
Deprecated.
Constructor.
HttpVersionNotSupported(String) - Constructor for exception org.apache.juneau.rest.exception.HttpVersionNotSupported
Deprecated.
Constructor.
HttpVersionNotSupported() - Constructor for exception org.apache.juneau.rest.exception.HttpVersionNotSupported
Deprecated.
Constructor.
HttpVersionNotSupported(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.HttpVersionNotSupported
Deprecated.
Constructor.
HttpVersionNotSupported(Throwable) - Constructor for exception org.apache.juneau.rest.exception.HttpVersionNotSupported
Deprecated.
Constructor.
Hyperlink - Class in org.apache.juneau.rest.helper
Defines a simple hyperlink class.
Hyperlink() - Constructor for class org.apache.juneau.rest.helper.Hyperlink
Creates an empty A element.
Hyperlink(Object, Object...) - Constructor for class org.apache.juneau.rest.helper.Hyperlink
Creates an A element with the specified A.href(Object) attribute and A.children(Object[]) nodes.

I

i() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty I element.
i(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an I element with the specified child nodes.
I - Class in org.apache.juneau.dto.html5
DTO for an HTML <i> element.
I() - Constructor for class org.apache.juneau.dto.html5.I
Creates an empty I element.
I(Object...) - Constructor for class org.apache.juneau.dto.html5.I
Creates an I element with the specified child nodes.
i(int) - Method in class org.apache.juneau.html.HtmlWriter
 
i(HttpPartSchemaBuilder) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
i(HttpPartSchema) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
i(int) - Method in class org.apache.juneau.json.JsonWriter
 
i(int) - Method in class org.apache.juneau.serializer.SerializerWriter
Writes an indent to the writer if the useWhitespace setting is enabled.
i(int) - Method in class org.apache.juneau.uon.UonWriter
 
i(int) - Method in class org.apache.juneau.xml.XmlWriter
 
icon(Object) - Static method in class org.apache.juneau.dto.atom.AtomBuilder
Creates an Icon element with the specified Icon.uri(Object) attribute.
icon(Icon) - Method in class org.apache.juneau.dto.atom.Feed
Sets the feed icon.
Icon - Class in org.apache.juneau.dto.atom
Represents an atomIcon construct in the RFC4287 specification.
Icon(Object) - Constructor for class org.apache.juneau.dto.atom.Icon
Normal constructor.
Icon() - Constructor for class org.apache.juneau.dto.atom.Icon
Bean constructor.
icon(Icon) - Method in class org.apache.juneau.dto.atom.Source
Sets the icon of this source.
id(String) - Static method in class org.apache.juneau.dto.atom.AtomBuilder
Creates an Id element with the specified Id.text(String) child node.
id(Id) - Method in class org.apache.juneau.dto.atom.CommonEntry
Sets the ID of this object.
id(String) - Method in class org.apache.juneau.dto.atom.CommonEntry
Sets the ID of this object.
id(Id) - Method in class org.apache.juneau.dto.atom.Entry
 
id(Id) - Method in class org.apache.juneau.dto.atom.Feed
 
Id - Class in org.apache.juneau.dto.atom
Represents an atomId construct in the RFC4287 specification.
Id(String) - Constructor for class org.apache.juneau.dto.atom.Id
Normal constructor.
Id() - Constructor for class org.apache.juneau.dto.atom.Id
Bean constructor.
id(Id) - Method in class org.apache.juneau.dto.atom.Source
 
id(String) - Method in class org.apache.juneau.dto.html5.A
 
id(String) - Method in class org.apache.juneau.dto.html5.Abbr
 
id(String) - Method in class org.apache.juneau.dto.html5.Address
 
id(String) - Method in class org.apache.juneau.dto.html5.Area
 
id(String) - Method in class org.apache.juneau.dto.html5.Article
 
id(String) - Method in class org.apache.juneau.dto.html5.Aside
 
id(String) - Method in class org.apache.juneau.dto.html5.Audio
 
id(String) - Method in class org.apache.juneau.dto.html5.B
 
id(String) - Method in class org.apache.juneau.dto.html5.Base
 
id(String) - Method in class org.apache.juneau.dto.html5.Bdi
 
id(String) - Method in class org.apache.juneau.dto.html5.Bdo
 
id(String) - Method in class org.apache.juneau.dto.html5.Blockquote
 
id(String) - Method in class org.apache.juneau.dto.html5.Body
 
id(String) - Method in class org.apache.juneau.dto.html5.Br
 
id(String) - Method in class org.apache.juneau.dto.html5.Button
 
id(String) - Method in class org.apache.juneau.dto.html5.Canvas
 
id(String) - Method in class org.apache.juneau.dto.html5.Caption
 
id(String) - Method in class org.apache.juneau.dto.html5.Cite
 
id(String) - Method in class org.apache.juneau.dto.html5.Code
 
id(String) - Method in class org.apache.juneau.dto.html5.Col
 
id(String) - Method in class org.apache.juneau.dto.html5.Colgroup
 
id(String) - Method in class org.apache.juneau.dto.html5.Data
 
id(String) - Method in class org.apache.juneau.dto.html5.Datalist
 
id(String) - Method in class org.apache.juneau.dto.html5.Dd
 
id(String) - Method in class org.apache.juneau.dto.html5.Del
 
id(String) - Method in class org.apache.juneau.dto.html5.Dfn
 
id(String) - Method in class org.apache.juneau.dto.html5.Div
 
id(String) - Method in class org.apache.juneau.dto.html5.Dl
 
id(String) - Method in class org.apache.juneau.dto.html5.Dt
 
id(String) - Method in class org.apache.juneau.dto.html5.Em
 
id(String) - Method in class org.apache.juneau.dto.html5.Embed
 
id(String) - Method in class org.apache.juneau.dto.html5.Fieldset
 
id(String) - Method in class org.apache.juneau.dto.html5.Figcaption
 
id(String) - Method in class org.apache.juneau.dto.html5.Figure
 
id(String) - Method in class org.apache.juneau.dto.html5.Footer
 
id(String) - Method in class org.apache.juneau.dto.html5.Form
 
id(String) - Method in class org.apache.juneau.dto.html5.H1
 
id(String) - Method in class org.apache.juneau.dto.html5.H2
 
id(String) - Method in class org.apache.juneau.dto.html5.H3
 
id(String) - Method in class org.apache.juneau.dto.html5.H4
 
id(String) - Method in class org.apache.juneau.dto.html5.H5
 
id(String) - Method in class org.apache.juneau.dto.html5.H6
 
id(String) - Method in class org.apache.juneau.dto.html5.Head
 
id(String) - Method in class org.apache.juneau.dto.html5.Header
 
id(String) - Method in class org.apache.juneau.dto.html5.Hr
 
id(String) - Method in class org.apache.juneau.dto.html5.Html
 
id(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
id attribute.
id(String) - Method in class org.apache.juneau.dto.html5.I
 
id(String) - Method in class org.apache.juneau.dto.html5.Iframe
 
id(String) - Method in class org.apache.juneau.dto.html5.Img
 
id(String) - Method in class org.apache.juneau.dto.html5.Input
 
id(String) - Method in class org.apache.juneau.dto.html5.Ins
 
id(String) - Method in class org.apache.juneau.dto.html5.Kbd
 
id(String) - Method in class org.apache.juneau.dto.html5.Keygen
 
id(String) - Method in class org.apache.juneau.dto.html5.Label
 
id(String) - Method in class org.apache.juneau.dto.html5.Legend
 
id(String) - Method in class org.apache.juneau.dto.html5.Li
 
id(String) - Method in class org.apache.juneau.dto.html5.Link
 
id(String) - Method in class org.apache.juneau.dto.html5.Main
 
id(String) - Method in class org.apache.juneau.dto.html5.Map
 
id(String) - Method in class org.apache.juneau.dto.html5.Mark
 
id(String) - Method in class org.apache.juneau.dto.html5.Meta
 
id(String) - Method in class org.apache.juneau.dto.html5.Meter
 
id(String) - Method in class org.apache.juneau.dto.html5.Nav
 
id(String) - Method in class org.apache.juneau.dto.html5.Noscript
 
id(String) - Method in class org.apache.juneau.dto.html5.Object_
 
id(String) - Method in class org.apache.juneau.dto.html5.Ol
 
id(String) - Method in class org.apache.juneau.dto.html5.Optgroup
 
id(String) - Method in class org.apache.juneau.dto.html5.Option
 
id(String) - Method in class org.apache.juneau.dto.html5.Output
 
id(String) - Method in class org.apache.juneau.dto.html5.P
 
id(String) - Method in class org.apache.juneau.dto.html5.Param
 
id(String) - Method in class org.apache.juneau.dto.html5.Pre
 
id(String) - Method in class org.apache.juneau.dto.html5.Progress
 
id(String) - Method in class org.apache.juneau.dto.html5.Q
 
id(String) - Method in class org.apache.juneau.dto.html5.Rb
 
id(String) - Method in class org.apache.juneau.dto.html5.Rp
 
id(String) - Method in class org.apache.juneau.dto.html5.Rt
 
id(String) - Method in class org.apache.juneau.dto.html5.Rtc
 
id(String) - Method in class org.apache.juneau.dto.html5.Ruby
 
id(String) - Method in class org.apache.juneau.dto.html5.S
 
id(String) - Method in class org.apache.juneau.dto.html5.Samp
 
id(String) - Method in class org.apache.juneau.dto.html5.Script
 
id(String) - Method in class org.apache.juneau.dto.html5.Section
 
id(String) - Method in class org.apache.juneau.dto.html5.Select
 
id(String) - Method in class org.apache.juneau.dto.html5.Small
 
id(String) - Method in class org.apache.juneau.dto.html5.Source
 
id(String) - Method in class org.apache.juneau.dto.html5.Span
 
id(String) - Method in class org.apache.juneau.dto.html5.Strong
 
id(String) - Method in class org.apache.juneau.dto.html5.Style
 
id(String) - Method in class org.apache.juneau.dto.html5.Sub
 
id(String) - Method in class org.apache.juneau.dto.html5.Sup
 
id(String) - Method in class org.apache.juneau.dto.html5.Table
 
id(String) - Method in class org.apache.juneau.dto.html5.Tbody
 
id(String) - Method in class org.apache.juneau.dto.html5.Td
 
id(String) - Method in class org.apache.juneau.dto.html5.Template
 
id(String) - Method in class org.apache.juneau.dto.html5.Textarea
 
id(String) - Method in class org.apache.juneau.dto.html5.Tfoot
 
id(String) - Method in class org.apache.juneau.dto.html5.Th
 
id(String) - Method in class org.apache.juneau.dto.html5.Thead
 
id(String) - Method in class org.apache.juneau.dto.html5.Time
 
id(String) - Method in class org.apache.juneau.dto.html5.Title
 
id(String) - Method in class org.apache.juneau.dto.html5.Tr
 
id(String) - Method in class org.apache.juneau.dto.html5.Track
 
id(String) - Method in class org.apache.juneau.dto.html5.U
 
id(String) - Method in class org.apache.juneau.dto.html5.Ul
 
id(String) - Method in class org.apache.juneau.dto.html5.Var
 
id(String) - Method in class org.apache.juneau.dto.html5.Video
 
id(String) - Method in class org.apache.juneau.dto.html5.Wbr
 
id(String) - Method in class org.apache.juneau.rest.mock2.MockHttpSession
Sets the id on this session.
identityCode() - Method in class org.apache.juneau.Context
Returns a uniqueness identity code for this context.
IdentityEncoder - Class in org.apache.juneau.encoders
Encoder for handling "identity" encoding and decoding.
IdentityEncoder() - Constructor for class org.apache.juneau.encoders.IdentityEncoder
Constructor.
IdGenerator<K> - Interface in org.apache.juneau.utils
Simple interface for defining atomic ID generators.
IdGenerators - Class in org.apache.juneau.utils
Predefined ID generators.
IdGenerators() - Constructor for class org.apache.juneau.utils.IdGenerators
 
IdMap<K,V> - Class in org.apache.juneau.utils
Map consisting of auto-generated atomic keys.
ie(int) - Method in class org.apache.juneau.serializer.SerializerWriter
Writes an end-of-line indent to the writer if the useWhitespace setting is enabled.
ie(int) - Method in class org.apache.juneau.xml.XmlWriter
 
IfMatch - Class in org.apache.juneau.http.header
Represents a parsed If-Match HTTP request header.
IfMatch(Object) - Constructor for class org.apache.juneau.http.header.IfMatch
Constructor.
IfMatch(String) - Constructor for class org.apache.juneau.http.header.IfMatch
Constructor
ifMatch(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the value for the If-Match request header.
ifMatch(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the value for the If-Match request header.
ifMatch(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the If-Match request header on all requests.
ifMatch(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the If-Match request header.
ifMatch(Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Specifies the If-Match header value on the request.
ifMatch(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
IfModifiedSince - Class in org.apache.juneau.http.header
Represents a parsed If-Modified-Since HTTP request header.
IfModifiedSince(Object) - Constructor for class org.apache.juneau.http.header.IfModifiedSince
Constructor.
IfModifiedSince(String) - Constructor for class org.apache.juneau.http.header.IfModifiedSince
Constructor
ifModifiedSince(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the value for the If-Modified-Since request header.
ifModifiedSince(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the value for the If-Modified-Since request header.
ifModifiedSince(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the If-Modified-Since request header on all requests.
ifModifiedSince(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the If-Modified-Since request header.
ifModifiedSince(Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Specifies the If-Modified-Since header value on the request.
ifModifiedSince(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
IfNoneMatch - Class in org.apache.juneau.http.header
Represents a parsed If-None-Match HTTP request header.
IfNoneMatch(Object) - Constructor for class org.apache.juneau.http.header.IfNoneMatch
Constructor.
IfNoneMatch(String) - Constructor for class org.apache.juneau.http.header.IfNoneMatch
Constructor
ifNoneMatch(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the value for the If-None-Match request header.
ifNoneMatch(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the value for the If-None-Match request header.
ifNoneMatch(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the If-None-Match request header on all requests.
ifNoneMatch(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the If-None-Match request header.
ifNoneMatch(Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Specifies the If-None-Match header value on the request.
ifNoneMatch(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
iframe() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Iframe element.
iframe(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an Iframe element with the specified child nodes.
Iframe - Class in org.apache.juneau.dto.html5
DTO for an HTML <iframe> element.
Iframe() - Constructor for class org.apache.juneau.dto.html5.Iframe
Creates an empty Iframe element.
Iframe(Object...) - Constructor for class org.apache.juneau.dto.html5.Iframe
Creates an Iframe element with the specified child nodes.
IfRange - Class in org.apache.juneau.http.header
Represents a parsed If-Range HTTP request header.
IfRange(Object) - Constructor for class org.apache.juneau.http.header.IfRange
Constructor.
IfRange(String) - Constructor for class org.apache.juneau.http.header.IfRange
Constructor
ifRange(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the value for the If-Range request header.
ifRange(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the value for the If-Range request header.
ifRange(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the If-Range request header on all requests.
ifRange(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the If-Range request header.
ifRange(Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Specifies the If-Range header value on the request.
ifRange(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
IfUnmodifiedSince - Class in org.apache.juneau.http.header
Represents a parsed If-Unmodified-Since HTTP request header.
IfUnmodifiedSince(Object) - Constructor for class org.apache.juneau.http.header.IfUnmodifiedSince
Constructor.
IfUnmodifiedSince(String) - Constructor for class org.apache.juneau.http.header.IfUnmodifiedSince
Constructor
ifUnmodifiedSince(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the value for the If-Unmodified-Since request header.
ifUnmodifiedSince(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the value for the If-Unmodified-Since request header.
ifUnmodifiedSince(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the If-Unmodified-Since request header on all requests.
ifUnmodifiedSince(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the If-Unmodified-Since request header.
ifUnmodifiedSince(Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Specifies the If-Unmodified-Since header value on the request.
ifUnmodifiedSince(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
IfVar - Class in org.apache.juneau.svl.vars
A basic if-else logic variable resolver.
IfVar() - Constructor for class org.apache.juneau.svl.vars.IfVar
Constructor.
ignore() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
ignore(boolean) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the ignore property on this annotation.
ignore(Throwable) - Method in class org.apache.juneau.microservice.jetty.JettyLogger
 
ignoreCase(boolean) - Method in class org.apache.juneau.utils.SearchArgs.Builder
Specifies whether case-insensitive search should be used.
ignoreErrors() - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Prevent RestCallExceptions from being thrown when HTTP status 400+ is encountered.
ignoreErrors() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
RestClient configuration property:  Ignore errors.
ignoreErrors(boolean) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
RestClient configuration property:  Ignore errors.
ignoreErrors() - Method in class org.apache.juneau.rest.client2.RestRequest
Prevent RestCallExceptions from being thrown when HTTP status 400+ is encountered.
ignoreErrors() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
ignoreErrors(boolean) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
ignoreInvocationExceptionsOnGetters(boolean) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Ignore invocation errors on getters.
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.BeanTraverseBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.csv.CsvParserBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.html.HtmlParserBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.jena.RdfParserBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.jso.JsoParserBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.json.JsonParserBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.parser.ParserBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
ignoreInvocationExceptionsOnGetters(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.rest.RestContextBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.serializer.SerializerBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.uon.UonParserBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.xml.XmlParserBuilder
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
ignoreInvocationExceptionsOnGetters(boolean) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
ignoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
ignoreInvocationExceptionsOnSetters(boolean) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Ignore invocation errors on setters.
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.BeanTraverseBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.csv.CsvParserBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.html.HtmlParserBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.jena.RdfParserBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.jso.JsoParserBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.json.JsonParserBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.parser.ParserBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
ignoreInvocationExceptionsOnSetters(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.rest.RestContextBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.serializer.SerializerBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.uon.UonParserBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.xml.XmlParserBuilder
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
ignoreInvocationExceptionsOnSetters(boolean) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
ignoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
ignorePropertiesWithoutSetters(boolean) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
ignorePropertiesWithoutSetters(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
ignorePropertiesWithoutSetters(boolean) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
ignoreRecursions(boolean) - Method in class org.apache.juneau.BeanTraverseBuilder
Deprecated.
ignoreRecursions() - Method in class org.apache.juneau.BeanTraverseBuilder
BeanTraverse configuration property:  Ignore recursion errors.
ignoreRecursions() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
ignoreRecursions() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
ignoreRecursions() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
ignoreRecursions() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
ignoreRecursions() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
ignoreRecursions() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
ignoreRecursions() - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
ignoreRecursions() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
ignoreRecursions() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
ignoreRecursions() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
ignoreRecursions() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
ignoreRecursions() - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
ignoreRecursions() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
ignoreRecursions() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
ignoreRecursions(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Ignore recursion errors.
ignoreRecursions() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Ignore recursion errors.
ignoreRecursions() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
BeanTraverse configuration property:  Ignore recursion errors.
ignoreRecursions() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
ignoreRecursions() - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
ignoreRecursions() - Method in class org.apache.juneau.serializer.SerializerBuilder
 
ignoreRecursions() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
ignoreRecursions() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
ignoreRecursions() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
ignoreRecursions() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
ignoreRecursions() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
ignoreRecursions() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
ignoreRecursions(boolean) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
ignoreRecursions() - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
ignoreTransientFields(boolean) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
ignoreTypes(String) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
JsonSchemaGenerator configuration property:  Ignore types from schema definitions.
ignoreUnknownBeanProperties(boolean) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Ignore unknown properties.
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.BeanTraverseBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.csv.CsvParserBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.html.HtmlParserBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.jena.RdfParserBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.jso.JsoParserBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.json.JsonParserBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.parser.ParserBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
ignoreUnknownBeanProperties(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.rest.RestContextBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.serializer.SerializerBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.uon.UonParserBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.xml.XmlParserBuilder
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
ignoreUnknownBeanProperties(boolean) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
ignoreUnknownBeanProperties() - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
ignoreUnknownNullBeanProperties(boolean) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
ignoreUnknownNullBeanProperties(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
ignoreUnknownNullBeanProperties(boolean) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
illegalArg(String, Object...) - Static method in class org.apache.juneau.internal.ThrowableUtils
Shortcut for calling new IllegalArgumentException(MessageFormat.format(msg, args));
img() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Img element.
img(Object) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an Img element with the specified Img.src(Object) attribute.
Img - Class in org.apache.juneau.dto.html5
DTO for an HTML <img> element.
Img() - Constructor for class org.apache.juneau.dto.html5.Img
Creates an empty Img element.
Img(Object) - Constructor for class org.apache.juneau.dto.html5.Img
Creates an Img element with the specified Img.src(Object) attribute.
impl() - Method in class org.apache.juneau.annotation.SwapAnnotation
 
impl(Class<?>) - Method in class org.apache.juneau.annotation.SwapAnnotation
Sets the impl property on this annotation.
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Implementation classes.
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.BeanTraverseBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.json.JsonParserBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.parser.ParserBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.rest.RestContextBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.uon.UonParserBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
implClass(Class<?>, Class<?>) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Implementation classes.
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.BeanTraverseBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.json.JsonParserBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.parser.ParserBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.rest.RestContextBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.uon.UonParserBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
implClasses(Map<Class<?>, Class<?>>) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
IMUsed - Class in org.apache.juneau.http.response
Represents an HTTP 226 IM Used response.
IMUsed() - Constructor for class org.apache.juneau.http.response.IMUsed
Constructor using HTTP-standard message.
IMUsed(String) - Constructor for class org.apache.juneau.http.response.IMUsed
Constructor using custom message.
IMUsed - Class in org.apache.juneau.rest.response
Deprecated.
IMUsed() - Constructor for class org.apache.juneau.rest.response.IMUsed
Deprecated.
Constructor using HTTP-standard message.
IMUsed(String) - Constructor for class org.apache.juneau.rest.response.IMUsed
Deprecated.
Constructor using custom message.
in(Object) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
in(Object) - Method in class org.apache.juneau.dto.swagger.SecurityScheme
include(String...) - Method in class org.apache.juneau.collections.OMap
Returns a copy of this OMap with only the specified keys.
include(String...) - Method in class org.apache.juneau.ObjectMap
Returns a copy of this ObjectMap with only the specified keys.
include(String...) - Method in class org.apache.juneau.utils.BeanDiff.Builder
Specifies the properties to include in the comparison.
include(Set<String>) - Method in class org.apache.juneau.utils.BeanDiff.Builder
Specifies the properties to include in the comparison.
includeProperties(Class<?>, String) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
includeProperties(Map<String, String>) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
includeProperties(String, String) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
increment() - Method in class org.apache.juneau.mstat.ExceptionStats
Increments the occurrence count of this exception.
increment() - Method in class org.apache.juneau.utils.StackTraceInfo
Increments the occurrence count of this exception.
indent - Variable in class org.apache.juneau.BeanTraverseSession
The current indentation depth into the model.
indexOf(T, T[]) - Static method in class org.apache.juneau.internal.ArrayUtils
Returns the index position of the element in the specified array using the Object.equals(Object) method.
indexOf(String, String[]) - Static method in class org.apache.juneau.internal.ArrayUtils
Returns the index position of the element in the specified array using the String.equals(Object) method.
indexOf(String, char...) - Static method in class org.apache.juneau.internal.StringUtils
Same as String.indexOf(int) except allows you to check for multiple characters.
indexOf(Object) - Method in class org.apache.juneau.internal.UnmodifiableArray
 
Info - Class in org.apache.juneau.dto.swagger
The object provides metadata about the API.
Info() - Constructor for class org.apache.juneau.dto.swagger.Info
Default constructor.
Info(Info) - Constructor for class org.apache.juneau.dto.swagger.Info
Copy constructor.
info(Object) - Method in class org.apache.juneau.dto.swagger.Swagger
info() - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an empty Info element.
info(String, String) - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an Info element with the specified title and version attributes.
info(String, Object...) - Method in class org.apache.juneau.internal.JuneauLogger
Deprecated.
Logs a message with the specified MessageFormat-style arguments at Level.INFO level.
info(Throwable, String, Object...) - Method in class org.apache.juneau.internal.JuneauLogger
Deprecated.
Logs a message with the specified MessageFormat-style arguments at Level.INFO level.
info(String, Object...) - Method in class org.apache.juneau.microservice.jetty.JettyLogger
 
info(Throwable) - Method in class org.apache.juneau.microservice.jetty.JettyLogger
 
info(String, Throwable) - Method in class org.apache.juneau.microservice.jetty.JettyLogger
 
infoProvider(Class<? extends RestInfoProvider>) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  REST info provider.
infoProvider(RestInfoProvider) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  REST info provider.
Inherit - Class in org.apache.juneau.rest
Dummy class that indicates that serializers, parsers, or transforms should be inherited from parent-class-to-class or class-to-method.
Inherit() - Constructor for class org.apache.juneau.rest.Inherit
 
init() - Method in class org.apache.juneau.examples.rest.dto.AtomFeedResource
 
init() - Method in class org.apache.juneau.examples.rest.dto.JsonSchemaResource
 
init() - Method in class org.apache.juneau.microservice.jetty.JettyMicroservice
 
init() - Method in class org.apache.juneau.microservice.Microservice
Initializes this microservice.
init(RestContextBuilder) - Method in class org.apache.juneau.microservice.resources.DirectoryResource
 
init(RestContextBuilder) - Method in class org.apache.juneau.microservice.resources.LogsResource
 
init(ServletConfig) - Method in class org.apache.juneau.rest.RestServlet
 
init(Args) - Static method in class org.apache.juneau.svl.vars.ArgsVar
Initialize the args for this variable.
init(ManifestFile) - Static method in class org.apache.juneau.svl.vars.ManifestFileVar
Initialize the manifest file for this variable.
initCause(Throwable) - Method in exception org.apache.juneau.serializer.SerializeException
Sets the inner cause for this exception.
initialDepth(int) - Method in class org.apache.juneau.BeanTraverseBuilder
BeanTraverse configuration property:  Initial depth.
initialDepth(int) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
initialDepth(int) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
initialDepth(int) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
initialDepth(int) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
initialDepth(int) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
initialDepth(int) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
initialDepth(int) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
initialDepth(int) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
initialDepth(int) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
initialDepth(int) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
initialDepth(int) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
initialDepth(int) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
initialDepth(int) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
initialDepth(int) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
initialDepth(int) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Initial depth.
initialDepth(int) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
BeanTraverse configuration property:  Initial depth.
initialDepth(int) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
initialDepth(int) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
initialDepth(int) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
initialDepth(int) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
initialDepth(int) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
initialDepth(int) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
initialDepth(int) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
initialDepth(int) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
initialDepth(int) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
initialDepth(int) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
initialize(ConfigurableApplicationContext) - Method in class org.apache.juneau.rest.springboot.JuneauRestInitializer
 
inner(Map<String, Object>) - Method in class org.apache.juneau.collections.OMap
Set an inner map in this map to allow for chained get calls.
inner() - Method in class org.apache.juneau.reflect.ClassInfo
Returns the wrapped class as a Class.
inner() - Method in class org.apache.juneau.reflect.ConstructorInfo
Returns the wrapped method.
inner() - Method in class org.apache.juneau.reflect.FieldInfo
Returns the wrapped field.
inner() - Method in class org.apache.juneau.reflect.MethodInfo
Returns the wrapped method.
inner() - Method in class org.apache.juneau.utils.MethodInvoker
Returns the inner method.
innerType() - Method in class org.apache.juneau.reflect.ClassInfo
Returns the wrapped class as a Type.
input() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Input element.
input(String) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an Input element with the specified Input.type(String) attribute.
Input - Class in org.apache.juneau.dto.html5
DTO for an HTML <input> element.
Input() - Constructor for class org.apache.juneau.dto.html5.Input
Creates an empty Input element.
Input(String) - Constructor for class org.apache.juneau.dto.html5.Input
Creates an Input element with the specified Input.type(String) attribute.
inputmode(String) - Method in class org.apache.juneau.dto.html5.Input
inputmode attribute.
inputmode(String) - Method in class org.apache.juneau.dto.html5.Textarea
inputmode attribute.
inputStreamCharset(String) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Input stream charset.
InputStreamHandler - Class in org.apache.juneau.rest.reshandlers
Response handler for InputStream objects.
InputStreamHandler() - Constructor for class org.apache.juneau.rest.reshandlers.InputStreamHandler
 
InputStreamParser - Class in org.apache.juneau.parser
Subclass of Parser for byte-based parsers.
InputStreamParser(PropertyStore, String...) - Constructor for class org.apache.juneau.parser.InputStreamParser
Constructor.
InputStreamParserBuilder - Class in org.apache.juneau.parser
Base builder class for building instances of stream-based parsers.
InputStreamParserBuilder() - Constructor for class org.apache.juneau.parser.InputStreamParserBuilder
Constructor, default settings.
InputStreamParserBuilder(PropertyStore) - Constructor for class org.apache.juneau.parser.InputStreamParserBuilder
Constructor.
InputStreamParserSession - Class in org.apache.juneau.parser
Subclass of parser session objects for byte-based parsers.
InputStreamParserSession(InputStreamParser, ParserSessionArgs) - Constructor for class org.apache.juneau.parser.InputStreamParserSession
Create a new session using properties specified in the context.
InputStreamParserSession(ParserSessionArgs) - Constructor for class org.apache.juneau.parser.InputStreamParserSession
Constructor for sessions that don't require context.
InputStreamSwap - Class in org.apache.juneau.transforms
Transforms InputStreams to Strings.
InputStreamSwap() - Constructor for class org.apache.juneau.transforms.InputStreamSwap
 
InputStreamSwap.Base64 - Class in org.apache.juneau.transforms
Converts InputStreams to BASE-64 encoding.
InputStreamSwap.Hex - Class in org.apache.juneau.transforms
Converts InputStreams to hex encoding.
InputStreamSwap.SpacedHex - Class in org.apache.juneau.transforms
Converts InputStreams to spaced-hex encoding.
ins() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Ins element.
ins(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an Ins element with the specified child nodes.
Ins - Class in org.apache.juneau.dto.html5
DTO for an HTML <ins> element.
Ins() - Constructor for class org.apache.juneau.dto.html5.Ins
Creates an empty Ins element.
Ins(Object...) - Constructor for class org.apache.juneau.dto.html5.Ins
Creates an Ins element with the specified child nodes.
INSTANCE - Static variable in class org.apache.juneau.config.encode.ConfigXorEncoder
Reusable XOR-ConfigEncoder instance.
INSTANCE - Static variable in class org.apache.juneau.ContextCache
Reusable cache instance.
INSTANCE - Static variable in class org.apache.juneau.cp.BasicResourceFinder
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.cp.RecursiveResourceFinder
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.cp.SimpleResourceFinder
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.encoders.IdentityEncoder
Singleton
INSTANCE - Static variable in class org.apache.juneau.http.response.Accepted
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.http.response.AlreadyReported
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.http.response.Continue
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.http.response.Created
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.http.response.EarlyHints
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.http.response.Found
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.http.response.IMUsed
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.http.response.MovedPermanently
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.http.response.MultipleChoices
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.http.response.MultiStatus
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.http.response.NoContent
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.http.response.NonAuthoritiveInformation
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.http.response.NotModified
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.http.response.Ok
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.http.response.PartialContent
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.http.response.PermanentRedirect
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.http.response.Processing
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.http.response.ResetContent
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.http.response.SeeOther
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.http.response.SwitchingProtocols
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.http.response.TemporaryRedirect
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.http.response.UseProxy
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.reflect.ConfigAnnotationFilter
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.rest.helper.SeeOtherRoot
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.rest.response.Accepted
Deprecated.
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.rest.response.AlreadyReported
Deprecated.
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.rest.response.Continue
Deprecated.
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.rest.response.Created
Deprecated.
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.rest.response.EarlyHints
Deprecated.
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.rest.response.Found
Deprecated.
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.rest.response.IMUsed
Deprecated.
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.rest.response.MovedPermanently
Deprecated.
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.rest.response.MultipleChoices
Deprecated.
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.rest.response.MultiStatus
Deprecated.
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.rest.response.NoContent
Deprecated.
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.rest.response.NonAuthoritiveInformation
Deprecated.
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.rest.response.NotModified
Deprecated.
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.rest.response.Ok
Deprecated.
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.rest.response.PartialContent
Deprecated.
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.rest.response.PermanentRedirect
Deprecated.
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.rest.response.Processing
Deprecated.
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.rest.response.ResetContent
Deprecated.
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.rest.response.SeeOther
Deprecated.
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.rest.response.SwitchingProtocols
Deprecated.
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.rest.response.TemporaryRedirect
Deprecated.
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.rest.response.UseProxy
Deprecated.
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.utils.ClasspathResourceFinderBasic
Deprecated.
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.utils.ClasspathResourceFinderRecursive
Deprecated.
Reusable instance.
INSTANCE - Static variable in class org.apache.juneau.utils.ClasspathResourceFinderSimple
Deprecated.
Reusable instance.
InsufficientStorage - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 507 ().
InsufficientStorage(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.InsufficientStorage
Constructor.
InsufficientStorage(String) - Constructor for exception org.apache.juneau.http.exception.InsufficientStorage
Constructor.
InsufficientStorage() - Constructor for exception org.apache.juneau.http.exception.InsufficientStorage
Constructor.
InsufficientStorage(String, Object...) - Constructor for exception org.apache.juneau.http.exception.InsufficientStorage
Constructor.
InsufficientStorage(Throwable) - Constructor for exception org.apache.juneau.http.exception.InsufficientStorage
Constructor.
InsufficientStorage - Exception in org.apache.juneau.rest.exception
Deprecated.
InsufficientStorage(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.InsufficientStorage
Deprecated.
Constructor.
InsufficientStorage(String) - Constructor for exception org.apache.juneau.rest.exception.InsufficientStorage
Deprecated.
Constructor.
InsufficientStorage() - Constructor for exception org.apache.juneau.rest.exception.InsufficientStorage
Deprecated.
Constructor.
InsufficientStorage(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.InsufficientStorage
Deprecated.
Constructor.
InsufficientStorage(Throwable) - Constructor for exception org.apache.juneau.rest.exception.InsufficientStorage
Deprecated.
Constructor.
INT32 - Static variable in class org.apache.juneau.http.annotation.FormatType
 
INT64 - Static variable in class org.apache.juneau.http.annotation.FormatType
 
integer() - Method in class org.apache.juneau.assertions.FluentLongAssertion
Converts this long into an integer and then returns it as an integer assertion.
integer(String, String) - Method in class org.apache.juneau.ConfigApply
Resolves the specified string and converts it to an int.
INTEGER - Static variable in class org.apache.juneau.http.annotation.ParameterType
 
INTEGER_CONVERTER - Static variable in interface org.apache.juneau.PropertyConverter
Converts objects to integers.
IntegerAssertion - Class in org.apache.juneau.assertions
Used for assertion calls against integers.
IntegerAssertion(Integer) - Constructor for class org.apache.juneau.assertions.IntegerAssertion
Creator.
interceptor() - Method in class org.apache.juneau.annotation.BeanAnnotation
 
interceptor(Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.annotation.BeanAnnotation
Sets the propertyFilter property on this annotation.
interceptor(RestCallInterceptor) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Add an interceptor for this call only.
interceptor(Class<?>) - Method in class org.apache.juneau.transform.BeanFilterBuilder
Configuration property: Bean interceptor.
interceptors(RestCallInterceptor...) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Call interceptors.
interceptors(Class<?>...) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
RestClient configuration property:  Call interceptors.
interceptors(Object...) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
RestClient configuration property:  Call interceptors.
interceptors(RestCallInterceptor...) - Method in class org.apache.juneau.rest.client2.RestRequest
Add one or more interceptors for this call only.
interceptors(Class<?>...) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
interceptors(Object...) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
InterfaceBeanFilterBuilder<T> - Class in org.apache.juneau.transform
Simple bean filter that simply identifies a class to be used as an interface class for all child classes.
InterfaceBeanFilterBuilder() - Constructor for class org.apache.juneau.transform.InterfaceBeanFilterBuilder
Constructor.
InterfaceBeanFilterBuilder(Class<T>, BeanContext) - Constructor for class org.apache.juneau.transform.InterfaceBeanFilterBuilder
Constructor.
interfaceClass() - Method in class org.apache.juneau.annotation.BeanAnnotation
 
interfaceClass(Class<?>) - Method in class org.apache.juneau.annotation.BeanAnnotation
Sets the interfaceClass property on this annotation.
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.BeanContextBuilder
Identifies a class to be used as the interface class for the specified class and all subclasses.
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.BeanTraverseBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.json.JsonParserBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.parser.ParserBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.rest.RestContextBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
interfaceClass(Class<?>) - Method in class org.apache.juneau.transform.BeanFilterBuilder
Configuration property: Bean interface class.
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.uon.UonParserBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
interfaceClass(Class<?>, Class<?>) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.BeanContextBuilder
Identifies a set of interfaces.
interfaces(Class<?>...) - Method in class org.apache.juneau.BeanTraverseBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.json.JsonParserBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.parser.ParserBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.rest.RestContextBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.uon.UonParserBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
interfaces(Class<?>...) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
InternalServerError - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 500 (Internal Server Error).
InternalServerError(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.InternalServerError
Constructor.
InternalServerError(String) - Constructor for exception org.apache.juneau.http.exception.InternalServerError
Constructor.
InternalServerError() - Constructor for exception org.apache.juneau.http.exception.InternalServerError
Constructor.
InternalServerError(String, Object...) - Constructor for exception org.apache.juneau.http.exception.InternalServerError
Constructor.
InternalServerError(Throwable) - Constructor for exception org.apache.juneau.http.exception.InternalServerError
Constructor.
InternalServerError - Exception in org.apache.juneau.rest.exception
Deprecated.
InternalServerError(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.InternalServerError
Deprecated.
Constructor.
InternalServerError(String) - Constructor for exception org.apache.juneau.rest.exception.InternalServerError
Deprecated.
Constructor.
InternalServerError() - Constructor for exception org.apache.juneau.rest.exception.InternalServerError
Deprecated.
Constructor.
InternalServerError(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.InternalServerError
Deprecated.
Constructor.
InternalServerError(Throwable) - Constructor for exception org.apache.juneau.rest.exception.InternalServerError
Deprecated.
Constructor.
Introspectable - Class in org.apache.juneau.rest.converters
Converter for enablement of PojoIntrospector support on response objects returned by a @RestMethod method.
Introspectable() - Constructor for class org.apache.juneau.rest.converters.Introspectable
 
InvalidAnnotationException - Exception in org.apache.juneau.annotation
Defines an invalid usage of an annotation.
InvalidAnnotationException(String, Object...) - Constructor for exception org.apache.juneau.annotation.InvalidAnnotationException
Constructor.
invalidate() - Method in class org.apache.juneau.rest.mock.MockHttpSession
Deprecated.
 
invalidate() - Method in class org.apache.juneau.rest.mock2.MockHttpSession
 
InvalidDataConversionException - Exception in org.apache.juneau
General invalid conversion exception.
InvalidDataConversionException(Throwable, String, Object...) - Constructor for exception org.apache.juneau.InvalidDataConversionException
Constructor.
InvalidDataConversionException(Object, Class<?>, Exception) - Constructor for exception org.apache.juneau.InvalidDataConversionException
 
InvalidDataConversionException(Object, ClassMeta<?>, Exception) - Constructor for exception org.apache.juneau.InvalidDataConversionException
 
invoke(Object, Method, Object[]) - Method in class org.apache.juneau.BeanProxyInvocationHandler
Implemented to handle the method called.
invoke(Object...) - Method in class org.apache.juneau.reflect.ConstructorInfo
Shortcut for calling the new-instance method on the underlying constructor.
invoke(Object) - Method in class org.apache.juneau.reflect.FieldInfo
Invokes this field on the specified object.
invoke(Object, Object...) - Method in class org.apache.juneau.reflect.MethodInfo
Shortcut for calling the invoke method on the underlying method.
invoke(Reader, ReaderParser, ContentType, String, String) - Method in class org.apache.juneau.rest.remote.RrpcServlet
 
invoke(Object, Object...) - Method in class org.apache.juneau.utils.MethodInvoker
Invokes the underlying method.
invokeFuzzy(Object, Object...) - Method in class org.apache.juneau.reflect.MethodInfo
Invokes the specified method using fuzzy-arg matching.
invokeMethod(Method, Reader) - Method in class org.apache.juneau.utils.PojoIntrospector
Primary method.
invokeMethod(String, String) - Method in class org.apache.juneau.utils.PojoIntrospector
Convenience method for invoking argument from method signature (@see MethodInfo.getSignature().
invokeMethod(String, String, String) - Method in class org.apache.juneau.utils.PojoRest
Executes the specified method with the specified parameters on the specified object.
IOPipe - Class in org.apache.juneau.utils
A utility class for piping input streams and readers to output streams and writers.
IOPipe.LineProcessor - Interface in org.apache.juneau.utils
Interface to implement for the IOPipe.lineProcessor(LineProcessor) method.
IOUtils - Class in org.apache.juneau.internal
Various I/O related utility methods.
IOUtils() - Constructor for class org.apache.juneau.internal.IOUtils
 
is(Object) - Method in class org.apache.juneau.assertions.FluentObjectAssertion
Asserts that the value equals the specified value.
is(String) - Method in class org.apache.juneau.assertions.FluentStringAssertion
Asserts that the text equals the specified value.
is(String) - Method in class org.apache.juneau.assertions.FluentThrowableAssertion
Asserts that this throwable has the specified message.
is(Object) - Method in class org.apache.juneau.assertions.Verify
Verifies that this object is equal to the specified object.
is(AsideFloat) - Method in enum org.apache.juneau.html.AsideFloat
Returns true if value matches this enum.
is(Class<?>) - Method in class org.apache.juneau.reflect.ClassInfo
Checks for equality with the specified class.
is(ClassInfo) - Method in class org.apache.juneau.reflect.ClassInfo
Checks for equality with the specified class.
isAborted() - Method in class org.apache.juneau.rest.client2.RestRequest
 
isAbsoluteUri(String) - Static method in class org.apache.juneau.internal.StringUtils
Efficiently determines whether a URL is of the pattern "xxx://xxx"
isAbstract() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is abstract.
isAbstract() - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this class is abstract.
isAbstract() - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns true if this method is abstract.
isAddBeanTypes() - Method in class org.apache.juneau.html.HtmlSerializer
Add "_type" properties when needed.
isAddBeanTypes() - Method in class org.apache.juneau.html.HtmlSerializerSession
Configuration property: Add "_type" properties when needed.
isAddBeanTypes() - Method in class org.apache.juneau.jena.RdfSerializer
Add "_type" properties when needed.
isAddBeanTypes() - Method in class org.apache.juneau.jena.RdfSerializerSession
Configuration property: Add "_type" properties when needed.
isAddBeanTypes() - Method in class org.apache.juneau.json.JsonSerializer
Add "_type" properties when needed.
isAddBeanTypes() - Method in class org.apache.juneau.json.JsonSerializerSession
Configuration property: Add "_type" properties when needed.
isAddBeanTypes() - Method in class org.apache.juneau.msgpack.MsgPackSerializer
 
isAddBeanTypes() - Method in class org.apache.juneau.msgpack.MsgPackSerializerSession
 
isAddBeanTypes() - Method in class org.apache.juneau.serializer.Serializer
Add "_type" properties when needed.
isAddBeanTypes() - Method in class org.apache.juneau.serializer.SerializerSession
Configuration property: Add "_type" properties when needed.
isAddBeanTypes() - Method in class org.apache.juneau.uon.UonSerializer
Add "_type" properties when needed.
isAddBeanTypes() - Method in class org.apache.juneau.uon.UonSerializerSession
Configuration property: Add "_type" properties when needed.
isAddBeanTypes() - Method in class org.apache.juneau.xml.XmlSerializer
Add "_type" properties when needed.
isAddBeanTypes() - Method in class org.apache.juneau.xml.XmlSerializerSession
Configuration property: Add "_type" properties when needed.
isAddKeyValueTableHeaders() - Method in class org.apache.juneau.html.HtmlSerializer
Add key/value headers on bean/map tables.
isAddKeyValueTableHeaders() - Method in class org.apache.juneau.html.HtmlSerializerSession
Configuration property: Add key/value headers on bean/map tables.
isAddLiteralTypes() - Method in class org.apache.juneau.jena.RdfSerializer
Add XSI data types to non-String literals.
isAddLiteralTypes() - Method in class org.apache.juneau.jena.RdfSerializerSession
Configuration property: Add XSI data types to non-String literals.
isAddNamespaceUrisToRoot() - Method in class org.apache.juneau.xml.XmlSerializerSession
Configuration property: Add namespace URLs to the root element.
isAddNamespaceUrlsToRoot() - Method in class org.apache.juneau.xml.XmlSerializer
Add namespace URLs to the root element.
isAddRootProp() - Method in class org.apache.juneau.jena.RdfSerializer
Add RDF root identifier property to root node.
isAddRootProp() - Method in class org.apache.juneau.jena.RdfSerializerSession
Configuration property: Add RDF root identifier property to root node.
isAddRootType() - Method in class org.apache.juneau.serializer.Serializer
Add type attribute to root nodes.
isAddRootType() - Method in class org.apache.juneau.serializer.SerializerSession
Configuration property: Add type attribute to root nodes.
isAfter(Date) - Method in class org.apache.juneau.assertions.FluentDateAssertion
Asserts that the value is after the specified value.
isAfter(ZonedDateTime) - Method in class org.apache.juneau.assertions.FluentZonedDateTimeAssertion
Asserts that the value is after the specified value.
isAfterNow() - Method in class org.apache.juneau.assertions.FluentDateAssertion
Asserts that the value is after the current date.
isAfterNow() - Method in class org.apache.juneau.assertions.FluentZonedDateTimeAssertion
Asserts that the value is after the current date.
isAll(ReflectFlags...) - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if all specified flags are applicable to this class.
isAll(ReflectFlags...) - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns true if all specified flags are applicable to this method.
isAll(ReflectFlags...) - Method in class org.apache.juneau.reflect.FieldInfo
Returns true if all specified flags are applicable to this field.
isAllowBodyParam() - Method in class org.apache.juneau.rest.RestContext
Returns whether it's safe to pass the HTTP body as a "body" GET parameter.
isAllowEmptyValue() - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the allowEmptyValue field of this schema.
isAllowNestedDescriptions() - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator
Allow nested descriptions.
isAllowNestedDescriptions() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorSession
Configuration property: Allow nested descriptions.
isAllowNestedExamples() - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator
Allow nested examples.
isAllowNestedExamples() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorSession
Configuration property: Allow nested examples.
isAny(Object...) - Method in class org.apache.juneau.assertions.FluentObjectAssertion
Asserts that the value is one of the specified values.
isAny(AsideFloat...) - Method in enum org.apache.juneau.html.AsideFloat
Returns true if any of the values match this enum.
isAny() - Method in class org.apache.juneau.http.EntityTag
Returns true if the validator string value is *.
isAny(StateMachineState...) - Method in enum org.apache.juneau.internal.StateMachineState
Returns true if the state is any one of the specified states.
isAny(ReflectFlags...) - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if all specified flags are applicable to this class.
isAny(Class<?>...) - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this class is any of the specified types.
isAny(ReflectFlags...) - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns true if all specified flags are applicable to this method.
isAny(ReflectFlags...) - Method in class org.apache.juneau.reflect.FieldInfo
Returns true if all specified flags are applicable to this field.
isAny(RestParamType...) - Method in enum org.apache.juneau.rest.RestParamType
Returns true if this type is any in the specified list.
isArgs() - Method in class org.apache.juneau.ClassMeta
Returns true if this metadata represents an array of argument types.
isArray() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is an array.
isArray(Object) - Static method in class org.apache.juneau.internal.ArrayUtils
Returns true if the specified object is an array.
isAssignableFrom(Class<?>) - Method in class org.apache.juneau.ClassMeta
Returns true if this class is a superclass of or the same as the specified class.
isAsyncStarted() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
isAsyncStarted() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
isAsyncSupported() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
isAsyncSupported() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
isAtLeast(Version, boolean) - Method in class org.apache.juneau.internal.Version
Returns true if the specified version is at least this version.
isAtMost(Version, boolean) - Method in class org.apache.juneau.internal.Version
Returns true if the specified version is at most this version.
isAttributeSpecified(int) - Method in class org.apache.juneau.xml.XmlReader
 
isAutoCloseStreams() - Method in class org.apache.juneau.parser.Parser
Auto-close streams.
isAutoCloseStreams() - Method in class org.apache.juneau.parser.ParserSession
Configuration property: Auto-close streams.
isAutoDetectNamespaces() - Method in class org.apache.juneau.jena.RdfSerializer
Auto-detect namespace usage.
isAutoDetectNamespaces() - Method in class org.apache.juneau.jena.RdfSerializerSession
Configuration property: Auto-detect namespace usage.
isAutoDetectNamespaces() - Method in class org.apache.juneau.xml.XmlSerializer
Auto-detect namespace usage.
isAutoDetectNamespaces() - Method in class org.apache.juneau.xml.XmlSerializerSession
Configuration property: Auto-detect namespace usage.
isBean(Object) - Method in class org.apache.juneau.BeanContext
Returns true if the specified object is a bean.
isBean(Object) - Method in class org.apache.juneau.BeanSession
Determines whether the specified object matches the requirements on this context of being a bean.
isBean(Class<?>) - Method in class org.apache.juneau.BeanSession
Determines whether the specified class matches the requirements on this context of being a bean.
isBean() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is a bean.
isBeanMap() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is a subclass of BeanMap.
isBeanMapPutReturnsOldValue() - Method in class org.apache.juneau.BeanContext
BeanMap.put() returns old property value.
isBeanMapPutReturnsOldValue() - Method in class org.apache.juneau.BeanSession
Configuration property: BeanMap.put() returns old property value.
isBeansRequireDefaultConstructor() - Method in class org.apache.juneau.BeanContext
Beans require no-arg constructors.
isBeansRequireDefaultConstructor() - Method in class org.apache.juneau.BeanSession
Configuration property: Beans require no-arg constructors.
isBeansRequireSerializable() - Method in class org.apache.juneau.BeanContext
Beans require Serializable interface.
isBeansRequireSerializable() - Method in class org.apache.juneau.BeanSession
Configuration property: Beans require Serializable interface.
isBeansRequireSettersForGetters() - Method in class org.apache.juneau.BeanContext
Beans require setters for getters.
isBeansRequireSettersForGetters() - Method in class org.apache.juneau.BeanSession
Configuration property: Beans require setters for getters.
isBeansRequireSomeProperties() - Method in class org.apache.juneau.BeanContext
Beans require at least one property.
isBeansRequireSomeProperties() - Method in class org.apache.juneau.BeanSession
Configuration property: Beans require at least one property.
isBeanUri() - Method in class org.apache.juneau.jena.RdfBeanPropertyMeta
Returns true if this bean property is marked with @Rdf(beanUri) as true.
isBefore(Date) - Method in class org.apache.juneau.assertions.FluentDateAssertion
Asserts that the value is before the specified value.
isBefore(ZonedDateTime) - Method in class org.apache.juneau.assertions.FluentZonedDateTimeAssertion
Asserts that the value is before the specified value.
isBeforeNow() - Method in class org.apache.juneau.assertions.FluentDateAssertion
Asserts that the value is before the current date.
isBeforeNow() - Method in class org.apache.juneau.assertions.FluentZonedDateTimeAssertion
Asserts that the value is before the current date.
isBetween(Comparable, Comparable) - Method in class org.apache.juneau.assertions.FluentComparableAssertion
Asserts that the value is between (inclusive) the specified upper and lower values.
isBetween(Date, Date) - Method in class org.apache.juneau.assertions.FluentDateAssertion
Asserts that the value is between (exclusive) the specified upper and lower values.
isBetween(ZonedDateTime, ZonedDateTime) - Method in class org.apache.juneau.assertions.FluentZonedDateTimeAssertion
Asserts that the value is between (exclusive) the specified upper and lower values.
isBoolean() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is a Boolean.
isBridge() - Method in class org.apache.juneau.reflect.MethodInfo
Returns true if this method is a bridge method.
isByteArray() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is byte[].
isCacheable(Object) - Method in class org.apache.juneau.http.BasicHttpEntity
Returns true if the specified object is cachable as a byte array.
isCalendar() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is a Calendar.
isChar() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is a Character.
isCharacters() - Method in class org.apache.juneau.xml.XmlReader
 
isCharSequence() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is a subclass of CharSequence.
isChildOf(Class<?>) - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this class is a child or the same as parent.
isChildOf(Type) - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this class is a child or the same as parent.
isChildOf(ClassInfo) - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this class is a child or the same as parent.
isChildOfAny(Class<?>...) - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this class is a child or the same as any of the parents.
isChunked() - Method in class org.apache.juneau.rest.client2.RestResponseBody
Tells about chunked encoding for this entity.
isClass() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is Class.
isClass() - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this class is not an interface.
isClose() - Method in class org.apache.juneau.http.header.Connection
Returns true if the header value is close.
isCollection() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is a subclass of Collection.
isCollectionOrArray() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is a subclass of Collection or is an array.
isCollectionOrArrayOrOptional() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is a subclass of Collection or is an array or Optional.
isCommentOrWhitespace(int) - Method in class org.apache.juneau.json.JsonParserSession
Returns true if the specified character is whitespace or '/'.
isCommitted() - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
isCommitted() - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
isCompletableFuture() - Method in class org.apache.juneau.rest.client.remote.RemoteMethodReturn
Returns true if the return is wrapped in a CompletableFuture.
isConstructor() - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns true if this executable represents a Constructor.
isDate() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is a Date.
isDateOrCalendar() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is a Date or Calendar.
isDateOrCalendarOrTemporal() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is a Date or Calendar or Temporal.
isDebug() - Method in class org.apache.juneau.Context
Debug mode.
isDebug() - Method in class org.apache.juneau.rest.client2.RestRequest
Returns true if debug mode is currently enabled.
isDebug() - Method in class org.apache.juneau.rest.RestCall
Shortcut for calling getRestRequest().isDebug().
isDebug() - Method in class org.apache.juneau.rest.RestRequest
Returns true if debug mode is enabled.
isDebug() - Method in class org.apache.juneau.Session
Configuration property: Debug mode.
isDebugEnabled() - Method in class org.apache.juneau.microservice.jetty.JettyLogger
 
isDecimal() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is a subclass of Float or Double.
isDecimal(String) - Static method in class org.apache.juneau.internal.StringUtils
Returns true if the specified string is numeric.
isDecoding() - Method in class org.apache.juneau.uon.UonParser
Decode "%xx" sequences enabled
isDecoding() - Method in class org.apache.juneau.uon.UonParserSession
Configuration property: Decode "%xx" sequences.
isDelegate() - Method in class org.apache.juneau.ClassMeta
Returns true if this class implements Delegate, meaning it's a representation of some other object.
isDeprecated() - Method in class org.apache.juneau.dto.swagger.Operation
Bean property getter: deprecated.
isDeprecated() - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this class has the @Deprecated annotation on it.
isDeprecated() - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns true if this method has the @Deprecated annotation on it.
isDeprecated() - Method in class org.apache.juneau.reflect.FieldInfo
Returns true if this field has the @Deprecated annotation on it.
isDetectLabelParameters() - Method in class org.apache.juneau.html.HtmlSerializer
Look for link labels in URIs.
isDetectLabelParameters() - Method in class org.apache.juneau.html.HtmlSerializerSession
Configuration property: Look for link labels in URIs.
isDetectLinksInStrings() - Method in class org.apache.juneau.html.HtmlSerializer
Look for URLs in Strings.
isDetectLinksInStrings() - Method in class org.apache.juneau.html.HtmlSerializerSession
Configuration property: Look for URLs in Strings.
isDetectRecursions() - Method in class org.apache.juneau.BeanTraverseContext
Automatically detect POJO recursions.
isDetectRecursions() - Method in class org.apache.juneau.BeanTraverseSession
Configuration property: Automatically detect POJO recursions.
isDisabled(HttpServletRequest) - Method in class org.apache.juneau.rest.RestCallLoggerConfig
Returns true if logging is disabled for this request.
isDouble() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is either Double or double.
isDyna() - Method in class org.apache.juneau.BeanPropertyMeta
Returns true if this bean property is named "*".
isEmpty() - Method in class org.apache.juneau.assertions.FluentArrayAssertion
Asserts that the collection exists and is empty.
isEmpty() - Method in class org.apache.juneau.assertions.FluentCollectionAssertion
Asserts that the collection exists and is empty.
isEmpty() - Method in class org.apache.juneau.assertions.FluentStringAssertion
Asserts that the text is not empty.
isEmpty(Object) - Static method in class org.apache.juneau.internal.ObjectUtils
Returns true if the specified object is empty.
isEmpty(String) - Static method in class org.apache.juneau.internal.StringUtils
Returns true if specified string is null or empty.
isEmpty(Object) - Static method in class org.apache.juneau.internal.StringUtils
Returns true if specified string is null or it's Object.toString() method returns an empty string.
isEmpty() - Method in class org.apache.juneau.internal.UnmodifiableArray
 
isEmpty() - Method in class org.apache.juneau.parser.ParserGroup
Returns true if this group contains no parsers.
isEmpty() - Method in class org.apache.juneau.serializer.SerializerGroup
Returns true if this group contains no serializers.
isEmptyOrBlank(String) - Static method in class org.apache.juneau.internal.StringUtils
Returns true if specified string is null or empty or consists of only blanks.
isEnableNamespaces() - Method in class org.apache.juneau.xml.XmlSerializer
Enable support for XML namespaces.
isEnableNamespaces() - Method in class org.apache.juneau.xml.XmlSerializerSession
Configuration property: Enable support for XML namespaces.
isEncoded(String) - Method in interface org.apache.juneau.config.encode.ConfigEncoder
Returns true if the specified string is encoded.
isEncoded(String) - Method in class org.apache.juneau.config.encode.ConfigXorEncoder
 
isEncoding() - Method in class org.apache.juneau.uon.UonSerializer
Encode non-valid URI characters.
isEncoding() - Method in class org.apache.juneau.uon.UonSerializerSession
Configuration property: Encode non-valid URI characters.
isEndElement() - Method in class org.apache.juneau.xml.XmlReader
 
isEnum() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is an Enum.
isEnum() - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this class is an enum.
isEqual(Date, ChronoUnit) - Method in class org.apache.juneau.assertions.FluentDateAssertion
Asserts that the value equals the specified value at the specified precision.
isEqual(Object) - Method in class org.apache.juneau.assertions.FluentObjectAssertion
Asserts that the value equals the specified value.
isEqual(String) - Method in class org.apache.juneau.assertions.FluentStringAssertion
Asserts that the text equals the specified value.
isEqual(ZonedDateTime, ChronoUnit) - Method in class org.apache.juneau.assertions.FluentZonedDateTimeAssertion
Asserts that the value equals the specified value at the specified precision.
isEqualIc(String) - Method in class org.apache.juneau.assertions.FluentStringAssertion
Asserts that the text equals the specified value ignoring case.
isEqualLines(String...) - Method in class org.apache.juneau.assertions.FluentStringAssertion
Asserts that the lines of text equals the specified value.
isEquals(String, String) - Static method in class org.apache.juneau.internal.StringUtils
Tests two strings for equality, but gracefully handles nulls.
isEqualsIc(String, String) - Static method in class org.apache.juneau.internal.StringUtils
Tests two strings for case-insensitive equality, but gracefully handles nulls.
isEqualSortedLines(String...) - Method in class org.apache.juneau.assertions.FluentStringAssertion
Asserts that the text equals the specified value after splitting both by newlines and sorting the rows.
isEqualsTo(Version) - Method in class org.apache.juneau.internal.Version
Returns true if the specified version is equal to this version.
isEscapeSolidus() - Method in class org.apache.juneau.json.JsonSerializer
Prefix solidus '/' characters with escapes.
isEscapeSolidus() - Method in class org.apache.juneau.json.JsonSerializerSession
Configuration property: Prefix solidus '/' characters with escapes.
isExclusiveMaximum() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: exclusiveMaximum.
isExclusiveMaximum() - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the exclusiveMaximum field of this schema.
isExclusiveMinimum() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property getter: exclusiveMinimum.
isExclusiveMinimum() - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the exclusiveMinimum field of this schema.
isExpandedParams() - Method in class org.apache.juneau.urlencoding.UrlEncodingClassMeta
Returns the UrlEncoding.expandedParams() annotation defined on the class.
isExpandedParams() - Method in class org.apache.juneau.urlencoding.UrlEncodingParser
Parser bean property collections/arrays as separate key/value pairs.
isExpandedParams() - Method in class org.apache.juneau.urlencoding.UrlEncodingParserSession
Configuration property: Parser bean property collections/arrays as separate key/value pairs.
isExpandedParams() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializer
Serialize bean property collections/arrays as separate key/value pairs.
isExpandedParams() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerSession
Configuration property: Serialize bean property collections/arrays as separate key/value pairs.
isExpired() - Method in class org.apache.juneau.mstat.ExceptionStats
TODO
isFalse() - Method in class org.apache.juneau.assertions.FluentBooleanAssertion
Asserts that the value is false.
isFalse() - Method in class org.apache.juneau.assertions.Verify
Verifies that this object is equal to Boolean.FALSE.
isFinished() - Method in class org.apache.juneau.rest.util.BoundedServletInputStream
 
isFirstNumberChar(char) - Static method in class org.apache.juneau.internal.StringUtils
Returns true if the specified character is a valid first character for a number.
isFloat() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is either Float or float.
isFloat(String) - Static method in class org.apache.juneau.internal.StringUtils
Returns true if the specified string is a floating point number.
isFluentSetters() - Method in class org.apache.juneau.BeanContext
Find fluent setters.
isFluentSetters() - Method in class org.apache.juneau.BeanSession
Configuration property: Find fluent setters.
isFluentSetters() - Method in class org.apache.juneau.transform.BeanFilter
Returns true if we should find fluent setters.
isFuture() - Method in class org.apache.juneau.rest.client.remote.RemoteMethodReturn
Returns true if the return is wrapped in a Future.
isGreaterThan(Comparable) - Method in class org.apache.juneau.assertions.FluentComparableAssertion
Asserts that the value is greater than the specified value.
isGreaterThanOrEqual(Comparable) - Method in class org.apache.juneau.assertions.FluentComparableAssertion
Asserts that the value is greater than or equal to the specified value.
isGt(Comparable) - Method in class org.apache.juneau.assertions.FluentComparableAssertion
Asserts that the value is greater than the specified value.
isGte(Comparable) - Method in class org.apache.juneau.assertions.FluentComparableAssertion
Asserts that the value is greater than or equal to the specified value.
isHtml() - Method in class org.apache.juneau.html.HtmlBeanPropertyMeta
isHtml() - Method in class org.apache.juneau.html.HtmlClassMeta
isHtmlCdc() - Method in class org.apache.juneau.html.HtmlBeanPropertyMeta
isHtmlCdc() - Method in class org.apache.juneau.html.HtmlClassMeta
isHtmlMode() - Method in class org.apache.juneau.html.HtmlSerializerSession
 
isHtmlMode() - Method in class org.apache.juneau.xml.XmlSerializerSession
Returns true if we're serializing HTML.
isHtmlSdc() - Method in class org.apache.juneau.html.HtmlBeanPropertyMeta
isHtmlSdc() - Method in class org.apache.juneau.html.HtmlClassMeta
isIgnoreCase() - Method in class org.apache.juneau.utils.SearchArgs
The ignore-case flag.
isIgnoredType(ClassMeta<?>) - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator
Returns true if the specified type is ignored.
isIgnoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.BeanContext
Ignore invocation errors on getters.
isIgnoreInvocationExceptionsOnGetters() - Method in class org.apache.juneau.BeanSession
Configuration property: Ignore invocation errors on getters.
isIgnoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.BeanContext
Ignore invocation errors on setters.
isIgnoreInvocationExceptionsOnSetters() - Method in class org.apache.juneau.BeanSession
Configuration property: Ignore invocation errors on setters.
isIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.BeanContext
Ignore properties without setters.
isIgnorePropertiesWithoutSetters() - Method in class org.apache.juneau.BeanSession
Configuration property: Ignore properties without setters.
isIgnoreRecursions() - Method in class org.apache.juneau.BeanTraverseContext
Ignore recursion errors.
isIgnoreRecursions() - Method in class org.apache.juneau.BeanTraverseSession
Configuration property: Ignore recursion errors.
isIgnoreTransientFields() - Method in class org.apache.juneau.BeanContext
Ignore transient fields.
isIgnoreUnknownBeanProperties() - Method in class org.apache.juneau.BeanContext
Ignore unknown properties.
isIgnoreUnknownBeanProperties() - Method in class org.apache.juneau.BeanSession
Configuration property: Ignore unknown properties.
isIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.BeanContext
Ignore unknown properties with null values.
isIgnoreUnknownNullBeanProperties() - Method in class org.apache.juneau.BeanSession
Configuration property: Ignore unknown properties with null values.
isInitialized() - Method in class org.apache.juneau.rest.RestServlet
Returns true if this servlet has been initialized and RestServlet.getContext() returns a value.
isInputStream() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is an InputStream.
isInstance(Object) - Method in class org.apache.juneau.ClassMeta
Returns true if the specified object is an instance of this class.
isInstanceOf(Class<?>) - Method in class org.apache.juneau.ClassMeta
Returns true if this class is a subclass of or the same as the specified class.
isInteger() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is either Integer or int.
isInterface() - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this class is an interface.
isJson(String) - Static method in class org.apache.juneau.internal.StringUtils
Returns true if the specified string is valid JSON.
isJsonArray(Object, boolean) - Static method in class org.apache.juneau.internal.StringUtils
Returns true if the specified string appears to be an JSON array.
isJsonObject(Object, boolean) - Static method in class org.apache.juneau.internal.StringUtils
Returns true if the specified string appears to be a JSON object.
isKeepAlive() - Method in class org.apache.juneau.http.header.Connection
Returns true if the header value is keep-alive.
isKeepNullProperties() - Method in class org.apache.juneau.serializer.Serializer
Don't trim null bean property values.
isKeepNullProperties() - Method in class org.apache.juneau.serializer.SerializerSession
Configuration property: Don't trim null bean property values.
isKeyModified(String, String) - Method in class org.apache.juneau.config.event.ConfigEvents
Returns true if the specified key was modified in this list of events.
isLessThan(Comparable) - Method in class org.apache.juneau.assertions.FluentComparableAssertion
Asserts that the value is less than the specified value.
isLessThanOrEqual(Comparable) - Method in class org.apache.juneau.assertions.FluentComparableAssertion
Asserts that the value is less than or equals to the specified value.
isList() - Method in class org.apache.juneau.ClassMeta
Returns true if this class extends from List.
isLocalClass() - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this class is a local class.
isLoggable(Level) - Method in class org.apache.juneau.internal.JuneauLogger
Deprecated.
 
isLong() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is either Long or long.
isLooseCollections() - Method in class org.apache.juneau.jena.RdfParser
Collections should be serialized and parsed as loose collections.
isLooseCollections() - Method in class org.apache.juneau.jena.RdfParserSession
Configuration property: Collections should be serialized and parsed as loose collections.
isLooseCollections() - Method in class org.apache.juneau.jena.RdfSerializer
Collections should be serialized and parsed as loose collections.
isLooseCollections() - Method in class org.apache.juneau.jena.RdfSerializerSession
Configuration property: Collections should be serialized and parsed as loose collections.
isLt(Comparable) - Method in class org.apache.juneau.assertions.FluentComparableAssertion
Asserts that the value is less than the specified value.
isLte(Comparable) - Method in class org.apache.juneau.assertions.FluentComparableAssertion
Asserts that the value is less than or equals to the specified value.
isMap() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is a subclass of Map.
ismap(Object) - Method in class org.apache.juneau.dto.html5.Img
ismap attribute.
isMapOrBean() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is a subclass of Map or it's a bean.
isMemberClass() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is an inner class.
isMemberClass() - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this class is a member class.
isMetaSubtype() - Method in class org.apache.juneau.http.header.BasicMediaTypeHeader
Returns true if this media type contains the '*' meta character.
isMetaSubtype() - Method in class org.apache.juneau.http.MediaType
Returns true if this media type subtype contains the '*' meta character.
isMethod() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is Method.
isNew() - Method in class org.apache.juneau.rest.mock.MockHttpSession
Deprecated.
 
isNew(boolean) - Method in class org.apache.juneau.rest.mock2.MockHttpSession
Sets the is-new value on this session.
isNew() - Method in class org.apache.juneau.rest.mock2.MockHttpSession
 
isNonStaticMemberClass() - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this class is a member class and not static.
isNormalObject(Object) - Method in class org.apache.juneau.transform.PojoSwap
Checks if the specified object is an instance of the normal class defined on this swap.
isNot(Object) - Method in class org.apache.juneau.assertions.FluentObjectAssertion
Asserts that the value equals the specified value.
isNot(String) - Method in class org.apache.juneau.assertions.FluentStringAssertion
Asserts that the text equals the specified value.
isNotABean(Class<?>) - Method in class org.apache.juneau.BeanContext
Determines whether the specified class is ignored as a bean class based on the various exclusion parameters specified on this context class.
isNoTableHeaders() - Method in class org.apache.juneau.html.HtmlBeanPropertyMeta
Returns whether this bean property should not include table headers when serialized as an HTML table.
isNoTableHeaders() - Method in class org.apache.juneau.html.HtmlClassMeta
Returns the @Html(noTableHeaders) annotation defined on the class.
isNoTables() - Method in class org.apache.juneau.html.HtmlBeanPropertyMeta
Returns whether this bean property should not be serialized as an HTML table.
isNoTables() - Method in class org.apache.juneau.html.HtmlClassMeta
Returns the @Html(noTables) annotation defined on the class.
isNotAbstract() - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this class is not abstract.
isNotAbstract() - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns true if this method is not abstract.
isNotAny(Object...) - Method in class org.apache.juneau.assertions.FluentObjectAssertion
Asserts that the value is one of the specified values.
isNotDeprecated() - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this class doesn't have the @Deprecated annotation on it.
isNotDeprecated() - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns true if this method doesn't have the @Deprecated annotation on it.
isNotDeprecated() - Method in class org.apache.juneau.reflect.FieldInfo
Returns true if this field doesn't have the @Deprecated annotation on it.
isNotEmpty() - Method in class org.apache.juneau.assertions.FluentArrayAssertion
Asserts that the collection exists and is not empty.
isNotEmpty() - Method in class org.apache.juneau.assertions.FluentCollectionAssertion
Asserts that the collection exists and is not empty.
isNotEmpty() - Method in class org.apache.juneau.assertions.FluentStringAssertion
Asserts that the text is not null or empty.
isNotEmpty(Object) - Static method in class org.apache.juneau.internal.ObjectUtils
Returns true if the specified object is not empty.
isNotEmpty(String) - Static method in class org.apache.juneau.internal.StringUtils
Returns true if specified string is not null or empty.
isNotEmpty(Object) - Static method in class org.apache.juneau.internal.StringUtils
Returns true if specified string is not null or it's Object.toString() method doesn't return an empty string.
isNotEquals(String, String) - Static method in class org.apache.juneau.internal.StringUtils
Tests two strings for non-equality, but gracefully handles nulls.
isNotLocalClass() - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this class is a local class.
isNotMemberClass() - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this class is a member class.
isNotNonStaticMemberClass() - Method in class org.apache.juneau.reflect.ClassInfo
Returns false if this class is a member class and not static.
isNotNull() - Method in class org.apache.juneau.assertions.FluentObjectAssertion
Asserts that the object is not null.
isNotObject() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is not Object.
isNotPrimitive() - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this is not a primitive class.
isNotPublic() - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this class is not public.
isNotPublic() - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns true if this method is not public.
isNotPublic() - Method in class org.apache.juneau.reflect.FieldInfo
Returns true if this field is not public.
isNotStatic() - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this class is not static.
isNotStatic() - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns true if this method is not static.
isNotStatic() - Method in class org.apache.juneau.reflect.FieldInfo
Returns true if this field is not static.
isNotTransient() - Method in class org.apache.juneau.reflect.FieldInfo
Returns true if this field is not transient.
isNowrap() - Method in class org.apache.juneau.html.HtmlDocSerializer
Prevent word wrap on page.
isNowrap() - Method in class org.apache.juneau.html.HtmlDocSerializerSession
Configuration property: Prevent word wrap on page.
isNull() - Method in class org.apache.juneau.assertions.FluentObjectAssertion
Asserts that the object i null.
isNullable() - Method in class org.apache.juneau.ClassMeta
Returns true if instance of this object can be null.
isNumber() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is a subclass of Number.
isNumeric(String) - Static method in class org.apache.juneau.internal.StringUtils
Returns true if this string can be parsed by StringUtils.parseNumber(String, Class).
ISO8601D() - Constructor for class org.apache.juneau.transforms.CalendarSwap.ISO8601D
Deprecated.
 
ISO8601D() - Constructor for class org.apache.juneau.transforms.DateSwap.ISO8601D
Deprecated.
 
ISO8601DT() - Constructor for class org.apache.juneau.transforms.CalendarSwap.ISO8601DT
Deprecated.
 
ISO8601DT() - Constructor for class org.apache.juneau.transforms.DateSwap.ISO8601DT
Deprecated.
 
ISO8601DTL() - Constructor for class org.apache.juneau.transforms.CalendarSwap.ISO8601DTL
Deprecated.
 
ISO8601DTL() - Constructor for class org.apache.juneau.transforms.DateSwap.ISO8601DTL
Deprecated.
 
ISO8601DTP() - Constructor for class org.apache.juneau.transforms.CalendarSwap.ISO8601DTP
Deprecated.
 
ISO8601DTP() - Constructor for class org.apache.juneau.transforms.DateSwap.ISO8601DTP
Deprecated.
 
ISO8601DTPZ() - Constructor for class org.apache.juneau.transforms.CalendarSwap.ISO8601DTPZ
Deprecated.
 
ISO8601DTPZ() - Constructor for class org.apache.juneau.transforms.DateSwap.ISO8601DTPZ
Deprecated.
 
ISO8601DTZ() - Constructor for class org.apache.juneau.transforms.CalendarSwap.ISO8601DTZ
Deprecated.
 
ISO8601DTZ() - Constructor for class org.apache.juneau.transforms.DateSwap.ISO8601DTZ
Deprecated.
 
isObject() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is Object.
IsoDate() - Constructor for class org.apache.juneau.transforms.TemporalCalendarSwap.IsoDate
Constructor.
IsoDate() - Constructor for class org.apache.juneau.transforms.TemporalDateSwap.IsoDate
Constructor.
IsoDate() - Constructor for class org.apache.juneau.transforms.TemporalSwap.IsoDate
Constructor.
IsoDateTime() - Constructor for class org.apache.juneau.transforms.TemporalCalendarSwap.IsoDateTime
Constructor.
IsoDateTime() - Constructor for class org.apache.juneau.transforms.TemporalDateSwap.IsoDateTime
Constructor.
IsoDateTime() - Constructor for class org.apache.juneau.transforms.TemporalSwap.IsoDateTime
Constructor.
IsoInstant() - Constructor for class org.apache.juneau.transforms.TemporalCalendarSwap.IsoInstant
Constructor.
IsoInstant() - Constructor for class org.apache.juneau.transforms.TemporalDateSwap.IsoInstant
Constructor.
IsoInstant() - Constructor for class org.apache.juneau.transforms.TemporalSwap.IsoInstant
Constructor.
IsoLocalDate() - Constructor for class org.apache.juneau.transforms.TemporalCalendarSwap.IsoLocalDate
Constructor.
IsoLocalDate() - Constructor for class org.apache.juneau.transforms.TemporalDateSwap.IsoLocalDate
Constructor.
IsoLocalDate() - Constructor for class org.apache.juneau.transforms.TemporalSwap.IsoLocalDate
Constructor.
IsoLocalDateTime() - Constructor for class org.apache.juneau.transforms.TemporalCalendarSwap.IsoLocalDateTime
Constructor.
IsoLocalDateTime() - Constructor for class org.apache.juneau.transforms.TemporalDateSwap.IsoLocalDateTime
Constructor.
IsoLocalDateTime() - Constructor for class org.apache.juneau.transforms.TemporalSwap.IsoLocalDateTime
Constructor.
IsoLocalTime() - Constructor for class org.apache.juneau.transforms.TemporalCalendarSwap.IsoLocalTime
Constructor.
IsoLocalTime() - Constructor for class org.apache.juneau.transforms.TemporalDateSwap.IsoLocalTime
Constructor.
IsoLocalTime() - Constructor for class org.apache.juneau.transforms.TemporalSwap.IsoLocalTime
Constructor.
isOneOf(HttpPartFormat...) - Method in enum org.apache.juneau.httppart.HttpPartFormat
Returns true if this format is in the provided list.
isOneOf(String, String...) - Static method in class org.apache.juneau.internal.StringUtils
Returns true if the specified string is one of the specified values.
isOneOf(Enablement...) - Method in enum org.apache.juneau.rest.Enablement
Returns true if this enum is one of the specified values.
isOneOf(XmlFormat...) - Method in enum org.apache.juneau.xml.annotation.XmlFormat
Returns true if this format is one of those specified.
IsoOffsetDate() - Constructor for class org.apache.juneau.transforms.TemporalCalendarSwap.IsoOffsetDate
Constructor.
IsoOffsetDate() - Constructor for class org.apache.juneau.transforms.TemporalDateSwap.IsoOffsetDate
Constructor.
IsoOffsetDate() - Constructor for class org.apache.juneau.transforms.TemporalSwap.IsoOffsetDate
Constructor.
IsoOffsetDateTime() - Constructor for class org.apache.juneau.transforms.TemporalCalendarSwap.IsoOffsetDateTime
Constructor.
IsoOffsetDateTime() - Constructor for class org.apache.juneau.transforms.TemporalDateSwap.IsoOffsetDateTime
Constructor.
IsoOffsetDateTime() - Constructor for class org.apache.juneau.transforms.TemporalSwap.IsoOffsetDateTime
Constructor.
IsoOffsetTime() - Constructor for class org.apache.juneau.transforms.TemporalCalendarSwap.IsoOffsetTime
Constructor.
IsoOffsetTime() - Constructor for class org.apache.juneau.transforms.TemporalDateSwap.IsoOffsetTime
Constructor.
IsoOffsetTime() - Constructor for class org.apache.juneau.transforms.TemporalSwap.IsoOffsetTime
Constructor.
IsoOrdinalDate() - Constructor for class org.apache.juneau.transforms.TemporalCalendarSwap.IsoOrdinalDate
Constructor.
IsoOrdinalDate() - Constructor for class org.apache.juneau.transforms.TemporalDateSwap.IsoOrdinalDate
Constructor.
IsoOrdinalDate() - Constructor for class org.apache.juneau.transforms.TemporalSwap.IsoOrdinalDate
Constructor.
isOpen() - Method in class org.apache.juneau.rest.client.mock.MockHttpClientConnection
Deprecated.
 
isOpen() - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
isOptional(ClassMeta<?>) - Method in class org.apache.juneau.BeanTraverseSession
Same as ClassMeta.isOptional() but gracefully handles a null ClassMeta.
isOptional() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is a subclass of Optional.
IsoTime() - Constructor for class org.apache.juneau.transforms.TemporalCalendarSwap.IsoTime
Constructor.
IsoTime() - Constructor for class org.apache.juneau.transforms.TemporalDateSwap.IsoTime
Constructor.
IsoTime() - Constructor for class org.apache.juneau.transforms.TemporalSwap.IsoTime
Constructor.
isOutputType(Class<?>) - Method in class org.apache.juneau.rest.RestResponse
Returns true if this response object is of the specified type.
IsoWeekDate() - Constructor for class org.apache.juneau.transforms.TemporalCalendarSwap.IsoWeekDate
Constructor.
IsoWeekDate() - Constructor for class org.apache.juneau.transforms.TemporalDateSwap.IsoWeekDate
Constructor.
IsoWeekDate() - Constructor for class org.apache.juneau.transforms.TemporalSwap.IsoWeekDate
Constructor.
IsoYear() - Constructor for class org.apache.juneau.transforms.TemporalSwap.IsoYear
Constructor.
IsoYearMonth() - Constructor for class org.apache.juneau.transforms.TemporalSwap.IsoYearMonth
Constructor.
IsoZonedDateTime() - Constructor for class org.apache.juneau.transforms.TemporalCalendarSwap.IsoZonedDateTime
Constructor.
IsoZonedDateTime() - Constructor for class org.apache.juneau.transforms.TemporalDateSwap.IsoZonedDateTime
Constructor.
IsoZonedDateTime() - Constructor for class org.apache.juneau.transforms.TemporalSwap.IsoZonedDateTime
Constructor.
isParentOf(Class<?>) - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this class is a parent or the same as child.
isParentOf(Type) - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this class is a parent or the same as child.
isParentOfFuzzyPrimitives(Class<?>) - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this class is a parent or the same as child.
isParentOfFuzzyPrimitives(ClassInfo) - Method in class org.apache.juneau.reflect.ClassInfo
isParentOfFuzzyPrimitives(Type) - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this class is a parent or the same as child.
ISPARSER_binaryFormat - Static variable in class org.apache.juneau.parser.InputStreamParser
Configuration property: Binary input format.
isPlainText() - Method in class org.apache.juneau.html.HtmlBeanPropertyMeta
isPlainText() - Method in class org.apache.juneau.html.HtmlClassMeta
isPlainText() - Method in class org.apache.juneau.rest.RestRequest
Returns true if &plainText=true was specified as a URL parameter.
isPreserveRootElement() - Method in class org.apache.juneau.xml.XmlParser
Preserve root element during generalized parsing.
isPreserveRootElement() - Method in class org.apache.juneau.xml.XmlParserSession
Configuration property: Preserve root element during generalized parsing.
isPrimitive() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is a primitive.
isPrimitive() - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this is a primitive class.
isProxy() - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this class is a proxy for another class.
isPublic() - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this class is public.
isPublic() - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns true if this method is public.
isPublic() - Method in class org.apache.juneau.reflect.FieldInfo
Returns true if this field is public.
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.juneau.rest.jaxrs.BaseProvider
 
isReader() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is a Reader.
isReaderParser() - Method in class org.apache.juneau.parser.InputStreamParser
 
isReaderParser() - Method in class org.apache.juneau.parser.InputStreamParserSession
 
isReaderParser() - Method in class org.apache.juneau.parser.Parser
Returns true if this parser subclasses from ReaderParser.
isReaderParser() - Method in class org.apache.juneau.parser.ParserSession
Returns true if this parser subclasses from ReaderParser.
isReaderParser() - Method in class org.apache.juneau.parser.ReaderParser
 
isReaderParser() - Method in class org.apache.juneau.parser.ReaderParserSession
 
isReadOnly() - Method in class org.apache.juneau.BeanPropertyMeta
Returns true if this property is read-only.
isReady() - Method in class org.apache.juneau.rest.util.BoundedServletInputStream
 
isReady() - Method in class org.apache.juneau.rest.util.FinishableServletOutputStream
 
isRecord - Variable in class org.apache.juneau.microservice.resources.LogParser.Entry
 
isRedirectable(String) - Method in class org.apache.juneau.rest.client.AllowAllRedirects
Deprecated.
 
isRenderResponseStackTraces() - Method in class org.apache.juneau.rest.RestContext
Returns whether it's safe to render stack traces in HTTP responses.
isRepeatable() - Method in class org.apache.juneau.http.BasicHttpEntity
 
isRepeatable() - Method in class org.apache.juneau.http.SerializedHttpEntity
 
isRepeatable() - Method in class org.apache.juneau.rest.client.RestRequestEntity
Deprecated.
 
isRepeatable() - Method in class org.apache.juneau.rest.client2.RestResponseBody
Tells if the entity is capable of producing its data more than once.
isRequestAllowed(RestRequest) - Method in class org.apache.juneau.examples.rest.AdminGuard
 
isRequestAllowed(RestRequest) - Method in class org.apache.juneau.rest.guards.RoleBasedRestGuard
 
isRequestAllowed(RestRequest) - Method in class org.apache.juneau.rest.RestGuard
Returns true if the specified request can pass through this guard.
isRequestedSessionIdFromCookie() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
isRequestedSessionIdFromCookie() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
isRequestedSessionIdFromURL() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
isRequestedSessionIdFromUrl() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
isRequestedSessionIdFromURL() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
isRequestedSessionIdFromUrl() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
isRequestedSessionIdValid() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
isRequestedSessionIdValid() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
isRequired() - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the required field of this schema.
isResponseAvailable(int) - Method in class org.apache.juneau.rest.client.mock.MockHttpClientConnection
Deprecated.
 
isResponseAvailable(int) - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
isRoot() - Method in class org.apache.juneau.BeanTraverseSession
Returns true if we're processing the root node.
isRuntimeException() - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this class is a RuntimeException.
isSectionModified(String) - Method in class org.apache.juneau.config.event.ConfigEvents
Returns true if the specified section was modified in this list of events.
isSecure() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
isSecure() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
isSet() - Method in class org.apache.juneau.ClassMeta
Returns true if this class extends from Set.
isSet() - Method in class org.apache.juneau.utils.Mutable
Returns true if inner object is set.
isSet() - Method in class org.apache.juneau.Value
Returns true if the value is set.
isShort() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is either Short or short.
isSimpleMode() - Method in class org.apache.juneau.json.JsonSerializer
Simple JSON mode.
isSimpleMode() - Method in class org.apache.juneau.json.JsonSerializerSession
Configuration property: Simple JSON mode.
isSize(int) - Method in class org.apache.juneau.assertions.FluentArrayAssertion
Asserts that the collection exists and is the specified size.
isSize(int) - Method in class org.apache.juneau.assertions.FluentCollectionAssertion
Asserts that the collection exists and is the specified size.
isSkipIfEmpty() - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the skipIfEmpty field of this schema.
isSkipIfEmpty() - Method in class org.apache.juneau.rest.client.remote.RemoteMethodArg
Returns whether the skipIfEmpty flag was found in the schema.
isSortCollections() - Method in class org.apache.juneau.serializer.Serializer
Sort arrays and collections alphabetically.
isSortCollections() - Method in class org.apache.juneau.serializer.SerializerSession
Configuration property: Sort arrays and collections alphabetically.
isSortMaps() - Method in class org.apache.juneau.serializer.Serializer
Sort maps alphabetically.
isSortMaps() - Method in class org.apache.juneau.serializer.SerializerSession
Configuration property: Sort maps alphabetically.
isSortProperties() - Method in class org.apache.juneau.BeanContext
Sort bean properties.
isSortProperties() - Method in class org.apache.juneau.BeanSession
Configuration property: Sort bean properties.
isSortProperties() - Method in class org.apache.juneau.transform.BeanFilter
Returns true if the properties defined on this bean class should be ordered alphabetically.
isStale() - Method in class org.apache.juneau.rest.client.mock.MockHttpClientConnection
Deprecated.
 
isStale() - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
isStandalone() - Method in class org.apache.juneau.xml.XmlReader
 
isStartElement() - Method in class org.apache.juneau.xml.XmlReader
 
isStatic() - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this class is public.
isStatic() - Method in class org.apache.juneau.reflect.ExecutableInfo
Returns true if this method is static.
isStatic() - Method in class org.apache.juneau.reflect.FieldInfo
Returns true if this field is static.
isStaticFile(String) - Method in class org.apache.juneau.rest.RestContext
Returns true if the specified path refers to a static file.
isStreaming() - Method in class org.apache.juneau.http.BasicHttpEntity
 
isStreaming() - Method in class org.apache.juneau.rest.client2.RestResponseBody
Tells whether this entity depends on an underlying stream.
isStrict() - Method in class org.apache.juneau.dto.swagger.SwaggerElement
Returns true if contents should be validated per the Swagger spec.
isStrict() - Method in class org.apache.juneau.parser.Parser
Strict mode.
isStrict() - Method in class org.apache.juneau.parser.ParserSession
Configuration property: Strict mode.
isStrictChildOf(Class<?>) - Method in class org.apache.juneau.reflect.ClassInfo
Returns true if this class is a child of parent.
isString() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is a String.
isString() - Method in class org.apache.juneau.parser.ParserPipe
Returns true if the contents passed into this pipe was a CharSequence.
isSupplier(Object) - Method in class org.apache.juneau.http.BasicHeader
Returns true if the specified object is a Supplier.
isSupported(TemporalField) - Method in class org.apache.juneau.transforms.DefaultingTemporalAccessor
 
isSwappedObject(Object) - Method in class org.apache.juneau.transform.PojoSwap
Checks if the specified object is an instance of the swap class defined on this swap.
isTemporal() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is a Temporal.
isTrailingSlash() - Method in class org.apache.juneau.rest.util.UrlPathInfo
Returns true if this path ends with a slash.
isTransient() - Method in class org.apache.juneau.reflect.FieldInfo
Returns true if this field is transient.
isTrimEmptyCollections() - Method in class org.apache.juneau.serializer.Serializer
Trim empty lists and arrays.
isTrimEmptyCollections() - Method in class org.apache.juneau.serializer.SerializerSession
Configuration property: Trim empty lists and arrays.
isTrimEmptyMaps() - Method in class org.apache.juneau.serializer.Serializer
Trim empty maps.
isTrimEmptyMaps() - Method in class org.apache.juneau.serializer.SerializerSession
Configuration property: Trim empty maps.
isTrimStrings() - Method in class org.apache.juneau.parser.Parser
Trim parsed strings.
isTrimStrings() - Method in class org.apache.juneau.parser.ParserSession
Configuration property: Trim parsed strings.
isTrimStrings() - Method in class org.apache.juneau.serializer.Serializer
Trim strings.
isTrimStrings() - Method in class org.apache.juneau.serializer.SerializerSession
Configuration property: Trim strings.
isTrimStrings() - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerSession
Deprecated.
 
isTrimWhitespace() - Method in class org.apache.juneau.jena.RdfParser
Trim whitespace from text elements.
isTrimWhitespace() - Method in class org.apache.juneau.jena.RdfParserSession
Configuration property: Trim whitespace from text elements.
isTrue() - Method in class org.apache.juneau.assertions.FluentBooleanAssertion
Asserts that the value is true.
isTrue() - Method in class org.apache.juneau.assertions.Verify
Verifies that this object is equal to Boolean.TRUE.
isType(Class<?>) - Method in class org.apache.juneau.assertions.FluentObjectAssertion
Asserts that the object is an instance of the specified class.
isType(Class<?>) - Method in class org.apache.juneau.assertions.FluentThrowableAssertion
Asserts that this throwable is of the specified type.
isType(Class<?>) - Method in class org.apache.juneau.assertions.Verify
Verifies that this object is of the specified type.
isType(Class<?>) - Method in class org.apache.juneau.ClassMeta
Returns true if this metadata represents the specified type.
isType(Class<? extends Annotation>) - Method in class org.apache.juneau.reflect.AnnotationInfo
Returns true if this annotation is the specified type.
isType(Type) - Static method in class org.apache.juneau.Value
Convenience method for checking if the specified type is this class.
isUnbuffered() - Method in class org.apache.juneau.parser.Parser
Unbuffered.
isUnbuffered() - Method in class org.apache.juneau.parser.ParserSession
Configuration property: Unbuffered.
isUniqueItems() - Method in class org.apache.juneau.httppart.HttpPartSchema
Returns the uniqueItems field of this schema.
isUnmodifiable() - Method in class org.apache.juneau.collections.OList
Returns true if this list is unmodifiable.
isUnmodifiable() - Method in class org.apache.juneau.collections.OMap
Returns true if this map is unmodifiable.
isUnmodifiable() - Method in class org.apache.juneau.ObjectList
Returns true if this list is unmodifiable.
isUnmodifiable() - Method in class org.apache.juneau.ObjectMap
Returns true if this map is unmodifiable.
isUpgrade() - Method in class org.apache.juneau.http.header.Connection
Returns true if the header value is upgrade.
isUri() - Method in class org.apache.juneau.BeanPropertyMeta
Returns true if this bean property is a URI.
isUri() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is a URI or URL.
isUri(ClassMeta<?>, BeanPropertyMeta, Object) - Method in class org.apache.juneau.html.HtmlSerializerSession
Returns true if the specified object is a URL.
isUri(String) - Static method in class org.apache.juneau.internal.StringUtils
Efficiently determines whether a URL is of the pattern "xxx:/xxx".
isUseBeanDefs() - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator
Use bean definitions.
isUseBeanDefs() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorSession
Configuration property: Use bean definitions.
isUseEnumNames() - Method in class org.apache.juneau.BeanContext
Use enum names.
isUseEnumNames() - Method in class org.apache.juneau.BeanSession
Configuration property: Use enum names.
isUseInterfaceProxies() - Method in class org.apache.juneau.BeanContext
Use interface proxies.
isUseInterfaceProxies() - Method in class org.apache.juneau.BeanSession
Configuration property: Use interface proxies.
isUseJavaBeanIntrospector() - Method in class org.apache.juneau.BeanContext
Use Java Introspector.
isUseJavaBeanIntrospector() - Method in class org.apache.juneau.BeanSession
Configuration property: Use Java Introspector.
isUserInRole(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
isUserInRole(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
isUseStackTraceHashing() - Method in class org.apache.juneau.rest.RestCallLoggerConfig
Returns true if stack traces should be hashed.
isUseWhitespace() - Method in class org.apache.juneau.serializer.WriterSerializer
Trim strings.
isUseWhitespace() - Method in class org.apache.juneau.serializer.WriterSerializerSession
Configuration property: Use whitespace.
isUseXmlNamespaces() - Method in class org.apache.juneau.jena.RdfSerializer
Reuse XML namespaces when RDF namespaces not specified.
isUseXmlNamespaces() - Method in class org.apache.juneau.jena.RdfSerializerSession
Configuration property: Reuse XML namespaces when RDF namespaces not specified.
isValidateEnd() - Method in class org.apache.juneau.json.JsonParser
Validate end.
isValidateEnd() - Method in class org.apache.juneau.json.JsonParserSession
Configuration property: Validate end.
isValidateEnd() - Method in class org.apache.juneau.uon.UonParser
Validate end enabled.
isValidateEnd() - Method in class org.apache.juneau.uon.UonParserSession
Configuration property: Validate end.
isValidating() - Method in class org.apache.juneau.xml.XmlParser
Enable validation.
isValidating() - Method in class org.apache.juneau.xml.XmlParserSession
Configuration property: Enable validation.
isValidContextPath(String) - Static method in class org.apache.juneau.rest.util.RestUtils
Returns true if the specified value is a valid context path.
isValidPathInfo(String) - Static method in class org.apache.juneau.rest.util.RestUtils
Returns true if the specified value is a valid path-info path.
isValidServletPath(String) - Static method in class org.apache.juneau.rest.util.RestUtils
Returns true if the specified value is a valid servlet path.
isVisible(Visibility) - Method in class org.apache.juneau.reflect.ClassInfo
Identifies if the specified visibility matches this constructor.
isVisible(Visibility) - Method in class org.apache.juneau.reflect.ExecutableInfo
Identifies if the specified visibility matches this method.
isVisible(Visibility) - Method in class org.apache.juneau.reflect.FieldInfo
Identifies if the specified visibility matches this field.
isVisible(int) - Method in enum org.apache.juneau.Visibility
Identifies if the specified mod matches this visibility.
isVisible(Class<?>) - Method in enum org.apache.juneau.Visibility
Shortcut for isVisible(x.getModifiers());
isVisible(Executable) - Method in enum org.apache.juneau.Visibility
Shortcut for isVisible(x.getModifiers());
isVisible(Field) - Method in enum org.apache.juneau.Visibility
Shortcut for isVisible(x.getModifiers());
isVoid() - Method in class org.apache.juneau.ClassMeta
Returns true if this class is Void or void.
isWeak() - Method in class org.apache.juneau.http.EntityTag
Returns true if the weak flag is present in the value.
isWhitespace(int) - Method in class org.apache.juneau.json.JsonParserSession
Returns true if the specified character is whitespace.
isWhiteSpace() - Method in class org.apache.juneau.xml.XmlReader
 
isWhitespaceElement(XmlReader) - Method in class org.apache.juneau.html.HtmlParserSession
 
isWhitespaceElement(XmlReader) - Method in class org.apache.juneau.xml.XmlParserSession
Returns true if the current element is a whitespace element.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.juneau.rest.jaxrs.BaseProvider
 
isWriteOnly() - Method in class org.apache.juneau.BeanPropertyMeta
Returns true if this property is write-only.
isWriterSerializer() - Method in class org.apache.juneau.serializer.OutputStreamSerializer
 
isWriterSerializer() - Method in class org.apache.juneau.serializer.OutputStreamSerializerSession
 
isWriterSerializer() - Method in class org.apache.juneau.serializer.Serializer
Returns true if this serializer subclasses from WriterSerializer.
isWriterSerializer() - Method in class org.apache.juneau.serializer.SerializerSession
Returns true if this serializer subclasses from WriterSerializer.
isWriterSerializer() - Method in class org.apache.juneau.serializer.WriterSerializer
 
isWriterSerializer() - Method in class org.apache.juneau.serializer.WriterSerializerSession
 
isXml() - Method in class org.apache.juneau.html.HtmlBeanPropertyMeta
isXml() - Method in class org.apache.juneau.html.HtmlClassMeta
Returns true if HtmlClassMeta.getFormat() returns HtmlFormat.XML.
item(int) - Method in class org.apache.juneau.assertions.FluentArrayAssertion
Returns an object assertion on the item specified at the specified index.
item(int) - Method in class org.apache.juneau.assertions.FluentListAssertion
Returns an object assertion on the item specified at the specified index.
items(Object) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Items - Class in org.apache.juneau.dto.swagger
A limited subset of JSON-Schema's items object.
Items() - Constructor for class org.apache.juneau.dto.swagger.Items
Default constructor.
Items(Items) - Constructor for class org.apache.juneau.dto.swagger.Items
Copy constructor.
items(Object) - Method in class org.apache.juneau.dto.swagger.Items
items(Object) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
items(Object) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
items() - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an empty Items element.
items(String) - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an Items element with the specified type attribute.
items() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
items(Items) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the items property on this annotation.
items() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
items(Items) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the items property on this annotation.
items() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
items(Items) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the items property on this annotation.
items() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
items(Items) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the items property on this annotation.
items() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
items(Items) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the items property on this annotation.
items(HttpPartSchemaBuilder) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
items field.
items(HttpPartSchema) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
items field.
Items - Annotation Type in org.apache.juneau.jsonschema.annotation
Swagger items annotation.
items() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
items(SubItems) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the items property on this annotation.
items() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
items(Items) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the items property on this annotation.
items() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
items(String...) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the items property on this annotation.
ItemsAnnotation - Class in org.apache.juneau.jsonschema.annotation
A concrete implementation of the Items annotation.
ItemsAnnotation() - Constructor for class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
itemsStrict(String) - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an Items element with the specified type attribute.
iterable(Enumeration<E>) - Static method in class org.apache.juneau.internal.CollectionUtils
Returns an iterable over the specified enumeration.
iterator() - Method in class org.apache.juneau.http.HeaderSupplier
 
iterator() - Method in class org.apache.juneau.http.NameValuePairSupplier
 
iterator(Object) - Static method in class org.apache.juneau.internal.ArrayUtils
Returns an iterator against an array.
iterator(List<Iterable<E>>) - Static method in class org.apache.juneau.internal.CollectionUtils
Creates an iterator over a list of iterable objects.
iterator() - Method in class org.apache.juneau.internal.MappedIterable
 
iterator() - Method in class org.apache.juneau.internal.MultiIterable
 
iterator() - Method in class org.apache.juneau.internal.MultiSet
Iterates over all entries in all collections.
iterator() - Method in class org.apache.juneau.internal.ReverseIterable
 
iterator() - Method in class org.apache.juneau.internal.UnmodifiableArray
 
iterator() - Method in class org.apache.juneau.microservice.resources.LogParser
 
IteratorSwap - Class in org.apache.juneau.transforms
Transforms Iterators to List<Object> objects.
IteratorSwap() - Constructor for class org.apache.juneau.transforms.IteratorSwap
 

J

javaMethod(Method) - Method in class org.apache.juneau.parser.ParserSessionArgs
The java method that called this serializer, usually the method in a REST servlet.
javaMethod(Method) - Method in class org.apache.juneau.serializer.SerializerSessionArgs
The java method that called this serializer, usually the method in a REST servlet.
javaStrings() - Method in class org.apache.juneau.assertions.FluentStringAssertion
When enabled, text in the message is converted to valid Java strings.
javaStrings() - Method in class org.apache.juneau.assertions.StringAssertion
 
JettyLogger - Class in org.apache.juneau.microservice.jetty
Implementation of Jetty Logger based on Logger.
JettyLogger() - Constructor for class org.apache.juneau.microservice.jetty.JettyLogger
Default constructor.
JettyLogger(String) - Constructor for class org.apache.juneau.microservice.jetty.JettyLogger
Normal constructor.
JettyMicroservice - Class in org.apache.juneau.microservice.jetty
Entry point for Juneau microservice that implements a REST interface using Jetty on a single port.
JettyMicroservice(JettyMicroserviceBuilder) - Constructor for class org.apache.juneau.microservice.jetty.JettyMicroservice
Constructor.
JettyMicroserviceBuilder - Class in org.apache.juneau.microservice.jetty
Builder for JettyMicroservice class.
JettyMicroserviceBuilder() - Constructor for class org.apache.juneau.microservice.jetty.JettyMicroserviceBuilder
Constructor.
JettyMicroserviceBuilder(JettyMicroserviceBuilder) - Constructor for class org.apache.juneau.microservice.jetty.JettyMicroserviceBuilder
Copy constructor.
JettyMicroserviceListener - Interface in org.apache.juneau.microservice.jetty
Listener class for Jetty microservice lifecycle events.
jettyServerFactory(JettyServerFactory) - Method in class org.apache.juneau.microservice.jetty.JettyMicroserviceBuilder
Specifies the factory to use for creating the Jetty Server instance.
JettyServerFactory - Interface in org.apache.juneau.microservice.jetty
Interface for creating Jetty servers.
jettyXml(Object, boolean) - Method in class org.apache.juneau.microservice.jetty.JettyMicroserviceBuilder
Specifies the contents or location of the jetty.xml file used by the Jetty server.
join(Object[], String) - Static method in class org.apache.juneau.internal.StringUtils
Join the specified tokens into a delimited string.
join(int[], String) - Static method in class org.apache.juneau.internal.StringUtils
Join the specified tokens into a delimited string.
join(Collection<?>, String) - Static method in class org.apache.juneau.internal.StringUtils
Join the specified tokens into a delimited string.
join(Collection<?>, String, StringBuilder) - Static method in class org.apache.juneau.internal.StringUtils
Joins the specified tokens into a delimited string and writes the output to the specified string builder.
join(Object[], char) - Static method in class org.apache.juneau.internal.StringUtils
Joins the specified tokens into a delimited string.
join(Object[], char, StringBuilder) - Static method in class org.apache.juneau.internal.StringUtils
Join the specified tokens into a delimited string and writes the output to the specified string builder.
join(int[], char) - Static method in class org.apache.juneau.internal.StringUtils
Join the specified tokens into a delimited string.
join(Collection<?>, char) - Static method in class org.apache.juneau.internal.StringUtils
Join the specified tokens into a delimited string.
join() - Method in class org.apache.juneau.microservice.jetty.JettyMicroservice
 
join() - Method in class org.apache.juneau.microservice.Microservice
Joins the application with the current thread.
joine(Object[], char) - Static method in class org.apache.juneau.internal.StringUtils
Same as StringUtils.join(Object[], char) except escapes the delimiter character if found in the tokens.
joine(Object[], char, StringBuilder) - Static method in class org.apache.juneau.internal.StringUtils
Same as StringUtils.join(Object[], char, StringBuilder) but escapes the delimiter character if found in the tokens.
joine(Collection<?>, char) - Static method in class org.apache.juneau.internal.StringUtils
Same as StringUtils.join(Collection, char) but escapes the delimiter if found in the tokens.
joinnl(Object[]) - Static method in class org.apache.juneau.internal.StringUtils
Joins tokens with newlines.
Jso - Annotation Type in org.apache.juneau.jso.annotation
Annotation that can be applied to classes, fields, and methods to tweak how they are handled by JsoSerializer and JsoParser.
Jso - Class in org.apache.juneau.marshall
A pairing of a JsoSerializer and JsoParser into a single class with convenience read/write methods.
Jso(JsoSerializer, JsoParser) - Constructor for class org.apache.juneau.marshall.Jso
Constructor.
Jso() - Constructor for class org.apache.juneau.marshall.Jso
Constructor.
JsoAnnotation - Class in org.apache.juneau.jso.annotation
A concrete implementation of the Jso annotation.
JsoAnnotation(String) - Constructor for class org.apache.juneau.jso.annotation.JsoAnnotation
Constructor.
JsoAnnotation(Class<?>) - Constructor for class org.apache.juneau.jso.annotation.JsoAnnotation
Constructor.
JsoAnnotation(Method) - Constructor for class org.apache.juneau.jso.annotation.JsoAnnotation
Constructor.
JsoAnnotation(Field) - Constructor for class org.apache.juneau.jso.annotation.JsoAnnotation
Constructor.
JsoBeanPropertyMeta - Class in org.apache.juneau.jso
Metadata on bean properties specific to the JSO serializers and parsers pulled from the @Jso annotation on the bean property.
JsoBeanPropertyMeta(BeanPropertyMeta, JsoMetaProvider) - Constructor for class org.apache.juneau.jso.JsoBeanPropertyMeta
Constructor.
JsoClassMeta - Class in org.apache.juneau.jso
Metadata on classes specific to the JSO serializers and parsers pulled from the @Jso annotation on the class.
JsoClassMeta(ClassMeta<?>, JsoMetaProvider) - Constructor for class org.apache.juneau.jso.JsoClassMeta
Constructor.
JsoCommon - Interface in org.apache.juneau.jso
Configurable properties common to both the JsoSerializer and JsoParser classes.
JsoConfig - Annotation Type in org.apache.juneau.jso.annotation
Annotation for specifying config properties defined in JsoSerializer and JsoParser.
JsoConfigApply - Class in org.apache.juneau.jso.annotation
Applies JsoConfig annotations to a PropertyStoreBuilder.
JsoConfigApply(Class<JsoConfig>, VarResolverSession) - Constructor for class org.apache.juneau.jso.annotation.JsoConfigApply
Constructor.
JsoMetaProvider - Interface in org.apache.juneau.jso
Interface for providing access to JsoClassMeta and JsoBeanPropertyMeta objects.
json() - Method in class org.apache.juneau.assertions.FluentObjectAssertion
Converts this object to simplified JSON and returns it as a new assertion.
JSON - Static variable in class org.apache.juneau.http.MediaType
Reusable predefined media type
Json - Annotation Type in org.apache.juneau.json.annotation
Annotation for specifying various JSON options for the JSON serializers and parsers.
Json - Class in org.apache.juneau.marshall
A pairing of a JsonSerializer and JsonParser into a single class with convenience read/write methods.
Json(JsonSerializer, JsonParser) - Constructor for class org.apache.juneau.marshall.Json
Constructor.
Json() - Constructor for class org.apache.juneau.marshall.Json
Constructor.
json() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Convenience method for specifying JSON as the transmission media type.
json() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Convenience method for specifying JSON as the marshalling transmission media type.
json() - Method in class org.apache.juneau.rest.client2.RestRequest
Convenience method for specifying JSON as the marshalling transmission media type for this request only.
json() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Convenience method for setting Accept and Content-Type headers to "application/json".
json() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
Json() - Constructor for class org.apache.juneau.transforms.ParsedReaderSwap.Json
Constructor
JSON_addBeanTypes - Static variable in class org.apache.juneau.json.JsonSerializer
Configuration property: Add "_type" properties when needed.
JSON_escapeSolidus - Static variable in class org.apache.juneau.json.JsonSerializer
Configuration property: Prefix solidus '/' characters with escapes.
JSON_simpleMode - Static variable in class org.apache.juneau.json.JsonSerializer
Configuration property: Simple JSON mode.
JSON_validateEnd - Static variable in class org.apache.juneau.json.JsonParser
Configuration property: Validate end.
JsonAnnotation - Class in org.apache.juneau.json.annotation
A concrete implementation of the Json annotation.
JsonAnnotation(String) - Constructor for class org.apache.juneau.json.annotation.JsonAnnotation
Constructor.
JsonAnnotation(Class<?>) - Constructor for class org.apache.juneau.json.annotation.JsonAnnotation
Constructor.
JsonAnnotation(Method) - Constructor for class org.apache.juneau.json.annotation.JsonAnnotation
Constructor.
JsonAnnotation(Field) - Constructor for class org.apache.juneau.json.annotation.JsonAnnotation
Constructor.
JsonBeanPropertyMeta - Class in org.apache.juneau.json
Metadata on bean properties specific to the JSON serializers and parsers pulled from the @Json annotation on the bean property.
JsonBeanPropertyMeta(BeanPropertyMeta, JsonMetaProvider) - Constructor for class org.apache.juneau.json.JsonBeanPropertyMeta
Constructor.
JsonClassMeta - Class in org.apache.juneau.json
Metadata on classes specific to the JSON serializers and parsers pulled from the @Json annotation on the class.
JsonClassMeta(ClassMeta<?>, JsonMetaProvider) - Constructor for class org.apache.juneau.json.JsonClassMeta
Constructor.
JsonCommon - Interface in org.apache.juneau.json
Configurable properties common to both the JsonSerializer and JsonParser classes.
JsonComplexExample - Class in org.apache.juneau.examples.core.json
Sample class which shows the complex usage of JsonSerializer and JsonParser.
JsonComplexExample() - Constructor for class org.apache.juneau.examples.core.json.JsonComplexExample
 
JsonConfig - Annotation Type in org.apache.juneau.json.annotation
Annotation for specifying config properties defined in JsonSerializer and JsonParser.
JsonConfigApply - Class in org.apache.juneau.json.annotation
Applies JsonConfig annotations to a PropertyStoreBuilder.
JsonConfigApply(Class<JsonConfig>, VarResolverSession) - Constructor for class org.apache.juneau.json.annotation.JsonConfigApply
Constructor.
JsonConfigurationExample - Class in org.apache.juneau.examples.core.json
Json configuration example.
JsonConfigurationExample() - Constructor for class org.apache.juneau.examples.core.json.JsonConfigurationExample
 
JsonMetaProvider - Interface in org.apache.juneau.json
Interface for providing access to JsonClassMeta and JsonBeanPropertyMeta objects.
JsonParser - Class in org.apache.juneau.json
Parses any valid JSON text into a POJO model.
JsonParser(PropertyStore) - Constructor for class org.apache.juneau.json.JsonParser
Constructor.
JsonParser(PropertyStore, String...) - Constructor for class org.apache.juneau.json.JsonParser
Constructor.
JsonParser.Strict - Class in org.apache.juneau.json
Default parser, strict mode.
JsonParserBuilder - Class in org.apache.juneau.json
Builder class for building instances of JSON parsers.
JsonParserBuilder() - Constructor for class org.apache.juneau.json.JsonParserBuilder
Constructor, default settings.
JsonParserBuilder(PropertyStore) - Constructor for class org.apache.juneau.json.JsonParserBuilder
Constructor.
JsonParserSession - Class in org.apache.juneau.json
Session object that lives for the duration of a single use of JsonParser.
JsonParserSession(JsonParser, ParserSessionArgs) - Constructor for class org.apache.juneau.json.JsonParserSession
Create a new session using properties specified in the context.
JsonSchema - Class in org.apache.juneau.dto.jsonschema
Represents a top-level schema object bean in the JSON-Schema core specification.
JsonSchema() - Constructor for class org.apache.juneau.dto.jsonschema.JsonSchema
Default constructor.
JsonSchema.BooleanOrSchemaArraySwap - Class in org.apache.juneau.dto.jsonschema
Used during parsing to convert the additionalItems property to the correct class type.
JsonSchema.BooleanOrSchemaSwap - Class in org.apache.juneau.dto.jsonschema
Used during parsing to convert the additionalProperties property to the correct class type.
JsonSchema.JsonSchemaOrSchemaArraySwap - Class in org.apache.juneau.dto.jsonschema
Used during parsing to convert the items property to the correct class type.
JsonSchema.JsonTypeOrJsonTypeArraySwap - Class in org.apache.juneau.dto.jsonschema
Used during parsing to convert the type property to the correct class type.
JSONSCHEMA_addDescriptionsTo - Static variable in class org.apache.juneau.jsonschema.JsonSchemaGenerator
Configuration property: Add descriptions to types.
JSONSCHEMA_addExamplesTo - Static variable in class org.apache.juneau.jsonschema.JsonSchemaGenerator
Configuration property: Add examples.
JSONSCHEMA_allowNestedDescriptions - Static variable in class org.apache.juneau.jsonschema.JsonSchemaGenerator
Configuration property: Allow nested descriptions.
JSONSCHEMA_allowNestedExamples - Static variable in class org.apache.juneau.jsonschema.JsonSchemaGenerator
Configuration property: Allow nested examples.
JSONSCHEMA_beanDefMapper - Static variable in class org.apache.juneau.jsonschema.JsonSchemaGenerator
Configuration property: Bean schema definition mapper.
JSONSCHEMA_defaultSchemas - Static variable in class org.apache.juneau.jsonschema.JsonSchemaGenerator
Configuration property: Default schemas.
JSONSCHEMA_ignoreTypes - Static variable in class org.apache.juneau.jsonschema.JsonSchemaGenerator
Configuration property: Ignore types from schema definitions.
JSONSCHEMA_useBeanDefs - Static variable in class org.apache.juneau.jsonschema.JsonSchemaGenerator
Configuration property: Use bean definitions.
JsonSchemaArray - Class in org.apache.juneau.dto.jsonschema
Represents a list of JsonSchema objects.
JsonSchemaArray() - Constructor for class org.apache.juneau.dto.jsonschema.JsonSchemaArray
Default constructor.
JsonSchemaArray(JsonSchema...) - Constructor for class org.apache.juneau.dto.jsonschema.JsonSchemaArray
Constructor with predefined types to add to this list.
JsonSchemaBeanPropertyMeta - Class in org.apache.juneau.jsonschema
Metadata on bean properties specific to the JSON-Schema pulled from the @Schema annotation on the bean property.
JsonSchemaBeanPropertyMeta(BeanPropertyMeta, JsonSchemaMetaProvider) - Constructor for class org.apache.juneau.jsonschema.JsonSchemaBeanPropertyMeta
Constructor.
JsonSchemaClassMeta - Class in org.apache.juneau.jsonschema
Metadata on classes specific to the JSON-Schema serializer and pulled from the @Schema annotation on the class.
JsonSchemaClassMeta(ClassMeta<?>, JsonSchemaMetaProvider) - Constructor for class org.apache.juneau.jsonschema.JsonSchemaClassMeta
Constructor.
JsonSchemaConfig - Annotation Type in org.apache.juneau.jsonschema.annotation
Annotation for specifying config properties defined in JsonSchemaGenerator.
JsonSchemaConfigApply - Class in org.apache.juneau.jsonschema.annotation
Applies JsonSchemaConfig annotations to a PropertyStoreBuilder.
JsonSchemaConfigApply(Class<JsonSchemaConfig>, VarResolverSession) - Constructor for class org.apache.juneau.jsonschema.annotation.JsonSchemaConfigApply
Constructor.
JsonSchemaGenerator - Class in org.apache.juneau.jsonschema
Generates JSON-schema metadata about POJOs.
JsonSchemaGenerator(PropertyStore) - Constructor for class org.apache.juneau.jsonschema.JsonSchemaGenerator
Constructor.
JsonSchemaGeneratorBuilder - Class in org.apache.juneau.jsonschema
Builder class for building instances of JSON Schema generators.
JsonSchemaGeneratorBuilder() - Constructor for class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
Constructor, default settings.
JsonSchemaGeneratorBuilder(PropertyStore) - Constructor for class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
Constructor.
JsonSchemaGeneratorSession - Class in org.apache.juneau.jsonschema
Session object that lives for the duration of a single use of JsonSchemaSerializer.
JsonSchemaGeneratorSession(JsonSchemaGenerator, BeanSessionArgs) - Constructor for class org.apache.juneau.jsonschema.JsonSchemaGeneratorSession
Create a new session using properties specified in the context.
JsonSchemaMap - Class in org.apache.juneau.dto.jsonschema
A container for retrieving JSON JsonSchema objects by URI.
JsonSchemaMap() - Constructor for class org.apache.juneau.dto.jsonschema.JsonSchemaMap
 
JsonSchemaMetaProvider - Interface in org.apache.juneau.jsonschema
Interface for providing access to JsonSchemaClassMeta and JsonSchemaBeanPropertyMeta objects.
JsonSchemaOrSchemaArraySwap() - Constructor for class org.apache.juneau.dto.jsonschema.JsonSchema.JsonSchemaOrSchemaArraySwap
 
JsonSchemaProperty - Class in org.apache.juneau.dto.jsonschema
Represents a JSON property in the JSON-Schema core specification.
JsonSchemaProperty() - Constructor for class org.apache.juneau.dto.jsonschema.JsonSchemaProperty
Default constructor.
JsonSchemaProperty(String) - Constructor for class org.apache.juneau.dto.jsonschema.JsonSchemaProperty
Convenience constructor.
JsonSchemaProperty(String, JsonType) - Constructor for class org.apache.juneau.dto.jsonschema.JsonSchemaProperty
Convenience constructor.
JsonSchemaPropertySimpleArray - Class in org.apache.juneau.dto.jsonschema
Convenience class for representing a property that's an array of simple types.
JsonSchemaPropertySimpleArray(String, JsonType) - Constructor for class org.apache.juneau.dto.jsonschema.JsonSchemaPropertySimpleArray
Constructor.
JsonSchemaRef - Class in org.apache.juneau.dto.jsonschema
Convenience class for representing a schema reference such as "{'$ref':'/url/to/ref'}".
JsonSchemaRef(Object) - Constructor for class org.apache.juneau.dto.jsonschema.JsonSchemaRef
Constructor.
JsonSchemaResource - Class in org.apache.juneau.examples.rest.dto
Sample resource that shows how to serialize JSON-Schema documents.
JsonSchemaResource() - Constructor for class org.apache.juneau.examples.rest.dto.JsonSchemaResource
 
JsonSchemaSerializer - Class in org.apache.juneau.json
Serializes POJO metadata to HTTP responses as JSON-Schema.
JsonSchemaSerializer(PropertyStore) - Constructor for class org.apache.juneau.json.JsonSchemaSerializer
Constructor.
JsonSchemaSerializer.Readable - Class in org.apache.juneau.json
Default serializer, with whitespace.
JsonSchemaSerializer.Simple - Class in org.apache.juneau.json
Default serializer, single quotes, simple mode.
JsonSchemaSerializer.SimpleReadable - Class in org.apache.juneau.json
Default serializer, single quotes, simple mode, with whitespace.
JsonSchemaSerializerBuilder - Class in org.apache.juneau.json
Builder class for building instances of JSON Schema serializers.
JsonSchemaSerializerBuilder() - Constructor for class org.apache.juneau.json.JsonSchemaSerializerBuilder
Constructor, default settings.
JsonSchemaSerializerBuilder(PropertyStore) - Constructor for class org.apache.juneau.json.JsonSchemaSerializerBuilder
Constructor.
JsonSchemaSerializerSession - Class in org.apache.juneau.json
Session object that lives for the duration of a single use of JsonSchemaSerializer.
JsonSchemaSerializerSession(JsonSchemaSerializer, SerializerSessionArgs) - Constructor for class org.apache.juneau.json.JsonSchemaSerializerSession
Create a new session using properties specified in the context.
JsonSerializer - Class in org.apache.juneau.json
Serializes POJO models to JSON.
JsonSerializer(PropertyStore) - Constructor for class org.apache.juneau.json.JsonSerializer
Constructor.
JsonSerializer(PropertyStore, String, String) - Constructor for class org.apache.juneau.json.JsonSerializer
Constructor.
JsonSerializer.Readable - Class in org.apache.juneau.json
Default serializer, with whitespace.
JsonSerializer.ReadableSafe - Class in org.apache.juneau.json
Default serializer, single quotes, simple mode, with whitespace and recursion detection.
JsonSerializerBuilder - Class in org.apache.juneau.json
Builder class for building instances of JSON serializers.
JsonSerializerBuilder() - Constructor for class org.apache.juneau.json.JsonSerializerBuilder
Constructor, default settings.
JsonSerializerBuilder(PropertyStore) - Constructor for class org.apache.juneau.json.JsonSerializerBuilder
Constructor.
JsonSerializerSession - Class in org.apache.juneau.json
Session object that lives for the duration of a single use of JsonSerializer.
JsonSerializerSession(JsonSerializer, SerializerSessionArgs) - Constructor for class org.apache.juneau.json.JsonSerializerSession
Create a new session using properties specified in the context.
JsonSimpleExample - Class in org.apache.juneau.examples.core.json
Sample class which shows the simple usage of JsonSerializer and JsonParser.
JsonSimpleExample() - Constructor for class org.apache.juneau.examples.core.json.JsonSimpleExample
 
jsonSorted() - Method in class org.apache.juneau.assertions.FluentObjectAssertion
Converts this object to sorted simplified JSON and returns it as a new assertion.
JsonType - Enum in org.apache.juneau.dto.jsonschema
Represents possible JSON types in the JSON-Schema core specification.
JsonTypeArray - Class in org.apache.juneau.dto.jsonschema
Represents a list of JsonType objects.
JsonTypeArray() - Constructor for class org.apache.juneau.dto.jsonschema.JsonTypeArray
Default constructor.
JsonTypeArray(JsonType...) - Constructor for class org.apache.juneau.dto.jsonschema.JsonTypeArray
Constructor with predefined types to add to this list.
JsonTypeOrJsonTypeArraySwap() - Constructor for class org.apache.juneau.dto.jsonschema.JsonSchema.JsonTypeOrJsonTypeArraySwap
 
JsonWriter - Class in org.apache.juneau.json
Specialized writer for serializing JSON.
JsonWriter(Writer, boolean, int, boolean, char, boolean, boolean, UriResolver) - Constructor for class org.apache.juneau.json.JsonWriter
Constructor.
JsoParser - Class in org.apache.juneau.jso
Parses POJOs from HTTP responses as Java ObjectInputStreams.
JsoParser(PropertyStore) - Constructor for class org.apache.juneau.jso.JsoParser
Constructor.
JsoParserBuilder - Class in org.apache.juneau.jso
Builder class for building instances of Java Serialized Object parsers.
JsoParserBuilder() - Constructor for class org.apache.juneau.jso.JsoParserBuilder
Constructor, default settings.
JsoParserBuilder(PropertyStore) - Constructor for class org.apache.juneau.jso.JsoParserBuilder
Constructor.
JsoParserSession - Class in org.apache.juneau.jso
Session object that lives for the duration of a single use of JsoParser.
JsoParserSession(ParserSessionArgs) - Constructor for class org.apache.juneau.jso.JsoParserSession
Create a new session using properties specified in the context.
JsoSerializer - Class in org.apache.juneau.jso
Serializes POJOs to HTTP responses as Java Serialized Object ObjectOutputStreams.
JsoSerializer(PropertyStore) - Constructor for class org.apache.juneau.jso.JsoSerializer
Constructor.
JsoSerializerBuilder - Class in org.apache.juneau.jso
Builder class for building instances of Java Serialized Object serializers.
JsoSerializerBuilder() - Constructor for class org.apache.juneau.jso.JsoSerializerBuilder
Constructor, default settings.
JsoSerializerBuilder(PropertyStore) - Constructor for class org.apache.juneau.jso.JsoSerializerBuilder
Constructor.
JsoSerializerSession - Class in org.apache.juneau.jso
Session object that lives for the duration of a single use of JsoSerializer.
JsoSerializerSession(JsoSerializer, SerializerSessionArgs) - Constructor for class org.apache.juneau.jso.JsoSerializerSession
Create a new session using properties specified in the context.
juneauBpNs(String) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  Default XML namespace for bean properties.
juneauBpNs(Namespace) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  Default XML namespace for bean properties.
juneauBpNs(String) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  Default XML namespace for bean properties.
juneauBpNs(Namespace) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  Default XML namespace for bean properties.
JuneauLogger - Class in org.apache.juneau.internal
Deprecated.
Methods introduced in Java 8 Logging API renders this class obsolete.
JuneauLogger(Logger) - Constructor for class org.apache.juneau.internal.JuneauLogger
Deprecated.
Constructor.
juneauNs(String) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  XML namespace for Juneau properties.
juneauNs(Namespace) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  XML namespace for Juneau properties.
juneauNs(String) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  XML namespace for Juneau properties.
juneauNs(Namespace) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  XML namespace for Juneau properties.
JuneauProvider - Annotation Type in org.apache.juneau.rest.jaxrs
Annotations applicable to subclasses of BaseProvider.
JuneauRestInitializer - Class in org.apache.juneau.rest.springboot
Spring Boot context initializer for Juneau REST resources.
JuneauRestInitializer(Class<?>) - Constructor for class org.apache.juneau.rest.springboot.JuneauRestInitializer
Constructor.
JuneauRestInitializer() - Constructor for class org.apache.juneau.rest.springboot.JuneauRestInitializer
Constructor.
JuneauRestPostProcessor - Class in org.apache.juneau.rest.springboot
Processes the JuneauRestRoot annotation on the Spring application class and @Bean methods.
JuneauRestPostProcessor(ConfigurableApplicationContext, Class<?>) - Constructor for class org.apache.juneau.rest.springboot.JuneauRestPostProcessor
Constructor.
JuneauRestRoot - Annotation Type in org.apache.juneau.rest.springboot.annotation
Added to Spring application classes to denote Juneau REST resource classes to deploy as servlets.

K

kbd() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Kbd element.
kbd(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Kbd element with the specified child nodes.
Kbd - Class in org.apache.juneau.dto.html5
DTO for an HTML <kbd> element.
Kbd() - Constructor for class org.apache.juneau.dto.html5.Kbd
Creates an empty Kbd element.
Kbd(Object...) - Constructor for class org.apache.juneau.dto.html5.Kbd
Creates a Kbd element with the specified child nodes.
keepAliveStrategy(ConnectionKeepAliveStrategy) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
keepAliveStrategy(ConnectionKeepAliveStrategy) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Assigns ConnectionKeepAliveStrategy instance.
keepAliveStrategy(ConnectionKeepAliveStrategy) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
keepAll(String...) - Method in class org.apache.juneau.collections.OMap
The opposite of OMap.removeAll(String...).
keepAll(String...) - Method in class org.apache.juneau.ObjectMap
keepHttpClientOpen(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Keep HttpClient open.
keepHttpClientOpen() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Keep HttpClient open.
keepHttpClientOpen() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
RestClient configuration property:  Keep HttpClient open.
keepHttpClientOpen() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
keepNullProperties() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
keepNullProperties() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
keepNullProperties() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
keepNullProperties() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
keepNullProperties() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
keepNullProperties() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
keepNullProperties() - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
keepNullProperties() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
keepNullProperties() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
keepNullProperties() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
keepNullProperties() - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
keepNullProperties() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
keepNullProperties() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
keepNullProperties() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Serializer configuration property:  Don't trim null bean property values.
keepNullProperties() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
keepNullProperties() - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
keepNullProperties(boolean) - Method in class org.apache.juneau.serializer.SerializerBuilder
Deprecated.
keepNullProperties() - Method in class org.apache.juneau.serializer.SerializerBuilder
Serializer configuration property:  Don't trim null bean property values.
keepNullProperties(boolean) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Deprecated.
keepNullProperties() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Configuration property: Don't trim null bean property values.
keepNullProperties() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
keepNullProperties() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
keepNullProperties() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
keepNullProperties() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
keepNullProperties() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
keygen() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Keygen element.
Keygen - Class in org.apache.juneau.dto.html5
DTO for an HTML <keygen> element.
Keygen() - Constructor for class org.apache.juneau.dto.html5.Keygen
Creates an empty Keygen element.
keyManagers(KeyManager...) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
keySet() - Method in class org.apache.juneau.BeanMap
Returns the names of all properties associated with the bean.
keySet() - Method in class org.apache.juneau.collections.OMap
 
keySet(String) - Method in class org.apache.juneau.cp.Messages
Returns all keys in this resource bundle with the specified prefix.
keySet() - Method in class org.apache.juneau.cp.Messages
 
keySet() - Method in class org.apache.juneau.dto.swagger.Contact
 
keySet() - Method in class org.apache.juneau.dto.swagger.ExternalDocumentation
 
keySet() - Method in class org.apache.juneau.dto.swagger.HeaderInfo
 
keySet() - Method in class org.apache.juneau.dto.swagger.Info
 
keySet() - Method in class org.apache.juneau.dto.swagger.Items
 
keySet() - Method in class org.apache.juneau.dto.swagger.License
 
keySet() - Method in class org.apache.juneau.dto.swagger.Operation
 
keySet() - Method in class org.apache.juneau.dto.swagger.ParameterInfo
 
keySet() - Method in class org.apache.juneau.dto.swagger.ResponseInfo
 
keySet() - Method in class org.apache.juneau.dto.swagger.SchemaInfo
 
keySet() - Method in class org.apache.juneau.dto.swagger.SecurityScheme
 
keySet() - Method in class org.apache.juneau.dto.swagger.Swagger
 
keySet() - Method in class org.apache.juneau.dto.swagger.SwaggerElement
Returns all the keys on this element.
keySet() - Method in class org.apache.juneau.dto.swagger.Tag
 
keySet() - Method in class org.apache.juneau.dto.swagger.Xml
 
keySet() - Method in class org.apache.juneau.internal.DelegateBeanMap
 
keySet() - Method in class org.apache.juneau.internal.SimpleMap
 
keySet() - Method in class org.apache.juneau.ObjectMap
 
keySet() - Method in class org.apache.juneau.utils.MessageBundle
Deprecated.
 
keySet(String) - Method in class org.apache.juneau.utils.MessageBundle
Deprecated.
Returns all keys in this resource bundle with the specified prefix.
keytype(String) - Method in class org.apache.juneau.dto.html5.Keygen
keytype attribute.
KeywordSet - Class in org.apache.juneau.internal
Stores a set of language keywords for quick lookup.
KeywordSet(String...) - Constructor for class org.apache.juneau.internal.KeywordSet
Constructor.
kill() - Method in class org.apache.juneau.microservice.Microservice
Kill the JVM by calling System.exit(2);.
kind(String) - Method in class org.apache.juneau.dto.html5.Track
kind attribute.

L

label(String) - Method in class org.apache.juneau.dto.atom.Category
Sets the category label.
label() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Label element.
label(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Label element with the specified child nodes.
Label - Class in org.apache.juneau.dto.html5
DTO for an HTML <label> element.
Label() - Constructor for class org.apache.juneau.dto.html5.Label
Creates an empty Label element.
Label(Object...) - Constructor for class org.apache.juneau.dto.html5.Label
Creates a Label element with the specified child nodes.
label(String) - Method in class org.apache.juneau.dto.html5.Optgroup
label attribute.
label(String) - Method in class org.apache.juneau.dto.html5.Option
label attribute.
label(String) - Method in class org.apache.juneau.dto.html5.Track
label attribute.
labelParameter(String) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
labelParameter(String) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
labelParameter(String) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
HtmlSerializer configuration property:  Link label parameter name.
labelParameter(String) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
lang(String) - Method in class org.apache.juneau.dto.atom.Category
 
lang(String) - Method in class org.apache.juneau.dto.atom.Common
Sets the language of this object.
lang(String) - Method in class org.apache.juneau.dto.atom.Content
 
lang(String) - Method in class org.apache.juneau.dto.atom.Entry
 
lang(String) - Method in class org.apache.juneau.dto.atom.Feed
 
lang(String) - Method in class org.apache.juneau.dto.atom.Generator
 
lang(String) - Method in class org.apache.juneau.dto.atom.Icon
 
lang(String) - Method in class org.apache.juneau.dto.atom.Id
 
lang(String) - Method in class org.apache.juneau.dto.atom.Link
 
lang(String) - Method in class org.apache.juneau.dto.atom.Logo
 
lang(String) - Method in class org.apache.juneau.dto.atom.Person
 
lang(String) - Method in class org.apache.juneau.dto.atom.Source
 
lang(String) - Method in class org.apache.juneau.dto.atom.Text
 
lang(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
lang attribute.
LANG_N3 - Static variable in class org.apache.juneau.jena.Constants
Jena language support: "N3".
LANG_NTRIPLE - Static variable in class org.apache.juneau.jena.Constants
Jena language support: "N-TRIPLE".
LANG_PROP_MAP - Static variable in interface org.apache.juneau.jena.RdfCommon
Maps RDF writer names to property prefixes that apply to them.
LANG_RDF_XML - Static variable in class org.apache.juneau.jena.Constants
Jena language support: "RDF/XML".
LANG_RDF_XML_ABBREV - Static variable in class org.apache.juneau.jena.Constants
Jena language support: "RDF/XML-ABBREV".
LANG_TURTLE - Static variable in class org.apache.juneau.jena.Constants
Jena language support: "TURTLE".
language(String) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  RDF language.
language(String) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  RDF language.
last(List<T>) - Static method in class org.apache.juneau.internal.CollectionUtils
Returns the last entry in a list.
lastAccessedTime(long) - Method in class org.apache.juneau.rest.mock2.MockHttpSession
Sets the last-accessed time on this session.
lastIndexOf(Object) - Method in class org.apache.juneau.internal.UnmodifiableArray
 
LastModified - Class in org.apache.juneau.http.header
Represents a parsed Last-Modified HTTP response header.
LastModified(Object) - Constructor for class org.apache.juneau.http.header.LastModified
Constructor.
LastModified(String) - Constructor for class org.apache.juneau.http.header.LastModified
Constructor
lastNonWhitespaceChar(String) - Static method in class org.apache.juneau.internal.StringUtils
Returns the last non-whitespace character in the string.
lb(K) - Method in interface org.apache.juneau.utils.IdGenerator
Sets a lower bound for this generator.
lbId(K) - Method in class org.apache.juneau.utils.IdMap
Sets a lower bound on the specified ID.
lc() - Method in class org.apache.juneau.assertions.FluentStringAssertion
Converts the text to lowercase.
leakDetection() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
RestClient configuration property:  Enable leak detection.
leakDetection() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
legend() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Legend element.
legend(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Legend element with the specified child nodes.
Legend - Class in org.apache.juneau.dto.html5
DTO for an HTML <legend> element.
Legend() - Constructor for class org.apache.juneau.dto.html5.Legend
Creates an empty Legend element.
Legend(Object...) - Constructor for class org.apache.juneau.dto.html5.Legend
Creates a Legend element with the specified child nodes.
length(Integer) - Method in class org.apache.juneau.dto.atom.Link
Sets the length of the contents of the target of this link.
length() - Method in class org.apache.juneau.utils.StringMessage
 
length() - Method in class org.apache.juneau.utils.StringObject
 
LengthRequired - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 411 ().
LengthRequired(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.LengthRequired
Constructor.
LengthRequired(String) - Constructor for exception org.apache.juneau.http.exception.LengthRequired
Constructor.
LengthRequired() - Constructor for exception org.apache.juneau.http.exception.LengthRequired
Constructor.
LengthRequired(String, Object...) - Constructor for exception org.apache.juneau.http.exception.LengthRequired
Constructor.
LengthRequired(Throwable) - Constructor for exception org.apache.juneau.http.exception.LengthRequired
Constructor.
LengthRequired - Exception in org.apache.juneau.rest.exception
Deprecated.
LengthRequired(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.LengthRequired
Deprecated.
Constructor.
LengthRequired(String) - Constructor for exception org.apache.juneau.rest.exception.LengthRequired
Deprecated.
Constructor.
LengthRequired() - Constructor for exception org.apache.juneau.rest.exception.LengthRequired
Deprecated.
Constructor.
LengthRequired(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.LengthRequired
Deprecated.
Constructor.
LengthRequired(Throwable) - Constructor for exception org.apache.juneau.rest.exception.LengthRequired
Deprecated.
Constructor.
LenVar - Class in org.apache.juneau.svl.vars
A transformational variable resolver that returns character count or list count (using given delimiter).
LenVar() - Constructor for class org.apache.juneau.svl.vars.LenVar
Constructor.
level(String, Level) - Method in class org.apache.juneau.microservice.LogConfig
Default logging level for logger.
level() - Method in class org.apache.juneau.rest.annotation.LoggingAnnotation
 
level(Level) - Method in class org.apache.juneau.rest.mock2.MockLogger
Sets the level for this logger.
level(Level) - Method in class org.apache.juneau.rest.RestCallLoggerConfig.Builder
The default logging level.
level(Level) - Method in class org.apache.juneau.rest.RestCallLoggerRule.Builder
The logging level to use for logging the request/response.
levels(Map<String, Level>) - Method in class org.apache.juneau.microservice.LogConfig
Default logging levels for loggers.
li() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Li element.
li(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an Li element with the specified child nodes.
Li - Class in org.apache.juneau.dto.html5
DTO for an HTML <li> element.
Li() - Constructor for class org.apache.juneau.dto.html5.Li
Creates an empty Li element.
Li(Object...) - Constructor for class org.apache.juneau.dto.html5.Li
Creates an Li element with the specified child nodes.
license(Object) - Method in class org.apache.juneau.dto.swagger.Info
License - Class in org.apache.juneau.dto.swagger
License information for the exposed API.
License() - Constructor for class org.apache.juneau.dto.swagger.License
Default constructor.
License(License) - Constructor for class org.apache.juneau.dto.swagger.License
Copy constructor.
license() - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an empty License element.
license(String) - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an License element with the specified name attribute.
license(String, URI) - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an License element with the specified name and url attributes.
License - Annotation Type in org.apache.juneau.http.annotation
Swagger license annotation.
LicenseAnnotation - Class in org.apache.juneau.http.annotation
A concrete implementation of the License annotation.
LicenseAnnotation() - Constructor for class org.apache.juneau.http.annotation.LicenseAnnotation
 
limit(int) - Method in class org.apache.juneau.microservice.LogConfig
The maximum number of bytes to write to any one log file.
limit(int) - Method in class org.apache.juneau.utils.SearchArgs.Builder
Specifies the number of rows to return.
line - Variable in class org.apache.juneau.microservice.resources.LogParser.Entry
 
lineProcessor(IOPipe.LineProcessor) - Method in class org.apache.juneau.utils.IOPipe
Specifies a line processor that can be used to process lines before they're piped to the output.
link(String, String, String) - Static method in class org.apache.juneau.dto.atom.AtomBuilder
Creates a Link element with the specified Link.rel(String), Link.type(String), and Link.href(String) attributes.
Link - Class in org.apache.juneau.dto.atom
Represents an atomLink construct in the RFC4287 specification.
Link(String, String, String) - Constructor for class org.apache.juneau.dto.atom.Link
Normal constructor.
Link() - Constructor for class org.apache.juneau.dto.atom.Link
Bean constructor.
link(Link) - Method in class org.apache.juneau.dto.html5.Article
Adds a link node to this element.
link() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Link element.
link(Object) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Link element with the specified Link.href(Object) attribute.
Link - Class in org.apache.juneau.dto.html5
DTO for an HTML <link> element.
Link() - Constructor for class org.apache.juneau.dto.html5.Link
Creates an empty Link element.
Link(Object) - Constructor for class org.apache.juneau.dto.html5.Link
Creates a Link element with the specified Link.href(Object) attribute.
link() - Method in class org.apache.juneau.html.annotation.HtmlAnnotation
 
link(String) - Method in class org.apache.juneau.html.annotation.HtmlAnnotation
Sets the xxx property on this annotation.
links(Link...) - Method in class org.apache.juneau.dto.atom.CommonEntry
Sets the list of links of this object.
links(Link...) - Method in class org.apache.juneau.dto.atom.Entry
 
links(Link...) - Method in class org.apache.juneau.dto.atom.Feed
 
links(Link...) - Method in class org.apache.juneau.dto.atom.Source
 
LinkString - Class in org.apache.juneau.dto
Simple bean that implements a hyperlink for the HTML serializer.
LinkString() - Constructor for class org.apache.juneau.dto.LinkString
No-arg constructor.
LinkString(String, String, Object...) - Constructor for class org.apache.juneau.dto.LinkString
Constructor.
list(String) - Method in class org.apache.juneau.dto.html5.Input
list attribute.
ListAssertion - Class in org.apache.juneau.assertions
Used for assertion calls against lists.
ListAssertion(List) - Constructor for class org.apache.juneau.assertions.ListAssertion
Creator.
listener(Class<? extends ParserListener>) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
listener(Class<? extends SerializerListener>) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
listener(Class<? extends SerializerListener>) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
listener(Class<? extends ParserListener>) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
listener(Class<? extends SerializerListener>) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
listener(Class<? extends SerializerListener>) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
listener(Class<? extends SerializerListener>) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
listener(Class<? extends ParserListener>) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
listener(Class<? extends SerializerListener>) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
listener(Class<? extends ParserListener>) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
listener(Class<? extends SerializerListener>) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
listener(Class<? extends ParserListener>) - Method in class org.apache.juneau.json.JsonParserBuilder
 
listener(Class<? extends SerializerListener>) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
listener(Class<? extends SerializerListener>) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
listener(Class<? extends ParserListener>) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
listener(Class<? extends SerializerListener>) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
listener(JettyMicroserviceListener) - Method in class org.apache.juneau.microservice.jetty.JettyMicroserviceBuilder
Registers an event listener for this microservice.
listener(MicroserviceListener) - Method in class org.apache.juneau.microservice.MicroserviceBuilder
Registers an event listener for this microservice.
listener(Class<? extends ParserListener>) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
listener(Class<? extends SerializerListener>) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
listener(Class<? extends ParserListener>) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
listener(Class<? extends SerializerListener>) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
listener(Class<? extends ParserListener>) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
listener(Class<? extends ParserListener>) - Method in class org.apache.juneau.parser.ParserBuilder
Parser configuration property:  Parser listener.
listener(Class<? extends ParserListener>) - Method in class org.apache.juneau.parser.ParserGroupBuilder
Configuration property: Parser listener.
listener(Class<? extends ParserListener>) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
listener(Class<? extends ParserListener>) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
listener(Class<? extends SerializerListener>) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
listener(Class<? extends SerializerListener>) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
listener(Class<? extends SerializerListener>) - Method in class org.apache.juneau.serializer.SerializerBuilder
Serializer configuration property:  Serializer listener.
listener(Class<? extends SerializerListener>) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Configuration property: Serializer listener.
listener(Class<? extends SerializerListener>) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
listener(Class<? extends SerializerListener>) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
listener(Class<? extends ParserListener>) - Method in class org.apache.juneau.uon.UonParserBuilder
 
listener(Class<? extends SerializerListener>) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
listener(Class<? extends ParserListener>) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
listener(Class<? extends SerializerListener>) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
listener(ValueListener<T>) - Method in class org.apache.juneau.Value
Adds a listener for this value.
listener(Class<? extends ParserListener>) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
listener(Class<? extends SerializerListener>) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
listener(Class<? extends SerializerListener>) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
listenerP(Class<? extends ParserListener>) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Parser listener.
listenerS(Class<? extends SerializerListener>) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Serializer listener.
listIterator() - Method in class org.apache.juneau.internal.UnmodifiableArray
 
listIterator(int) - Method in class org.apache.juneau.internal.UnmodifiableArray
 
listMethods(String) - Method in class org.apache.juneau.rest.remote.RrpcServlet
 
load(String) - Method in class org.apache.juneau.BeanMap
Convenience method for setting multiple property values by passing in JSON text.
load(Reader, ReaderParser) - Method in class org.apache.juneau.BeanMap
Convenience method for setting multiple property values by passing in a reader.
load(Map) - Method in class org.apache.juneau.BeanMap
Convenience method for loading this map with the contents of the specified map.
load(Map<String, Map<String, Object>>) - Method in class org.apache.juneau.config.Config
Loads the contents of the specified map of maps into this config.
load(Reader, boolean) - Method in class org.apache.juneau.config.Config
Overwrites the contents of the config file.
load(String, boolean) - Method in class org.apache.juneau.config.Config
Overwrites the contents of the config file.
load(String, boolean) - Method in class org.apache.juneau.config.internal.ConfigMap
Overwrites the contents of the config file.
load(URI) - Method in class org.apache.juneau.dto.jsonschema.JsonSchemaMap
Subclasses must implement either this method or JsonSchemaMap.getReader(URI) to load the schema with the specified URI.
LoadConfigResource - Class in org.apache.juneau.server.config.rest
 
LoadConfigResource() - Constructor for class org.apache.juneau.server.config.rest.LoadConfigResource
 
loadHtml(String) - Method in class org.apache.juneau.rest.widget.Widget
Convenience method for calling Widget.getClasspathResourceAsString(String) except also strips HTML comments from the file.
loadHtmlWithVars(RestRequest, RestResponse, String) - Method in class org.apache.juneau.rest.widget.Widget
Same as Widget.loadHtml(String) but replaces request-time SVL variables.
loadScript(String) - Method in class org.apache.juneau.rest.widget.Widget
Convenience method for calling Widget.getClasspathResourceAsString(String) except also strips Javascript comments from the file.
loadScriptWithVars(RestRequest, RestResponse, String) - Method in class org.apache.juneau.rest.widget.Widget
Same as Widget.loadScript(String) but replaces request-time SVL variables.
loadStyle(String) - Method in class org.apache.juneau.rest.widget.Widget
Convenience method for calling Widget.getClasspathResourceAsString(String) except also strips CSS comments from the file.
loadStyleWithVars(RestRequest, RestResponse, String) - Method in class org.apache.juneau.rest.widget.Widget
Same as Widget.loadStyle(String) but replaces request-time SVL variables.
loadSystemResourceAsString(String, String...) - Static method in class org.apache.juneau.internal.IOUtils
Loads a text file from either the file system or classpath.
localAddr(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
localAddr(String) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Overrides the local address value on the underlying HttpServletRequest object.
localAddr(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
locale(Locale) - Method in class org.apache.juneau.BeanContextBuilder
 
locale(Locale) - Method in class org.apache.juneau.BeanSessionArgs
 
locale(Locale) - Method in class org.apache.juneau.BeanTraverseBuilder
 
locale(Locale) - Method in class org.apache.juneau.config.ConfigBuilder
 
locale(Locale) - Method in class org.apache.juneau.config.store.ConfigClasspathStoreBuilder
 
locale(Locale) - Method in class org.apache.juneau.config.store.ConfigFileStoreBuilder
 
locale(Locale) - Method in class org.apache.juneau.config.store.ConfigMemoryStoreBuilder
 
locale(Locale) - Method in class org.apache.juneau.config.store.ConfigStoreBuilder
 
locale(Locale) - Method in class org.apache.juneau.ContextBuilder
Context configuration property:  Locale.
locale(Locale) - Method in class org.apache.juneau.cp.MessagesBuilder
Specifies the locale.
locale(Locale) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
locale(Locale) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
locale(Locale) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
locale(Locale) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
locale(Locale) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
locale(Locale) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
locale(Locale) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
locale(Locale) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
locale(Locale) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
locale(Locale) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
locale(Locale) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
locale(Locale) - Method in class org.apache.juneau.json.JsonParserBuilder
 
locale(Locale) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
locale(Locale) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
locale(Locale) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
locale(Locale) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
locale(Locale) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
locale(Locale) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
locale(Locale) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
locale(Locale) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
locale(Locale) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
locale(Locale) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
locale(Locale) - Method in class org.apache.juneau.parser.ParserBuilder
 
locale(Locale) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
locale(Locale) - Method in class org.apache.juneau.parser.ParserSessionArgs
 
locale(Locale) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
locale(Locale) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
locale(Locale) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
locale(Locale) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
locale(Locale) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
locale(Locale) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
locale(Locale) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
locale(Locale) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Overrides the locale on the underlying HttpServletRequest object.
locale(Locale) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
locale(Locale) - Method in class org.apache.juneau.rest.RestContextBuilder
 
locale(Locale) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
locale(Locale) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
locale(Locale) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
locale(Locale) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
locale(Locale) - Method in class org.apache.juneau.serializer.SerializerSessionArgs
 
locale(Locale) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
locale(Locale) - Method in class org.apache.juneau.SessionArgs
The session locale.
locale(Locale) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
locale(Locale) - Method in class org.apache.juneau.uon.UonParserBuilder
 
locale(Locale) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
locale(Locale) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
locale(Locale) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
locale(Locale) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
locale(Locale) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
locale(Locale) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
LocaleSwap - Class in org.apache.juneau.transforms
Transforms Locale objects to and from language tag Strings.
LocaleSwap() - Constructor for class org.apache.juneau.transforms.LocaleSwap
 
LocalizationVar - Class in org.apache.juneau.rest.vars
Localized string variable resolver.
LocalizationVar() - Constructor for class org.apache.juneau.rest.vars.LocalizationVar
Constructor.
localizedMessage() - Method in class org.apache.juneau.assertions.FluentThrowableAssertion
Returns an assertion against the throwable localized message.
localName(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
localName(String) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Overrides the local name value on the underlying HttpServletRequest object.
localName(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
localPort(int) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
localPort(int) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Overrides the local port value on the underlying HttpServletRequest object.
localPort(int) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
Location - Class in org.apache.juneau.http.header
Represents a parsed Location HTTP response header.
Location(Object) - Constructor for class org.apache.juneau.http.header.Location
Constructor
Location(String) - Constructor for class org.apache.juneau.http.header.Location
Constructor
Locked - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 423 (Locked).
Locked(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.Locked
Constructor.
Locked(String) - Constructor for exception org.apache.juneau.http.exception.Locked
Constructor.
Locked() - Constructor for exception org.apache.juneau.http.exception.Locked
Constructor.
Locked(String, Object...) - Constructor for exception org.apache.juneau.http.exception.Locked
Constructor.
Locked(Throwable) - Constructor for exception org.apache.juneau.http.exception.Locked
Constructor.
Locked - Exception in org.apache.juneau.rest.exception
Deprecated.
Locked(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.Locked
Deprecated.
Constructor.
Locked(String) - Constructor for exception org.apache.juneau.rest.exception.Locked
Deprecated.
Constructor.
Locked() - Constructor for exception org.apache.juneau.rest.exception.Locked
Deprecated.
Constructor.
Locked(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.Locked
Deprecated.
Constructor.
Locked(Throwable) - Constructor for exception org.apache.juneau.rest.exception.Locked
Deprecated.
Constructor.
log(LogRecord) - Method in class org.apache.juneau.internal.JuneauLogger
Deprecated.
 
log(Level, Throwable, String, Object...) - Method in class org.apache.juneau.internal.JuneauLogger
Deprecated.
Logs a message with the specified MessageFormat-style arguments at the specified level.
log(Level, String, Object...) - Method in class org.apache.juneau.microservice.Microservice
Logs a message to the log file.
log(String) - Method in class org.apache.juneau.rest.BasicRest
Log a message at Level.INFO level.
log(String, Throwable) - Method in class org.apache.juneau.rest.BasicRest
Log a message.
log(Level, String, Object...) - Method in class org.apache.juneau.rest.BasicRest
Log a message.
log(Level, Throwable, String, Object...) - Method in class org.apache.juneau.rest.BasicRest
Log a message.
log(RestCallLoggerConfig, HttpServletRequest, HttpServletResponse) - Method in class org.apache.juneau.rest.BasicRest
 
log(RestCallLoggerConfig, HttpServletRequest, HttpServletResponse) - Method in class org.apache.juneau.rest.BasicRestCallLogger
 
log(Level, String, Throwable) - Method in class org.apache.juneau.rest.BasicRestCallLogger
Logs the specified message to the logger.
log(Level, Throwable, String, Object...) - Method in class org.apache.juneau.rest.BasicRestLogger
Deprecated.
Log a message to the logger.
log(Level, String, Object...) - Method in class org.apache.juneau.rest.BasicRestLogger
Deprecated.
Log a message.
log(Level, Throwable, String, Object...) - Method in class org.apache.juneau.rest.client2.RestClient
Logs a message.
log(Level, String, Object...) - Method in class org.apache.juneau.rest.client2.RestClient
Logs a message.
log(Level, Throwable, String, Object...) - Method in class org.apache.juneau.rest.client2.RestRequest
Logs a message.
log(Level, String, Object...) - Method in class org.apache.juneau.rest.client2.RestRequest
Logs a message.
log(Level, Throwable, String, Object...) - Method in class org.apache.juneau.rest.client2.RestResponse
Logs a message.
log(Level, String, Object...) - Method in class org.apache.juneau.rest.client2.RestResponse
Logs a message.
log(LogRecord) - Method in class org.apache.juneau.rest.mock2.MockLogger
 
log(RestCallLoggerConfig, HttpServletRequest, HttpServletResponse) - Method in class org.apache.juneau.rest.NoOpRestCallLogger
 
log(Level, Throwable, String, Object...) - Method in class org.apache.juneau.rest.NoOpRestLogger
Deprecated.
Log a message to the logger.
log(RestCallLoggerConfig, HttpServletRequest, HttpServletResponse) - Method in interface org.apache.juneau.rest.RestCallLogger
Called at the end of a servlet request to log the request.
log(Level, Throwable, String, Object...) - Method in interface org.apache.juneau.rest.RestLogger
Deprecated.
Log a message to the logger.
log(Level, String, Object...) - Method in interface org.apache.juneau.rest.RestLogger
Deprecated.
Log a message.
log(String) - Method in class org.apache.juneau.rest.RestServlet
Log a message at Level.INFO level.
log(String, Throwable) - Method in class org.apache.juneau.rest.RestServlet
Log a message.
log(Level, String, Object...) - Method in class org.apache.juneau.rest.RestServlet
Log a message.
log(Level, Throwable, String, Object...) - Method in class org.apache.juneau.rest.RestServlet
Log a message.
log(RestCallLoggerConfig, HttpServletRequest, HttpServletResponse) - Method in class org.apache.juneau.rest.RestServlet
 
logConfig(LogConfig) - Method in class org.apache.juneau.microservice.jetty.JettyMicroserviceBuilder
 
LogConfig - Class in org.apache.juneau.microservice
Can be used for configuration of simple logging in the microservice.
LogConfig(LogConfig) - Constructor for class org.apache.juneau.microservice.LogConfig
Copy constructor.
logConfig(LogConfig) - Method in class org.apache.juneau.microservice.MicroserviceBuilder
Specifies logging instructions for the microservice.
logDir(String) - Method in class org.apache.juneau.microservice.LogConfig
The location of the log directory to create the log file.
LogEntryFormatter - Class in org.apache.juneau.microservice.resources
Log entry formatter.
LogEntryFormatter(String, String, boolean) - Constructor for class org.apache.juneau.microservice.resources.LogEntryFormatter
Create a new formatter.
logFile(String) - Method in class org.apache.juneau.microservice.LogConfig
Returns the name of the log file on the file system to store the log file for this microservice.
logger(Logger) - Method in class org.apache.juneau.microservice.jetty.JettyMicroserviceBuilder
 
logger(Logger) - Method in class org.apache.juneau.microservice.MicroserviceBuilder
Specifies the logger used by the microservice and returned by the Microservice.getLogger() method.
logger - Variable in class org.apache.juneau.microservice.resources.LogParser.Entry
 
logger(Logger) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
RestClient configuration property:  Logger.
logger(Logger) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
logger(RestCallLogger) - Method in class org.apache.juneau.rest.RestCall
Sets the logger to use when logging this call.
logger(Class<? extends RestLogger>) - Method in class org.apache.juneau.rest.RestContextBuilder
Deprecated.
logger(RestLogger) - Method in class org.apache.juneau.rest.RestContextBuilder
Deprecated.
loggerConfig(RestCallLoggerConfig) - Method in class org.apache.juneau.rest.RestCall
Sets the logging configuration to use when logging this call.
Logging - Annotation Type in org.apache.juneau.rest.annotation
Configures the RestCallLogger used by REST classes and methods.
logging() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
LoggingAnnotation - Class in org.apache.juneau.rest.annotation
TODO
LoggingAnnotation() - Constructor for class org.apache.juneau.rest.annotation.LoggingAnnotation
 
LoggingRule - Annotation Type in org.apache.juneau.rest.annotation
Represents a single logging rule for how to handle logging of HTTP requests/responses.
login(String, String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
login(String, String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
logo(Object) - Static method in class org.apache.juneau.dto.atom.AtomBuilder
Creates a Logo element with the specified Logo.uri(Object) attribute.
logo(Logo) - Method in class org.apache.juneau.dto.atom.Feed
Sets the feed logo.
Logo - Class in org.apache.juneau.dto.atom
Represents an atomLogo construct in the RFC4287 specification.
Logo(Object) - Constructor for class org.apache.juneau.dto.atom.Logo
Normal constructor.
Logo() - Constructor for class org.apache.juneau.dto.atom.Logo
Bean constructor.
logo(Logo) - Method in class org.apache.juneau.dto.atom.Source
Sets the logo of this source.
logObjects(Level, String, Object...) - Method in class org.apache.juneau.internal.JuneauLogger
Deprecated.
Similar to Logger.log(Level, String, Object[]), except arguments are converted to objects that are serialized using the WriterSerializer.toStringObject(Object) method.
logObjects(Level, String, Object...) - Method in class org.apache.juneau.rest.BasicRestLogger
Deprecated.
logObjects(Level, String, Object...) - Method in interface org.apache.juneau.rest.RestLogger
Deprecated.
logout() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
logout() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
LogParser - Class in org.apache.juneau.microservice.resources
Utility class for reading log files.
LogParser(LogEntryFormatter, File, Date, Date, String, String[], String[]) - Constructor for class org.apache.juneau.microservice.resources.LogParser
Constructor.
LogParser.Entry - Class in org.apache.juneau.microservice.resources
Represents a single line from the log file.
logRequests(DetailLevel, Level, BiPredicate<RestRequest, RestResponse>) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
RestClient configuration property:  Log requests.
logRequests(DetailLevel, Level, BiPredicate<RestRequest, RestResponse>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
LOGS_RESOURCE_allowDeletes - Static variable in class org.apache.juneau.microservice.resources.LogsResource
Configuration property: Allow deletes on files.
LOGS_RESOURCE_dateFormat - Static variable in class org.apache.juneau.microservice.resources.LogsResource
Configuration property: Log entry format.
LOGS_RESOURCE_logDir - Static variable in class org.apache.juneau.microservice.resources.LogsResource
Configuration property: Root directory.
LOGS_RESOURCE_logFormat - Static variable in class org.apache.juneau.microservice.resources.LogsResource
Configuration property: Log entry format.
LOGS_RESOURCE_useStackTraceHashes - Static variable in class org.apache.juneau.microservice.resources.LogsResource
Configuration property: Log entry format.
LogsResource - Class in org.apache.juneau.microservice.resources
REST resource for viewing and accessing log files.
LogsResource() - Constructor for class org.apache.juneau.microservice.resources.LogsResource
 
LogsResource.Action - Class in org.apache.juneau.microservice.resources
 
LogsResource.FileResource - Class in org.apache.juneau.microservice.resources
 
logTo(Level, Logger) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Adds a RestCallLogger to the list of interceptors on this class.
logTo(Level, Logger) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Adds a RestCallLogger to the list of interceptors on this class.
logTo(Writer, boolean) - Method in class org.apache.juneau.utils.ProcBuilder
Pipe output to the specified writer, including the command and return code.
logTo(Writer) - Method in class org.apache.juneau.utils.ProcBuilder
Pipe output to the specified writer, including the command and return code.
logTo(Level, Logger) - Method in class org.apache.juneau.utils.ProcBuilder
Pipe output to the specified writer, including the command and return code.
logToConsole() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
RestClient configuration property:  Log to console.
logToConsole() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
LongAssertion - Class in org.apache.juneau.assertions
Used for assertion calls against longs.
LongAssertion(Long) - Constructor for class org.apache.juneau.assertions.LongAssertion
Creator.
loop(Object) - Method in class org.apache.juneau.dto.html5.Audio
loop attribute.
loop(Object) - Method in class org.apache.juneau.dto.html5.Video
loop attribute.
LoopDetected - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 508 (Loop Detected).
LoopDetected(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.LoopDetected
Constructor.
LoopDetected(String) - Constructor for exception org.apache.juneau.http.exception.LoopDetected
Constructor.
LoopDetected() - Constructor for exception org.apache.juneau.http.exception.LoopDetected
Constructor.
LoopDetected(String, Object...) - Constructor for exception org.apache.juneau.http.exception.LoopDetected
Constructor.
LoopDetected(Throwable) - Constructor for exception org.apache.juneau.http.exception.LoopDetected
Constructor.
LoopDetected - Exception in org.apache.juneau.rest.exception
Deprecated.
LoopDetected(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.LoopDetected
Deprecated.
Constructor.
LoopDetected(String) - Constructor for exception org.apache.juneau.rest.exception.LoopDetected
Deprecated.
Constructor.
LoopDetected() - Constructor for exception org.apache.juneau.rest.exception.LoopDetected
Deprecated.
Constructor.
LoopDetected(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.LoopDetected
Deprecated.
Constructor.
LoopDetected(Throwable) - Constructor for exception org.apache.juneau.rest.exception.LoopDetected
Deprecated.
Constructor.
looseCollections(boolean) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  Collections should be serialized and parsed as loose collections.
looseCollections() - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  Collections should be serialized and parsed as loose collections.
looseCollections(boolean) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  Collections should be serialized and parsed as loose collections.
looseCollections() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  Collections should be serialized and parsed as loose collections.
low(Object) - Method in class org.apache.juneau.dto.html5.Meter
low attribute.
LowerCaseVar - Class in org.apache.juneau.svl.vars
Lower-case variable resolver.
LowerCaseVar() - Constructor for class org.apache.juneau.svl.vars.LowerCaseVar
Constructor.
lp(IOPipe.LineProcessor) - Method in class org.apache.juneau.utils.ProcBuilder
Line processor to use to process/convert lines of output returned by the process.

M

MAC - Static variable in class org.apache.juneau.utils.ProcBuilder
Operating system matcher: Any Mac system.
main() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Main element.
main(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Main element with the specified child nodes.
Main - Class in org.apache.juneau.dto.html5
DTO for an HTML <main> element.
Main() - Constructor for class org.apache.juneau.dto.html5.Main
Creates an empty Main element.
Main(Object...) - Constructor for class org.apache.juneau.dto.html5.Main
Creates a Main element with the specified child nodes.
main(String[]) - Static method in class org.apache.juneau.examples.core.dto.atom.AtomHtmlExample
HTML Atom feed example.
main(String[]) - Static method in class org.apache.juneau.examples.core.dto.atom.AtomJsonExample
JSON Atom feed example.
main(String[]) - Static method in class org.apache.juneau.examples.core.dto.atom.AtomXmlExample
XML Atom feed example.
main(String[]) - Static method in class org.apache.juneau.examples.core.dto.DtoExample
DTO Samples
main(String[]) - Static method in class org.apache.juneau.examples.core.html.HtmlComplexExample
Serializing PojoComplex bean into Html type and Deserialize back to PojoComplex instance type.
main(String[]) - Static method in class org.apache.juneau.examples.core.html.HtmlSimpleExample
Serializing Pojo bean into Html format and Deserialize back to Pojo instance type.
main(String[]) - Static method in class org.apache.juneau.examples.core.json.JsonComplexExample
Serializing PojoComplex bean into Json type and Deserialize back to PojoComplex instance type.
main(String[]) - Static method in class org.apache.juneau.examples.core.json.JsonConfigurationExample
Examples on Json Serializers configured using properties defined in JsonSerializer class
main(String[]) - Static method in class org.apache.juneau.examples.core.json.JsonSimpleExample
Serializing Pojo bean into Json format and Deserialize back to Pojo instance type.
main(String[]) - Static method in class org.apache.juneau.examples.core.oapi.OapiExample
Get a reference to a parser and usage of oapiserializer.
main(String[]) - Static method in class org.apache.juneau.examples.core.rdf.RdfComplexExample
Serializing PojoComplex bean into RDF XML format.
main(String[]) - Static method in class org.apache.juneau.examples.core.rdf.RdfExample
Serializing Pojo bean into RDF XML format.
main(String[]) - Static method in class org.apache.juneau.examples.core.svl.SvlExample
Main method.
main(String[]) - Static method in class org.apache.juneau.examples.core.uon.UONComplexExample
Serializing PojoComplex bean into UON format.
main(String[]) - Static method in class org.apache.juneau.examples.core.uon.UONExample
Serializing SimplePojo bean into UON type and Deserialize back to Pojo instance type.
main(String[]) - Static method in class org.apache.juneau.examples.core.xml.XmlComplexExample
Serializing PojoComplex bean into human readable XML and Deserialize back to PojoComplex instance type.
main(String[]) - Static method in class org.apache.juneau.examples.core.xml.XmlConfigurationExample
Examples on XML Serializers configured using properties defined in XmlSerializer class.
main(String[]) - Static method in class org.apache.juneau.examples.core.xml.XmlSimpleExample
Serializing SimplePojo bean into human readable XML and Deserialize back to Pojo instance type.
main(String[]) - Static method in class org.apache.juneau.examples.rest.jetty.App
Entry point method.
main(String[]) - Static method in class org.apache.juneau.examples.rest.springboot.App
Entry point method.
main(String[]) - Static method in class org.apache.juneau.microservice.jetty.JettyMicroservice
Entry-point method.
main(String[]) - Static method in class org.apache.juneau.microservice.jetty.template.App
Entry point method.
main(String[]) - Static method in class org.apache.juneau.microservice.springboot.template.App
Entry point method.
main(String[]) - Static method in class org.apache.juneau.server.config.App
Entry-point method.
major() - Method in class org.apache.juneau.rest.client2.RestResponseStatusLineAssertion
Returns an assertion against the protocol major version on the response status object.
makeAccessible(Visibility) - Method in class org.apache.juneau.reflect.ConstructorInfo
Makes constructor accessible if it matches the visibility requirements, or returns null if it doesn't.
manifest(String) - Method in class org.apache.juneau.dto.html5.Html
manifest attribute.
manifest(Object) - Method in class org.apache.juneau.microservice.jetty.JettyMicroserviceBuilder
 
manifest(Object) - Method in class org.apache.juneau.microservice.MicroserviceBuilder
Specifies the manifest file of the jar file this microservice is contained within.
ManifestFile - Class in org.apache.juneau.utils
Utility class for working with Jar manifest files.
ManifestFile(File) - Constructor for class org.apache.juneau.utils.ManifestFile
Create an instance of this class from a manifest file on the file system.
ManifestFile(Manifest) - Constructor for class org.apache.juneau.utils.ManifestFile
Create an instance of this class from a Manifest object.
ManifestFile(Class<?>) - Constructor for class org.apache.juneau.utils.ManifestFile
Finds and loads the manifest file of the jar file that the specified class is contained within.
ManifestFile(Reader) - Constructor for class org.apache.juneau.utils.ManifestFile
Create an instance of this class loaded from the contents of a reader.
ManifestFile(InputStream) - Constructor for class org.apache.juneau.utils.ManifestFile
Create an instance of this class loaded from the contents of an input stream.
ManifestFileVar - Class in org.apache.juneau.svl.vars
Manifest file entries variable resolver.
ManifestFileVar() - Constructor for class org.apache.juneau.svl.vars.ManifestFileVar
Constructor.
map() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Map element.
map(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Map element with the specified child nodes.
Map - Class in org.apache.juneau.dto.html5
DTO for an HTML <map> element.
Map() - Constructor for class org.apache.juneau.dto.html5.Map
Creates an empty Map element.
Map(Object...) - Constructor for class org.apache.juneau.dto.html5.Map
Creates a Map element with the specified child nodes.
MappedIterable<I,E> - Class in org.apache.juneau.internal
Combines an Iterable with a Function so that you can map entries while iterating over them.
MappedIterable(Iterable<I>, Function<I, E>) - Constructor for class org.apache.juneau.internal.MappedIterable
Constructor.
MapSwap<T> - Class in org.apache.juneau.transform
Abstract subclass for POJO swaps that swap objects for object maps.
MapSwap() - Constructor for class org.apache.juneau.transform.MapSwap
 
MapVar - Class in org.apache.juneau.svl
A subclass of DefaultingVar that simply pulls values from a Map.
MapVar(String, Map) - Constructor for class org.apache.juneau.svl.MapVar
Constructor.
mark() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Mark element.
mark(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Mark element with the specified child nodes.
Mark - Class in org.apache.juneau.dto.html5
DTO for an HTML <mark> element.
Mark() - Constructor for class org.apache.juneau.dto.html5.Mark
Creates an empty Mark element.
Mark(Object...) - Constructor for class org.apache.juneau.dto.html5.Mark
Creates a Mark element with the specified child nodes.
mark() - Method in class org.apache.juneau.parser.ParserReader
Start buffering the calls to read() so that the text can be gathered from the mark point on calling getFromMarked().
mark() - Method in class org.apache.juneau.parser.ParserSession
Marks the current position.
mark(int) - Method in class org.apache.juneau.rest.util.BoundedServletInputStream
 
markSupported() - Method in class org.apache.juneau.internal.CharSequenceReader
 
markSupported() - Method in class org.apache.juneau.rest.util.BoundedServletInputStream
 
Marshall - Class in org.apache.juneau.marshall
Top-level class for a pairing of a Serializer and Parser into a single class with convenience read/write methods.
Marshall(Serializer, Parser) - Constructor for class org.apache.juneau.marshall.Marshall
Constructor.
marshall(Marshall) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Marshall
marshall(Marshall) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
RestClient configuration property:  Marshall
marshall(Marshall) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
marshalls(Marshall...) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
RestClient configuration property:  Marshalls
marshalls(Marshall...) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
match(List<? extends MediaType>) - Method in class org.apache.juneau.http.header.BasicMediaRangeArrayHeader
Given a list of media types, returns the best match for this Accept header.
match(List<MediaType>) - Method in class org.apache.juneau.http.header.BasicMediaTypeHeader
Given a list of media types, returns the best match for this Content-Type header.
match(MediaType, boolean) - Method in class org.apache.juneau.http.header.BasicMediaTypeHeader
Returns a match metric against the specified media type where a larger number represents a better match.
match(List<String>) - Method in class org.apache.juneau.http.header.BasicStringRangeArrayHeader
Given a list of media types, returns the best match for this string range header.
match(List<? extends MediaType>) - Method in class org.apache.juneau.http.MediaRanges
Given a list of media types, returns the best match for this Accept header.
match(MediaType, boolean) - Method in class org.apache.juneau.http.MediaType
Returns a match metric against the specified media type where a larger number represents a better match.
match(String) - Method in class org.apache.juneau.http.StringRange
Performs a match of this string range against the specified name.
match(List<String>) - Method in class org.apache.juneau.http.StringRanges
Given a list of media types, returns the best match for this string range header.
match(RestCall) - Method in class org.apache.juneau.rest.RestMethodContext
Identifies if this method can process the specified call.
match(String) - Method in class org.apache.juneau.rest.util.UrlPathPattern
Returns a non-null value if the specified path matches this pattern.
match(UrlPathInfo) - Method in class org.apache.juneau.rest.util.UrlPathPattern
Returns a non-null value if the specified path matches this pattern.
match(BeanSession) - Method in class org.apache.juneau.transform.PojoSwap
Returns a number indicating how well this swap matches the specified session.
Matcher - Class in org.apache.juneau.pojotools
Common interface for matchers used by the PojoSearcher class.
Matcher() - Constructor for class org.apache.juneau.pojotools.Matcher
 
Matcher() - Constructor for class org.apache.juneau.utils.ProcBuilder.Matcher
 
MatcherFactory - Class in org.apache.juneau.pojotools
Common interface for matchers used by the PojoSearcher class.
MatcherFactory() - Constructor for class org.apache.juneau.pojotools.MatcherFactory
 
matchers() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
matches(String) - Method in class org.apache.juneau.assertions.FluentStringAssertion
Asserts that the text matches the specified regular expression.
matches(String, int) - Method in class org.apache.juneau.assertions.FluentStringAssertion
Asserts that the text matches the specified regular expression.
matches(Pattern) - Method in class org.apache.juneau.assertions.FluentStringAssertion
Asserts that the text matches the specified regular expression pattern.
matches(String) - Method in class org.apache.juneau.internal.VersionRange
Returns true if the specified version string matches this version range.
matches(ClassMeta<?>, Object) - Method in class org.apache.juneau.pojotools.Matcher
Returns true if this matcher matches the specified object..
matches(RestRequest) - Method in class org.apache.juneau.rest.ClientVersionMatcher
 
matches(Set<String>) - Method in class org.apache.juneau.rest.guards.RoleMatcher
Returns true if the specified string matches this expression.
matches(RestRequest) - Method in class org.apache.juneau.rest.matchers.MultipartFormDataMatcher
 
matches(RestRequest) - Method in class org.apache.juneau.rest.matchers.UrlEncodedFormMatcher
 
matches(int, boolean, Throwable) - Method in class org.apache.juneau.rest.RestCallLoggerRule
Returns true if this rule matches the specified parameters.
matches(RestRequest) - Method in class org.apache.juneau.rest.RestMatcher
Returns true if the specified request matches this matcher.
matches(String) - Method in class org.apache.juneau.utils.StringExpressionMatcher
Returns true if the specified string matches this expression.
matchesSimple(String) - Method in class org.apache.juneau.assertions.FluentStringAssertion
Asserts that the text matches the specified pattern containing "*" meta characters.
MatchResultSwap - Class in org.apache.juneau.transforms
Transforms MatchResults to List objects.
MatchResultSwap() - Constructor for class org.apache.juneau.transforms.MatchResultSwap
 
max(Object) - Method in class org.apache.juneau.dto.html5.Input
max attribute.
max(Object) - Method in class org.apache.juneau.dto.html5.Meter
max attribute.
max(Object) - Method in class org.apache.juneau.dto.html5.Progress
max attribute.
max() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
max(String) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the max property on this annotation.
max() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
max(String) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the max property on this annotation.
max() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
max(String) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the max property on this annotation.
max() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
max(String) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the max property on this annotation.
max() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
max(String) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the max property on this annotation.
max(Number) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
max() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
max(String) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the max property on this annotation.
max() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
max(String) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the max property on this annotation.
max() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
max(String) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the max property on this annotation.
maxConnPerRoute(int) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
maxConnPerRoute(int) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Assigns maximum connection per route value.
maxConnPerRoute(int) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
maxConnTotal(int) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
maxConnTotal(int) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Assigns maximum total connection value.
maxConnTotal(int) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
maxDepth(int) - Method in class org.apache.juneau.BeanTraverseBuilder
BeanTraverse configuration property:  Max traversal depth.
maxDepth(int) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
maxDepth(int) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
maxDepth(int) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
maxDepth(int) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
maxDepth(int) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
maxDepth(int) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
maxDepth(int) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
maxDepth(int) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
maxDepth(int) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
maxDepth(int) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
maxDepth(int) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
maxDepth(int) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
maxDepth(int) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
maxDepth(int) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
maxDepth(int) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Max serialization depth.
maxDepth(int) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
BeanTraverse configuration property:  Max serialization depth.
maxDepth(int) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
maxDepth(int) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
maxDepth(int) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
maxDepth(int) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
maxDepth(int) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
maxDepth(int) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
maxDepth(int) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
maxDepth(int) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
maxDepth(int) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
maxDepth(int) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
maxExitStatus(int) - Method in class org.apache.juneau.utils.ProcBuilder
Sets the maximum allowed return code on the process call.
MaxForwards - Class in org.apache.juneau.http.header
Represents a parsed Max-Forwards HTTP request header.
MaxForwards(Object) - Constructor for class org.apache.juneau.http.header.MaxForwards
Constructor.
MaxForwards(String) - Constructor for class org.apache.juneau.http.header.MaxForwards
Constructor
maxForwards(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the value for the Max-Forwards request header.
maxForwards(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the value for the Max-Forwards request header.
maxForwards(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the Max-Forwards request header on all requests.
maxForwards(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the Max-Forwards request header.
maxForwards(Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Specifies the Max-Forwards header value on the request.
maxForwards(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
maxi() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
maxi(long) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the maxi property on this annotation.
maxi() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
maxi(long) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the maxi property on this annotation.
maxi() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
maxi(long) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the maxi property on this annotation.
maxi() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
maxi(long) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the maxi property on this annotation.
maxi() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
maxi(long) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the maxi property on this annotation.
maxi(Long) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
maxi(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
maxi() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
maxi(long) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the maxi property on this annotation.
maxi() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
maxi(long) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the maxi property on this annotation.
maxi() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
maxi(long) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the maxi property on this annotation.
maximum(Object) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
maximum(Object) - Method in class org.apache.juneau.dto.swagger.Items
maximum(Object) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
maximum(Object) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
maximum() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
maximum(String) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the maximum property on this annotation.
maximum() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
maximum(String) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the maximum property on this annotation.
maximum() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
maximum(String) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the maximum property on this annotation.
maximum() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
maximum(String) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the maximum property on this annotation.
maximum() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
maximum(String) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the maximum property on this annotation.
maximum(Number) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
maximum field.
maximum() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
maximum(String) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the maximum property on this annotation.
maximum() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
maximum(String) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the maximum property on this annotation.
maximum() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
maximum(String) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the maximum property on this annotation.
maxInactiveInterval(int) - Method in class org.apache.juneau.rest.mock2.MockHttpSession
Sets the max-inactive interval time on this session.
maxIndent(int) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
maxIndent(int) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
maxIndent(int) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
maxIndent(int) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
maxIndent(int) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
maxIndent(int) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
maxIndent(int) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
maxIndent(int) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
maxIndent(int) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
maxIndent(int) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
maxIndent(int) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
maxIndent(int) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Maximum indentation.
maxIndent(int) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
WriterSerializer configuration property:  Maximum indentation.
maxIndent(int) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
maxIndent(int) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Configuration property: Maximum indentation.
maxIndent - Variable in class org.apache.juneau.serializer.SerializerWriter
Max indentation levels.
maxIndent(int) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
WriterSerializer configuration property:  Maximum indentation.
maxIndent(int) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
maxIndent(int) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
maxIndent(int) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
maxIndent(int) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
maxIndent(int) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
maxInput() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
maxInput(String) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  The maximum allowed input size (in bytes) on HTTP requests.
maxItems(Object) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
maxItems(Object) - Method in class org.apache.juneau.dto.swagger.Items
maxItems(Object) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
maxItems(Object) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
maxItems() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
maxItems(long) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the maxItems property on this annotation.
maxItems() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
maxItems(long) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the maxItems property on this annotation.
maxItems() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
maxItems(long) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the maxItems property on this annotation.
maxItems() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
maxItems(long) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the maxItems property on this annotation.
maxItems() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
maxItems(long) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the maxItems property on this annotation.
maxItems(Long) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
maxItems field.
maxItems(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
maxItems field.
maxItems() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
maxItems(long) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the maxItems property on this annotation.
maxItems() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
maxItems(long) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the maxItems property on this annotation.
maxItems() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
maxItems(long) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the maxItems property on this annotation.
maxl() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
maxl(long) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the maxl property on this annotation.
maxl() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
maxl(long) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the maxl property on this annotation.
maxl() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
maxl(long) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the maxl property on this annotation.
maxl() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
maxl(long) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the maxl property on this annotation.
maxl() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
maxl(long) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the maxl property on this annotation.
maxl(Long) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
maxl(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
maxl() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
maxl(long) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the maxl property on this annotation.
maxl() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
maxl(long) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the maxl property on this annotation.
maxl() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
maxl(long) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the maxl property on this annotation.
maxlength(Object) - Method in class org.apache.juneau.dto.html5.Input
maxlength attribute.
maxlength(Object) - Method in class org.apache.juneau.dto.html5.Textarea
maxlength attribute.
maxLength(Object) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
maxLength(Object) - Method in class org.apache.juneau.dto.swagger.Items
maxLength(Object) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
maxLength(Object) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
maxLength() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
maxLength(long) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the maxLength property on this annotation.
maxLength() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
maxLength(long) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the maxLength property on this annotation.
maxLength() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
maxLength(long) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the maxLength property on this annotation.
maxLength() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
maxLength(long) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the maxLength property on this annotation.
maxLength() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
maxLength(long) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the maxLength property on this annotation.
maxLength(Long) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
maxLength field.
maxLength(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
maxLength field.
maxLength() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
maxLength(long) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the maxLength property on this annotation.
maxLength() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
maxLength(long) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the maxLength property on this annotation.
maxLength() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
maxLength(long) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the maxLength property on this annotation.
maxp(Long) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
maxp(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
maxp() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
maxp(long) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the maxp property on this annotation.
maxProperties(Object) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
maxProperties(Long) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
mapProperties field.
maxProperties(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
mapProperties field.
maxProperties() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
maxProperties(long) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the maxProperties property on this annotation.
media(String) - Method in class org.apache.juneau.dto.html5.Link
media attribute.
media(String) - Method in class org.apache.juneau.dto.html5.Style
media attribute.
mediagroup(String) - Method in class org.apache.juneau.dto.html5.Audio
mediagroup attribute.
mediagroup(String) - Method in class org.apache.juneau.dto.html5.Video
mediagroup attribute.
MediaRange - Class in org.apache.juneau.http
Describes a single type used in content negotiation between an HTTP client and server, as described in Section 14.1 and 14.7 of RFC2616 (the HTTP/1.1 specification).
MediaRange(HeaderElement) - Constructor for class org.apache.juneau.http.MediaRange
Constructor.
MediaRanges - Class in org.apache.juneau.http
A parsed Accept or similar header value.
MediaRanges(String) - Constructor for class org.apache.juneau.http.MediaRanges
Constructor.
MediaRanges(HeaderElement[]) - Constructor for class org.apache.juneau.http.MediaRanges
Constructor.
mediaType(MediaType) - Method in class org.apache.juneau.BeanContextBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.BeanSessionArgs
 
mediaType(MediaType) - Method in class org.apache.juneau.BeanTraverseBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.config.ConfigBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.config.store.ConfigClasspathStoreBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.config.store.ConfigFileStoreBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.config.store.ConfigMemoryStoreBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.config.store.ConfigStoreBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.ContextBuilder
Context configuration property:  Media type.
mediaType(MediaType) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
MediaType - Class in org.apache.juneau.http
Describes a single media type used in content negotiation between an HTTP client and server, as described in Section 14.1 and 14.7 of RFC2616 (the HTTP/1.1 specification).
MediaType(String) - Constructor for class org.apache.juneau.http.MediaType
Constructor.
MediaType(HeaderElement) - Constructor for class org.apache.juneau.http.MediaType
Constructor.
mediaType(MediaType) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.json.JsonParserBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.parser.ParserBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.parser.ParserSessionArgs
 
mediaType(MediaType) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
mediaType(MediaType) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.rest.RestContextBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.serializer.SerializerSessionArgs
 
mediaType(MediaType) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.SessionArgs
The session media type.
mediaType(MediaType) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.uon.UonParserBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
mediaType(MediaType) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
mediaTypes() - Method in class org.apache.juneau.annotation.SwapAnnotation
 
mediaTypes(String...) - Method in class org.apache.juneau.annotation.SwapAnnotation
Sets the mediaTypes property on this annotation.
memStore() - Method in class org.apache.juneau.config.ConfigBuilder
Config configuration property:  Configuration store.
menu(String) - Method in class org.apache.juneau.dto.html5.Button
menu attribute.
MenuItemWidget - Class in org.apache.juneau.rest.widget
A subclass of widgets for rendering menu items with drop-down windows.
MenuItemWidget() - Constructor for class org.apache.juneau.rest.widget.MenuItemWidget
 
merge(Object[], Object[]) - Static method in class org.apache.juneau.rest.util.RestUtils
Merges the specified parent and child arrays.
merge(Class<T>, T...) - Static method in class org.apache.juneau.utils.PojoMerge
Create a proxy interface on top of zero or more POJOs.
merge(Class<T>, boolean, T...) - Static method in class org.apache.juneau.utils.PojoMerge
Create a proxy interface on top of zero or more POJOs.
merge() - Method in class org.apache.juneau.utils.ProcBuilder
Merge STDOUT and STDERR into a single stream.
message() - Method in class org.apache.juneau.assertions.FluentThrowableAssertion
Returns an assertion against the throwable message.
MESSAGE - Static variable in exception org.apache.juneau.http.exception.BadRequest
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.Conflict
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.ExpectationFailed
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.FailedDependency
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.Forbidden
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.Gone
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.HttpVersionNotSupported
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.InsufficientStorage
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.InternalServerError
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.LengthRequired
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.Locked
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.LoopDetected
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.MethodNotAllowed
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.MisdirectedRequest
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.NetworkAuthenticationRequired
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.NotAcceptable
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.NotExtended
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.NotFound
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.NotImplemented
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.PayloadTooLarge
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.PreconditionFailed
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.PreconditionRequired
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.RangeNotSatisfiable
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.RequestHeaderFieldsTooLarge
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.ServiceUnavailable
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.TooManyRequests
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.Unauthorized
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.UnavailableForLegalReasons
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.UnprocessableEntity
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.UnsupportedMediaType
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.UpgradeRequired
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.UriTooLong
Default message
MESSAGE - Static variable in exception org.apache.juneau.http.exception.VariantAlsoNegotiates
Default message
MESSAGE - Static variable in class org.apache.juneau.http.response.Accepted
Default message
MESSAGE - Static variable in class org.apache.juneau.http.response.AlreadyReported
Default message
MESSAGE - Static variable in class org.apache.juneau.http.response.Continue
Default message
MESSAGE - Static variable in class org.apache.juneau.http.response.Created
Default message
MESSAGE - Static variable in class org.apache.juneau.http.response.EarlyHints
Default message
MESSAGE - Static variable in class org.apache.juneau.http.response.Found
Default message
MESSAGE - Static variable in class org.apache.juneau.http.response.IMUsed
Default message
MESSAGE - Static variable in class org.apache.juneau.http.response.MovedPermanently
Default message
MESSAGE - Static variable in class org.apache.juneau.http.response.MultipleChoices
Default message
MESSAGE - Static variable in class org.apache.juneau.http.response.MultiStatus
Default message
MESSAGE - Static variable in class org.apache.juneau.http.response.NoContent
Default message
MESSAGE - Static variable in class org.apache.juneau.http.response.NonAuthoritiveInformation
Default message
MESSAGE - Static variable in class org.apache.juneau.http.response.NotModified
Default message
MESSAGE - Static variable in class org.apache.juneau.http.response.Ok
Default message
MESSAGE - Static variable in class org.apache.juneau.http.response.PartialContent
Default message
MESSAGE - Static variable in class org.apache.juneau.http.response.PermanentRedirect
Default message
MESSAGE - Static variable in class org.apache.juneau.http.response.Processing
Default message
MESSAGE - Static variable in class org.apache.juneau.http.response.ResetContent
Default message
MESSAGE - Static variable in class org.apache.juneau.http.response.SeeOther
Default message
MESSAGE - Static variable in class org.apache.juneau.http.response.SwitchingProtocols
Default message
MESSAGE - Static variable in class org.apache.juneau.http.response.TemporaryRedirect
Default message
MESSAGE - Static variable in class org.apache.juneau.http.response.UseProxy
Default message
message(String) - Method in class org.apache.juneau.mstat.ExceptionInfo
TODO
message(String) - Method in class org.apache.juneau.mstat.ExceptionStats
 
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.BadRequest
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.Conflict
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.ExpectationFailed
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.FailedDependency
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.Forbidden
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.Gone
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.HttpVersionNotSupported
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.InsufficientStorage
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.InternalServerError
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.LengthRequired
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.Locked
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.LoopDetected
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.MethodNotAllowed
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.MisdirectedRequest
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.NetworkAuthenticationRequired
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.NotAcceptable
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.NotExtended
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.NotFound
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.NotImplemented
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.PayloadTooLarge
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.PreconditionFailed
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.PreconditionRequired
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.RangeNotSatisfiable
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.RequestHeaderFieldsTooLarge
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.ServiceUnavailable
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.TooManyRequests
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.Unauthorized
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.UnavailableForLegalReasons
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.UnprocessableEntity
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.UnsupportedMediaType
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.UpgradeRequired
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.UriTooLong
Deprecated.
Default message
MESSAGE - Static variable in exception org.apache.juneau.rest.exception.VariantAlsoNegotiates
Deprecated.
Default message
MESSAGE - Static variable in class org.apache.juneau.rest.response.Accepted
Deprecated.
Default message
MESSAGE - Static variable in class org.apache.juneau.rest.response.AlreadyReported
Deprecated.
Default message
MESSAGE - Static variable in class org.apache.juneau.rest.response.Continue
Deprecated.
Default message
MESSAGE - Static variable in class org.apache.juneau.rest.response.Created
Deprecated.
Default message
MESSAGE - Static variable in class org.apache.juneau.rest.response.EarlyHints
Deprecated.
Default message
MESSAGE - Static variable in class org.apache.juneau.rest.response.Found
Deprecated.
Default message
MESSAGE - Static variable in class org.apache.juneau.rest.response.IMUsed
Deprecated.
Default message
MESSAGE - Static variable in class org.apache.juneau.rest.response.MovedPermanently
Deprecated.
Default message
MESSAGE - Static variable in class org.apache.juneau.rest.response.MultipleChoices
Deprecated.
Default message
MESSAGE - Static variable in class org.apache.juneau.rest.response.MultiStatus
Deprecated.
Default message
MESSAGE - Static variable in class org.apache.juneau.rest.response.NoContent
Deprecated.
Default message
MESSAGE - Static variable in class org.apache.juneau.rest.response.NonAuthoritiveInformation
Deprecated.
Default message
MESSAGE - Static variable in class org.apache.juneau.rest.response.NotModified
Deprecated.
Default message
MESSAGE - Static variable in class org.apache.juneau.rest.response.Ok
Deprecated.
Default message
MESSAGE - Static variable in class org.apache.juneau.rest.response.PartialContent
Deprecated.
Default message
MESSAGE - Static variable in class org.apache.juneau.rest.response.PermanentRedirect
Deprecated.
Default message
MESSAGE - Static variable in class org.apache.juneau.rest.response.Processing
Deprecated.
Default message
MESSAGE - Static variable in class org.apache.juneau.rest.response.ResetContent
Deprecated.
Default message
MESSAGE - Static variable in class org.apache.juneau.rest.response.SeeOther
Deprecated.
Default message
MESSAGE - Static variable in class org.apache.juneau.rest.response.SwitchingProtocols
Deprecated.
Default message
MESSAGE - Static variable in class org.apache.juneau.rest.response.TemporaryRedirect
Deprecated.
Default message
MESSAGE - Static variable in class org.apache.juneau.rest.response.UseProxy
Deprecated.
Default message
MessageBundle - Class in org.apache.juneau.utils
Deprecated.
MessageBundle(Class<?>, String) - Constructor for class org.apache.juneau.utils.MessageBundle
Deprecated.
Constructor.
Messages - Class in org.apache.juneau.cp
An enhanced ResourceBundle.
Messages(Class<?>, ResourceBundle, Locale, Messages) - Constructor for class org.apache.juneau.cp.Messages
Constructor.
messages(Class<?>, String) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Messages.
messages(String) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Messages.
MessagesBuilder - Class in org.apache.juneau.cp
Builder for Messages objects.
meta - Variable in class org.apache.juneau.BeanMap
The BeanMeta associated with the class of the object.
meta() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Meta element.
Meta - Class in org.apache.juneau.dto.html5
DTO for an HTML <meta> element.
Meta() - Constructor for class org.apache.juneau.dto.html5.Meta
Creates an empty Meta element.
MetaProvider - Interface in org.apache.juneau
Parent interface for all class/method language-specific metadata providers.
meter() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Meter element.
meter(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Meter element with the specified child nodes.
Meter - Class in org.apache.juneau.dto.html5
DTO for an HTML <meter> element.
Meter() - Constructor for class org.apache.juneau.dto.html5.Meter
Creates an empty Meter element.
Meter(Object...) - Constructor for class org.apache.juneau.dto.html5.Meter
Creates a Meter element with the specified child nodes.
method(String) - Method in class org.apache.juneau.dto.html5.Form
method attribute.
Method - Annotation Type in org.apache.juneau.rest.annotation
Annotation that can be applied to a parameter of a @RestMethod annotated method to identify it as the HTTP method.
method() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
method(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
method(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
method(String) - Method in interface org.apache.juneau.utils.MockHttpRequest
Deprecated.
Sets the URI of the request.
MethodAnnotationSwagger - Class in org.apache.juneau.rest.annotation
TODO
MethodAnnotationSwagger() - Constructor for class org.apache.juneau.rest.annotation.MethodAnnotationSwagger
 
MethodExecStats - Class in org.apache.juneau.mstat
Basic timing information.
MethodExecStats(Method, Class<?>) - Constructor for class org.apache.juneau.mstat.MethodExecStats
Constructor.
MethodExecStats(Method) - Constructor for class org.apache.juneau.mstat.MethodExecStats
Constructor.
MethodInfo - Class in org.apache.juneau.reflect
Lightweight utility class for introspecting information about a method.
MethodInfo(ClassInfo, Method, Method) - Constructor for class org.apache.juneau.reflect.MethodInfo
Constructor.
MethodInvoker - Class in org.apache.juneau.utils
A wrapper around a Method.invoke(Object, Object...) method that allows for basic instrumentation.
MethodInvoker(Method, MethodExecStats) - Constructor for class org.apache.juneau.utils.MethodInvoker
Constructor.
MethodNotAllowed - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 405 (Method Not Allowed).
MethodNotAllowed(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.MethodNotAllowed
Constructor.
MethodNotAllowed(String) - Constructor for exception org.apache.juneau.http.exception.MethodNotAllowed
Constructor.
MethodNotAllowed() - Constructor for exception org.apache.juneau.http.exception.MethodNotAllowed
Constructor.
MethodNotAllowed(String, Object...) - Constructor for exception org.apache.juneau.http.exception.MethodNotAllowed
Constructor.
MethodNotAllowed(Throwable) - Constructor for exception org.apache.juneau.http.exception.MethodNotAllowed
Constructor.
MethodNotAllowed - Exception in org.apache.juneau.rest.exception
Deprecated.
MethodNotAllowed(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.MethodNotAllowed
Deprecated.
Constructor.
MethodNotAllowed(String) - Constructor for exception org.apache.juneau.rest.exception.MethodNotAllowed
Deprecated.
Constructor.
MethodNotAllowed() - Constructor for exception org.apache.juneau.rest.exception.MethodNotAllowed
Deprecated.
Constructor.
MethodNotAllowed(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.MethodNotAllowed
Deprecated.
Constructor.
MethodNotAllowed(Throwable) - Constructor for exception org.apache.juneau.rest.exception.MethodNotAllowed
Deprecated.
Constructor.
MethodSetter(Method) - Constructor for class org.apache.juneau.Setter.MethodSetter
 
MethodSwagger - Annotation Type in org.apache.juneau.rest.annotation
Extended annotation for RestMethod.swagger().
Microservice - Class in org.apache.juneau.microservice
Parent class for all microservices.
Microservice(MicroserviceBuilder) - Constructor for class org.apache.juneau.microservice.Microservice
Constructor.
MicroserviceBuilder - Class in org.apache.juneau.microservice
Builder for Microservice class.
MicroserviceBuilder() - Constructor for class org.apache.juneau.microservice.MicroserviceBuilder
Constructor.
MicroserviceBuilder(MicroserviceBuilder) - Constructor for class org.apache.juneau.microservice.MicroserviceBuilder
Copy constructor.
MicroserviceListener - Interface in org.apache.juneau.microservice
Listener class for microservice lifecycle events.
mimeTypes(String...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  MIME types.
min(Object) - Method in class org.apache.juneau.dto.html5.Input
min attribute.
min(Object) - Method in class org.apache.juneau.dto.html5.Meter
min attribute.
min() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
min(String) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the min property on this annotation.
min() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
min(String) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the min property on this annotation.
min() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
min(String) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the min property on this annotation.
min() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
min(String) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the min property on this annotation.
min() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
min(String) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the min property on this annotation.
min(Number) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
min() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
min(String) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the min property on this annotation.
min() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
min(String) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the min property on this annotation.
min() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
min(String) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the min property on this annotation.
mini() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
mini(long) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the mini property on this annotation.
mini() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
mini(long) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the mini property on this annotation.
mini() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
mini(long) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the mini property on this annotation.
mini() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
mini(long) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the mini property on this annotation.
mini() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
mini(long) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the mini property on this annotation.
mini(Long) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
mini(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
mini() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
mini(long) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the mini property on this annotation.
mini() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
mini(long) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the mini property on this annotation.
mini() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
mini(long) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the mini property on this annotation.
minimum(Object) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
minimum(Object) - Method in class org.apache.juneau.dto.swagger.Items
minimum(Object) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
minimum(Object) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
minimum() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
minimum(String) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the minimum property on this annotation.
minimum() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
minimum(String) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the minimum property on this annotation.
minimum() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
minimum(String) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the minimum property on this annotation.
minimum() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
minimum(String) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the minimum property on this annotation.
minimum() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
minimum(String) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the minimum property on this annotation.
minimum(Number) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
minimum field.
minimum() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
minimum(String) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the minimum property on this annotation.
minimum() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
minimum(String) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the minimum property on this annotation.
minimum() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
minimum(String) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the minimum property on this annotation.
minItems(Object) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
minItems(Object) - Method in class org.apache.juneau.dto.swagger.Items
minItems(Object) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
minItems(Object) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
minItems() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
minItems(long) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the minItems property on this annotation.
minItems() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
minItems(long) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the minItems property on this annotation.
minItems() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
minItems(long) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the minItems property on this annotation.
minItems() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
minItems(long) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the minItems property on this annotation.
minItems() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
minItems(long) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the minItems property on this annotation.
minItems(Long) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
minItems field.
minItems(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
minItems field.
minItems() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
minItems(long) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the minItems property on this annotation.
minItems() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
minItems(long) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the minItems property on this annotation.
minItems() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
minItems(long) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the minItems property on this annotation.
minl() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
minl(long) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the minl property on this annotation.
minl() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
minl(long) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the minl property on this annotation.
minl() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
minl(long) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the minl property on this annotation.
minl() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
minl(long) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the minl property on this annotation.
minl() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
minl(long) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the minl property on this annotation.
minl(Long) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
minl(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
minl() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
minl(long) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the minl property on this annotation.
minl() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
minl(long) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the minl property on this annotation.
minl() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
minl(long) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the minl property on this annotation.
minlength(Object) - Method in class org.apache.juneau.dto.html5.Input
minlength attribute.
minlength(Object) - Method in class org.apache.juneau.dto.html5.Textarea
minlength attribute.
minLength(Object) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
minLength(Object) - Method in class org.apache.juneau.dto.swagger.Items
minLength(Object) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
minLength(Object) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
minLength() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
minLength(long) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the minLength property on this annotation.
minLength() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
minLength(long) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the minLength property on this annotation.
minLength() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
minLength(long) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the minLength property on this annotation.
minLength() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
minLength(long) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the minLength property on this annotation.
minLength() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
minLength(long) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the minLength property on this annotation.
minLength(Long) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
minLength field.
minLength(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
minLength field.
minLength() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
minLength(long) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the minLength property on this annotation.
minLength() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
minLength(long) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the minLength property on this annotation.
minLength() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
minLength(long) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the minLength property on this annotation.
minor() - Method in class org.apache.juneau.rest.client2.RestResponseStatusLineAssertion
Returns an assertion against the protocol minor version on the response status object.
minp(Long) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
minp(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
minp() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
minp(long) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the minp property on this annotation.
minProperties(Object) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
minProperties(Long) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
minProperties field.
minProperties(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
minProperties field.
minProperties() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
minProperties(long) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the minProperties property on this annotation.
MisdirectedRequest - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 421 (Misdirected Request).
MisdirectedRequest(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.MisdirectedRequest
Constructor.
MisdirectedRequest(String) - Constructor for exception org.apache.juneau.http.exception.MisdirectedRequest
Constructor.
MisdirectedRequest() - Constructor for exception org.apache.juneau.http.exception.MisdirectedRequest
Constructor.
MisdirectedRequest(String, Object...) - Constructor for exception org.apache.juneau.http.exception.MisdirectedRequest
Constructor.
MisdirectedRequest(Throwable) - Constructor for exception org.apache.juneau.http.exception.MisdirectedRequest
Constructor.
MisdirectedRequest - Exception in org.apache.juneau.rest.exception
Deprecated.
MisdirectedRequest(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.MisdirectedRequest
Deprecated.
Constructor.
MisdirectedRequest(String) - Constructor for exception org.apache.juneau.rest.exception.MisdirectedRequest
Deprecated.
Constructor.
MisdirectedRequest() - Constructor for exception org.apache.juneau.rest.exception.MisdirectedRequest
Deprecated.
Constructor.
MisdirectedRequest(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.MisdirectedRequest
Deprecated.
Constructor.
MisdirectedRequest(Throwable) - Constructor for exception org.apache.juneau.rest.exception.MisdirectedRequest
Deprecated.
Constructor.
mkdirs(File, boolean) - Static method in class org.apache.juneau.internal.FileUtils
Same as File.mkdirs() except throws a RuntimeExeption if directory could not be created.
mkdirs(String, boolean) - Static method in class org.apache.juneau.internal.FileUtils
Same as FileUtils.mkdirs(String, boolean) but uses String path.
mo() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
mo(String) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the mo property on this annotation.
mo() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
mo(String) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the mo property on this annotation.
mo() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
mo(String) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the mo property on this annotation.
mo() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
mo(String) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the mo property on this annotation.
mo() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
mo(String) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the mo property on this annotation.
mo(Number) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
mo() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
mo(String) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the mo property on this annotation.
mo() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
mo(String) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the mo property on this annotation.
mo() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
mo(String) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the mo property on this annotation.
MockConsole - Class in org.apache.juneau.rest.mock2
A capturing PrintStream that allows you to easily capture console output.
MockConsole() - Constructor for class org.apache.juneau.rest.mock2.MockConsole
Constructor.
MockHttpClientConnection - Class in org.apache.juneau.rest.client.mock
Deprecated.
MockHttpClientConnection(MockHttpConnection) - Constructor for class org.apache.juneau.rest.client.mock.MockHttpClientConnection
Deprecated.
Constructor.
MockHttpClientConnectionManager - Class in org.apache.juneau.rest.client.mock
Deprecated.
MockHttpClientConnectionManager(MockHttpConnection) - Constructor for class org.apache.juneau.rest.client.mock.MockHttpClientConnectionManager
Deprecated.
Constructor.
MockHttpConnection - Interface in org.apache.juneau.utils
Deprecated.
MockHttpRequest - Interface in org.apache.juneau.utils
Deprecated.
MockHttpResponse - Interface in org.apache.juneau.utils
Deprecated.
MockHttpSession - Class in org.apache.juneau.rest.mock
Deprecated.
MockHttpSession() - Constructor for class org.apache.juneau.rest.mock.MockHttpSession
Deprecated.
 
MockHttpSession - Class in org.apache.juneau.rest.mock2
An implementation of HttpSession for mocking purposes.
MockHttpSession() - Constructor for class org.apache.juneau.rest.mock2.MockHttpSession
 
MockLogger - Class in org.apache.juneau.rest.mock2
Simplified logger for intercepting and asserting logging messages.
MockLogger() - Constructor for class org.apache.juneau.rest.mock2.MockLogger
Constructor.
MockRest - Class in org.apache.juneau.rest.mock
Deprecated.
MockRestClient - Class in org.apache.juneau.rest.mock2
Mocked RestClient.
MockRestClient(PropertyStore) - Constructor for class org.apache.juneau.rest.mock2.MockRestClient
Constructor.
MOCKRESTCLIENT_contextPath - Static variable in class org.apache.juneau.rest.mock2.MockRestClient
 
MOCKRESTCLIENT_mockHttpClientConnectionManager - Static variable in class org.apache.juneau.rest.mock2.MockRestClient
 
MOCKRESTCLIENT_pathVars - Static variable in class org.apache.juneau.rest.mock2.MockRestClient
 
MOCKRESTCLIENT_restBean - Static variable in class org.apache.juneau.rest.mock2.MockRestClient
 
MOCKRESTCLIENT_restBeanCtx - Static variable in class org.apache.juneau.rest.mock2.MockRestClient
 
MOCKRESTCLIENT_servletPath - Static variable in class org.apache.juneau.rest.mock2.MockRestClient
 
MockRestClientBuilder - Class in org.apache.juneau.rest.mock2
Builder class for MockRestClient objects.
MockRestClientBuilder(PropertyStore) - Constructor for class org.apache.juneau.rest.mock2.MockRestClientBuilder
Constructor.
MockRestClientBuilder() - Constructor for class org.apache.juneau.rest.mock2.MockRestClientBuilder
No-arg constructor.
MockRestRequest - Class in org.apache.juneau.rest.mock2
A subclass of RestRequest with additional features for mocked testing.
MockRestRequest(RestClient, URI, String, boolean) - Constructor for class org.apache.juneau.rest.mock2.MockRestRequest
Constructs a REST call with the specified method name.
MockRestResponse - Class in org.apache.juneau.rest.mock2
A subclass of RestResponse with additional features for mocked testing.
MockRestResponse(RestClient, RestRequest, HttpResponse, Parser) - Constructor for class org.apache.juneau.rest.mock2.MockRestResponse
Constructor.
MockServletRequest - Class in org.apache.juneau.rest.mock
Deprecated.
MockServletRequest() - Constructor for class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
MockServletRequest - Class in org.apache.juneau.rest.mock2
A mutable implementation of HttpServletRequest for mocking purposes.
MockServletRequest() - Constructor for class org.apache.juneau.rest.mock2.MockServletRequest
 
MockServletResponse - Class in org.apache.juneau.rest.mock
Deprecated.
MockServletResponse() - Constructor for class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
MockServletResponse - Class in org.apache.juneau.rest.mock2
An implementation of HttpServletResponse for mocking purposes.
MockServletResponse() - Constructor for class org.apache.juneau.rest.mock2.MockServletResponse
 
modifiable() - Method in class org.apache.juneau.collections.OList
Returns a modifiable copy of this list if it's unmodifiable.
modifiable() - Method in class org.apache.juneau.collections.OMap
Returns a modifiable copy of this map if it's unmodifiable.
modifiable() - Method in class org.apache.juneau.ObjectList
Returns a modifiable copy of this list if it's unmodifiable.
modifiable() - Method in class org.apache.juneau.ObjectMap
Returns a modifiable copy of this map if it's unmodifiable.
modifyTimestamp(File) - Static method in class org.apache.juneau.internal.FileUtils
Updates the modified timestamp on the specified file.
MovedPermanently - Class in org.apache.juneau.http.response
Represents an HTTP 301 Moved Permanently response.
MovedPermanently() - Constructor for class org.apache.juneau.http.response.MovedPermanently
Constructor using HTTP-standard message.
MovedPermanently(String) - Constructor for class org.apache.juneau.http.response.MovedPermanently
Constructor with no redirect.
MovedPermanently(String, URI) - Constructor for class org.apache.juneau.http.response.MovedPermanently
Constructor using custom message.
MovedPermanently(URI) - Constructor for class org.apache.juneau.http.response.MovedPermanently
Constructor.
MovedPermanently - Class in org.apache.juneau.rest.response
Deprecated.
MovedPermanently() - Constructor for class org.apache.juneau.rest.response.MovedPermanently
Deprecated.
Constructor using HTTP-standard message.
MovedPermanently(String) - Constructor for class org.apache.juneau.rest.response.MovedPermanently
Deprecated.
Constructor with no redirect.
MovedPermanently(String, URI) - Constructor for class org.apache.juneau.rest.response.MovedPermanently
Deprecated.
Constructor using custom message.
MovedPermanently(URI) - Constructor for class org.apache.juneau.rest.response.MovedPermanently
Deprecated.
Constructor.
msg(String, Object...) - Method in class org.apache.juneau.assertions.ArrayAssertion
 
msg(String, Object...) - Method in class org.apache.juneau.assertions.Assertion
Allows to to specify the assertion failure message.
msg(String, Object...) - Method in class org.apache.juneau.assertions.BooleanAssertion
 
msg(String, Object...) - Method in class org.apache.juneau.assertions.ByteArrayAssertion
 
msg(String, Object...) - Method in class org.apache.juneau.assertions.CollectionAssertion
 
msg(String, Object...) - Method in class org.apache.juneau.assertions.ComparableAssertion
 
msg(String, Object...) - Method in class org.apache.juneau.assertions.DateAssertion
 
msg(String, Object...) - Method in class org.apache.juneau.assertions.FluentArrayAssertion
 
msg(String, Object...) - Method in class org.apache.juneau.assertions.FluentAssertion
 
msg(String, Object...) - Method in class org.apache.juneau.assertions.FluentBooleanAssertion
 
msg(String, Object...) - Method in class org.apache.juneau.assertions.FluentByteArrayAssertion
 
msg(String, Object...) - Method in class org.apache.juneau.assertions.FluentCollectionAssertion
 
msg(String, Object...) - Method in class org.apache.juneau.assertions.FluentComparableAssertion
 
msg(String, Object...) - Method in class org.apache.juneau.assertions.FluentDateAssertion
 
msg(String, Object...) - Method in class org.apache.juneau.assertions.FluentIntegerAssertion
 
msg(String, Object...) - Method in class org.apache.juneau.assertions.FluentListAssertion
 
msg(String, Object...) - Method in class org.apache.juneau.assertions.FluentLongAssertion
 
msg(String, Object...) - Method in class org.apache.juneau.assertions.FluentObjectAssertion
 
msg(String, Object...) - Method in class org.apache.juneau.assertions.FluentStringAssertion
 
msg(String, Object...) - Method in class org.apache.juneau.assertions.FluentThrowableAssertion
 
msg(String, Object...) - Method in class org.apache.juneau.assertions.FluentZonedDateTimeAssertion
 
msg(String, Object...) - Method in class org.apache.juneau.assertions.IntegerAssertion
 
msg(String, Object...) - Method in class org.apache.juneau.assertions.ListAssertion
 
msg(String, Object...) - Method in class org.apache.juneau.assertions.LongAssertion
 
msg(String, Object...) - Method in class org.apache.juneau.assertions.ObjectAssertion
 
msg(String, Object...) - Method in class org.apache.juneau.assertions.StringAssertion
 
msg(String, Object...) - Method in class org.apache.juneau.assertions.ThrowableAssertion
 
msg(String, Object) - Method in class org.apache.juneau.assertions.Verify
Overrides the default error message produced by the verification.
msg(String, Object...) - Method in class org.apache.juneau.assertions.ZonedDateTimeAssertion
 
MSGPACK - Static variable in class org.apache.juneau.http.MediaType
Reusable predefined media type
MsgPack - Class in org.apache.juneau.marshall
A pairing of a MsgPackSerializer and MsgPackParser into a single class with convenience read/write methods.
MsgPack(MsgPackSerializer, MsgPackParser) - Constructor for class org.apache.juneau.marshall.MsgPack
Constructor.
MsgPack() - Constructor for class org.apache.juneau.marshall.MsgPack
Constructor.
MsgPack - Annotation Type in org.apache.juneau.msgpack.annotation
Annotation that can be applied to classes, fields, and methods to tweak how they are handled by MsgPackSerializer and MsgPackParser.
msgpack() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Convenience method for specifying MessagePack as the transmission media type.
msgPack() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Convenience method for specifying MessagePack as the marshalling transmission media type.
msgPack() - Method in class org.apache.juneau.rest.client2.RestRequest
Convenience method for specifying MessagePack as the marshalling transmission media type for this request only.
msgpack() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Convenience method for setting Accept and Content-Type headers to "octal/msgpack".
msgPack() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
MSGPACK_addBeanTypes - Static variable in class org.apache.juneau.msgpack.MsgPackSerializer
Configuration property: Add "_type" properties when needed.
MsgPackAnnotation - Class in org.apache.juneau.msgpack.annotation
A concrete implementation of the MsgPack annotation.
MsgPackAnnotation(String) - Constructor for class org.apache.juneau.msgpack.annotation.MsgPackAnnotation
Constructor.
MsgPackAnnotation(Class<?>) - Constructor for class org.apache.juneau.msgpack.annotation.MsgPackAnnotation
Constructor.
MsgPackAnnotation(Method) - Constructor for class org.apache.juneau.msgpack.annotation.MsgPackAnnotation
Constructor.
MsgPackAnnotation(Field) - Constructor for class org.apache.juneau.msgpack.annotation.MsgPackAnnotation
Constructor.
MsgPackBeanPropertyMeta - Class in org.apache.juneau.msgpack
Metadata on bean properties specific to the MessagePack serializers and parsers pulled from the @MsgPack annotation on the bean property.
MsgPackBeanPropertyMeta(BeanPropertyMeta, MsgPackMetaProvider) - Constructor for class org.apache.juneau.msgpack.MsgPackBeanPropertyMeta
Constructor.
MsgPackClassMeta - Class in org.apache.juneau.msgpack
Metadata on classes specific to the MessagePack serializers and parsers pulled from the @MsgPack annotation on the class.
MsgPackClassMeta(ClassMeta<?>, MsgPackMetaProvider) - Constructor for class org.apache.juneau.msgpack.MsgPackClassMeta
Constructor.
MsgPackCommon - Interface in org.apache.juneau.msgpack
Configurable properties common to both the MsgPackSerializer and MsgPackParser classes.
MsgPackConfig - Annotation Type in org.apache.juneau.msgpack.annotation
Annotation for specifying config properties defined in MsgPackSerializer and MsgPackParser.
MsgPackConfigApply - Class in org.apache.juneau.msgpack.annotation
Applies MsgPackConfig annotations to a PropertyStoreBuilder.
MsgPackConfigApply(Class<MsgPackConfig>, VarResolverSession) - Constructor for class org.apache.juneau.msgpack.annotation.MsgPackConfigApply
Constructor.
MsgPackInputStream - Class in org.apache.juneau.msgpack
Specialized input stream for parsing MessagePack streams.
MsgPackInputStream(ParserPipe) - Constructor for class org.apache.juneau.msgpack.MsgPackInputStream
Constructor.
MsgPackMetaProvider - Interface in org.apache.juneau.msgpack
Interface for providing access to MsgPackClassMeta and MsgPackBeanPropertyMeta objects.
MsgPackOutputStream - Class in org.apache.juneau.msgpack
Specialized output stream for serializing MessagePack streams.
MsgPackOutputStream(OutputStream) - Constructor for class org.apache.juneau.msgpack.MsgPackOutputStream
Constructor.
MsgPackParser - Class in org.apache.juneau.msgpack
Parses a MessagePack stream into a POJO model.
MsgPackParser(PropertyStore) - Constructor for class org.apache.juneau.msgpack.MsgPackParser
Constructor.
MsgPackParser.Base64 - Class in org.apache.juneau.msgpack
Default parser, string input encoded as BASE64.
MsgPackParser.SpacedHex - Class in org.apache.juneau.msgpack
Default parser, string input encoded as spaced-hex.
MsgPackParserBuilder - Class in org.apache.juneau.msgpack
Builder class for building instances of MessagePack parsers.
MsgPackParserBuilder() - Constructor for class org.apache.juneau.msgpack.MsgPackParserBuilder
Constructor, default settings.
MsgPackParserBuilder(PropertyStore) - Constructor for class org.apache.juneau.msgpack.MsgPackParserBuilder
Constructor.
MsgPackParserSession - Class in org.apache.juneau.msgpack
Session object that lives for the duration of a single use of MsgPackParser.
MsgPackParserSession(MsgPackParser, ParserSessionArgs) - Constructor for class org.apache.juneau.msgpack.MsgPackParserSession
Create a new session using properties specified in the context.
MsgPackSerializer - Class in org.apache.juneau.msgpack
Serializes POJO models to MessagePack.
MsgPackSerializer(PropertyStore) - Constructor for class org.apache.juneau.msgpack.MsgPackSerializer
Constructor.
MsgPackSerializer.Base64 - Class in org.apache.juneau.msgpack
Default serializer, BASE64 string output.
MsgPackSerializer.SpacedHex - Class in org.apache.juneau.msgpack
Default serializer, spaced-hex string output.
MsgPackSerializerBuilder - Class in org.apache.juneau.msgpack
Builder class for building instances of MessagePack serializers.
MsgPackSerializerBuilder() - Constructor for class org.apache.juneau.msgpack.MsgPackSerializerBuilder
Constructor, default settings.
MsgPackSerializerBuilder(PropertyStore) - Constructor for class org.apache.juneau.msgpack.MsgPackSerializerBuilder
Constructor.
MsgPackSerializerSession - Class in org.apache.juneau.msgpack
Session object that lives for the duration of a single use of MsgPackSerializer.
MsgPackSerializerSession(MsgPackSerializer, SerializerSessionArgs) - Constructor for class org.apache.juneau.msgpack.MsgPackSerializerSession
Create a new session using properties specified in the context.
MULTI - Static variable in class org.apache.juneau.http.annotation.CollectionFormatType
 
multi() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
multi(boolean) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the multi property on this annotation.
multi() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
multi(boolean) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the multi property on this annotation.
multi() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
multi(boolean) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the multi property on this annotation.
MultiIterable<E> - Class in org.apache.juneau.internal
Utility class for defining an iterator over one or more iterables.
MultiIterable(Iterator<E>...) - Constructor for class org.apache.juneau.internal.MultiIterable
Constructor.
multiLineValuesOnSeparateLines() - Method in class org.apache.juneau.config.ConfigBuilder
Config configuration property:  Multi-line values on separate lines.
MultipartFormDataMatcher - Class in org.apache.juneau.rest.matchers
Predefined matcher for matching requests with content type "multipart/form-data".
MultipartFormDataMatcher() - Constructor for class org.apache.juneau.rest.matchers.MultipartFormDataMatcher
 
MultipartResolvingVar - Class in org.apache.juneau.svl
Interface for the resolution of vars that can have one or more keys where the first non-null resolution is returned.
MultipartResolvingVar(String) - Constructor for class org.apache.juneau.svl.MultipartResolvingVar
Constructor.
MultipartVar - Class in org.apache.juneau.svl
Interface for the resolution of vars that consist of a comma-delimited list.
MultipartVar(String) - Constructor for class org.apache.juneau.svl.MultipartVar
Constructor.
multiple(Object) - Method in class org.apache.juneau.dto.html5.Input
multiple attribute.
multiple(Object) - Method in class org.apache.juneau.dto.html5.Select
multiple attribute.
MultipleChoices - Class in org.apache.juneau.http.response
Represents an HTTP 300 Multiple Choices response.
MultipleChoices() - Constructor for class org.apache.juneau.http.response.MultipleChoices
Constructor using HTTP-standard message.
MultipleChoices(String) - Constructor for class org.apache.juneau.http.response.MultipleChoices
Constructor using custom message.
MultipleChoices - Class in org.apache.juneau.rest.response
Deprecated.
MultipleChoices() - Constructor for class org.apache.juneau.rest.response.MultipleChoices
Deprecated.
Constructor using HTTP-standard message.
MultipleChoices(String) - Constructor for class org.apache.juneau.rest.response.MultipleChoices
Deprecated.
Constructor using custom message.
multipleOf(Object) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
multipleOf(Object) - Method in class org.apache.juneau.dto.swagger.Items
multipleOf(Object) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
multipleOf(Object) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
multipleOf() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
multipleOf(String) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the multipleOf property on this annotation.
multipleOf() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
multipleOf(String) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the multipleOf property on this annotation.
multipleOf() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
multipleOf(String) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the multipleOf property on this annotation.
multipleOf() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
multipleOf(String) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the multipleOf property on this annotation.
multipleOf() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
multipleOf(String) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the multipleOf property on this annotation.
multipleOf(Number) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
multipleOf field.
multipleOf() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
multipleOf(String) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the multipleOf property on this annotation.
multipleOf() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
multipleOf(String) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the multipleOf property on this annotation.
multipleOf() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
multipleOf(String) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the multipleOf property on this annotation.
MultiSet<E> - Class in org.apache.juneau.internal
Encapsulates multiple collections so they can be iterated over as if they were all part of the same collection.
MultiSet(Collection<E>...) - Constructor for class org.apache.juneau.internal.MultiSet
Create a new Set that consists as a coalesced set of the specified collections.
MultiStatus - Class in org.apache.juneau.http.response
Represents an HTTP 207 Multi-Status response.
MultiStatus() - Constructor for class org.apache.juneau.http.response.MultiStatus
Constructor using HTTP-standard message.
MultiStatus(String) - Constructor for class org.apache.juneau.http.response.MultiStatus
Constructor using custom message.
MultiStatus - Class in org.apache.juneau.rest.response
Deprecated.
MultiStatus() - Constructor for class org.apache.juneau.rest.response.MultiStatus
Deprecated.
Constructor using HTTP-standard message.
MultiStatus(String) - Constructor for class org.apache.juneau.rest.response.MultiStatus
Deprecated.
Constructor using custom message.
mustMatch() - Method in class org.apache.juneau.rest.ClientVersionMatcher
 
mustMatch() - Method in class org.apache.juneau.rest.RestMatcher
Returns true if this matcher is required to match in order for the method to be invoked.
Mutable<T> - Class in org.apache.juneau.utils
Represents a settable object.
Mutable() - Constructor for class org.apache.juneau.utils.Mutable
Creates an empty mutable.
Mutable(T) - Constructor for class org.apache.juneau.utils.Mutable
Creates a mutable initialized with the specified object.
mutate(I) - Method in class org.apache.juneau.reflect.Mutater
Method for instantiating an object from another object.
mutate(Object, I) - Method in class org.apache.juneau.reflect.Mutater
Method for instantiating an object from another object.
mutateFrom(Object) - Method in class org.apache.juneau.ClassMeta
Transforms the specified object into an instance of this class.
Mutater<I,O> - Class in org.apache.juneau.reflect
An interface for creating objects from other objects such as a String or Reader.
Mutater() - Constructor for class org.apache.juneau.reflect.Mutater
 
Mutaters - Class in org.apache.juneau.reflect
Cache of object that convert POJOs to and from common types such as strings, readers, and input streams.
Mutaters() - Constructor for class org.apache.juneau.reflect.Mutaters
 
mutateTo(Object, Class<O>) - Method in class org.apache.juneau.ClassMeta
Transforms the specified object into an instance of this class.
mutateTo(Object, ClassMeta<O>) - Method in class org.apache.juneau.ClassMeta
Transforms the specified object into an instance of this class.
muted(Object) - Method in class org.apache.juneau.dto.html5.Audio
muted attribute.
muted(Object) - Method in class org.apache.juneau.dto.html5.Video
muted attribute.

N

n() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
n(String) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the n property on this annotation.
n() - Method in class org.apache.juneau.http.annotation.HasFormDataAnnotation
 
n(String) - Method in class org.apache.juneau.http.annotation.HasFormDataAnnotation
Sets the n property on this annotation.
n() - Method in class org.apache.juneau.http.annotation.HasQueryAnnotation
 
n(String) - Method in class org.apache.juneau.http.annotation.HasQueryAnnotation
Sets the n property on this annotation.
n() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
n(String) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the n property on this annotation.
n() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
n(String) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the n property on this annotation.
n() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
n(String) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the n property on this annotation.
n() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
n(String) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the n property on this annotation.
n(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
N3 - Static variable in class org.apache.juneau.http.MediaType
Reusable predefined media type
n3() - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  RDF language.
n3() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  RDF language.
N3 - Class in org.apache.juneau.marshall
A pairing of a N3Serializer and N3Parser into a single class with convenience read/write methods.
N3(N3Serializer, N3Parser) - Constructor for class org.apache.juneau.marshall.N3
Constructor.
N3() - Constructor for class org.apache.juneau.marshall.N3
Constructor.
n3_abbrevBaseUri(boolean) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  N3/Turtle property: abbrevBaseURI.
n3_abbrevBaseUri(boolean) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  N3/Turtle property: abbrevBaseURI.
n3_indentProperty(int) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  N3/Turtle property: indentProperty.
n3_indentProperty(int) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  N3/Turtle property: indentProperty.
n3_minGap(int) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  N3/Turtle property: minGap.
n3_minGap(int) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  N3/Turtle property: minGap.
n3_objectLists(boolean) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  N3/Turtle property: objectLists.
n3_objectLists(boolean) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  N3/Turtle property: objectLists.
n3_propertyColumn(int) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  N3/Turtle property: propertyColumn.
n3_propertyColumn(int) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  N3/Turtle property: propertyColumn.
n3_subjectColumn(int) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  N3/Turtle property: subjectColumn.
n3_subjectColumn(int) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  N3/Turtle property: subjectColumn.
n3_useDoubles(boolean) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  N3/Turtle property: useDoubles.
n3_useDoubles(boolean) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  N3/Turtle property: useDoubles.
n3_usePropertySymbols(boolean) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  N3/Turtle property: usePropertySymbols.
n3_usePropertySymbols(boolean) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  N3/Turtle property: usePropertySymbols.
n3_useTripleQuotedStrings(boolean) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  N3/Turtle property: useTripleQuotedStrings.
n3_useTripleQuotedStrings(boolean) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  N3/Turtle property: useTripleQuotedStrings.
n3_widePropertyLen(int) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  N3/Turtle property: widePropertyLen.
n3_widePropertyLen(int) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  N3/Turtle property: widePropertyLen.
N3Parser - Class in org.apache.juneau.jena
Subclass of RdfParser for parsing RDF in N3 notation.
N3Parser(PropertyStore) - Constructor for class org.apache.juneau.jena.N3Parser
Constructor.
N3Serializer - Class in org.apache.juneau.jena
Subclass of RdfSerializer for serializing RDF in N3 notation.
N3Serializer(PropertyStore) - Constructor for class org.apache.juneau.jena.N3Serializer
Constructor.
name() - Method in class org.apache.juneau.annotation.BeanpAnnotation
 
name(String) - Method in class org.apache.juneau.annotation.BeanpAnnotation
Sets the name property on this annotation.
Name - Annotation Type in org.apache.juneau.annotation
Annotation that can be used on method parameters to identify their name.
name(String) - Method in class org.apache.juneau.config.ConfigBuilder
Config configuration property:  Configuration name.
NAME - Static variable in class org.apache.juneau.config.vars.ConfigVar
The name of this variable.
name(String) - Method in class org.apache.juneau.cp.MessagesBuilder
Specifies the bundle name (e.g.
name(String) - Method in class org.apache.juneau.dto.atom.Person
Sets the name of the person.
name(String) - Method in class org.apache.juneau.dto.html5.Button
name attribute.
name(String) - Method in class org.apache.juneau.dto.html5.Fieldset
name attribute.
name(String) - Method in class org.apache.juneau.dto.html5.Form
name attribute.
name(String) - Method in class org.apache.juneau.dto.html5.Iframe
name attribute.
name(String) - Method in class org.apache.juneau.dto.html5.Input
name attribute.
name(String) - Method in class org.apache.juneau.dto.html5.Keygen
name attribute.
name(String) - Method in class org.apache.juneau.dto.html5.Map
name attribute.
name(String) - Method in class org.apache.juneau.dto.html5.Meta
name attribute.
name(String) - Method in class org.apache.juneau.dto.html5.Object_
name attribute.
name(String) - Method in class org.apache.juneau.dto.html5.Output
name attribute.
name(String) - Method in class org.apache.juneau.dto.html5.Param
name attribute.
name(String) - Method in class org.apache.juneau.dto.html5.Select
name attribute.
name(String) - Method in class org.apache.juneau.dto.html5.Textarea
name attribute.
name(String) - Method in class org.apache.juneau.dto.LinkString
Bean property setter: name.
name(Object) - Method in class org.apache.juneau.dto.swagger.Contact
name(Object) - Method in class org.apache.juneau.dto.swagger.License
name(Object) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
name(Object) - Method in class org.apache.juneau.dto.swagger.SecurityScheme
name(Object) - Method in class org.apache.juneau.dto.swagger.Tag
name(Object) - Method in class org.apache.juneau.dto.swagger.Xml
NAME - Static variable in class org.apache.juneau.html.HtmlWidgetVar
The name of this variable.
name() - Method in class org.apache.juneau.http.annotation.ContactAnnotation
 
name(String) - Method in class org.apache.juneau.http.annotation.ContactAnnotation
Sets the name property on this annotation.
name() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
name(String) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the name property on this annotation.
name() - Method in class org.apache.juneau.http.annotation.HasFormDataAnnotation
 
name(String) - Method in class org.apache.juneau.http.annotation.HasFormDataAnnotation
Sets the name property on this annotation.
name() - Method in class org.apache.juneau.http.annotation.HasQueryAnnotation
 
name(String) - Method in class org.apache.juneau.http.annotation.HasQueryAnnotation
Sets the name property on this annotation.
name() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
name(String) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the name property on this annotation.
name() - Method in class org.apache.juneau.http.annotation.LicenseAnnotation
 
name(String) - Method in class org.apache.juneau.http.annotation.LicenseAnnotation
Sets the name property on this annotation.
name() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
name(String) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the name property on this annotation.
name() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
name(String) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the name property on this annotation.
name() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
name(String) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the name property on this annotation.
name() - Method in class org.apache.juneau.http.annotation.TagAnnotation
 
name(String) - Method in class org.apache.juneau.http.annotation.TagAnnotation
Sets the name property on this annotation.
name(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
name field.
name() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
name - Variable in class org.apache.juneau.rest.helper.BeanDescription.BeanPropertyDescription
The bean property name.
name(String) - Method in class org.apache.juneau.rest.helper.ResourceDescription
Sets the name field on this label to a new value.
NAME - Static variable in class org.apache.juneau.rest.vars.FileVar
The name of this variable.
NAME - Static variable in class org.apache.juneau.rest.vars.LocalizationVar
The name of this variable.
NAME - Static variable in class org.apache.juneau.rest.vars.RequestAttributeVar
The name of this variable.
NAME - Static variable in class org.apache.juneau.rest.vars.RequestFormDataVar
The name of this variable.
NAME - Static variable in class org.apache.juneau.rest.vars.RequestHeaderVar
The name of this variable.
NAME - Static variable in class org.apache.juneau.rest.vars.RequestPathVar
The name of this variable.
NAME - Static variable in class org.apache.juneau.rest.vars.RequestQueryVar
The name of this variable.
NAME - Static variable in class org.apache.juneau.rest.vars.RequestVar
The name of this variable.
NAME - Static variable in class org.apache.juneau.rest.vars.RestInfoVar
The name of this variable.
NAME - Static variable in class org.apache.juneau.rest.vars.SerializedRequestAttrVar
The name of this variable.
NAME - Static variable in class org.apache.juneau.rest.vars.ServletInitParamVar
The name of this variable.
NAME - Static variable in class org.apache.juneau.rest.vars.SwaggerVar
The name of this variable.
NAME - Static variable in class org.apache.juneau.rest.vars.UrlEncodeVar
The name of this variable.
NAME - Static variable in class org.apache.juneau.rest.vars.UrlVar
The name of this variable.
NAME - Static variable in class org.apache.juneau.rest.vars.WidgetVar
Deprecated.
The name of this variable.
NAME - Static variable in class org.apache.juneau.svl.vars.ArgsVar
The name of this variable.
NAME - Static variable in class org.apache.juneau.svl.vars.CoalesceVar
The name of this variable.
NAME - Static variable in class org.apache.juneau.svl.vars.EnvVariablesVar
The name of this variable.
NAME - Static variable in class org.apache.juneau.svl.vars.IfVar
The name of this variable.
NAME - Static variable in class org.apache.juneau.svl.vars.LenVar
The name of this variable.
NAME - Static variable in class org.apache.juneau.svl.vars.LowerCaseVar
The name of this variable.
NAME - Static variable in class org.apache.juneau.svl.vars.ManifestFileVar
The name of this variable.
NAME - Static variable in class org.apache.juneau.svl.vars.NotEmptyVar
The name of this variable.
NAME - Static variable in class org.apache.juneau.svl.vars.PatternExtractVar
The name of this variable.
NAME - Static variable in class org.apache.juneau.svl.vars.PatternMatchVar
The name of this variable.
NAME - Static variable in class org.apache.juneau.svl.vars.PatternReplaceVar
The name of this variable.
NAME - Static variable in class org.apache.juneau.svl.vars.SubstringVar
The name of this variable.
NAME - Static variable in class org.apache.juneau.svl.vars.SwitchVar
The name of this variable.
NAME - Static variable in class org.apache.juneau.svl.vars.SystemPropertiesVar
The name of this variable.
NAME - Static variable in class org.apache.juneau.svl.vars.UpperCaseVar
The name of this variable.
NameProperty - Annotation Type in org.apache.juneau.annotation
Identifies a setter as a method for setting the name of a POJO as it's known by its parent object.
nameProperty() - Method in class org.apache.juneau.html.annotation.HtmlLinkAnnotation
 
nameProperty(String) - Method in class org.apache.juneau.html.annotation.HtmlLinkAnnotation
Sets the nameProperty property on this annotation.
NamePropertyAnnotation - Class in org.apache.juneau.annotation
A concrete implementation of the NameProperty annotation.
NamePropertyAnnotation(String) - Constructor for class org.apache.juneau.annotation.NamePropertyAnnotation
Constructor.
NamePropertyAnnotation(Method) - Constructor for class org.apache.juneau.annotation.NamePropertyAnnotation
Constructor.
NamePropertyAnnotation(Field) - Constructor for class org.apache.juneau.annotation.NamePropertyAnnotation
Constructor.
namespace(Object) - Method in class org.apache.juneau.dto.swagger.Xml
namespace() - Method in class org.apache.juneau.jena.annotation.RdfAnnotation
 
namespace(String) - Method in class org.apache.juneau.jena.annotation.RdfAnnotation
Sets the namespace property on this annotation.
namespace() - Method in class org.apache.juneau.xml.annotation.XmlAnnotation
 
namespace(String) - Method in class org.apache.juneau.xml.annotation.XmlAnnotation
Sets the namespace property on this annotation.
Namespace - Class in org.apache.juneau.xml
Represents a simple namespace mapping between a simple name and URI.
namespaces(String...) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
namespaces(Namespace...) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
namespaces(String...) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
namespaces(Namespace...) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
namespaces(String...) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
namespaces(Namespace...) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
namespaces(String...) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
namespaces(Namespace...) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
namespaces(String[]) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  Default namespaces.
namespaces(Namespace...) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  Default namespaces.
namespaces(String...) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
namespaces(Namespace...) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
namespaces(Namespace...) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
XmlSerializer configuration property:  Default namespaces.
namespaces(String...) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
XmlSerializer configuration property:  Default namespaces.
namespaces(Namespace...) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
NameValuePairable - Interface in org.apache.juneau.http
Identifies a class that can be converted to a NameValuePair object.
NameValuePairs - Class in org.apache.juneau.rest.client
Deprecated.
NameValuePairs() - Constructor for class org.apache.juneau.rest.client.NameValuePairs
Deprecated.
 
NameValuePairSupplier - Class in org.apache.juneau.http
Specifies a dynamic supplier of NameValuePair objects.
NameValuePairSupplier() - Constructor for class org.apache.juneau.http.NameValuePairSupplier
 
NameValuePairSupplier.Null - Class in org.apache.juneau.http
Represents no header supplier
nav() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Nav element.
nav(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Nav element with the specified child nodes.
Nav - Class in org.apache.juneau.dto.html5
DTO for an HTML <nav> element.
Nav() - Constructor for class org.apache.juneau.dto.html5.Nav
Creates an empty Nav element.
Nav(Object...) - Constructor for class org.apache.juneau.dto.html5.Nav
Creates a Nav element with the specified child nodes.
nav(HtmlDocSerializerSession, HtmlWriter, Object) - Method in class org.apache.juneau.html.BasicHtmlDocTemplate
Renders the contents of the <body>/<nav> element.
nav(String[]) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
HtmlDocSerializer configuration property:  Nav section contents.
nav(Object...) - Method in class org.apache.juneau.rest.HtmlDocBuilder
Deprecated.
Sets the HTML nav section contents.
navlinks(String[]) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
HtmlDocSerializer configuration property:  Add to the HtmlDocSerializer.HTMLDOC_navlinks property.
navlinks(Object...) - Method in class org.apache.juneau.rest.HtmlDocBuilder
Deprecated.
Sets the links in the HTML nav section.
navlinks_replace(String[]) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
HtmlDocSerializer configuration property:  Page navigation links.
ne(T, U, BiPredicate<T, U>) - Static method in class org.apache.juneau.internal.ObjectUtils
Tests two objects for inequality, gracefully handling nulls.
ne(Object, Object) - Static method in class org.apache.juneau.internal.ObjectUtils
Tests two objects for equality, gracefully handling nulls.
needsQuotes(String) - Static method in class org.apache.juneau.uon.UonUtils
Returns true if the specified string needs to be quoted per UON notation.
NetworkAuthenticationRequired - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 511 (Network Authentication Required).
NetworkAuthenticationRequired(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.NetworkAuthenticationRequired
Constructor.
NetworkAuthenticationRequired(String) - Constructor for exception org.apache.juneau.http.exception.NetworkAuthenticationRequired
Constructor.
NetworkAuthenticationRequired() - Constructor for exception org.apache.juneau.http.exception.NetworkAuthenticationRequired
Constructor.
NetworkAuthenticationRequired(String, Object...) - Constructor for exception org.apache.juneau.http.exception.NetworkAuthenticationRequired
Constructor.
NetworkAuthenticationRequired(Throwable) - Constructor for exception org.apache.juneau.http.exception.NetworkAuthenticationRequired
Constructor.
NetworkAuthenticationRequired - Exception in org.apache.juneau.rest.exception
Deprecated.
NetworkAuthenticationRequired(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.NetworkAuthenticationRequired
Deprecated.
Constructor.
NetworkAuthenticationRequired(String) - Constructor for exception org.apache.juneau.rest.exception.NetworkAuthenticationRequired
Deprecated.
Constructor.
NetworkAuthenticationRequired() - Constructor for exception org.apache.juneau.rest.exception.NetworkAuthenticationRequired
Deprecated.
Constructor.
NetworkAuthenticationRequired(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.NetworkAuthenticationRequired
Deprecated.
Constructor.
NetworkAuthenticationRequired(Throwable) - Constructor for exception org.apache.juneau.rest.exception.NetworkAuthenticationRequired
Deprecated.
Constructor.
newBean(Object) - Method in class org.apache.juneau.BeanMeta
Creates a new instance of this bean.
newBean(Class<T>) - Method in class org.apache.juneau.BeanSession
Creates a new empty bean of the specified type, except used for instantiating inner member classes that must be instantiated within another class instance.
newBean(Object, Class<T>) - Method in class org.apache.juneau.BeanSession
Same as BeanSession.newBean(Class), except used for instantiating inner member classes that must be instantiated within another class instance.
newBeanMap(Class<T>) - Method in class org.apache.juneau.BeanSession
Creates a new BeanMap object (a modifiable Map) of the given class with uninitialized property values.
newBeanMap(Object, Class<T>) - Method in class org.apache.juneau.BeanSession
Same as BeanSession.newBeanMap(Class), except used for instantiating inner member classes that must be instantiated within another class instance.
newInstance() - Method in class org.apache.juneau.ClassMeta
Create a new instance of the main class of this declared type.
newInstance(Object) - Method in class org.apache.juneau.ClassMeta
Same as ClassMeta.newInstance() except for instantiating non-static member classes.
newInstance() - Method in class org.apache.juneau.reflect.ClassInfo
Shortcut for calling Class.newInstance() on the underlying class.
newInstanceFromString(Object, String) - Method in class org.apache.juneau.ClassMeta
Create a new instance of the main class of this declared type from a String input.
newList(Collection<T>) - Static method in class org.apache.juneau.internal.CollectionUtils
Creates a new list from the specified collection.
newLogger(String) - Method in class org.apache.juneau.microservice.jetty.JettyLogger
 
newMap(Map<K, V>) - Static method in class org.apache.juneau.internal.CollectionUtils
Creates a new map from the specified map.
newSortedCaseInsensitiveSet(String...) - Static method in class org.apache.juneau.internal.CollectionUtils
Creates a case-insensitive ordered set out of the specified string values.
newSortedCaseInsensitiveSet(String) - Static method in class org.apache.juneau.internal.CollectionUtils
Creates a case-insensitive ordered set out of the specified string values.
newSortedMap(Map<K, V>, Comparator<K>) - Static method in class org.apache.juneau.internal.CollectionUtils
Creates a new map from the specified map.
newUnmodifiableSortedCaseInsensitiveSet(String) - Static method in class org.apache.juneau.internal.CollectionUtils
Same as CollectionUtils.newSortedCaseInsensitiveSet(String) but makes the set unmodifiable.
next() - Method in class org.apache.juneau.microservice.resources.LogParser
 
next() - Method in interface org.apache.juneau.utils.IdGenerator
Returns the next available ID.
next() - Method in class org.apache.juneau.xml.XmlReader
 
nextId() - Method in class org.apache.juneau.utils.IdMap
Returns the next available ID.
nextTag() - Method in class org.apache.juneau.xml.XmlReader
 
nl(int) - Method in class org.apache.juneau.html.HtmlWriter
 
nl(int) - Method in class org.apache.juneau.json.JsonWriter
 
nl(int) - Method in class org.apache.juneau.serializer.SerializerWriter
Writes a newline to the writer if the useWhitespace setting is enabled.
nl(int) - Method in class org.apache.juneau.uon.UonWriter
 
nl(int) - Method in class org.apache.juneau.xml.XmlWriter
 
nlIf(boolean, int) - Method in class org.apache.juneau.serializer.SerializerWriter
Writes a newline to the writer if the useWhitespace setting is enabled and the boolean flag is true.
NOCACHE - Static variable in class org.apache.juneau.http.Constants
Use caching of HTTP artifacts.
NoCloseOutputStream - Class in org.apache.juneau.internal
Wraps an existing OutputStream where the NoCloseOutputStream.close() method is a no-op.
NoCloseOutputStream(OutputStream) - Constructor for class org.apache.juneau.internal.NoCloseOutputStream
Constructor.
NoCloseWriter - Class in org.apache.juneau.internal
Wraps an existing Writer where the NoCloseWriter.close() method is a no-op.
NoCloseWriter(Writer) - Constructor for class org.apache.juneau.internal.NoCloseWriter
Constructor.
NoContent - Class in org.apache.juneau.http.response
Represents an HTTP 204 No Content response.
NoContent() - Constructor for class org.apache.juneau.http.response.NoContent
Constructor using HTTP-standard message.
NoContent(String) - Constructor for class org.apache.juneau.http.response.NoContent
Constructor using custom message.
NoContent - Class in org.apache.juneau.rest.response
Deprecated.
NoContent() - Constructor for class org.apache.juneau.rest.response.NoContent
Deprecated.
Constructor using HTTP-standard message.
NoContent(String) - Constructor for class org.apache.juneau.rest.response.NoContent
Deprecated.
Constructor using custom message.
NonAuthoritiveInformation - Class in org.apache.juneau.http.response
Represents an HTTP 203 Non-Authoritative Information response.
NonAuthoritiveInformation() - Constructor for class org.apache.juneau.http.response.NonAuthoritiveInformation
Constructor using HTTP-standard message.
NonAuthoritiveInformation(String) - Constructor for class org.apache.juneau.http.response.NonAuthoritiveInformation
Constructor using custom message.
NonAuthoritiveInformation - Class in org.apache.juneau.rest.response
Deprecated.
NonAuthoritiveInformation() - Constructor for class org.apache.juneau.rest.response.NonAuthoritiveInformation
Deprecated.
Constructor using HTTP-standard message.
NonAuthoritiveInformation(String) - Constructor for class org.apache.juneau.rest.response.NonAuthoritiveInformation
Deprecated.
Constructor using custom message.
None - Class in org.apache.juneau.rest
Dummy class that indicates that serializers, parsers, or transforms for a Java class or method should not be inherited.
None() - Constructor for class org.apache.juneau.rest.None
 
NoOp(Class<Annotation>, VarResolverSession) - Constructor for class org.apache.juneau.ConfigApply.NoOp
Constructor.
NoOpRestCallLogger - Class in org.apache.juneau.rest
Can be used to force call logging to be disabled.
NoOpRestCallLogger() - Constructor for class org.apache.juneau.rest.NoOpRestCallLogger
 
NoOpRestLogger - Class in org.apache.juneau.rest
Deprecated.
NoOpRestLogger() - Constructor for class org.apache.juneau.rest.NoOpRestLogger
Deprecated.
Constructor.
noResultsMessage(String) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
HtmlDocSerializer configuration property:  No-results message.
noResultsMessage(Object) - Method in class org.apache.juneau.rest.HtmlDocBuilder
Deprecated.
Specifies the text to display when serializing an empty array or collection.
noscript() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Noscript element.
noscript(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Noscript element with the specified child nodes.
Noscript - Class in org.apache.juneau.dto.html5
DTO for an HTML <noscript> element.
Noscript() - Constructor for class org.apache.juneau.dto.html5.Noscript
Creates an empty Noscript element.
Noscript(Object...) - Constructor for class org.apache.juneau.dto.html5.Noscript
Creates a Noscript element with the specified child nodes.
noTableHeaders() - Method in class org.apache.juneau.html.annotation.HtmlAnnotation
 
noTableHeaders(boolean) - Method in class org.apache.juneau.html.annotation.HtmlAnnotation
Sets the noTableHeaders property on this annotation.
noTables() - Method in class org.apache.juneau.html.annotation.HtmlAnnotation
 
noTables(boolean) - Method in class org.apache.juneau.html.annotation.HtmlAnnotation
Sets the noTables property on this annotation.
NotAcceptable - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 406 (Not Acceptable).
NotAcceptable(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.NotAcceptable
Constructor.
NotAcceptable(String) - Constructor for exception org.apache.juneau.http.exception.NotAcceptable
Constructor.
NotAcceptable() - Constructor for exception org.apache.juneau.http.exception.NotAcceptable
Constructor.
NotAcceptable(String, Object...) - Constructor for exception org.apache.juneau.http.exception.NotAcceptable
Constructor.
NotAcceptable(Throwable) - Constructor for exception org.apache.juneau.http.exception.NotAcceptable
Constructor.
NotAcceptable - Exception in org.apache.juneau.rest.exception
Deprecated.
NotAcceptable(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.NotAcceptable
Deprecated.
Constructor.
NotAcceptable(String) - Constructor for exception org.apache.juneau.rest.exception.NotAcceptable
Deprecated.
Constructor.
NotAcceptable() - Constructor for exception org.apache.juneau.rest.exception.NotAcceptable
Deprecated.
Constructor.
NotAcceptable(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.NotAcceptable
Deprecated.
Constructor.
NotAcceptable(Throwable) - Constructor for exception org.apache.juneau.rest.exception.NotAcceptable
Deprecated.
Constructor.
notBeanClasses(Object...) - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Bean class exclusions.
notBeanClasses(Object...) - Method in class org.apache.juneau.BeanTraverseBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.json.JsonParserBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.parser.ParserBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
notBeanClasses(Object...) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.rest.RestContextBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.uon.UonParserBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
notBeanClasses(Object...) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
notBeanPackages(Object...) - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Bean package exclusions.
notBeanPackages(Object...) - Method in class org.apache.juneau.BeanTraverseBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.json.JsonParserBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.parser.ParserBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
notBeanPackages(Object...) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.rest.RestContextBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.uon.UonParserBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
notBeanPackages(Object...) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
NotEmptyVar - Class in org.apache.juneau.svl.vars
Upper-case variable resolver.
NotEmptyVar() - Constructor for class org.apache.juneau.svl.vars.NotEmptyVar
Constructor.
NotExtended - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 510 (Not Extended).
NotExtended(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.NotExtended
Constructor.
NotExtended(String) - Constructor for exception org.apache.juneau.http.exception.NotExtended
Constructor.
NotExtended() - Constructor for exception org.apache.juneau.http.exception.NotExtended
Constructor.
NotExtended(String, Object...) - Constructor for exception org.apache.juneau.http.exception.NotExtended
Constructor.
NotExtended(Throwable) - Constructor for exception org.apache.juneau.http.exception.NotExtended
Constructor.
NotExtended - Exception in org.apache.juneau.rest.exception
Deprecated.
NotExtended(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.NotExtended
Deprecated.
Constructor.
NotExtended(String) - Constructor for exception org.apache.juneau.rest.exception.NotExtended
Deprecated.
Constructor.
NotExtended() - Constructor for exception org.apache.juneau.rest.exception.NotExtended
Deprecated.
Constructor.
NotExtended(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.NotExtended
Deprecated.
Constructor.
NotExtended(Throwable) - Constructor for exception org.apache.juneau.rest.exception.NotExtended
Deprecated.
Constructor.
NotFound - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 404 (Not Found).
NotFound(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.NotFound
Constructor.
NotFound(String) - Constructor for exception org.apache.juneau.http.exception.NotFound
Constructor.
NotFound() - Constructor for exception org.apache.juneau.http.exception.NotFound
Constructor.
NotFound(String, Object...) - Constructor for exception org.apache.juneau.http.exception.NotFound
Constructor.
NotFound(Throwable) - Constructor for exception org.apache.juneau.http.exception.NotFound
Constructor.
NotFound - Exception in org.apache.juneau.rest.exception
Deprecated.
NotFound(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.NotFound
Deprecated.
Constructor.
NotFound(String) - Constructor for exception org.apache.juneau.rest.exception.NotFound
Deprecated.
Constructor.
NotFound() - Constructor for exception org.apache.juneau.rest.exception.NotFound
Deprecated.
Constructor.
NotFound(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.NotFound
Deprecated.
Constructor.
NotFound(Throwable) - Constructor for exception org.apache.juneau.rest.exception.NotFound
Deprecated.
Constructor.
NotImplemented - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 501 (Not Implemented).
NotImplemented(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.NotImplemented
Constructor.
NotImplemented(String) - Constructor for exception org.apache.juneau.http.exception.NotImplemented
Constructor.
NotImplemented() - Constructor for exception org.apache.juneau.http.exception.NotImplemented
Constructor.
NotImplemented(String, Object...) - Constructor for exception org.apache.juneau.http.exception.NotImplemented
Constructor.
NotImplemented(Throwable) - Constructor for exception org.apache.juneau.http.exception.NotImplemented
Constructor.
NotImplemented - Exception in org.apache.juneau.rest.exception
Deprecated.
NotImplemented(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.NotImplemented
Deprecated.
Constructor.
NotImplemented(String) - Constructor for exception org.apache.juneau.rest.exception.NotImplemented
Deprecated.
Constructor.
NotImplemented() - Constructor for exception org.apache.juneau.rest.exception.NotImplemented
Deprecated.
Constructor.
NotImplemented(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.NotImplemented
Deprecated.
Constructor.
NotImplemented(Throwable) - Constructor for exception org.apache.juneau.rest.exception.NotImplemented
Deprecated.
Constructor.
NotModified - Class in org.apache.juneau.http.response
Represents an HTTP 304 Not Modified response.
NotModified() - Constructor for class org.apache.juneau.http.response.NotModified
Constructor using HTTP-standard message.
NotModified(String) - Constructor for class org.apache.juneau.http.response.NotModified
Constructor using custom message.
NotModified - Class in org.apache.juneau.rest.response
Deprecated.
NotModified() - Constructor for class org.apache.juneau.rest.response.NotModified
Deprecated.
Constructor using HTTP-standard message.
NotModified(String) - Constructor for class org.apache.juneau.rest.response.NotModified
Deprecated.
Constructor using custom message.
NoTrace - Class in org.apache.juneau.http.header
Represents a parsed No-Trace HTTP request header.
NoTrace(Object) - Constructor for class org.apache.juneau.http.header.NoTrace
Constructor.
NoTrace(String) - Constructor for class org.apache.juneau.http.header.NoTrace
Constructor
noTrace() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
When called, No-Trace: true is added to requests.
noTrace() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
When called, No-Trace: true is added to requests.
noTrace() - Method in class org.apache.juneau.rest.client2.RestRequest
When called, No-Trace: true is added to requests.
noTrace() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
noTrace(boolean) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Enabled debug mode on this request.
novalidate(Boolean) - Method in class org.apache.juneau.dto.html5.Form
novalidate attribute.
noValidate(Boolean) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Disables Swagger schema usage validation checking.
noValidate() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Disables Swagger schema usage validation checking.
nowrap(boolean) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
HtmlDocSerializer configuration property:  Prevent word wrap on page.
nowrap() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
HtmlDocSerializer configuration property:  Prevent word wrap on page.
nowrap(boolean) - Method in class org.apache.juneau.rest.HtmlDocBuilder
Deprecated.
Shorthand method for forcing the rendered HTML content to be no-wrap.
ns() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
ns() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
ns() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
ns() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
ns() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
Ns(PropertyStore) - Constructor for class org.apache.juneau.xml.XmlDocSerializer.Ns
Constructor.
Ns(PropertyStore) - Constructor for class org.apache.juneau.xml.XmlSerializer.Ns
Constructor.
ns() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
XmlSerializer configuration property:  Enable support for XML namespaces.
NsSq(PropertyStore) - Constructor for class org.apache.juneau.xml.XmlSerializer.NsSq
Constructor.
NsSqReadable(PropertyStore) - Constructor for class org.apache.juneau.xml.XmlSerializer.NsSqReadable
Constructor.
NTRIPLE - Static variable in class org.apache.juneau.http.MediaType
Reusable predefined media type
ntriple() - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  RDF language.
ntriple() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  RDF language.
NTriple - Class in org.apache.juneau.marshall
A pairing of a NTripleSerializer and NTripleParser into a single class with convenience read/write methods.
NTriple(NTripleSerializer, NTripleParser) - Constructor for class org.apache.juneau.marshall.NTriple
Constructor.
NTriple() - Constructor for class org.apache.juneau.marshall.NTriple
Constructor.
NTripleParser - Class in org.apache.juneau.jena
Subclass of RdfParser for parsing RDF in N-Triple notation.
NTripleParser(PropertyStore) - Constructor for class org.apache.juneau.jena.NTripleParser
Constructor.
NTripleSerializer - Class in org.apache.juneau.jena
Subclass of RdfSerializer for serializing RDF in N-Triple notation.
NTripleSerializer(PropertyStore) - Constructor for class org.apache.juneau.jena.NTripleSerializer
Constructor.
Null - Class in org.apache.juneau.annotation
Represents a null entry in a class annotation.
Null() - Constructor for class org.apache.juneau.annotation.Null
 
Null() - Constructor for class org.apache.juneau.cp.ResourceFinder.Null
 
NULL - Static variable in class org.apache.juneau.dto.swagger.Swagger
Represents a null swagger
Null() - Constructor for class org.apache.juneau.http.HeaderSupplier.Null
 
Null() - Constructor for class org.apache.juneau.http.NameValuePairSupplier.Null
 
NULL - Static variable in class org.apache.juneau.httppart.bean.ResponseBeanMeta
Represents a non-existent meta object.
Null() - Constructor for class org.apache.juneau.parser.ParserListener.Null
 
NULL - Static variable in class org.apache.juneau.reflect.Mutaters
Represents a non-existent transform.
NULL - Static variable in class org.apache.juneau.rest.ResponsePartMeta
Represents a non-existent meta.
Null(RestContextBuilder) - Constructor for class org.apache.juneau.rest.RestContext.Null
 
Null() - Constructor for class org.apache.juneau.serializer.SerializerListener.Null
 
NULL - Static variable in class org.apache.juneau.transform.PojoSwap
Represents a non-existent pojo swap.
Null() - Constructor for class org.apache.juneau.utils.ClasspathResourceFinder.Null
Deprecated.
 
Null() - Constructor for class org.apache.juneau.xml.XmlEventAllocator.Null
 
Null() - Constructor for class org.apache.juneau.xml.XmlReporter.Null
 
Null() - Constructor for class org.apache.juneau.xml.XmlResolver.Null
 
nullable(Collection<T>) - Static method in class org.apache.juneau.collections.AList
Creates a copy of the collection if it's not null.
nullable(Map<K, V>) - Static method in class org.apache.juneau.collections.AMap
Creates a copy of the collection if it's not null.
nullable(Map<K, V>) - Static method in class org.apache.juneau.collections.ASortedMap
Creates a copy of the collection if it's not null.
nullIfEmpty(String) - Static method in class org.apache.juneau.internal.StringUtils
Returns null if the specified string is null or empty.
NUMBER - Static variable in class org.apache.juneau.http.annotation.ParameterType
 
NumberMatcherFactory - Class in org.apache.juneau.pojotools
TODO
NumberMatcherFactory() - Constructor for class org.apache.juneau.pojotools.NumberMatcherFactory
 

O

OAPI_collectionFormat - Static variable in interface org.apache.juneau.oapi.OpenApiCommon
Configuration property: Default collection format for HTTP parts.
OAPI_format - Static variable in interface org.apache.juneau.oapi.OpenApiCommon
Configuration property: Default format for HTTP parts.
oapiCollectionFormat(HttpPartCollectionFormat) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
OpenApiCommon configuration property:  Default collection format for HTTP parts.
oapiCollectionFormat(HttpPartCollectionFormat) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
OapiExample - Class in org.apache.juneau.examples.core.oapi
Sample class which shows the simple usage of OpenApiSerializer.
OapiExample() - Constructor for class org.apache.juneau.examples.core.oapi.OapiExample
 
oapiFormat(HttpPartFormat) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
OpenApiCommon configuration property:  Default OpenAPI format for HTTP parts.
oapiFormat(HttpPartFormat) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
oAttr(String, String) - Method in class org.apache.juneau.html.HtmlWriter
 
oAttr(String, String) - Method in class org.apache.juneau.xml.XmlWriter
Writes an open-ended attribute to the output: ns:name=
oAttr(Namespace, String) - Method in class org.apache.juneau.xml.XmlWriter
Writes an open-ended attribute to the output: ns:name=
object() - Method in class org.apache.juneau.BeanContext
Returns a reusable ClassMeta representation for the class Object.
object() - Method in class org.apache.juneau.BeanSession
Returns a reusable ClassMeta representation for the class Object.
object() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Object_ element.
object(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an Object_ element with the specified child nodes.
OBJECT - Static variable in class org.apache.juneau.http.annotation.ParameterType
 
Object_ - Class in org.apache.juneau.dto.html5
DTO for an HTML <object> element.
Object_() - Constructor for class org.apache.juneau.dto.html5.Object_
Creates an empty Object_ element.
Object_(Object...) - Constructor for class org.apache.juneau.dto.html5.Object_
Creates an Object_ element with the specified child nodes.
OBJECT_CONVERTER - Static variable in interface org.apache.juneau.PropertyConverter
Converts objects to objects.
ObjectAssertion - Class in org.apache.juneau.assertions
Used for assertion calls against arbitrary POJOs.
ObjectAssertion(Object) - Constructor for class org.apache.juneau.assertions.ObjectAssertion
Creator.
ObjectList - Class in org.apache.juneau
Java implementation of a JSON array.
ObjectList(CharSequence, Parser) - Constructor for class org.apache.juneau.ObjectList
Construct a JSON array directly from text using the specified parser.
ObjectList(CharSequence) - Constructor for class org.apache.juneau.ObjectList
Shortcut for new ObjectList(String,JsonParser.DEFAULT);
ObjectList(Reader, Parser) - Constructor for class org.apache.juneau.ObjectList
Construct a JSON array directly from a reader using the specified parser.
ObjectList(Reader) - Constructor for class org.apache.juneau.ObjectList
Shortcut for new ObjectList(reader, JsonParser.DEFAULT).
ObjectList() - Constructor for class org.apache.juneau.ObjectList
Construct an empty JSON array (an empty LinkedList).
ObjectList(BeanSession) - Constructor for class org.apache.juneau.ObjectList
Construct an empty JSON array (an empty LinkedList) with the specified bean context.
ObjectList(Object...) - Constructor for class org.apache.juneau.ObjectList
Construct a JSON array and fill it with the specified objects.
ObjectList(Collection<?>) - Constructor for class org.apache.juneau.ObjectList
Construct a JSON array and fill it with the specified collection of objects.
ObjectMap - Class in org.apache.juneau
Java implementation of a JSON object.
ObjectMap(CharSequence, Parser) - Constructor for class org.apache.juneau.ObjectMap
Construct an ObjectMap directly from a string using the specified parser.
ObjectMap(CharSequence) - Constructor for class org.apache.juneau.ObjectMap
Shortcut for new ObjectMap(string,JsonParser.DEFAULT);
ObjectMap(Reader, Parser) - Constructor for class org.apache.juneau.ObjectMap
Construct an ObjectMap directly from a reader using the specified parser.
ObjectMap(Reader) - Constructor for class org.apache.juneau.ObjectMap
Shortcut for new ObjectMap(reader, JsonParser.DEFAULT).
ObjectMap(Object...) - Constructor for class org.apache.juneau.ObjectMap
Construct a JSON map and fill it with the specified freeform key-value pairs.
ObjectMap() - Constructor for class org.apache.juneau.ObjectMap
Construct an empty JSON object (an empty LinkedHashMap).
ObjectMap(BeanSession) - Constructor for class org.apache.juneau.ObjectMap
Construct an empty JSON object (an empty LinkedHashMap) with the specified bean context.
ObjectMap(Map<?, ?>) - Constructor for class org.apache.juneau.ObjectMap
Construct a JSON object and fill it with the contents from the specified Map.
ObjectUtils - Class in org.apache.juneau.internal
Various generic object utility methods.
ObjectUtils() - Constructor for class org.apache.juneau.internal.ObjectUtils
 
of() - Static method in class org.apache.juneau.collections.AList
Convenience method for creating an empty list of objects.
of(T...) - Static method in class org.apache.juneau.collections.AList
Convenience method for creating a list of objects.
of(Collection<T>) - Static method in class org.apache.juneau.collections.AList
Convenience method for creating a list of objects.
of() - Static method in class org.apache.juneau.collections.AMap
Creates an empty map.
of(K, V) - Static method in class org.apache.juneau.collections.AMap
Creates a map with one entry.
of(K, V, K, V) - Static method in class org.apache.juneau.collections.AMap
 
of(K, V, K, V, K, V) - Static method in class org.apache.juneau.collections.AMap
 
of(K, V, K, V, K, V, K, V) - Static method in class org.apache.juneau.collections.AMap
 
of(K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.juneau.collections.AMap
 
of(K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.juneau.collections.AMap
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.juneau.collections.AMap
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.juneau.collections.AMap
 
of(Map<K, V>) - Static method in class org.apache.juneau.collections.AMap
Creates a new map initialized with the specified contents.
of(T...) - Static method in class org.apache.juneau.collections.ASet
Convenience method for creating a list of objects.
of(Collection<T>) - Static method in class org.apache.juneau.collections.ASet
Convenience method for creating a list of objects.
of() - Static method in class org.apache.juneau.collections.ASortedMap
Creates an empty map.
of(K, V) - Static method in class org.apache.juneau.collections.ASortedMap
Creates a map with one entry.
of(Map<K, V>) - Static method in class org.apache.juneau.collections.ASortedMap
Creates a new map initialized with the specified contents.
of(T...) - Static method in class org.apache.juneau.collections.ASortedSet
Convenience method for creating a list of objects.
of() - Static method in class org.apache.juneau.collections.OList
Construct an empty list.
of(Object...) - Static method in class org.apache.juneau.collections.OList
Construct a list initialized with the specified key/value pairs.
of() - Static method in class org.apache.juneau.collections.OMap
Construct an empty map.
of(Object...) - Static method in class org.apache.juneau.collections.OMap
Construct a map initialized with the specified key/value pairs.
of(Class<?>) - Static method in class org.apache.juneau.cp.Messages
Constructor.
of(Class<?>, String) - Static method in class org.apache.juneau.cp.Messages
Constructor.
of(String, Object) - Static method in class org.apache.juneau.http.BasicHeader
Convenience creator.
of(NameValuePair) - Static method in class org.apache.juneau.http.BasicHeader
Convenience creator.
of(String, Supplier<?>) - Static method in class org.apache.juneau.http.BasicHeader
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.BasicHttpEntity
Creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.BasicHttpEntity
Creator.
of(Object) - Static method in class org.apache.juneau.http.BasicHttpResource
Creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.BasicHttpResource
Creator.
of(String, Object) - Static method in class org.apache.juneau.http.BasicNameValuePair
Convenience creator.
of(String, Supplier<?>) - Static method in class org.apache.juneau.http.BasicNameValuePair
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.EntityTag
Creator.
of(String) - Static method in class org.apache.juneau.http.header.Accept
Returns a parsed and cached header.
of(Object) - Static method in class org.apache.juneau.http.header.Accept
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.Accept
Convenience creator using supplier.
of(String) - Static method in class org.apache.juneau.http.header.AcceptCharset
Returns a parsed and cached header.
of(Object) - Static method in class org.apache.juneau.http.header.AcceptCharset
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.AcceptCharset
Convenience creator using supplier.
of(String) - Static method in class org.apache.juneau.http.header.AcceptEncoding
Returns a parsed and cached header.
of(Object) - Static method in class org.apache.juneau.http.header.AcceptEncoding
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.AcceptEncoding
Convenience creator using supplier.
of(String) - Static method in class org.apache.juneau.http.header.AcceptLanguage
Returns a parsed and cached header.
of(Object) - Static method in class org.apache.juneau.http.header.AcceptLanguage
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.AcceptLanguage
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.AcceptRanges
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.AcceptRanges
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.Age
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.Age
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.Allow
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.Allow
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.Authorization
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.Authorization
Convenience creator using supplier.
of(String, Object) - Static method in class org.apache.juneau.http.header.BasicCsvArrayHeader
Convenience creator.
of(String, Supplier<?>) - Static method in class org.apache.juneau.http.header.BasicCsvArrayHeader
Convenience creator using supplier.
of(String, Object) - Static method in class org.apache.juneau.http.header.BasicDateHeader
Convenience creator.
of(String, Supplier<?>) - Static method in class org.apache.juneau.http.header.BasicDateHeader
Convenience creator using supplier.
of(String, Object) - Static method in class org.apache.juneau.http.header.BasicEntityTagArrayHeader
Convenience creator.
of(String, Supplier<?>) - Static method in class org.apache.juneau.http.header.BasicEntityTagArrayHeader
Convenience creator using supplier.
of(String, Object) - Static method in class org.apache.juneau.http.header.BasicEntityTagHeader
Convenience creator.
of(String, Supplier<?>) - Static method in class org.apache.juneau.http.header.BasicEntityTagHeader
Convenience creator using supplier.
of(String, Object) - Static method in class org.apache.juneau.http.header.BasicIntegerHeader
Convenience creator.
of(String, Supplier<?>) - Static method in class org.apache.juneau.http.header.BasicIntegerHeader
Convenience creator using supplier.
of(String, Object) - Static method in class org.apache.juneau.http.header.BasicLongHeader
Convenience creator.
of(String, Supplier<?>) - Static method in class org.apache.juneau.http.header.BasicLongHeader
Convenience creator using supplier.
of(String, Object) - Static method in class org.apache.juneau.http.header.BasicMediaRangeArrayHeader
Convenience creator.
of(String, Supplier<?>) - Static method in class org.apache.juneau.http.header.BasicMediaRangeArrayHeader
Convenience creator using supplier.
of(String, Object) - Static method in class org.apache.juneau.http.header.BasicMediaTypeHeader
Convenience creator.
of(String, Supplier<?>) - Static method in class org.apache.juneau.http.header.BasicMediaTypeHeader
Convenience creator using supplier.
of(String, Object) - Static method in class org.apache.juneau.http.header.BasicStringHeader
Convenience creator.
of(String, Supplier<?>) - Static method in class org.apache.juneau.http.header.BasicStringHeader
Convenience creator using supplier.
of(String, Object) - Static method in class org.apache.juneau.http.header.BasicStringRangeArrayHeader
Convenience creator.
of(String, Supplier<?>) - Static method in class org.apache.juneau.http.header.BasicStringRangeArrayHeader
Convenience creator using supplier.
of(String, Object) - Static method in class org.apache.juneau.http.header.BasicUriHeader
Convenience creator.
of(String, Supplier<?>) - Static method in class org.apache.juneau.http.header.BasicUriHeader
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.CacheControl
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.CacheControl
Convenience creator using supplier.
of(String) - Static method in class org.apache.juneau.http.header.ClientVersion
Returns a parsed and cached header.
of(Object) - Static method in class org.apache.juneau.http.header.ClientVersion
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.ClientVersion
Convenience creator using supplier.
of(String) - Static method in class org.apache.juneau.http.header.Connection
Returns a parsed and cached header.
of(Object) - Static method in class org.apache.juneau.http.header.Connection
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.Connection
Convenience creator using supplier.
of(String) - Static method in class org.apache.juneau.http.header.ContentDisposition
Returns a parsed and cached header.
of(Object) - Static method in class org.apache.juneau.http.header.ContentDisposition
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.ContentDisposition
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.ContentEncoding
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.ContentEncoding
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.ContentLanguage
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.ContentLanguage
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.ContentLength
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.ContentLength
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.ContentLocation
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.ContentLocation
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.ContentRange
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.ContentRange
Convenience creator using supplier.
of(String) - Static method in class org.apache.juneau.http.header.ContentType
Returns a parsed and cached Content-Type header.
of(MediaType) - Static method in class org.apache.juneau.http.header.ContentType
Returns a parsed and cached Content-Type header.
of(Object) - Static method in class org.apache.juneau.http.header.ContentType
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.ContentType
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.Date
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.Date
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.ETag
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.ETag
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.Expect
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.Expect
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.Expires
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.Expires
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.Forwarded
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.Forwarded
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.From
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.From
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.Host
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.Host
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.IfMatch
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.IfMatch
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.IfModifiedSince
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.IfModifiedSince
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.IfNoneMatch
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.IfNoneMatch
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.IfRange
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.IfRange
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.IfUnmodifiedSince
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.IfUnmodifiedSince
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.LastModified
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.LastModified
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.Location
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.Location
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.MaxForwards
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.MaxForwards
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.NoTrace
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.NoTrace
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.Origin
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.Origin
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.Pragma
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.Pragma
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.ProxyAuthenticate
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.ProxyAuthenticate
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.ProxyAuthorization
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.ProxyAuthorization
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.Range
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.Range
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.Referer
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.Referer
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.RetryAfter
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.RetryAfter
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.Server
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.Server
Convenience creator using supplier.
of(String) - Static method in class org.apache.juneau.http.header.TE
Returns a parsed and cached header.
of(Object) - Static method in class org.apache.juneau.http.header.TE
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.TE
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.Trailer
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.Trailer
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.TransferEncoding
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.TransferEncoding
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.Upgrade
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.Upgrade
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.UserAgent
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.UserAgent
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.Vary
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.Vary
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.Via
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.Via
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.Warning
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.Warning
Convenience creator using supplier.
of(Object) - Static method in class org.apache.juneau.http.header.WwwAuthenticate
Convenience creator.
of(Supplier<?>) - Static method in class org.apache.juneau.http.header.WwwAuthenticate
Convenience creator using supplier.
of() - Static method in class org.apache.juneau.http.HeaderSupplier
Creates an empty instance.
of(Collection<Header>) - Static method in class org.apache.juneau.http.HeaderSupplier
Creates an instance initialized with the specified headers.
of(Object...) - Static method in class org.apache.juneau.http.HeaderSupplier
Convenience creator.
of(String) - Static method in class org.apache.juneau.http.MediaRanges
Returns a parsed Accept header value.
of(String) - Static method in class org.apache.juneau.http.MediaType
Returns the media type for the specified string.
of() - Static method in class org.apache.juneau.http.NameValuePairSupplier
Creates an empty instance.
of(Collection<NameValuePair>) - Static method in class org.apache.juneau.http.NameValuePairSupplier
Creates an instance initialized with the specified pairs.
of(Object...) - Static method in class org.apache.juneau.http.NameValuePairSupplier
Convenience creator.
of(String, Object) - Static method in class org.apache.juneau.http.SerializedHeader
Instantiates a new instance of this object.
of(String, Supplier<?>) - Static method in class org.apache.juneau.http.SerializedHeader
Instantiates a new instance of this object.
of(Object, Serializer) - Static method in class org.apache.juneau.http.SerializedHttpEntity
Creator.
of(Supplier<?>, Serializer) - Static method in class org.apache.juneau.http.SerializedHttpEntity
Creator.
of(String, Object) - Static method in class org.apache.juneau.http.SerializedNameValuePair
Instantiates a new instance of this object.
of(String, Supplier<?>) - Static method in class org.apache.juneau.http.SerializedNameValuePair
Instantiates a new instance of this object.
of(String) - Static method in class org.apache.juneau.http.StringRanges
Returns a parsed string range header value.
of(Object...) - Static method in class org.apache.juneau.internal.HashCode
Calculates a hash code over the specified objects.
of(Iterable<I>, Function<I, E>) - Static method in class org.apache.juneau.internal.MappedIterable
Constructor.
of(List<T>) - Static method in class org.apache.juneau.internal.ReverseIterable
Convenience method for constructing instances.
of(T[]) - Static method in class org.apache.juneau.internal.ReverseIterable
Convenience method for constructing instances.
of(ClassInfo, T) - Static method in class org.apache.juneau.reflect.AnnotationInfo
Convenience constructor when annotation is found on a class.
of(MethodInfo, T) - Static method in class org.apache.juneau.reflect.AnnotationInfo
Convenience constructor when annotation is found on a method.
of(Package, T) - Static method in class org.apache.juneau.reflect.AnnotationInfo
Convenience constructor when annotation is found on a package.
of(Type) - Static method in class org.apache.juneau.reflect.ClassInfo
Returns a class info wrapper around the specified class type.
of(Class<?>) - Static method in class org.apache.juneau.reflect.ClassInfo
Returns a class info wrapper around the specified class type.
of(Class<?>, Type) - Static method in class org.apache.juneau.reflect.ClassInfo
Returns a class info wrapper around the specified class type.
of(Object) - Static method in class org.apache.juneau.reflect.ClassInfo
Same as using the constructor, but operates on an object instance.
of(ClassInfo, Constructor<?>, Constructor<?>) - Static method in class org.apache.juneau.reflect.ConstructorInfo
Convenience method for instantiating a ConstructorInfo;
of(Constructor<?>) - Static method in class org.apache.juneau.reflect.ConstructorInfo
Convenience method for instantiating a ConstructorInfo;
of(ClassInfo, Field) - Static method in class org.apache.juneau.reflect.FieldInfo
Convenience method for instantiating a FieldInfo;
of(Field) - Static method in class org.apache.juneau.reflect.FieldInfo
Convenience method for instantiating a FieldInfo;
of(ClassInfo, Method, Method) - Static method in class org.apache.juneau.reflect.MethodInfo
Convenience method for instantiating a MethodInfo;
of(Class<?>, Method, Method) - Static method in class org.apache.juneau.reflect.MethodInfo
Convenience method for instantiating a MethodInfo;
of(Method) - Static method in class org.apache.juneau.reflect.MethodInfo
Convenience method for instantiating a MethodInfo;
of(String, String, String, String) - Static method in class org.apache.juneau.UriContext
Convenience creator.
of(UriResolution, UriRelativity, UriContext) - Static method in class org.apache.juneau.UriResolver
Convenience creator.
of(T) - Static method in class org.apache.juneau.utils.Mutable
Creates a mutable initialized with the specified object.
of(A, B) - Static method in class org.apache.juneau.utils.Tuple2
Creator.
of(A, B, C) - Static method in class org.apache.juneau.utils.Tuple3
Creator.
of(A, B, C, D) - Static method in class org.apache.juneau.utils.Tuple4
Creator.
of(A, B, C, D, E) - Static method in class org.apache.juneau.utils.Tuple5
Creator.
ofa(T...) - Static method in class org.apache.juneau.collections.AList
Convenience method for creating a list of objects.
ofAll(Collection<?>) - Static method in class org.apache.juneau.collections.OList
Construct a list initialized with the specified list.
ofAll(Map<?, ?>) - Static method in class org.apache.juneau.collections.OMap
Construct a map initialized with the specified map.
ofAll(String...) - Static method in class org.apache.juneau.http.MediaType
Same as MediaType.of(String) but allows you to construct an array of MediaTypes from an array of strings.
ofc(Class<?>) - Static method in class org.apache.juneau.reflect.ClassInfo
Same as ClassInfo.of(Class)} but caches the result for faster future lookup.
ofc(Object) - Static method in class org.apache.juneau.reflect.ClassInfo
Same as ClassInfo.of(Object)} but caches the result for faster future lookup.
ofJson(CharSequence) - Static method in class org.apache.juneau.collections.OList
Construct a list initialized with the specified JSON string.
ofJson(Reader) - Static method in class org.apache.juneau.collections.OList
Construct a list initialized with the specified reader containing JSON.
ofJson(CharSequence) - Static method in class org.apache.juneau.collections.OMap
Construct a map initialized with the specified JSON string.
ofJson(Reader) - Static method in class org.apache.juneau.collections.OMap
Construct a map initialized with the specified reader containing JSON.
ofPair(String) - Static method in class org.apache.juneau.http.BasicHeader
Creates a Header from a name/value pair string (e.g.
ofPair(String) - Static method in class org.apache.juneau.http.BasicNameValuePair
Creates a NameValuePair from a name/value pair string (e.g.
ofPairs(Object...) - Static method in class org.apache.juneau.collections.AMap
Creates a map out of a list of key/value pairs.
ofPairs(Object...) - Static method in class org.apache.juneau.http.HeaderSupplier
Creates an instance initialized with the specified name/value pairs.
ofPairs(Object...) - Static method in class org.apache.juneau.http.NameValuePairSupplier
Creates an instance initialized with the specified pairs.
ofText(CharSequence, Parser) - Static method in class org.apache.juneau.collections.OList
Construct a list initialized with the specified string.
ofText(Reader, Parser) - Static method in class org.apache.juneau.collections.OList
Construct a list initialized with the specified string.
ofText(CharSequence, Parser) - Static method in class org.apache.juneau.collections.OMap
Construct a map initialized with the specified string.
ofText(Reader, Parser) - Static method in class org.apache.juneau.collections.OMap
Construct a map initialized with the specified string.
Ok - Class in org.apache.juneau.http.response
Represents an HTTP 200 OK response.
Ok() - Constructor for class org.apache.juneau.http.response.Ok
Constructor using HTTP-standard message.
Ok(String) - Constructor for class org.apache.juneau.http.response.Ok
Constructor using custom message.
OK - Static variable in class org.apache.juneau.http.response.Ok
Reusable instance.
Ok - Class in org.apache.juneau.rest.response
Deprecated.
Ok() - Constructor for class org.apache.juneau.rest.response.Ok
Deprecated.
Constructor using HTTP-standard message.
Ok(String) - Constructor for class org.apache.juneau.rest.response.Ok
Deprecated.
Constructor using custom message.
OK - Static variable in class org.apache.juneau.rest.response.Ok
Deprecated.
Reusable instance.
ol() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Ol element.
ol(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an Ol element with the specified child nodes.
Ol - Class in org.apache.juneau.dto.html5
DTO for an HTML <ol> element.
Ol() - Constructor for class org.apache.juneau.dto.html5.Ol
Creates an empty Ol element.
Ol(Object...) - Constructor for class org.apache.juneau.dto.html5.Ol
Creates an Ol element with the specified child nodes.
OList - Class in org.apache.juneau.collections
Java implementation of a JSON array.
OList() - Constructor for class org.apache.juneau.collections.OList
Construct an empty list.
OList(BeanSession) - Constructor for class org.apache.juneau.collections.OList
Construct an empty list with the specified bean context.
OList(Collection<?>) - Constructor for class org.apache.juneau.collections.OList
Construct a list initialized with the specified list.
OList(CharSequence) - Constructor for class org.apache.juneau.collections.OList
Construct a list initialized with the specified JSON.
OList(CharSequence, Parser) - Constructor for class org.apache.juneau.collections.OList
Construct a list initialized with the specified string.
OList(Reader) - Constructor for class org.apache.juneau.collections.OList
Construct a list initialized with the specified reader containing JSON.
OList(Reader, Parser) - Constructor for class org.apache.juneau.collections.OList
Construct a list initialized with the specified string.
OList(Object...) - Constructor for class org.apache.juneau.collections.OList
Construct a list initialized with the contents.
OMap - Class in org.apache.juneau.collections
Java implementation of a JSON object.
OMap() - Constructor for class org.apache.juneau.collections.OMap
Construct an empty map.
OMap(BeanSession) - Constructor for class org.apache.juneau.collections.OMap
Construct an empty map with the specified bean context.
OMap(Map<?, ?>) - Constructor for class org.apache.juneau.collections.OMap
Construct a map initialized with the specified map.
OMap(CharSequence) - Constructor for class org.apache.juneau.collections.OMap
Construct a map initialized with the specified JSON.
OMap(CharSequence, Parser) - Constructor for class org.apache.juneau.collections.OMap
Construct a map initialized with the specified string.
OMap(Reader) - Constructor for class org.apache.juneau.collections.OMap
Construct a map initialized with the specified reader containing JSON.
OMap(Reader, Parser) - Constructor for class org.apache.juneau.collections.OMap
Construct a map initialized with the specified string.
OMap(Object...) - Constructor for class org.apache.juneau.collections.OMap
Construct a map initialized with the specified key/value pairs.
omap(String[], String) - Method in class org.apache.juneau.ConfigApply
Resolves the specified strings and converts it to an OMap.
omap(String, String) - Method in class org.apache.juneau.ConfigApply
Resolves the specified string and converts it to an OMap.
on() - Method in class org.apache.juneau.annotation.BeanAnnotation
 
on(String) - Method in class org.apache.juneau.annotation.BeanAnnotation
Sets the on property on this annotation.
on(Class<?>) - Method in class org.apache.juneau.annotation.BeanAnnotation
Sets the on property on this annotation.
on() - Method in class org.apache.juneau.annotation.BeancAnnotation
 
on(String) - Method in class org.apache.juneau.annotation.BeancAnnotation
Sets the on property on this annotation.
on(Constructor<?>) - Method in class org.apache.juneau.annotation.BeancAnnotation
Sets the on property on this annotation.
on() - Method in class org.apache.juneau.annotation.BeanIgnoreAnnotation
 
on(String) - Method in class org.apache.juneau.annotation.BeanIgnoreAnnotation
Sets the on property on this annotation.
on(Class<?>) - Method in class org.apache.juneau.annotation.BeanIgnoreAnnotation
Sets the on property on this annotation.
on(Method) - Method in class org.apache.juneau.annotation.BeanIgnoreAnnotation
Sets the on property on this annotation.
on(Field) - Method in class org.apache.juneau.annotation.BeanIgnoreAnnotation
Sets the on property on this annotation.
on(Constructor<?>) - Method in class org.apache.juneau.annotation.BeanIgnoreAnnotation
Sets the on property on this annotation.
on() - Method in class org.apache.juneau.annotation.BeanpAnnotation
 
on(String) - Method in class org.apache.juneau.annotation.BeanpAnnotation
Sets the on property on this annotation.
on(Method) - Method in class org.apache.juneau.annotation.BeanpAnnotation
Sets the on property on this annotation.
on(Field) - Method in class org.apache.juneau.annotation.BeanpAnnotation
Sets the on property on this annotation.
on() - Method in class org.apache.juneau.annotation.ExampleAnnotation
 
on(String) - Method in class org.apache.juneau.annotation.ExampleAnnotation
Sets the on property on this annotation.
on(Field) - Method in class org.apache.juneau.annotation.ExampleAnnotation
Sets the on property on this annotation.
on(Method) - Method in class org.apache.juneau.annotation.ExampleAnnotation
Sets the on property on this annotation.
on(Class<?>) - Method in class org.apache.juneau.annotation.ExampleAnnotation
Sets the on property on this annotation.
on() - Method in class org.apache.juneau.annotation.NamePropertyAnnotation
 
on(String) - Method in class org.apache.juneau.annotation.NamePropertyAnnotation
Sets the on property on this annotation.
on(Method) - Method in class org.apache.juneau.annotation.NamePropertyAnnotation
Sets the on property on this annotation.
on(Field) - Method in class org.apache.juneau.annotation.NamePropertyAnnotation
Sets the on property on this annotation.
on() - Method in class org.apache.juneau.annotation.ParentPropertyAnnotation
 
on(String) - Method in class org.apache.juneau.annotation.ParentPropertyAnnotation
Sets the on property on this annotation.
on(Method) - Method in class org.apache.juneau.annotation.ParentPropertyAnnotation
Sets the on property on this annotation.
on(Field) - Method in class org.apache.juneau.annotation.ParentPropertyAnnotation
Sets the on property on this annotation.
on() - Method in class org.apache.juneau.annotation.SwapAnnotation
 
on(String) - Method in class org.apache.juneau.annotation.SwapAnnotation
Sets the on property on this annotation.
on(Class<?>) - Method in class org.apache.juneau.annotation.SwapAnnotation
Sets the on property on this annotation.
on(Method) - Method in class org.apache.juneau.annotation.SwapAnnotation
Sets the on property on this annotation.
on(Field) - Method in class org.apache.juneau.annotation.SwapAnnotation
Sets the on property on this annotation.
on() - Method in class org.apache.juneau.annotation.UriAnnotation
 
on(String) - Method in class org.apache.juneau.annotation.UriAnnotation
Sets the on property on this annotation.
on(Class<?>) - Method in class org.apache.juneau.annotation.UriAnnotation
Sets the on property on this annotation.
on(Field) - Method in class org.apache.juneau.annotation.UriAnnotation
Sets the on property on this annotation.
on(Method) - Method in class org.apache.juneau.annotation.UriAnnotation
Sets the on property on this annotation.
on() - Method in class org.apache.juneau.csv.annotation.CsvAnnotation
 
on(String) - Method in class org.apache.juneau.csv.annotation.CsvAnnotation
Sets the on property on this annotation.
on(Class<?>) - Method in class org.apache.juneau.csv.annotation.CsvAnnotation
Sets the on property on this annotation.
on(Method) - Method in class org.apache.juneau.csv.annotation.CsvAnnotation
Sets the on property on this annotation.
on(Field) - Method in class org.apache.juneau.csv.annotation.CsvAnnotation
Sets the on property on this annotation.
on() - Method in class org.apache.juneau.html.annotation.HtmlAnnotation
 
on(String) - Method in class org.apache.juneau.html.annotation.HtmlAnnotation
Sets the on property on this annotation.
on(Class<?>) - Method in class org.apache.juneau.html.annotation.HtmlAnnotation
Sets the on property on this annotation.
on(Method) - Method in class org.apache.juneau.html.annotation.HtmlAnnotation
Sets the on property on this annotation.
on(Field) - Method in class org.apache.juneau.html.annotation.HtmlAnnotation
Sets the on property on this annotation.
on() - Method in class org.apache.juneau.html.annotation.HtmlLinkAnnotation
 
on(String) - Method in class org.apache.juneau.html.annotation.HtmlLinkAnnotation
Sets the on property on this annotation.
on(Class<?>) - Method in class org.apache.juneau.html.annotation.HtmlLinkAnnotation
Sets the on property on this annotation.
on() - Method in class org.apache.juneau.jena.annotation.RdfAnnotation
 
on(String) - Method in class org.apache.juneau.jena.annotation.RdfAnnotation
Sets the on property on this annotation.
on(Class<?>) - Method in class org.apache.juneau.jena.annotation.RdfAnnotation
Sets the on property on this annotation.
on(Method) - Method in class org.apache.juneau.jena.annotation.RdfAnnotation
Sets the on property on this annotation.
on(Field) - Method in class org.apache.juneau.jena.annotation.RdfAnnotation
Sets the on property on this annotation.
on() - Method in class org.apache.juneau.jso.annotation.JsoAnnotation
 
on(String) - Method in class org.apache.juneau.jso.annotation.JsoAnnotation
Sets the on property on this annotation.
on(Class<?>) - Method in class org.apache.juneau.jso.annotation.JsoAnnotation
Sets the on property on this annotation.
on(Method) - Method in class org.apache.juneau.jso.annotation.JsoAnnotation
Sets the on property on this annotation.
on(Field) - Method in class org.apache.juneau.jso.annotation.JsoAnnotation
Sets the on property on this annotation.
on() - Method in class org.apache.juneau.json.annotation.JsonAnnotation
 
on(String) - Method in class org.apache.juneau.json.annotation.JsonAnnotation
Sets the on property on this annotation.
on(Class<?>) - Method in class org.apache.juneau.json.annotation.JsonAnnotation
Sets the on property on this annotation.
on(Method) - Method in class org.apache.juneau.json.annotation.JsonAnnotation
Sets the on property on this annotation.
on(Field) - Method in class org.apache.juneau.json.annotation.JsonAnnotation
Sets the on property on this annotation.
on() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
on(String) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the on property on this annotation.
on() - Method in class org.apache.juneau.msgpack.annotation.MsgPackAnnotation
 
on(String) - Method in class org.apache.juneau.msgpack.annotation.MsgPackAnnotation
Sets the on property on this annotation.
on(Class<?>) - Method in class org.apache.juneau.msgpack.annotation.MsgPackAnnotation
Sets the on property on this annotation.
on(Method) - Method in class org.apache.juneau.msgpack.annotation.MsgPackAnnotation
Sets the on property on this annotation.
on(Field) - Method in class org.apache.juneau.msgpack.annotation.MsgPackAnnotation
Sets the on property on this annotation.
on() - Method in class org.apache.juneau.oapi.annotation.OpenApiAnnotation
 
on(String) - Method in class org.apache.juneau.oapi.annotation.OpenApiAnnotation
Sets the on property on this annotation.
on(Class<?>) - Method in class org.apache.juneau.oapi.annotation.OpenApiAnnotation
Sets the on property on this annotation.
on(Method) - Method in class org.apache.juneau.oapi.annotation.OpenApiAnnotation
Sets the on property on this annotation.
on(Field) - Method in class org.apache.juneau.oapi.annotation.OpenApiAnnotation
Sets the on property on this annotation.
on() - Method in class org.apache.juneau.plaintext.annotation.PlainTextAnnotation
 
on(String) - Method in class org.apache.juneau.plaintext.annotation.PlainTextAnnotation
Sets the on property on this annotation.
on(Class<?>) - Method in class org.apache.juneau.plaintext.annotation.PlainTextAnnotation
Sets the on property on this annotation.
on(Method) - Method in class org.apache.juneau.plaintext.annotation.PlainTextAnnotation
Sets the on property on this annotation.
on(Field) - Method in class org.apache.juneau.plaintext.annotation.PlainTextAnnotation
Sets the on property on this annotation.
on() - Method in class org.apache.juneau.soap.annotation.SoapXmlAnnotation
 
on(String) - Method in class org.apache.juneau.soap.annotation.SoapXmlAnnotation
Sets the on property on this annotation.
on(Class<?>) - Method in class org.apache.juneau.soap.annotation.SoapXmlAnnotation
Sets the on property on this annotation.
on(Method) - Method in class org.apache.juneau.soap.annotation.SoapXmlAnnotation
Sets the on property on this annotation.
on(Field) - Method in class org.apache.juneau.soap.annotation.SoapXmlAnnotation
Sets the on property on this annotation.
on() - Method in class org.apache.juneau.uon.annotation.UonAnnotation
 
on(String) - Method in class org.apache.juneau.uon.annotation.UonAnnotation
Sets the on property on this annotation.
on(Class<?>) - Method in class org.apache.juneau.uon.annotation.UonAnnotation
Sets the on property on this annotation.
on(Method) - Method in class org.apache.juneau.uon.annotation.UonAnnotation
Sets the on property on this annotation.
on(Field) - Method in class org.apache.juneau.uon.annotation.UonAnnotation
Sets the on property on this annotation.
on() - Method in class org.apache.juneau.urlencoding.annotation.UrlEncodingAnnotation
 
on(String) - Method in class org.apache.juneau.urlencoding.annotation.UrlEncodingAnnotation
Sets the on property on this annotation.
on(Class<?>) - Method in class org.apache.juneau.urlencoding.annotation.UrlEncodingAnnotation
Sets the on property on this annotation.
on(Method) - Method in class org.apache.juneau.urlencoding.annotation.UrlEncodingAnnotation
Sets the on property on this annotation.
on(Field) - Method in class org.apache.juneau.urlencoding.annotation.UrlEncodingAnnotation
Sets the on property on this annotation.
on() - Method in class org.apache.juneau.xml.annotation.XmlAnnotation
 
on(String) - Method in class org.apache.juneau.xml.annotation.XmlAnnotation
Sets the on property on this annotation.
on(Class<?>) - Method in class org.apache.juneau.xml.annotation.XmlAnnotation
Sets the on property on this annotation.
on(Method) - Method in class org.apache.juneau.xml.annotation.XmlAnnotation
Sets the on property on this annotation.
on(Field) - Method in class org.apache.juneau.xml.annotation.XmlAnnotation
Sets the on property on this annotation.
onabort(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onabort attribute.
onafterprint(String) - Method in class org.apache.juneau.dto.html5.Body
onafterprint attribute.
onBeanGetterException(SerializerSession, Throwable, BeanPropertyMeta) - Method in class org.apache.juneau.serializer.SerializerListener
Called when an exception is thrown when trying to call a bean getter method.
onBeanGetterException(BeanPropertyMeta, Throwable) - Method in class org.apache.juneau.serializer.SerializerSession
Specialized warning when an exception is thrown while executing a bean getter.
onBeanSetterException(ParserSession, Throwable, BeanPropertyMeta) - Method in class org.apache.juneau.parser.ParserListener
Called when an exception is thrown when trying to call a bean setter method.
onBeanSetterException(BeanPropertyMeta, Throwable) - Method in class org.apache.juneau.parser.ParserSession
Specialized warning when an exception is thrown while executing a bean setter.
onbeforeunload(String) - Method in class org.apache.juneau.dto.html5.Body
onbeforeunload attribute.
onblur(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onblur attribute.
oncancel(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
oncancel attribute.
oncanplay(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
oncanplay attribute.
oncanplaythrough(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
oncanplaythrough attribute.
onChange(String) - Method in class org.apache.juneau.config.internal.ConfigMap
 
onChange(String) - Method in interface org.apache.juneau.config.store.ConfigStoreListener
Called when the physical contents of a config file have changed.
onchange(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onchange attribute.
onclick(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onclick attribute.
onClose(RestCall) - Method in class org.apache.juneau.rest.client.RestCallInterceptor
Deprecated.
Called when RestCall.close() is called.
onClose(RestCall) - Method in class org.apache.juneau.rest.client.RestCallLogger
Deprecated.
 
onClose(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.client2.BasicRestCallInterceptor
 
onClose(RestRequest, RestResponse) - Method in interface org.apache.juneau.rest.client2.RestCallInterceptor
Called when the response body is consumed.
onClose(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.client2.RestClient
Interceptor method called immediately after the RestRequest object is created and all headers/query/form-data has been set on the request from the client.
onCode(int) - Method in class org.apache.juneau.rest.client.RetryOn
Deprecated.
Subclasses should override this method to determine whether the HTTP response is retryable.
onConfigChange(ConfigEvents) - Method in class org.apache.juneau.config.Config
 
onConfigChange(ConfigEvents) - Method in interface org.apache.juneau.config.event.ConfigEventListener
Gets called immediately after a config file has been loaded.
onConfigChange(Microservice, ConfigEvents) - Method in class org.apache.juneau.microservice.BasicMicroserviceListener
 
onConfigChange(ConfigEvents) - Method in class org.apache.juneau.microservice.Microservice
 
onConfigChange(Microservice, ConfigEvents) - Method in interface org.apache.juneau.microservice.MicroserviceListener
Called if one or more changes occur in the config file.
onConnect(RestCall, int, HttpRequest, HttpResponse) - Method in class org.apache.juneau.rest.client.RestCallInterceptor
Deprecated.
Called immediately after an HTTP response has been received.
onConnect(RestCall, int, HttpRequest, HttpResponse) - Method in class org.apache.juneau.rest.client.RestCallLogger
Deprecated.
 
onConnect(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.client2.BasicRestCallInterceptor
 
onConnect(RestRequest, RestResponse) - Method in interface org.apache.juneau.rest.client2.RestCallInterceptor
Called immediately after an HTTP response has been received.
onConnect(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.client2.RestClient
Interceptor method called immediately after an HTTP response has been received.
onCreateServer(JettyMicroservice) - Method in class org.apache.juneau.microservice.jetty.BasicJettyMicroserviceListener
 
onCreateServer(JettyMicroservice) - Method in interface org.apache.juneau.microservice.jetty.JettyMicroserviceListener
Called before the Jetty server is created.
oncuechange(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
oncuechange attribute.
ondblclick(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
ondblclick attribute.
onDestroy(RestContext) - Method in class org.apache.juneau.rest.BasicRest
Method that gets called during servlet destroy.
onDestroy(RestContext) - Method in class org.apache.juneau.rest.RestServlet
Method that gets called during servlet destroy.
ondurationchange(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
ondurationchange attribute.
onemptied(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onemptied attribute.
onEndCall(HttpServletRequest, HttpServletResponse) - Method in class org.apache.juneau.rest.BasicRest
Method that gets called right before we exit the servlet service method.
onEndCall(HttpServletRequest, HttpServletResponse) - Method in class org.apache.juneau.rest.RestServlet
Method that gets called right before we exit the servlet service method.
onended(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onended attribute.
onError(Throwable, String, Object...) - Method in class org.apache.juneau.BeanTraverseSession
Logs a warning message.
onerror(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onerror attribute.
onError(ParserSession, Throwable, String) - Method in class org.apache.juneau.parser.ParserListener
Called when an error occurs during parsing but is ignored.
onError(HttpServletRequest, HttpServletResponse, RestException) - Method in class org.apache.juneau.rest.BasicRestLogger
Deprecated.
Callback method for logging errors during HTTP requests.
onError(HttpServletRequest, HttpServletResponse, RestException) - Method in interface org.apache.juneau.rest.RestLogger
Deprecated.
Callback method for logging errors during HTTP requests.
onError(SerializerSession, Throwable, String) - Method in class org.apache.juneau.serializer.SerializerListener
Called when an error occurs during serialization but is ignored.
onError(Throwable, String, Object...) - Method in class org.apache.juneau.serializer.SerializerSession
Logs a warning message.
onFileEvent(WatchEvent<Path>) - Method in class org.apache.juneau.config.store.ConfigFileStore
Gets called when the watcher service on this store is triggered with a file system change.
onfocus(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onfocus attribute.
onInit(RestContextBuilder) - Method in class org.apache.juneau.rest.BasicRest
Method that gets called during servlet initialization.
onInit(RestCall) - Method in class org.apache.juneau.rest.client.RestCallInterceptor
Deprecated.
Called when RestCall object is created.
onInit(RestCall) - Method in class org.apache.juneau.rest.client.RestCallLogger
Deprecated.
 
onInit(RestRequest) - Method in class org.apache.juneau.rest.client2.BasicRestCallInterceptor
 
onInit(RestRequest) - Method in interface org.apache.juneau.rest.client2.RestCallInterceptor
Called immediately after RestRequest object is created and all headers/query/form-data has been copied from the client to the request object.
onInit(RestRequest) - Method in class org.apache.juneau.rest.client2.RestClient
Interceptor method called immediately after the RestRequest object is created and all headers/query/form-data has been copied from the client.
onInit(RestContextBuilder) - Method in class org.apache.juneau.rest.RestServlet
Method that gets called during servlet initialization.
oninput(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
oninput attribute.
oninvalid(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
oninvalid attribute.
onkeydown(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onkeydown attribute.
onkeypress(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onkeypress attribute.
onkeyup(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onkeyup attribute.
onload(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onload attribute.
onloadeddata(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onloadeddata attribute.
onloadedmetadata(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onloadedmetadata attribute.
onloadstart(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onloadstart attribute.
onMatch(RestCall, Matcher) - Method in class org.apache.juneau.rest.client.ResponsePattern
Deprecated.
Instances can override this method to handle when a regular expression pattern matches on the output.
onmessage(String) - Method in class org.apache.juneau.dto.html5.Body
onmessage attribute.
onmousedown(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onmousedown attribute.
onmouseenter(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onmouseenter attribute.
onmouseleave(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onmouseleave attribute.
onmousemove(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onmousemove attribute.
onmouseout(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onmouseout attribute.
onmouseover(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onmouseover attribute.
onmouseup(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onmouseup attribute.
onmousewheel(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onmousewheel attribute.
onNoMatch(RestCall) - Method in class org.apache.juneau.rest.client.ResponsePattern
Deprecated.
Instances can override this method to handle when a regular expression pattern doesn't match on the output.
ononline(String) - Method in class org.apache.juneau.dto.html5.Body
ononline attribute.
onpageshow(String) - Method in class org.apache.juneau.dto.html5.Body
onpageshow attribute.
onpause(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onpause attribute.
onplay(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onplay attribute.
onplaying(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onplaying attribute.
onPostCall(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.BasicRest
Method that gets called immediately after the @RestMethod annotated method gets called.
onPostCall(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.RestServlet
Method that gets called immediately after the @RestMethod annotated method gets called.
onPostInit(RestContext) - Method in class org.apache.juneau.rest.BasicRest
Method that gets called immediately after servlet initialization.
onPostInit(RestContext) - Method in class org.apache.juneau.rest.RestServlet
Method that gets called immediately after servlet initialization.
onPostInitChildFirst(RestContext) - Method in class org.apache.juneau.rest.BasicRest
Identical to BasicRest.onPostInit(RestContext) except the order of execution is child-resources first.
onPostInitChildFirst(RestContext) - Method in class org.apache.juneau.rest.RestServlet
Identical to RestServlet.onPostInit(RestContext) except the order of execution is child-resources first.
onPostStartServer(JettyMicroservice) - Method in class org.apache.juneau.microservice.jetty.BasicJettyMicroserviceListener
 
onPostStartServer(JettyMicroservice) - Method in interface org.apache.juneau.microservice.jetty.JettyMicroserviceListener
Called after the Jetty server is started.
onPostStopServer(JettyMicroservice) - Method in class org.apache.juneau.microservice.jetty.BasicJettyMicroserviceListener
 
onPostStopServer(JettyMicroservice) - Method in interface org.apache.juneau.microservice.jetty.JettyMicroserviceListener
Called after the Jetty server is stopped.
onPreCall(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.BasicRest
Method that gets called immediately before the @RestMethod annotated method gets called.
onPreCall(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.RestServlet
Method that gets called immediately before the @RestMethod annotated method gets called.
onprogress(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onprogress attribute.
onratechange(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onratechange attribute.
onReadProperty(Object, String, Object) - Method in class org.apache.juneau.BeanMeta
Property read interceptor.
onreset(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onreset attribute.
onresize(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onresize attribute.
onResponse(HttpResponse) - Method in class org.apache.juneau.rest.client.RetryOn
Deprecated.
Subclasses should override this method to determine whether the HTTP response is retryable.
onRetry(RestCall, int, HttpRequest, HttpResponse, Exception) - Method in class org.apache.juneau.rest.client.RestCallInterceptor
Deprecated.
Called if retry is going to be attempted.
onRetry(RestCall, int, HttpRequest, HttpResponse, Exception) - Method in class org.apache.juneau.rest.client.RestCallLogger
Deprecated.
 
onscroll(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onscroll attribute.
onseeked(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onseeked attribute.
onseeking(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onseeking attribute.
onselect(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onselect attribute.
onSet(T) - Method in interface org.apache.juneau.ValueListener
Called when Value.set(Object) is called.
onshow(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onshow attribute.
onstalled(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onstalled attribute.
onStart(Microservice) - Method in class org.apache.juneau.microservice.BasicMicroserviceListener
 
onStart(Microservice) - Method in interface org.apache.juneau.microservice.MicroserviceListener
Called at the beginning of the Microservice.start() call.
onStartCall(HttpServletRequest, HttpServletResponse) - Method in class org.apache.juneau.rest.BasicRest
A method that is called immediately after the HttpServlet.service(HttpServletRequest, HttpServletResponse) method is called.
onStartCall(HttpServletRequest, HttpServletResponse) - Method in class org.apache.juneau.rest.RestServlet
A method that is called immediately after the HttpServlet.service(HttpServletRequest, HttpServletResponse) method is called.
onStartServer(JettyMicroservice) - Method in class org.apache.juneau.microservice.jetty.BasicJettyMicroserviceListener
 
onStartServer(JettyMicroservice) - Method in interface org.apache.juneau.microservice.jetty.JettyMicroserviceListener
Called before the Jetty server is started.
onStop(Microservice) - Method in class org.apache.juneau.microservice.BasicMicroserviceListener
 
onStop(Microservice) - Method in interface org.apache.juneau.microservice.MicroserviceListener
Called at the end of the Microservice.stop() call.
onStopServer(JettyMicroservice) - Method in class org.apache.juneau.microservice.jetty.BasicJettyMicroserviceListener
 
onStopServer(JettyMicroservice) - Method in interface org.apache.juneau.microservice.jetty.JettyMicroserviceListener
Called before the Jetty server is stopped.
onstorage(String) - Method in class org.apache.juneau.dto.html5.Body
onstorage attribute.
onsubmit(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onsubmit attribute.
onsuspend(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onsuspend attribute.
ontimeupdate(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
ontimeupdate attribute.
ontoggle(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
ontoggle attribute.
onUnknownBeanProperty(ParserSession, String, Class<T>, T) - Method in class org.apache.juneau.parser.ParserListener
Gets called when an unknown bean property is detected in a document.
onUnknownProperty(String, BeanMap<T>, Object) - Method in class org.apache.juneau.parser.ParserSession
Method that gets called when an unknown bean property name is encountered.
onvolumechange(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onvolumechange attribute.
onwaiting(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
onwaiting attribute.
onWriteProperty(Object, String, Object) - Method in class org.apache.juneau.BeanMeta
Property write interceptor.
OpenApi - Class in org.apache.juneau.marshall
A pairing of a OpenApiSerializer and OpenApiParser into a single class with convenience read/write methods.
OpenApi(OpenApiSerializer, OpenApiParser) - Constructor for class org.apache.juneau.marshall.OpenApi
Constructor.
OpenApi() - Constructor for class org.apache.juneau.marshall.OpenApi
Constructor.
OpenApi - Annotation Type in org.apache.juneau.oapi.annotation
Annotation that can be applied to classes, fields, and methods to tweak how they are handled by OpenApiSerializer and OpenApiParser.
openapi() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Convenience method for specifying URL-Encoding as the transmission media type.
openApi() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Convenience method for specifying OpenAPI as the marshalling transmission media type.
openApi() - Method in class org.apache.juneau.rest.client2.RestRequest
Convenience method for specifying OpenAPI as the marshalling transmission media type for this request only.
openApi() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
OpenApiAnnotation - Class in org.apache.juneau.oapi.annotation
A concrete implementation of the OpenApi annotation.
OpenApiAnnotation(String) - Constructor for class org.apache.juneau.oapi.annotation.OpenApiAnnotation
Constructor.
OpenApiAnnotation(Class<?>) - Constructor for class org.apache.juneau.oapi.annotation.OpenApiAnnotation
Constructor.
OpenApiAnnotation(Method) - Constructor for class org.apache.juneau.oapi.annotation.OpenApiAnnotation
Constructor.
OpenApiAnnotation(Field) - Constructor for class org.apache.juneau.oapi.annotation.OpenApiAnnotation
Constructor.
OpenApiBeanPropertyMeta - Class in org.apache.juneau.oapi
Metadata on bean properties specific to the OpenAPI serializers and parsers pulled from the @OpenApi annotation on the bean property.
OpenApiBeanPropertyMeta(BeanPropertyMeta, OpenApiMetaProvider) - Constructor for class org.apache.juneau.oapi.OpenApiBeanPropertyMeta
Constructor.
OpenApiClassMeta - Class in org.apache.juneau.oapi
Metadata on classes specific to the OpenApi serializers and parsers pulled from the @OpenApi annotation on the class.
OpenApiClassMeta(ClassMeta<?>, OpenApiMetaProvider) - Constructor for class org.apache.juneau.oapi.OpenApiClassMeta
Constructor.
OpenApiCommon - Interface in org.apache.juneau.oapi
Configurable properties common to both the OpenApiSerializer and OpenApiParser classes.
OpenApiConfig - Annotation Type in org.apache.juneau.oapi.annotation
Annotation for specifying config properties defined in MsgPackSerializer and MsgPackParser.
OpenApiConfigApply - Class in org.apache.juneau.oapi.annotation
Applies OpenApiConfig annotations to a PropertyStoreBuilder.
OpenApiConfigApply(Class<OpenApiConfig>, VarResolverSession) - Constructor for class org.apache.juneau.oapi.annotation.OpenApiConfigApply
Constructor.
OpenApiMetaProvider - Interface in org.apache.juneau.oapi
Interface for providing access to OpenApiClassMeta and OpenApiBeanPropertyMeta objects.
OpenApiParser - Class in org.apache.juneau.oapi
OpenAPI part parser.
OpenApiParser(PropertyStore) - Constructor for class org.apache.juneau.oapi.OpenApiParser
Constructor.
OpenApiParser(PropertyStore, String...) - Constructor for class org.apache.juneau.oapi.OpenApiParser
Constructor.
OpenApiParserBuilder - Class in org.apache.juneau.oapi
Builder class for building instances of OpenApiParser.
OpenApiParserBuilder() - Constructor for class org.apache.juneau.oapi.OpenApiParserBuilder
Constructor, default settings.
OpenApiParserBuilder(PropertyStore) - Constructor for class org.apache.juneau.oapi.OpenApiParserBuilder
Constructor.
OpenApiParserSession - Class in org.apache.juneau.oapi
Session object that lives for the duration of a single use of OpenApiParser.
OpenApiParserSession(OpenApiParser, ParserSessionArgs) - Constructor for class org.apache.juneau.oapi.OpenApiParserSession
Create a new session using properties specified in the context.
OpenApiSerializer - Class in org.apache.juneau.oapi
Serializes POJOs to values suitable for transmission as HTTP headers, query/form-data parameters, and path variables.
OpenApiSerializer(PropertyStore, String, String) - Constructor for class org.apache.juneau.oapi.OpenApiSerializer
Constructor.
OpenApiSerializer(PropertyStore) - Constructor for class org.apache.juneau.oapi.OpenApiSerializer
Constructor.
OpenApiSerializerBuilder - Class in org.apache.juneau.oapi
Builder class for building instances of OpenApiSerializer.
OpenApiSerializerBuilder() - Constructor for class org.apache.juneau.oapi.OpenApiSerializerBuilder
Constructor, default settings.
OpenApiSerializerBuilder(PropertyStore) - Constructor for class org.apache.juneau.oapi.OpenApiSerializerBuilder
Constructor.
OpenApiSerializerSession - Class in org.apache.juneau.oapi
Session object that lives for the duration of a single use of OpenApiSerializer.
OpenApiSerializerSession(OpenApiSerializer, SerializerSessionArgs) - Constructor for class org.apache.juneau.oapi.OpenApiSerializerSession
Create a new session using properties specified in the context.
Operation - Class in org.apache.juneau.dto.swagger
Describes a single API operation on a path.
Operation() - Constructor for class org.apache.juneau.dto.swagger.Operation
Default constructor.
Operation(Operation) - Constructor for class org.apache.juneau.dto.swagger.Operation
Copy constructor.
operation() - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an empty Operation element.
operationId(Object) - Method in class org.apache.juneau.dto.swagger.Operation
operationId() - Method in class org.apache.juneau.rest.annotation.MethodAnnotationSwagger
 
OperationMap - Class in org.apache.juneau.dto.swagger
Map meant for method-name/operation mappings.
OperationMap() - Constructor for class org.apache.juneau.dto.swagger.OperationMap
Constructor.
optgroup() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Optgroup element.
optgroup(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an Optgroup element with the specified child nodes.
Optgroup - Class in org.apache.juneau.dto.html5
DTO for an HTML <optgroup> element.
Optgroup() - Constructor for class org.apache.juneau.dto.html5.Optgroup
Creates an empty Optgroup element.
Optgroup(Object...) - Constructor for class org.apache.juneau.dto.html5.Optgroup
Creates an Optgroup element with the specified child nodes.
optimum(Object) - Method in class org.apache.juneau.dto.html5.Meter
optimum attribute.
option() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Option element.
option(Object) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an Option element with the specified Option.text(Object) attribute.
option(Object, Object) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an Option element with the specified Option.value(Object) attribute and Option.text(Object) node.
Option - Class in org.apache.juneau.dto.html5
DTO for an HTML <option> element.
Option() - Constructor for class org.apache.juneau.dto.html5.Option
Creates an empty Option element.
Option(Object) - Constructor for class org.apache.juneau.dto.html5.Option
Creates an Option element with the specified Option.text(Object) attribute.
Option(Object, Object) - Constructor for class org.apache.juneau.dto.html5.Option
Creates an Option element with the specified Option.value(Object) attribute and Option.text(Object) node.
OPTIONS - Static variable in class org.apache.juneau.http.HttpMethod
OPTIONS - Static variable in class org.apache.juneau.http.HttpMethodName
Deprecated.
options(Object) - Method in class org.apache.juneau.rest.client2.RestClient
Perform an OPTIONS request against the specified URI.
options(String) - Method in class org.apache.juneau.rest.mock.MockRest
Deprecated.
Perform an OPTIONS request.
options(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
orDefault(EnumSet<AddFlag>) - Static method in enum org.apache.juneau.AddFlag
Returns AddFlag.DEFAULT_FLAGS if the enum set is null or empty.
org.apache.juneau - package org.apache.juneau
Marshalling API
org.apache.juneau.annotation - package org.apache.juneau.annotation
Bean and POJO Annotations
org.apache.juneau.assertions - package org.apache.juneau.assertions
Assertions API
org.apache.juneau.collections - package org.apache.juneau.collections
Collections classes
org.apache.juneau.config - package org.apache.juneau.config
Config Support
org.apache.juneau.config.encode - package org.apache.juneau.config.encode
Config Encoding Support
org.apache.juneau.config.event - package org.apache.juneau.config.event
Config Event Support
org.apache.juneau.config.internal - package org.apache.juneau.config.internal
Internal Utilities
org.apache.juneau.config.store - package org.apache.juneau.config.store
Config Storage Support
org.apache.juneau.config.vars - package org.apache.juneau.config.vars
Config Predefined SVL Variables
org.apache.juneau.cp - package org.apache.juneau.cp
Classpath Utilities
org.apache.juneau.csv - package org.apache.juneau.csv
CSV Marshalling Support
org.apache.juneau.csv.annotation - package org.apache.juneau.csv.annotation
CSV Marshalling Annotations
org.apache.juneau.dto - package org.apache.juneau.dto
Data Transfer Objects
org.apache.juneau.dto.atom - package org.apache.juneau.dto.atom
ATOM Data Transfer Objects
org.apache.juneau.dto.cognos - package org.apache.juneau.dto.cognos
Cognos Data Transfer Objects
org.apache.juneau.dto.html5 - package org.apache.juneau.dto.html5
HTML5 Data Transfer Objects
org.apache.juneau.dto.jsonschema - package org.apache.juneau.dto.jsonschema
JSON-Schema Data Transfer Objects
org.apache.juneau.dto.swagger - package org.apache.juneau.dto.swagger
Swagger Data Transfer Objects
org.apache.juneau.dto.swagger.ui - package org.apache.juneau.dto.swagger.ui
Swagger UI Generator
org.apache.juneau.encoders - package org.apache.juneau.encoders
Encoders
org.apache.juneau.examples.core.dto - package org.apache.juneau.examples.core.dto
Examples
org.apache.juneau.examples.core.dto.atom - package org.apache.juneau.examples.core.dto.atom
Examples
org.apache.juneau.examples.core.html - package org.apache.juneau.examples.core.html
Examples
org.apache.juneau.examples.core.json - package org.apache.juneau.examples.core.json
Examples
org.apache.juneau.examples.core.oapi - package org.apache.juneau.examples.core.oapi
Examples
org.apache.juneau.examples.core.pojo - package org.apache.juneau.examples.core.pojo
Examples
org.apache.juneau.examples.core.rdf - package org.apache.juneau.examples.core.rdf
Examples
org.apache.juneau.examples.core.svl - package org.apache.juneau.examples.core.svl
Examples
org.apache.juneau.examples.core.uon - package org.apache.juneau.examples.core.uon
Examples
org.apache.juneau.examples.core.xml - package org.apache.juneau.examples.core.xml
Examples
org.apache.juneau.examples.rest - package org.apache.juneau.examples.rest
Examples
org.apache.juneau.examples.rest.command - package org.apache.juneau.examples.rest.command
Examples
org.apache.juneau.examples.rest.dto - package org.apache.juneau.examples.rest.dto
Examples
org.apache.juneau.examples.rest.jetty - package org.apache.juneau.examples.rest.jetty
Examples
org.apache.juneau.examples.rest.springboot - package org.apache.juneau.examples.rest.springboot
Examples
org.apache.juneau.html - package org.apache.juneau.html
HTML Marshalling Support
org.apache.juneau.html.annotation - package org.apache.juneau.html.annotation
HTML Marshalling Annotations
org.apache.juneau.http - package org.apache.juneau.http
RFC2616 HTTP Headers
org.apache.juneau.http.annotation - package org.apache.juneau.http.annotation
HTTP Part Annotations
org.apache.juneau.http.exception - package org.apache.juneau.http.exception
HTTP Response Exception Beans
org.apache.juneau.http.header - package org.apache.juneau.http.header
HTTP Header Beans
org.apache.juneau.http.remote - package org.apache.juneau.http.remote
Remote REST API
org.apache.juneau.http.response - package org.apache.juneau.http.response
HTTP Response beans.
org.apache.juneau.httppart - package org.apache.juneau.httppart
HTTP Part Marshalling Support
org.apache.juneau.httppart.bean - package org.apache.juneau.httppart.bean
HTTP Part Beans
org.apache.juneau.internal - package org.apache.juneau.internal
Internal Utilities
org.apache.juneau.jena - package org.apache.juneau.jena
RDF Marshalling Support
org.apache.juneau.jena.annotation - package org.apache.juneau.jena.annotation
RDF Marshalling Annotations
org.apache.juneau.jso - package org.apache.juneau.jso
Java-Serialized-Object Marshalling Support
org.apache.juneau.jso.annotation - package org.apache.juneau.jso.annotation
Java-Serialized-Object Marshalling Annotations
org.apache.juneau.json - package org.apache.juneau.json
JSON Marshalling Support
org.apache.juneau.json.annotation - package org.apache.juneau.json.annotation
JSON Marshalling Annotations
org.apache.juneau.jsonschema - package org.apache.juneau.jsonschema
JSON-Schema Marshalling Support
org.apache.juneau.jsonschema.annotation - package org.apache.juneau.jsonschema.annotation
JSON-Schema Marshalling Annotations
org.apache.juneau.marshall - package org.apache.juneau.marshall
HTTP Response Beans
org.apache.juneau.microservice - package org.apache.juneau.microservice
Microservice API
org.apache.juneau.microservice.console - package org.apache.juneau.microservice.console
Microservice Console
org.apache.juneau.microservice.jetty - package org.apache.juneau.microservice.jetty
Microservice API
org.apache.juneau.microservice.jetty.resources - package org.apache.juneau.microservice.jetty.resources
Predefined Jetty Microservice Resources
org.apache.juneau.microservice.jetty.template - package org.apache.juneau.microservice.jetty.template
Microservice Samples
org.apache.juneau.microservice.resources - package org.apache.juneau.microservice.resources
Predefined Microservice Resources
org.apache.juneau.microservice.springboot.template - package org.apache.juneau.microservice.springboot.template
Microservice Samples
org.apache.juneau.msgpack - package org.apache.juneau.msgpack
MessagePack Marshalling Support
org.apache.juneau.msgpack.annotation - package org.apache.juneau.msgpack.annotation
MessagePack Marshalling Annotations
org.apache.juneau.mstat - package org.apache.juneau.mstat
Method exec stats utilities
org.apache.juneau.oapi - package org.apache.juneau.oapi
OpenAPI Marshalling Support
org.apache.juneau.oapi.annotation - package org.apache.juneau.oapi.annotation
OpenAPI Marshalling Annotations
org.apache.juneau.parser - package org.apache.juneau.parser
Parser API
org.apache.juneau.parser.annotation - package org.apache.juneau.parser.annotation
Parser Annotations
org.apache.juneau.plaintext - package org.apache.juneau.plaintext
Plaintext Marshalling Support
org.apache.juneau.plaintext.annotation - package org.apache.juneau.plaintext.annotation
Plaintext Marshalling Annotations
org.apache.juneau.pojotools - package org.apache.juneau.pojotools
POJO Tools
org.apache.juneau.reflect - package org.apache.juneau.reflect
Reflection API
org.apache.juneau.remote - package org.apache.juneau.remote
Remote Interfaces API
org.apache.juneau.rest - package org.apache.juneau.rest
REST Server API
org.apache.juneau.rest.annotation - package org.apache.juneau.rest.annotation
REST Annotations
org.apache.juneau.rest.client - package org.apache.juneau.rest.client
REST Client API
org.apache.juneau.rest.client.mock - package org.apache.juneau.rest.client.mock
REST Client Mock API (deprecated)
org.apache.juneau.rest.client.remote - package org.apache.juneau.rest.client.remote
Remote REST API
org.apache.juneau.rest.client2 - package org.apache.juneau.rest.client2
REST Client API
org.apache.juneau.rest.client2.ext - package org.apache.juneau.rest.client2.ext
REST Client API - HttpClient extensions
org.apache.juneau.rest.config - package org.apache.juneau.rest.config
Predefined REST configuration interfaces
org.apache.juneau.rest.converters - package org.apache.juneau.rest.converters
REST Response Converters
org.apache.juneau.rest.exception - package org.apache.juneau.rest.exception
HTTP Response Exception Beans
org.apache.juneau.rest.guards - package org.apache.juneau.rest.guards
REST Guards
org.apache.juneau.rest.helper - package org.apache.juneau.rest.helper
REST Interface Helper Classes
org.apache.juneau.rest.jaxrs - package org.apache.juneau.rest.jaxrs
JAX-RS Integration
org.apache.juneau.rest.matchers - package org.apache.juneau.rest.matchers
Predefined Matchers
org.apache.juneau.rest.mock - package org.apache.juneau.rest.mock
REST Server Mock API
org.apache.juneau.rest.mock2 - package org.apache.juneau.rest.mock2
REST Server Mock API
org.apache.juneau.rest.remote - package org.apache.juneau.rest.remote
Remote service API
org.apache.juneau.rest.reshandlers - package org.apache.juneau.rest.reshandlers
HTTP Response Handlers
org.apache.juneau.rest.response - package org.apache.juneau.rest.response
REST Server Utilities
org.apache.juneau.rest.springboot - package org.apache.juneau.rest.springboot
Spring Boot Integration
org.apache.juneau.rest.springboot.annotation - package org.apache.juneau.rest.springboot.annotation
Spring Boot Integration Annotations
org.apache.juneau.rest.util - package org.apache.juneau.rest.util
REST Server Utilities
org.apache.juneau.rest.vars - package org.apache.juneau.rest.vars
Predefined SVL Variables
org.apache.juneau.rest.widget - package org.apache.juneau.rest.widget
HTML Widget API
org.apache.juneau.serializer - package org.apache.juneau.serializer
Serializer API
org.apache.juneau.serializer.annotation - package org.apache.juneau.serializer.annotation
Serializer Annotations
org.apache.juneau.server.config - package org.apache.juneau.server.config
Server Config Repository
org.apache.juneau.server.config.repository - package org.apache.juneau.server.config.repository
Server Config Application
org.apache.juneau.server.config.rest - package org.apache.juneau.server.config.rest
Server Config REST
org.apache.juneau.soap - package org.apache.juneau.soap
SOAP/XML Marshalling Support
org.apache.juneau.soap.annotation - package org.apache.juneau.soap.annotation
SOAP/XML Marshalling Annotations
org.apache.juneau.svl - package org.apache.juneau.svl
Simple Variable Language
org.apache.juneau.svl.vars - package org.apache.juneau.svl.vars
Predefined SVL Variables
org.apache.juneau.transform - package org.apache.juneau.transform
Transform API
org.apache.juneau.transforms - package org.apache.juneau.transforms
Predefined Transforms
org.apache.juneau.uon - package org.apache.juneau.uon
UON Marshalling Support
org.apache.juneau.uon.annotation - package org.apache.juneau.uon.annotation
UON Marshalling Annotations
org.apache.juneau.urlencoding - package org.apache.juneau.urlencoding
URL-Encoding Marshalling Support
org.apache.juneau.urlencoding.annotation - package org.apache.juneau.urlencoding.annotation
URL-Encoding Marshalling Annotations
org.apache.juneau.utils - package org.apache.juneau.utils
URL-Encoding Annotations
org.apache.juneau.xml - package org.apache.juneau.xml
XML Marshalling Support
org.apache.juneau.xml.annotation - package org.apache.juneau.xml.annotation
XML Marshalling Annotations
org.apache.juneau.xmlschema - package org.apache.juneau.xmlschema
XML-Schema Marshalling Support
Origin - Class in org.apache.juneau.http.header
Represents a parsed Origin HTTP request header.
Origin(Object) - Constructor for class org.apache.juneau.http.header.Origin
Constructor.
Origin(String) - Constructor for class org.apache.juneau.http.header.Origin
Constructor
origin(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the value for the Origin request header.
origin(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the value for the Origin request header.
origin(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the Origin request header on all requests.
origin(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the Origin request header.
origin(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
OSSERIALIZER_binaryFormat - Static variable in class org.apache.juneau.serializer.OutputStreamSerializer
Configuration property: Binary output format.
oTag(String, String, boolean) - Method in class org.apache.juneau.html.HtmlWriter
 
oTag(String, String) - Method in class org.apache.juneau.html.HtmlWriter
 
oTag(String) - Method in class org.apache.juneau.html.HtmlWriter
 
oTag(int, String, String, boolean) - Method in class org.apache.juneau.html.HtmlWriter
 
oTag(int, String, String) - Method in class org.apache.juneau.html.HtmlWriter
 
oTag(int, String) - Method in class org.apache.juneau.html.HtmlWriter
 
oTag(String, String, boolean) - Method in class org.apache.juneau.xml.XmlWriter
Writes an opening tag to the output: <ns:name
oTag(String, String) - Method in class org.apache.juneau.xml.XmlWriter
Shortcut for oTag(ns, name, false);
oTag(String) - Method in class org.apache.juneau.xml.XmlWriter
Shortcut for oTag(null, name, false);
oTag(int, String, String, boolean) - Method in class org.apache.juneau.xml.XmlWriter
Shortcut for i(indent).oTag(ns, name, needsEncoding);
oTag(int, String, String) - Method in class org.apache.juneau.xml.XmlWriter
Shortcut for i(indent).oTag(ns, name, false);
oTag(int, String) - Method in class org.apache.juneau.xml.XmlWriter
Shortcut for i(indent).oTag(null, name, false);
OTHER - Static variable in class org.apache.juneau.http.HttpMethod
A non-standard value.
OTHER - Static variable in class org.apache.juneau.http.HttpMethodName
Deprecated.
A non-standard value.
out(String, Object...) - Method in class org.apache.juneau.marshall.Marshall
Prints a message with arguments to System.out.
out(Messages, String, Object...) - Method in class org.apache.juneau.microservice.Microservice
Prints a localized message to the console writer.
out - Variable in class org.apache.juneau.serializer.SerializerWriter
The underlying writer.
outer(Object) - Method in class org.apache.juneau.parser.ParserSessionArgs
The outer object for instantiating top-level non-static inner classes.
output() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Output element.
output(String) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an Output element with the specified Output.name(String) attribute.
Output - Class in org.apache.juneau.dto.html5
DTO for an HTML <output> element.
Output() - Constructor for class org.apache.juneau.dto.html5.Output
Creates an empty Output element.
Output(String) - Constructor for class org.apache.juneau.dto.html5.Output
Creates an Output element with the specified Output.name(String) attribute.
output(Object) - Method in class org.apache.juneau.rest.RestCall
Sets the output object to serialize as the response of this call.
OutputStreamSerializer - Class in org.apache.juneau.serializer
Subclass of Serializer for byte-based serializers.
OutputStreamSerializer(PropertyStore, String, String) - Constructor for class org.apache.juneau.serializer.OutputStreamSerializer
Constructor.
OutputStreamSerializerBuilder - Class in org.apache.juneau.serializer
Base class for all stream-based serializer builders.
OutputStreamSerializerBuilder() - Constructor for class org.apache.juneau.serializer.OutputStreamSerializerBuilder
Constructor, default settings.
OutputStreamSerializerBuilder(PropertyStore) - Constructor for class org.apache.juneau.serializer.OutputStreamSerializerBuilder
Constructor.
OutputStreamSerializerSession - Class in org.apache.juneau.serializer
Subclass of SerializerSession for stream-based serializers.
OutputStreamSerializerSession(OutputStreamSerializer, SerializerSessionArgs) - Constructor for class org.apache.juneau.serializer.OutputStreamSerializerSession
Create a new session using properties specified in the context.
OutputStreamSerializerSession(SerializerSessionArgs) - Constructor for class org.apache.juneau.serializer.OutputStreamSerializerSession
Constructor for sessions that don't require context.
overrideValue(Object) - Method in class org.apache.juneau.BeanPropertyMeta.Builder
Sets the overridden value of this bean property.

P

p() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty P element.
p(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a P element with the specified child nodes.
P - Class in org.apache.juneau.dto.html5
DTO for an HTML {@doc ExtHTML5.grouping-content#the-p-element
P() - Constructor for class org.apache.juneau.dto.html5.P
Creates an empty P element.
P(Object...) - Constructor for class org.apache.juneau.dto.html5.P
Creates a P element with the specified child nodes.
p() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
p(String) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the p property on this annotation.
p() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
p(String) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the p property on this annotation.
p() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
p(String) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the p property on this annotation.
p() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
p(String) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the p property on this annotation.
p() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
p(String) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the p property on this annotation.
p(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
p(String, HttpPartSchemaBuilder) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for property(key, value).
p(String, HttpPartSchema) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for property(key, value).
p() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
p(String) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the p property on this annotation.
p() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
p(String) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the p property on this annotation.
p() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
p(String) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the p property on this annotation.
PageArgs - Class in org.apache.juneau.pojotools
TODO
PageArgs() - Constructor for class org.apache.juneau.pojotools.PageArgs
 
param() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Param element.
param(String, Object) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Param element with the specified Param.name(String) and Param.value(Object) attributes.
Param - Class in org.apache.juneau.dto.html5
DTO for an HTML <param> element.
Param() - Constructor for class org.apache.juneau.dto.html5.Param
Creates an empty Param element.
Param(String, Object) - Constructor for class org.apache.juneau.dto.html5.Param
Creates a Param element with the specified Param.name(String) and Param.value(Object) attributes.
parameter(String, ParameterInfo) - Method in class org.apache.juneau.dto.swagger.Swagger
Adds a single value to the parameter property.
ParameterInfo - Class in org.apache.juneau.dto.swagger
Describes a single operation parameter.
ParameterInfo() - Constructor for class org.apache.juneau.dto.swagger.ParameterInfo
Default constructor.
ParameterInfo(ParameterInfo) - Constructor for class org.apache.juneau.dto.swagger.ParameterInfo
Copy constructor.
parameterInfo() - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an empty ParameterInfo element.
parameterInfo(String, String) - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an ParameterInfo element with the specified in and name attributes.
parameterInfoStrict(String, String) - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an ParameterInfo element with the specified in and name attributes.
parameters(Object...) - Method in class org.apache.juneau.dto.swagger.Operation
parameters(Object...) - Method in class org.apache.juneau.dto.swagger.Swagger
Adds one or more values to the properties property.
parameters() - Method in class org.apache.juneau.rest.annotation.MethodAnnotationSwagger
 
ParameterType - Class in org.apache.juneau.http.annotation
Static strings used for Swagger parameter formats.
ParameterType() - Constructor for class org.apache.juneau.http.annotation.ParameterType
 
paramFormat(ParamFormat) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
paramFormat(String) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Parameter format.
paramFormat(ParamFormat) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
UonSerializer configuration property:  Parameter format.
paramFormat(ParamFormat) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
ParamFormat - Enum in org.apache.juneau.uon
Identifies the possible values for the UonSerializer.UON_paramFormat setting.
paramFormat(ParamFormat) - Method in class org.apache.juneau.uon.UonSerializerBuilder
UonSerializer configuration property:  Format to use for query/form-data/header values.
paramFormat(ParamFormat) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
paramFormatPlain() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
paramFormatPlain() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Parameter format.
paramFormatPlain() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
UonSerializer configuration property:  Parameter format.
paramFormatPlain() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
paramFormatPlain() - Method in class org.apache.juneau.uon.UonSerializerBuilder
UonSerializer configuration property:  Format to use for query/form-data/header values.
paramFormatPlain() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
ParamInfo - Class in org.apache.juneau.reflect
Lightweight utility class for introspecting information about a method parameter.
ParamInfo(ExecutableInfo, Parameter, int) - Constructor for class org.apache.juneau.reflect.ParamInfo
Constructor.
paramResolvers(Class<? extends RestMethodParam>...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Java method parameter resolvers.
paramResolvers(RestMethodParam...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Java method parameter resolvers.
params() - Method in class org.apache.juneau.annotation.BeanpAnnotation
 
params(Class<?>...) - Method in class org.apache.juneau.annotation.BeanpAnnotation
Sets the params property on this annotation.
parent(Messages) - Method in class org.apache.juneau.cp.MessagesBuilder
Adds a parent bundle.
parent(RestCallLoggerConfig) - Method in class org.apache.juneau.rest.RestCallLoggerConfig.Builder
Sets the parent logging config.
parentPath - Variable in class org.apache.juneau.UriContext
 
ParentProperty - Annotation Type in org.apache.juneau.annotation
Identifies a setter as a method for adding a parent reference to a child object.
ParentPropertyAnnotation - Class in org.apache.juneau.annotation
A concrete implementation of the ParentProperty annotation.
ParentPropertyAnnotation(String) - Constructor for class org.apache.juneau.annotation.ParentPropertyAnnotation
Constructor.
ParentPropertyAnnotation(Method) - Constructor for class org.apache.juneau.annotation.ParentPropertyAnnotation
Constructor.
ParentPropertyAnnotation(Field) - Constructor for class org.apache.juneau.annotation.ParentPropertyAnnotation
Constructor.
parentSerialize(Object, Object) - Method in class org.apache.juneau.html.HtmlDocSerializerSession
Calls the parent HtmlDocSerializerSession.doSerialize(SerializerPipe, Object) method which invokes just the HTML serializer.
parse(HttpPartType, HttpPartSchema, String, ClassMeta<T>) - Method in class org.apache.juneau.httppart.BaseHttpPartParser
Converts the specified input to the specified class type.
parse(HttpPartType, HttpPartSchema, String, Class<T>) - Method in class org.apache.juneau.httppart.BaseHttpPartParser
Converts the specified input to the specified class type.
parse(HttpPartType, HttpPartSchema, String, Type, Type...) - Method in class org.apache.juneau.httppart.BaseHttpPartParser
Converts the specified input to the specified class type.
parse(HttpPartType, HttpPartSchema, String, ClassMeta<T>) - Method in interface org.apache.juneau.httppart.HttpPartParserSession
Converts the specified input to the specified class type.
parse(HttpPartType, HttpPartSchema, String, Class<T>) - Method in interface org.apache.juneau.httppart.HttpPartParserSession
Converts the specified input to the specified class type.
parse(HttpPartType, HttpPartSchema, String, Type, Type...) - Method in interface org.apache.juneau.httppart.HttpPartParserSession
Converts the specified input to the specified class type.
parse(HttpPartType, HttpPartSchema, String, ClassMeta<T>) - Method in class org.apache.juneau.httppart.SimplePartParserSession
 
parse(HttpPartType, HttpPartSchema, String, Class<T>) - Method in class org.apache.juneau.httppart.SimplePartParserSession
 
parse(HttpPartType, HttpPartSchema, String, Type, Type...) - Method in class org.apache.juneau.httppart.SimplePartParserSession
 
parse(String) - Static method in enum org.apache.juneau.jsonschema.TypeCategory
Parses a comma-delimited list of values into a set of TypeCategory values.
parse(HttpPartType, HttpPartSchema, String, ClassMeta<T>) - Method in class org.apache.juneau.oapi.OpenApiParserSession
 
parse(CharSequence) - Static method in class org.apache.juneau.ObjectList
Static constructor from JSON string.
parse(CharSequence) - Static method in class org.apache.juneau.ObjectMap
Static constructor from JSON string.
parse(Object, Type, Type...) - Method in class org.apache.juneau.parser.Parser
Parses input into the specified object type.
parse(String, Type, Type...) - Method in class org.apache.juneau.parser.Parser
Same as Parser.parse(Object, Type, Type...) but since it's a String input doesn't throw an IOException.
parse(Object, Class<T>) - Method in class org.apache.juneau.parser.Parser
Same as Parser.parse(Object, Type, Type...) except optimized for a non-parameterized class.
parse(String, Class<T>) - Method in class org.apache.juneau.parser.Parser
Same as Parser.parse(Object, Class) but since it's a String input doesn't throw an IOException.
parse(Object, ClassMeta<T>) - Method in class org.apache.juneau.parser.Parser
Same as Parser.parse(Object, Type, Type...) except the type has already been converted into a ClassMeta object.
parse(String, ClassMeta<T>) - Method in class org.apache.juneau.parser.Parser
Same as Parser.parse(Object, ClassMeta) but since it's a String input doesn't throw an IOException.
parse(Object, Type, Type...) - Method in class org.apache.juneau.parser.ParserSession
Parses input into the specified object type.
parse(String, Type, Type...) - Method in class org.apache.juneau.parser.ParserSession
Same as ParserSession.parse(Object,Type,Type...) but parses from a string and doesn't throw an IOException.
parse(Object, Class<T>) - Method in class org.apache.juneau.parser.ParserSession
Same as ParserSession.parse(Object, Type, Type...) except optimized for a non-parameterized class.
parse(String, Class<T>) - Method in class org.apache.juneau.parser.ParserSession
Same as ParserSession.parse(Object, Class) but parses from a string and doesn't throw an IOException.
parse(Object, ClassMeta<T>) - Method in class org.apache.juneau.parser.ParserSession
Same as ParserSession.parse(Object, Type, Type...) except the type has already been converted into a ClassMeta object.
parse(String, ClassMeta<T>) - Method in class org.apache.juneau.parser.ParserSession
Same as ParserSession.parse(Object, ClassMeta) except parses from a string and doesn't throw an IOException.
parse(Class<?>, String) - Static method in class org.apache.juneau.rest.StaticFileMapping
Create one or more StaticFileMappings from the specified comma-delimited list of mappings.
parse(HttpPartType, HttpPartSchema, String, ClassMeta<T>) - Method in class org.apache.juneau.uon.UonParser
Converts the specified input to the specified class type.
parse(HttpPartType, HttpPartSchema, String, Class<T>) - Method in class org.apache.juneau.uon.UonParser
Converts the specified input to the specified class type.
parse(HttpPartType, HttpPartSchema, String, Type, Type...) - Method in class org.apache.juneau.uon.UonParser
Converts the specified input to the specified class type.
parse(HttpPartType, HttpPartSchema, String, ClassMeta<T>) - Method in class org.apache.juneau.uon.UonParserSession
 
parse(HttpPartType, HttpPartSchema, String, Class<T>) - Method in class org.apache.juneau.uon.UonParserSession
 
parse(HttpPartType, HttpPartSchema, String, Type, Type...) - Method in class org.apache.juneau.uon.UonParserSession
 
parseAnything(String) - Static method in class org.apache.juneau.rest.util.RestUtils
Parses a string that can consist of a simple string or JSON object/array.
parseAnything(ClassMeta<?>, UonReader, Object, boolean, BeanPropertyMeta) - Method in class org.apache.juneau.uon.UonParserSession
Workhorse method.
parseAnything(ClassMeta<T>, String, XmlReader, Object, boolean, BeanPropertyMeta) - Method in class org.apache.juneau.xml.XmlParserSession
Workhorse method.
parseArgs(Object, Type[]) - Method in class org.apache.juneau.parser.Parser
Parses the specified array input with each entry in the object defined by the argTypes argument.
parseArgs(Object, Type[]) - Method in class org.apache.juneau.parser.ParserSession
Parses the specified array input with each entry in the object defined by the argTypes argument.
parseAttr(UonReader, boolean) - Method in class org.apache.juneau.uon.UonParserSession
Convenience method for parsing an attribute from the specified parser.
parseAttrName(UonReader, boolean) - Method in class org.apache.juneau.uon.UonParserSession
Parses an attribute name from the specified reader.
parseCalendar(String, CalendarUtils.Format, Locale, TimeZone) - Static method in class org.apache.juneau.utils.CalendarUtils
Converts the specified serialized date back into a Calendar object.
parseCharacter(Object) - Static method in class org.apache.juneau.internal.StringUtils
Converts a String to a Character
parseDate(String) - Static method in class org.apache.juneau.internal.DateUtils
Parses a date value.
parseDate(String, String[]) - Static method in class org.apache.juneau.internal.DateUtils
Parses the date value using the given date formats.
parseDate(String, String[], Date) - Static method in class org.apache.juneau.internal.DateUtils
Parses the date value using the given date formats.
parseDate(String, CalendarUtils.Format, Locale, TimeZone) - Static method in class org.apache.juneau.utils.CalendarUtils
Converts the specified serialized date back into a Date object.
ParsedReaderSwap - Class in org.apache.juneau.transforms
Transforms the contents of a Reader into an Object.
ParsedReaderSwap(ReaderParser) - Constructor for class org.apache.juneau.transforms.ParsedReaderSwap
 
ParsedReaderSwap.Html - Class in org.apache.juneau.transforms
Reader transform for reading HTML text.
ParsedReaderSwap.Json - Class in org.apache.juneau.transforms
Reader transform for reading JSON text.
ParsedReaderSwap.PlainText - Class in org.apache.juneau.transforms
Reader transform for reading plain text.
ParsedReaderSwap.Uon - Class in org.apache.juneau.transforms
Reader transform for reading plain text.
ParsedReaderSwap.UrlEncoding - Class in org.apache.juneau.transforms
Reader transform for reading plain text.
ParsedReaderSwap.Xml - Class in org.apache.juneau.transforms
Reader transform for reading XML text.
ParseException - Exception in org.apache.juneau.parser
Exception that indicates invalid syntax encountered during parsing.
ParseException(String, Object...) - Constructor for exception org.apache.juneau.parser.ParseException
Constructor.
ParseException(Throwable, String, Object...) - Constructor for exception org.apache.juneau.parser.ParseException
Constructor.
ParseException(Throwable) - Constructor for exception org.apache.juneau.parser.ParseException
Constructor.
ParseException(ParserSession, String, Object...) - Constructor for exception org.apache.juneau.parser.ParseException
Constructor.
ParseException(ParserSession, Throwable, String, Object...) - Constructor for exception org.apache.juneau.parser.ParseException
Constructor.
ParseException(ParserSession, Exception) - Constructor for exception org.apache.juneau.parser.ParseException
Constructor.
parseHeader(String) - Static method in class org.apache.juneau.rest.util.RestUtils
Parses HTTP header.
parseIntoCollection(Object, Collection<E>, Type) - Method in class org.apache.juneau.parser.Parser
Parses the contents of the specified reader and loads the results into the specified collection.
parseIntoCollection(Object, Collection<E>, Type) - Method in class org.apache.juneau.parser.ParserSession
Parses the contents of the specified reader and loads the results into the specified collection.
parseIntoMap(Object, Map<K, V>, Type, Type) - Method in class org.apache.juneau.parser.Parser
Parses the contents of the specified reader and loads the results into the specified map.
parseIntoMap(Object, Map<K, V>, Type, Type) - Method in class org.apache.juneau.parser.ParserSession
Parses the contents of the specified reader and loads the results into the specified map.
parseIntWithSuffix(String) - Static method in class org.apache.juneau.internal.StringUtils
Converts a string containing a possible multiplier suffix to an integer.
parseISO8601(String) - Static method in class org.apache.juneau.internal.DateUtils
Parses an ISO8601 string and converts it to a Date.
parseISO8601Calendar(String) - Static method in class org.apache.juneau.internal.DateUtils
Parses an ISO8601 string and converts it to a Calendar.
parseIsoCalendar(String) - Static method in class org.apache.juneau.internal.StringUtils
Parses an ISO8601 string into a calendar.
parseIsoDate(String) - Static method in class org.apache.juneau.internal.StringUtils
Parses an ISO8601 string into a date.
parseKeyValuePair(String) - Static method in class org.apache.juneau.rest.util.RestUtils
Parses key/value pairs separated by either : or =
parseListOrCdl(String) - Static method in class org.apache.juneau.internal.StringUtils
Parses a string that can consist of either a JSON array or comma-delimited list.
parseLongWithSuffix(String) - Static method in class org.apache.juneau.internal.StringUtils
Converts a string containing a possible multiplier suffix to a long.
parseNumber(ParserReader, Class<? extends Number>) - Static method in class org.apache.juneau.internal.StringUtils
Parses a number from the specified reader stream.
parseNumber(String, Class<? extends Number>) - Static method in class org.apache.juneau.internal.StringUtils
Parses a number from the specified string.
parseNumberString(ParserReader) - Static method in class org.apache.juneau.internal.StringUtils
Reads a numeric string from the specified reader.
parseQuery(Object) - Static method in class org.apache.juneau.rest.util.RestUtils
Parses a URL query string or form-data body.
parseQuery(Object, Map<String, String[]>) - Static method in class org.apache.juneau.rest.util.RestUtils
Same as RestUtils.parseQuery(Object) but allows you to specify the map to insert values into.
parser(ReaderParser) - Method in class org.apache.juneau.config.ConfigBuilder
Config configuration property:  POJO parser.
parser(Class<? extends ReaderParser>) - Method in class org.apache.juneau.config.ConfigBuilder
Config configuration property:  POJO parser.
parser() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
parser(Class<? extends HttpPartParser>) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the parser property on this annotation.
parser() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
parser(Class<? extends HttpPartParser>) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the parser property on this annotation.
parser() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
parser(Class<? extends HttpPartParser>) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the parser property on this annotation.
parser() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
parser(Class<? extends HttpPartParser>) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the parser property on this annotation.
parser() - Method in class org.apache.juneau.http.annotation.RequestAnnotation
 
parser(Class<? extends HttpPartParser>) - Method in class org.apache.juneau.http.annotation.RequestAnnotation
Sets the parser property on this annotation.
parser() - Method in class org.apache.juneau.http.annotation.ResponseAnnotation
 
parser(Class<? extends HttpPartParser>) - Method in class org.apache.juneau.http.annotation.ResponseAnnotation
Sets the parser property on this annotation.
parser(Class<? extends HttpPartParser>) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Identifies the part parser to use for parsing this part.
Parser - Class in org.apache.juneau.parser
Parent class for all Juneau parsers.
Parser(PropertyStore, String...) - Constructor for class org.apache.juneau.parser.Parser
Constructor.
parser(Parser) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Specifies the parser to use on this call.
parser(Class<? extends Parser>) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Parser.
parser(Parser) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Parser.
parser(Class<? extends Parser>) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
RestClient configuration property:  Parser.
parser(Parser) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
RestClient configuration property:  Parser.
parser(Parser) - Method in class org.apache.juneau.rest.client2.RestRequest
Specifies the parser to use on the response body.
parser(Class<? extends Parser>) - Method in class org.apache.juneau.rest.client2.RestRequest
Specifies the parser to use on the response body.
parser(Parser) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Specifies the parser to use for this body.
parser(HttpPartParserSession) - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Specifies the part parser to use for this header.
parser(Class<? extends Parser>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
parser(Parser) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
parser(HttpPartParserSession) - Method in class org.apache.juneau.rest.RequestHeader
Specifies the part parser to use for this header.
Parser.Null - Class in org.apache.juneau.parser
Represents no Parser.
PARSER_autoCloseStreams - Static variable in class org.apache.juneau.parser.Parser
Configuration property: Auto-close streams.
PARSER_debugOutputLines - Static variable in class org.apache.juneau.parser.Parser
Configuration property: Debug output lines.
PARSER_listener - Static variable in class org.apache.juneau.parser.Parser
Configuration property: Parser listener.
PARSER_strict - Static variable in class org.apache.juneau.parser.Parser
Configuration property: Strict mode.
PARSER_trimStrings - Static variable in class org.apache.juneau.parser.Parser
Configuration property: Trim parsed strings.
PARSER_unbuffered - Static variable in class org.apache.juneau.parser.Parser
Configuration property: Unbuffered.
ParserBuilder - Class in org.apache.juneau.parser
Builder class for building instances of parsers.
ParserBuilder() - Constructor for class org.apache.juneau.parser.ParserBuilder
Constructor, default settings.
ParserBuilder(PropertyStore) - Constructor for class org.apache.juneau.parser.ParserBuilder
Constructor.
ParserConfig - Annotation Type in org.apache.juneau.parser.annotation
Annotation for specifying config properties defined in Parser, InputStreamParser, and ReaderParser.
ParserConfigApply - Class in org.apache.juneau.parser.annotation
Applies ParserConfig annotations to a PropertyStoreBuilder.
ParserConfigApply(Class<ParserConfig>, VarResolverSession) - Constructor for class org.apache.juneau.parser.annotation.ParserConfigApply
Constructor.
ParserGroup - Class in org.apache.juneau.parser
Represents a group of Parsers that can be looked up by media type.
ParserGroup(PropertyStore, Parser[]) - Constructor for class org.apache.juneau.parser.ParserGroup
Constructor.
ParserGroupBuilder - Class in org.apache.juneau.parser
Builder class for creating instances of ParserGroup.
ParserGroupBuilder() - Constructor for class org.apache.juneau.parser.ParserGroupBuilder
Create an empty parser group builder.
ParserGroupBuilder(ParserGroup) - Constructor for class org.apache.juneau.parser.ParserGroupBuilder
Clone an existing parser group builder.
ParserInputStream - Class in org.apache.juneau.parser
Input stream meant to be used as input for stream-based parsers.
ParserInputStream(ParserPipe) - Constructor for class org.apache.juneau.parser.ParserInputStream
Constructor.
ParserListener - Class in org.apache.juneau.parser
Class for listening for certain parse events during a document parse.
ParserListener() - Constructor for class org.apache.juneau.parser.ParserListener
 
parserListener(Class<? extends ParserListener>) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Parser listener.
ParserListener.Null - Class in org.apache.juneau.parser
Represents no parser listener.
ParserMatch - Class in org.apache.juneau.parser
Represents a parser and media type that matches an HTTP Content-Type header value.
ParserMatch(MediaType, Parser) - Constructor for class org.apache.juneau.parser.ParserMatch
Constructor.
ParserPipe - Class in org.apache.juneau.parser
A wrapper around an object that a parser reads its input from.
ParserPipe(Object, boolean, boolean, boolean, boolean, Charset, Charset) - Constructor for class org.apache.juneau.parser.ParserPipe
Constructor for reader-based parsers.
ParserPipe(Object, boolean, boolean, boolean, BinaryFormat) - Constructor for class org.apache.juneau.parser.ParserPipe
Constructor for stream-based parsers.
ParserPipe(Object) - Constructor for class org.apache.juneau.parser.ParserPipe
Shortcut constructor, typically for straight string input.
ParserReader - Class in org.apache.juneau.parser
Similar to a PushbackReader with a pushback buffer of 1 character.
ParserReader(ParserPipe) - Constructor for class org.apache.juneau.parser.ParserReader
Constructor.
parsers() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
parsers(Class<? extends Parser>...) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
RestClient configuration property:  Parsers.
parsers(Parser...) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
RestClient configuration property:  Parsers.
parsers(Class<? extends Parser>...) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
parsers(Parser...) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
parsers(Class<?>...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Parsers.
parsers(Object...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Parsers.
ParserSession - Class in org.apache.juneau.parser
Session object that lives for the duration of a single use of Parser.
ParserSession(Parser, ParserSessionArgs) - Constructor for class org.apache.juneau.parser.ParserSession
Create a new session using properties specified in the context.
ParserSession(ParserSessionArgs) - Constructor for class org.apache.juneau.parser.ParserSession
Default constructor.
ParserSessionArgs - Class in org.apache.juneau.parser
Runtime arguments common to all parser sessions.
ParserSessionArgs() - Constructor for class org.apache.juneau.parser.ParserSessionArgs
 
parsersReplace(Object...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Parsers.
parseString(UonReader, boolean) - Method in class org.apache.juneau.uon.UonParserSession
Parses a string value from the specified reader.
parseText(XmlReader) - Method in class org.apache.juneau.html.HtmlParserSession
Parses CHARACTERS data.
parseText(XmlReader) - Method in class org.apache.juneau.xml.XmlParserSession
Parses the current element as text.
parseWhitespaceElement(XmlReader) - Method in class org.apache.juneau.html.HtmlParserSession
 
parseWhitespaceElement(XmlReader) - Method in class org.apache.juneau.xml.XmlParserSession
Parses the current whitespace element.
PartialContent - Class in org.apache.juneau.http.response
Represents an HTTP 206 Partial Content response.
PartialContent() - Constructor for class org.apache.juneau.http.response.PartialContent
Constructor using HTTP-standard message.
PartialContent(String) - Constructor for class org.apache.juneau.http.response.PartialContent
Constructor using custom message.
PartialContent - Class in org.apache.juneau.rest.response
Deprecated.
PartialContent() - Constructor for class org.apache.juneau.rest.response.PartialContent
Deprecated.
Constructor using HTTP-standard message.
PartialContent(String) - Constructor for class org.apache.juneau.rest.response.PartialContent
Deprecated.
Constructor using custom message.
partParser(Class<? extends HttpPartParser>) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Part parser.
partParser(HttpPartParser) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Part parser.
partParser(Class<? extends HttpPartParser>) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
RestClient configuration property:  Part parser.
partParser(HttpPartParser) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
RestClient configuration property:  Part parser.
partParser(Class<? extends HttpPartParser>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
partParser(HttpPartParser) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
partParser(Class<? extends HttpPartParser>) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  HTTP part parser.
partParser(HttpPartParser) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  HTTP part parser.
partSerializer(Class<? extends HttpPartSerializer>) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Part serializer.
partSerializer(HttpPartSerializer) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Part serializer.
partSerializer(Class<? extends HttpPartSerializer>) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
RestClient configuration property:  Part serializer.
partSerializer(HttpPartSerializer) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
RestClient configuration property:  Part serializer.
partSerializer(Class<? extends HttpPartSerializer>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
partSerializer(HttpPartSerializer) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
partSerializer(Class<? extends HttpPartSerializer>) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  HTTP part serializer.
partSerializer(HttpPartSerializer) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  HTTP part serializer.
passes(Predicate<Object>) - Method in class org.apache.juneau.assertions.FluentObjectAssertion
Asserts that the value passes the specified predicate test.
passes(Class<T>, Predicate<T>) - Method in class org.apache.juneau.assertions.FluentObjectAssertion
Asserts that the value passes the specified predicate test.
passes(Predicate<Throwable>) - Method in class org.apache.juneau.assertions.FluentThrowableAssertion
Asserts that the value passes the specified predicate test.
passes(Class<T>, Predicate<T>) - Method in class org.apache.juneau.assertions.FluentThrowableAssertion
Asserts that the value passes the specified predicate test.
PASSWORD - Static variable in class org.apache.juneau.http.annotation.FormatType
 
PATCH - Static variable in class org.apache.juneau.http.HttpMethod
PATCH - Static variable in class org.apache.juneau.http.HttpMethodName
Deprecated.
patch(Object, Object) - Method in class org.apache.juneau.rest.client2.RestClient
Perform a PATCH request against the specified URI.
patch(Object, String, String) - Method in class org.apache.juneau.rest.client2.RestClient
Perform a PATCH request against the specified URI as a plain text body bypassing the serializer.
patch(Object) - Method in class org.apache.juneau.rest.client2.RestClient
Same as RestClient.patch(Object, Object) but don't specify the input yet.
patch(Object, Object) - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
patch(Object, String, String) - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
patch(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
path(String, String, Operation) - Method in class org.apache.juneau.dto.swagger.Swagger
Adds a single value to the paths property.
Path - Annotation Type in org.apache.juneau.http.annotation
REST request path annotation.
path() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
path(String, Object, HttpPartSerializer, HttpPartSchema) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Replaces a variable of the form "{name}" in the URL path with the specified value.
path(String, Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Replaces a variable of the form "{name}" in the URL path with the specified value.
path(String, Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Replaces a path parameter of the form "{name}" in the URI.
path(NameValuePair) - Method in class org.apache.juneau.rest.client2.RestRequest
Replaces a path parameter of the form "{name}" in the URI.
path(String, Object, HttpPartSchema) - Method in class org.apache.juneau.rest.client2.RestRequest
Replaces a path parameter of the form "{name}" in the URI.
path(String) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Resource path.
PathAnnotation - Class in org.apache.juneau.http.annotation
A concrete implementation of the Path annotation.
PathAnnotation() - Constructor for class org.apache.juneau.http.annotation.PathAnnotation
 
pathInfo(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
pathInfo(String) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Overrides the path-info value on the underlying HttpServletRequest object.
pathInfo(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
pathInfo - Variable in class org.apache.juneau.UriContext
 
pathPairs(Object...) - Method in class org.apache.juneau.rest.client2.RestRequest
Replaces path parameters of the form "{name}" in the URI using free-form key/value pairs.
paths(Object...) - Method in class org.apache.juneau.dto.swagger.Swagger
Adds one or more values to the paths property.
paths() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
paths(Object...) - Method in class org.apache.juneau.rest.client2.RestRequest
Replaces multiple path parameter of the form "{name}" in the URI.
pathStartsWith(String, String) - Static method in class org.apache.juneau.internal.StringUtils
Returns true if the specified path string is prefixed with the specified prefix.
pathStartsWith(String, String[]) - Static method in class org.apache.juneau.internal.StringUtils
Same as StringUtils.pathStartsWith(String, String) but returns true if at least one prefix matches.
pathTranslated(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
pathTranslated(String) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Overrides the path-translated value on the underlying HttpServletRequest object.
pathTranslated(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
pathVars(Map<String, String>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
Add resolved path variables to this client.
pathVars(String...) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
Add resolved path variables to this client.
pathVars(Map<String, String>) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Adds the specified parent path variables to this servlet request.
pathVars(String...) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Add resolved path variables to this client.
pattern(String) - Method in class org.apache.juneau.dto.html5.Input
pattern attribute.
pattern(Object) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
pattern(Object) - Method in class org.apache.juneau.dto.swagger.Items
pattern(Object) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
pattern(Object) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
pattern() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
pattern(String) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the pattern property on this annotation.
pattern() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
pattern(String) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the pattern property on this annotation.
pattern() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
pattern(String) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the pattern property on this annotation.
pattern() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
pattern(String) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the pattern property on this annotation.
pattern() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
pattern(String) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the pattern property on this annotation.
pattern(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
pattern field.
pattern() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
pattern(String) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the pattern property on this annotation.
pattern() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
pattern(String) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the pattern property on this annotation.
pattern() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
pattern(String) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the pattern property on this annotation.
PATTERN_ASCTIME - Static variable in class org.apache.juneau.internal.DateUtils
Date format pattern used to parse HTTP date headers in ANSI C asctime() format.
PATTERN_RFC1036 - Static variable in class org.apache.juneau.internal.DateUtils
Date format pattern used to parse HTTP date headers in RFC 1036 format.
PATTERN_RFC1123 - Static variable in class org.apache.juneau.internal.DateUtils
Date format pattern used to parse HTTP date headers in RFC 1123 format.
PatternException - Exception in org.apache.juneau.pojotools
Indicates an invalid search pattern was specified.
PatternException(String, Object...) - Constructor for exception org.apache.juneau.pojotools.PatternException
Constructor.
PatternExtractVar - Class in org.apache.juneau.svl.vars
A transformational variable that returns matched regex groups by given index.
PatternExtractVar() - Constructor for class org.apache.juneau.svl.vars.PatternExtractVar
Constructor.
PatternMatchVar - Class in org.apache.juneau.svl.vars
A logical variable resolver that resolves to "true if a pattern matches.
PatternMatchVar() - Constructor for class org.apache.juneau.svl.vars.PatternMatchVar
Constructor.
PatternReplaceVar - Class in org.apache.juneau.svl.vars
A transformational variable resolver that replaces matched patterns with given characters.
PatternReplaceVar() - Constructor for class org.apache.juneau.svl.vars.PatternReplaceVar
Constructor.
PayloadTooLarge - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 413 (Payload Too Large).
PayloadTooLarge(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.PayloadTooLarge
Constructor.
PayloadTooLarge(String) - Constructor for exception org.apache.juneau.http.exception.PayloadTooLarge
Constructor.
PayloadTooLarge() - Constructor for exception org.apache.juneau.http.exception.PayloadTooLarge
Constructor.
PayloadTooLarge(String, Object...) - Constructor for exception org.apache.juneau.http.exception.PayloadTooLarge
Constructor.
PayloadTooLarge(Throwable) - Constructor for exception org.apache.juneau.http.exception.PayloadTooLarge
Constructor.
PayloadTooLarge - Exception in org.apache.juneau.rest.exception
Deprecated.
PayloadTooLarge(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.PayloadTooLarge
Deprecated.
Constructor.
PayloadTooLarge(String) - Constructor for exception org.apache.juneau.rest.exception.PayloadTooLarge
Deprecated.
Constructor.
PayloadTooLarge() - Constructor for exception org.apache.juneau.rest.exception.PayloadTooLarge
Deprecated.
Constructor.
PayloadTooLarge(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.PayloadTooLarge
Deprecated.
Constructor.
PayloadTooLarge(Throwable) - Constructor for exception org.apache.juneau.rest.exception.PayloadTooLarge
Deprecated.
Constructor.
peek(String) - Method in class org.apache.juneau.ContextBuilder
Peeks at a free-form configuration property on this object.
peek(Class<T>, String) - Method in class org.apache.juneau.ContextBuilder
Peeks at a configuration property on this object.
peek() - Method in class org.apache.juneau.parser.ParserReader
Peeks the next character in the stream.
peek(String) - Method in class org.apache.juneau.PropertyStoreBuilder
Peeks at a property value.
peek(Class<T>, String) - Method in class org.apache.juneau.PropertyStoreBuilder
Same as PropertyStoreBuilder.peek(String) but converts the value to the specified type.
peekSkipWs() - Method in class org.apache.juneau.parser.ParserReader
Same as ParserReader.peek() but skips over any whitespace characters.
PermanentRedirect - Class in org.apache.juneau.http.response
Represents an HTTP 308 Permanent Redirect response.
PermanentRedirect() - Constructor for class org.apache.juneau.http.response.PermanentRedirect
Constructor using HTTP-standard message.
PermanentRedirect(String) - Constructor for class org.apache.juneau.http.response.PermanentRedirect
Constructor with no redirect.
PermanentRedirect(String, URI) - Constructor for class org.apache.juneau.http.response.PermanentRedirect
Constructor using custom message.
PermanentRedirect(URI) - Constructor for class org.apache.juneau.http.response.PermanentRedirect
Constructor.
PermanentRedirect - Class in org.apache.juneau.rest.response
Deprecated.
PermanentRedirect() - Constructor for class org.apache.juneau.rest.response.PermanentRedirect
Deprecated.
Constructor using HTTP-standard message.
PermanentRedirect(String) - Constructor for class org.apache.juneau.rest.response.PermanentRedirect
Deprecated.
Constructor with no redirect.
PermanentRedirect(String, URI) - Constructor for class org.apache.juneau.rest.response.PermanentRedirect
Deprecated.
Constructor using custom message.
PermanentRedirect(URI) - Constructor for class org.apache.juneau.rest.response.PermanentRedirect
Deprecated.
Constructor.
person(String) - Static method in class org.apache.juneau.dto.atom.AtomBuilder
Creates a Person element with the specified Person.name(String) attribute.
Person - Class in org.apache.juneau.dto.atom
Represents an atomPersonConstruct construct in the RFC4287 specification.
Person(String) - Constructor for class org.apache.juneau.dto.atom.Person
Normal constructor.
Person() - Constructor for class org.apache.juneau.dto.atom.Person
Bean constructor.
pipe(Object, Writer) - Static method in class org.apache.juneau.internal.IOUtils
Pipes the contents of the specified object into the writer.
pipe(Object, OutputStream) - Static method in class org.apache.juneau.internal.IOUtils
Pipes the contents of the specified object into the output stream.
PIPES - Static variable in class org.apache.juneau.http.annotation.CollectionFormatType
 
pipeTo(Writer) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Pipes the request output to the specified writer when RestCall.run() is called.
pipeTo(Writer, boolean) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Pipe output from response to the specified writer when RestCall.run() is called.
pipeTo(String, Writer, boolean) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Pipe output from response to the specified writer when RestCall.run() is called and associate that writer with an ID so it can be retrieved through RestCall.getWriter(String).
pipeTo(OutputStream) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Pipes the request output to the specified output stream when RestCall.run() is called.
pipeTo(OutputStream, boolean) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Pipe output from response to the specified output stream when RestCall.run() is called.
pipeTo(String, OutputStream, boolean) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Pipe output from response to the specified output stream when RestCall.run() is called and associate that output stream with an ID so it can be retrieved through RestCall.getOutputStream(String).
pipeTo(OutputStream) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Pipes the contents of the response to the specified output stream.
pipeTo(Writer) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Pipes the contents of the response to the specified writer.
pipeTo(Writer, Charset) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Pipes the contents of the response to the specified writer.
pipeTo(Writer, boolean) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Pipes the contents of the response to the specified writer.
pipeTo(Writer, Charset, boolean) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Pipes the contents of the response to the specified writer.
pipeTo(Writer, boolean) - Method in class org.apache.juneau.utils.ProcBuilder
Pipe output to the specified writer.
pipeTo(Writer) - Method in class org.apache.juneau.utils.ProcBuilder
Pipe output to the specified writer, but don't close the writer.
placeholder(String) - Method in class org.apache.juneau.dto.html5.Input
placeholder attribute.
placeholder(String) - Method in class org.apache.juneau.dto.html5.Textarea
placeholder attribute.
PLAIN - Static variable in class org.apache.juneau.http.MediaType
Reusable predefined media type
PlainText - Class in org.apache.juneau.marshall
A pairing of a PlainTextSerializer and PlainTextParser into a single class with convenience read/write methods.
PlainText(PlainTextSerializer, PlainTextParser) - Constructor for class org.apache.juneau.marshall.PlainText
Constructor.
PlainText() - Constructor for class org.apache.juneau.marshall.PlainText
Constructor.
PlainText - Annotation Type in org.apache.juneau.plaintext.annotation
Annotation that can be applied to classes, fields, and methods to tweak how they are handled by PlainTextSerializer and PlainTextParser.
plainText() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Convenience method for specifying plain-text as the transmission media type.
plainText() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Convenience method for specifying Plain Text as the marshalling transmission media type.
plainText() - Method in class org.apache.juneau.rest.client2.RestRequest
Convenience method for specifying Plain Text as the marshalling transmission media type for this request only.
plainText() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Convenience method for setting Accept and Content-Type headers to "text/plain".
plainText() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
PlainText() - Constructor for class org.apache.juneau.transforms.ParsedReaderSwap.PlainText
Constructor
PlainText(PropertyStore) - Constructor for class org.apache.juneau.urlencoding.UrlEncodingSerializer.PlainText
Constructor.
PlainTextAnnotation - Class in org.apache.juneau.plaintext.annotation
A concrete implementation of the PlainText annotation.
PlainTextAnnotation(String) - Constructor for class org.apache.juneau.plaintext.annotation.PlainTextAnnotation
Constructor.
PlainTextAnnotation(Class<?>) - Constructor for class org.apache.juneau.plaintext.annotation.PlainTextAnnotation
Constructor.
PlainTextAnnotation(Method) - Constructor for class org.apache.juneau.plaintext.annotation.PlainTextAnnotation
Constructor.
PlainTextAnnotation(Field) - Constructor for class org.apache.juneau.plaintext.annotation.PlainTextAnnotation
Constructor.
PlainTextBeanPropertyMeta - Class in org.apache.juneau.plaintext
Metadata on bean properties specific to the PlainText serializers and parsers pulled from the @PlainText annotation on the bean property.
PlainTextBeanPropertyMeta(BeanPropertyMeta, PlainTextMetaProvider) - Constructor for class org.apache.juneau.plaintext.PlainTextBeanPropertyMeta
Constructor.
PlainTextClassMeta - Class in org.apache.juneau.plaintext
Metadata on classes specific to the PlainText serializers and parsers pulled from the @PlainText annotation on the class.
PlainTextClassMeta(ClassMeta<?>, PlainTextMetaProvider) - Constructor for class org.apache.juneau.plaintext.PlainTextClassMeta
Constructor.
PlainTextCommon - Interface in org.apache.juneau.plaintext
Configurable properties common to both the PlainTextSerializer and PlainTextParser classes.
PlainTextConfig - Annotation Type in org.apache.juneau.plaintext.annotation
Annotation for specifying config properties defined in PlainTextSerializer and PlainTextParser.
PlainTextConfigApply - Class in org.apache.juneau.plaintext.annotation
Applies PlainTextConfig annotations to a PropertyStoreBuilder.
PlainTextConfigApply(Class<PlainTextConfig>, VarResolverSession) - Constructor for class org.apache.juneau.plaintext.annotation.PlainTextConfigApply
Constructor.
PlainTextMetaProvider - Interface in org.apache.juneau.plaintext
Interface for providing access to PlainTextClassMeta and PlainTextBeanPropertyMeta objects.
PlainTextParser - Class in org.apache.juneau.plaintext
Parsers HTTP plain text request bodies into Group 5 POJOs.
PlainTextParser(PropertyStore) - Constructor for class org.apache.juneau.plaintext.PlainTextParser
Constructor.
PlainTextParser(PropertyStore, String...) - Constructor for class org.apache.juneau.plaintext.PlainTextParser
Constructor.
PlainTextParserBuilder - Class in org.apache.juneau.plaintext
Builder class for building instances of plain-text parsers.
PlainTextParserBuilder() - Constructor for class org.apache.juneau.plaintext.PlainTextParserBuilder
Constructor, default settings.
PlainTextParserBuilder(PropertyStore) - Constructor for class org.apache.juneau.plaintext.PlainTextParserBuilder
Constructor.
PlainTextParserSession - Class in org.apache.juneau.plaintext
Session object that lives for the duration of a single use of PlainTextParser.
PlainTextParserSession(PlainTextParser, ParserSessionArgs) - Constructor for class org.apache.juneau.plaintext.PlainTextParserSession
Create a new session using properties specified in the context.
PlainTextSerializer - Class in org.apache.juneau.plaintext
Serializes POJOs to plain text using just the toString() method on the serialized object.
PlainTextSerializer(PropertyStore) - Constructor for class org.apache.juneau.plaintext.PlainTextSerializer
Constructor.
PlainTextSerializer(PropertyStore, String, String) - Constructor for class org.apache.juneau.plaintext.PlainTextSerializer
Constructor.
PlainTextSerializerBuilder - Class in org.apache.juneau.plaintext
Builder class for building instances of plain-text serializers.
PlainTextSerializerBuilder() - Constructor for class org.apache.juneau.plaintext.PlainTextSerializerBuilder
Constructor, default settings.
PlainTextSerializerBuilder(PropertyStore) - Constructor for class org.apache.juneau.plaintext.PlainTextSerializerBuilder
Constructor.
PlainTextSerializerSession - Class in org.apache.juneau.plaintext
Session object that lives for the duration of a single use of PlainTextSerializer.
PlainTextSerializerSession(PlainTextSerializer, SerializerSessionArgs) - Constructor for class org.apache.juneau.plaintext.PlainTextSerializerSession
Create a new session using properties specified in the context.
Pojo - Class in org.apache.juneau.examples.core.pojo
Sample pojo class.
Pojo(String, String) - Constructor for class org.apache.juneau.examples.core.pojo.Pojo
 
PojoComplex - Class in org.apache.juneau.examples.core.pojo
Complex Pojo class.
PojoComplex(String, Pojo, HashMap<String, List<Pojo>>) - Constructor for class org.apache.juneau.examples.core.pojo.PojoComplex
Constructor.
PojoIntrospector - Class in org.apache.juneau.utils
Used to invoke methods on Objects using arguments in serialized form.
PojoIntrospector(Object, ReaderParser) - Constructor for class org.apache.juneau.utils.PojoIntrospector
Constructor.
PojoIntrospector(Object) - Constructor for class org.apache.juneau.utils.PojoIntrospector
Shortcut for calling new PojoIntrospector(o, null);
PojoMerge - Class in org.apache.juneau.utils
Utility class for merging POJOs behind a single interface.
PojoMerge() - Constructor for class org.apache.juneau.utils.PojoMerge
 
PojoPaginator - Class in org.apache.juneau.pojotools
Designed to provide paging on POJOs consisting of arrays and collections.
PojoPaginator() - Constructor for class org.apache.juneau.pojotools.PojoPaginator
 
PojoQuery - Class in org.apache.juneau.utils
Designed to provide search/view/sort/paging filtering on tabular in-memory POJO models.
PojoQuery(Object, BeanSession) - Constructor for class org.apache.juneau.utils.PojoQuery
Constructor.
PojoRest - Class in org.apache.juneau.utils
Provides the ability to perform standard REST operations (GET, PUT, POST, DELETE) against nodes in a POJO model.
PojoRest(Object) - Constructor for class org.apache.juneau.utils.PojoRest
Create a new instance of a REST interface over the specified object.
PojoRest(Object, ReaderParser) - Constructor for class org.apache.juneau.utils.PojoRest
Create a new instance of a REST interface over the specified object.
PojoRestException - Exception in org.apache.juneau.utils
Generic exception thrown from the PojoRest class.
PojoRestException(Throwable, int, String, Object...) - Constructor for exception org.apache.juneau.utils.PojoRestException
Constructor.
PojoRestException(int, String, Object...) - Constructor for exception org.apache.juneau.utils.PojoRestException
Constructor.
PojoSearcher - Class in org.apache.juneau.pojotools
Designed to provide paging on POJOs consisting of arrays and collections.
PojoSearcher(MatcherFactory...) - Constructor for class org.apache.juneau.pojotools.PojoSearcher
Constructor.
PojoSearcher() - Constructor for class org.apache.juneau.pojotools.PojoSearcher
Constructor.
PojoSorter - Class in org.apache.juneau.pojotools
Sorts arrays and collections of maps and beans.
PojoSorter() - Constructor for class org.apache.juneau.pojotools.PojoSorter
 
PojoSwap<T,S> - Class in org.apache.juneau.transform
Used to swap out non-serializable objects with serializable replacements during serialization, and vis-versa during parsing.
PojoSwap() - Constructor for class org.apache.juneau.transform.PojoSwap
Constructor.
PojoSwap(Class<T>, Class<?>) - Constructor for class org.apache.juneau.transform.PojoSwap
Constructor for when the normal and transformed classes are already known.
pojoSwaps(Object...) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
pojoSwaps() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
pojoSwapsRemove(Object...) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
pojoSwapsReplace(Object...) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
PojoTool<T> - Interface in org.apache.juneau.pojotools
Interface for classes that convert POJOs in some way using some predefined arguments object.
PojoViewer - Class in org.apache.juneau.pojotools
Designed to provide paging on POJOs consisting of arrays and collections.
PojoViewer() - Constructor for class org.apache.juneau.pojotools.PojoViewer
 
pooled() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
pooled() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
pooled() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
pop() - Method in class org.apache.juneau.BeanTraverseSession
Pop an object off the stack.
port(int) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the URI port.
port(int) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the URI port.
ports(int...) - Method in class org.apache.juneau.microservice.jetty.JettyMicroserviceBuilder
Specifies the ports to use for the web server.
Position - Class in org.apache.juneau.parser
Identifies a position in a reader or input stream.
Position(int, int) - Constructor for class org.apache.juneau.parser.Position
Constructor.
Position(int) - Constructor for class org.apache.juneau.parser.Position
Constructor.
position(int) - Method in class org.apache.juneau.utils.SearchArgs.Builder
Specifies the starting line number.
Positionable - Interface in org.apache.juneau.parser
Interface for objects with positions (lines/columns/byte-positions for example).
POST - Static variable in class org.apache.juneau.http.HttpMethod
POST - Static variable in class org.apache.juneau.http.HttpMethodName
Deprecated.
post(Object, Object) - Method in class org.apache.juneau.rest.client2.RestClient
Perform a POST request against the specified URI.
post(Object, String, String) - Method in class org.apache.juneau.rest.client2.RestClient
Perform a POST request against the specified URI as a plain text body bypassing the serializer.
post(Object) - Method in class org.apache.juneau.rest.client2.RestClient
Same as RestClient.post(Object, Object) but don't specify the input yet.
post(String, Object) - Method in class org.apache.juneau.rest.mock.MockRest
Deprecated.
Perform a POST request.
post(Object, Object) - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
post(Object, String, String) - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
post(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
post(String, Object) - Method in class org.apache.juneau.utils.PojoRest
Adds a value to a list element in a POJO model.
postAt(String, Object) - Method in class org.apache.juneau.collections.OList
Similar to putAt(String,Object), but used to append to collections and arrays.
postAt(String, Object) - Method in class org.apache.juneau.collections.OMap
Similar to putAt(String,Object), but used to append to collections and arrays.
postAt(String, Object) - Method in class org.apache.juneau.ObjectList
Similar to putAt(String,Object), but used to append to collections and arrays.
postAt(String, Object) - Method in class org.apache.juneau.ObjectMap
Similar to putAt(String,Object), but used to append to collections and arrays.
postCall(RestCall) - Method in class org.apache.juneau.rest.RestContext
Called during a request to invoke all HookEvent.POST_CALL methods.
poster(String) - Method in class org.apache.juneau.dto.html5.Video
poster attribute.
postInit() - Method in class org.apache.juneau.rest.RestContext
Called during servlet initialization to invoke all HookEvent.POST_INIT methods.
postInitChildFirst() - Method in class org.apache.juneau.rest.RestContext
Called during servlet initialization to invoke all HookEvent.POST_INIT_CHILD_FIRST methods.
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.apache.juneau.rest.springboot.JuneauRestPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.apache.juneau.rest.springboot.JuneauRestPostProcessor
 
PoweredByApache - Class in org.apache.juneau.rest.widget
Widget that places a powered-by-Apache message on the page.
PoweredByApache() - Constructor for class org.apache.juneau.rest.widget.PoweredByApache
 
PoweredByJuneau - Class in org.apache.juneau.rest.widget
Widget that places a powered-by-Juneau message on the page.
PoweredByJuneau() - Constructor for class org.apache.juneau.rest.widget.PoweredByJuneau
 
Pragma - Class in org.apache.juneau.http.header
Represents a parsed Pragma HTTP request/response header.
Pragma(Object) - Constructor for class org.apache.juneau.http.header.Pragma
Constructor.
Pragma(String) - Constructor for class org.apache.juneau.http.header.Pragma
Constructor
pragma(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the value for the Pragma request header.
pragma(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the value for the Pragma request header.
pragma(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the Pragma request header on all requests.
pragma(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the Pragma request header.
pragma(Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Specifies the Pragma header value on the request.
pragma(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
pre() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Pre element.
pre(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Pre element with the specified child nodes.
Pre - Class in org.apache.juneau.dto.html5
DTO for an HTML {@doc ExtHTML5.grouping-content#the-pre-element
Pre() - Constructor for class org.apache.juneau.dto.html5.Pre
Creates an empty Pre element.
Pre(Object...) - Constructor for class org.apache.juneau.dto.html5.Pre
Creates a Pre element with the specified child nodes.
preCall(RestCall) - Method in class org.apache.juneau.rest.RestContext
Called during a request to invoke all HookEvent.PRE_CALL methods.
PreconditionFailed - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 412 (Precondition Failed).
PreconditionFailed(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.PreconditionFailed
Constructor.
PreconditionFailed() - Constructor for exception org.apache.juneau.http.exception.PreconditionFailed
Constructor.
PreconditionFailed(String) - Constructor for exception org.apache.juneau.http.exception.PreconditionFailed
Constructor.
PreconditionFailed(String, Object...) - Constructor for exception org.apache.juneau.http.exception.PreconditionFailed
Constructor.
PreconditionFailed(Throwable) - Constructor for exception org.apache.juneau.http.exception.PreconditionFailed
Constructor.
PreconditionFailed - Exception in org.apache.juneau.rest.exception
Deprecated.
PreconditionFailed(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.PreconditionFailed
Deprecated.
Constructor.
PreconditionFailed() - Constructor for exception org.apache.juneau.rest.exception.PreconditionFailed
Deprecated.
Constructor.
PreconditionFailed(String) - Constructor for exception org.apache.juneau.rest.exception.PreconditionFailed
Deprecated.
Constructor.
PreconditionFailed(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.PreconditionFailed
Deprecated.
Constructor.
PreconditionFailed(Throwable) - Constructor for exception org.apache.juneau.rest.exception.PreconditionFailed
Deprecated.
Constructor.
PreconditionRequired - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 428 (Precondition Required).
PreconditionRequired(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.PreconditionRequired
Constructor.
PreconditionRequired(String) - Constructor for exception org.apache.juneau.http.exception.PreconditionRequired
Constructor.
PreconditionRequired() - Constructor for exception org.apache.juneau.http.exception.PreconditionRequired
Constructor.
PreconditionRequired(String, Object...) - Constructor for exception org.apache.juneau.http.exception.PreconditionRequired
Constructor.
PreconditionRequired(Throwable) - Constructor for exception org.apache.juneau.http.exception.PreconditionRequired
Constructor.
PreconditionRequired - Exception in org.apache.juneau.rest.exception
Deprecated.
PreconditionRequired(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.PreconditionRequired
Deprecated.
Constructor.
PreconditionRequired(String) - Constructor for exception org.apache.juneau.rest.exception.PreconditionRequired
Deprecated.
Constructor.
PreconditionRequired() - Constructor for exception org.apache.juneau.rest.exception.PreconditionRequired
Deprecated.
Constructor.
PreconditionRequired(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.PreconditionRequired
Deprecated.
Constructor.
PreconditionRequired(Throwable) - Constructor for exception org.apache.juneau.rest.exception.PreconditionRequired
Deprecated.
Constructor.
PREFIX - Static variable in interface org.apache.juneau.csv.CsvCommon
Property prefix.
prefix(Object) - Method in class org.apache.juneau.dto.swagger.Xml
PREFIX - Static variable in interface org.apache.juneau.html.HtmlCommon
Property prefix.
prefix() - Method in class org.apache.juneau.jena.annotation.RdfAnnotation
 
prefix(String) - Method in class org.apache.juneau.jena.annotation.RdfAnnotation
Sets the prefix property on this annotation.
PREFIX - Static variable in interface org.apache.juneau.jena.RdfCommon
Property prefix.
PREFIX - Static variable in interface org.apache.juneau.jso.JsoCommon
Property prefix.
PREFIX - Static variable in interface org.apache.juneau.json.JsonCommon
Property prefix.
PREFIX - Static variable in interface org.apache.juneau.msgpack.MsgPackCommon
Property prefix.
PREFIX - Static variable in interface org.apache.juneau.oapi.OpenApiCommon
Property prefix.
PREFIX - Static variable in interface org.apache.juneau.plaintext.PlainTextCommon
Property prefix.
PREFIX - Static variable in interface org.apache.juneau.soap.SoapXmlCommon
Property prefix.
PREFIX - Static variable in interface org.apache.juneau.uon.UonCommon
Property prefix.
PREFIX - Static variable in interface org.apache.juneau.urlencoding.UrlEncodingCommon
Property prefix.
prefix() - Method in class org.apache.juneau.xml.annotation.XmlAnnotation
 
prefix(String) - Method in class org.apache.juneau.xml.annotation.XmlAnnotation
Sets the prefix property on this annotation.
PREFIX - Static variable in interface org.apache.juneau.xml.XmlCommon
Property prefix.
preload(Object) - Method in class org.apache.juneau.dto.html5.Audio
preload attribute.
preload(String) - Method in class org.apache.juneau.dto.html5.Video
preload attribute.
prependTo(String, Object) - Method in class org.apache.juneau.BeanContextBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.BeanTraverseBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.config.ConfigBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.config.store.ConfigClasspathStoreBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.config.store.ConfigFileStoreBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.config.store.ConfigMemoryStoreBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.config.store.ConfigStoreBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.ContextBuilder
Adds a free-form value to the beginning of a LIST property.
prependTo(String, Object) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.json.JsonParserBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.parser.ParserBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.PropertyStoreBuilder
Prepends a value to the beginning of a LIST property.
prependTo(String, Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
prependTo(String, Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.rest.RestContextBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.uon.UonParserBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
prependTo(String, Object) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
preserveRootElement() - Method in class org.apache.juneau.html.HtmlParserBuilder
 
preserveRootElement(boolean) - Method in class org.apache.juneau.xml.XmlParserBuilder
Deprecated.
preserveRootElement() - Method in class org.apache.juneau.xml.XmlParserBuilder
XmlParser configuration property:  Preserve root element during generalized parsing.
println(Object) - Method in class org.apache.juneau.marshall.Marshall
Convenience method for calling System.out.println(...) on the specified object after calling Marshall.toString(Object).
println(Object) - Method in class org.apache.juneau.serializer.WriterSerializer
Convenience method for serializing an object and sending it to STDOUT.
priority() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
ProcBuilder - Class in org.apache.juneau.utils
Utility class for running operating system processes.
ProcBuilder() - Constructor for class org.apache.juneau.utils.ProcBuilder
 
ProcBuilder.Matcher - Class in org.apache.juneau.utils
Specifies interface for defining OS-specific commands.
process(HtmlDoc) - Method in class org.apache.juneau.rest.HtmlDocBuilder
Deprecated.
Processes the contents of an HtmlDoc tag.
process(String) - Method in interface org.apache.juneau.utils.IOPipe.LineProcessor
Process the specified line.
Processing - Class in org.apache.juneau.http.response
Represents an HTTP 102 Processing response.
Processing() - Constructor for class org.apache.juneau.http.response.Processing
Constructor using HTTP-standard message.
Processing(String) - Constructor for class org.apache.juneau.http.response.Processing
Constructor using custom message.
Processing - Class in org.apache.juneau.rest.response
Deprecated.
Processing() - Constructor for class org.apache.juneau.rest.response.Processing
Deprecated.
Constructor using HTTP-standard message.
Processing(String) - Constructor for class org.apache.juneau.rest.response.Processing
Deprecated.
Constructor using custom message.
produces(Object...) - Method in class org.apache.juneau.dto.swagger.Operation
produces(Object...) - Method in class org.apache.juneau.dto.swagger.Swagger
Adds one or more values to the produces property.
produces() - Method in class org.apache.juneau.rest.annotation.MethodAnnotationSwagger
 
produces() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
produces(String...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Supported accept media types.
produces(MediaType...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Supported accept media types.
producesReplace(String...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Supported accept media types.
producesReplace(MediaType...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Supported accept media types.
progress() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Progress element.
progress(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Progress element with the specified child nodes.
Progress - Class in org.apache.juneau.dto.html5
DTO for an HTML <progress> element.
Progress() - Constructor for class org.apache.juneau.dto.html5.Progress
Creates an empty Progress element.
Progress(Object...) - Constructor for class org.apache.juneau.dto.html5.Progress
Creates a Progress element with the specified child nodes.
prop(String, Object) - Method in class org.apache.juneau.rest.RestRequest
Deprecated.
prop(String, Object) - Method in class org.apache.juneau.rest.RestResponse
Deprecated.
properties() - Method in class org.apache.juneau.annotation.BeanAnnotation
 
properties(String) - Method in class org.apache.juneau.annotation.BeanAnnotation
Sets the properties property on this annotation.
properties() - Method in class org.apache.juneau.annotation.BeancAnnotation
 
properties(String) - Method in class org.apache.juneau.annotation.BeancAnnotation
Sets the properties property on this annotation.
properties() - Method in class org.apache.juneau.annotation.BeanpAnnotation
 
properties(String) - Method in class org.apache.juneau.annotation.BeanpAnnotation
Sets the properties property on this annotation.
properties - Variable in class org.apache.juneau.BeanMeta
The properties on the target class.
properties(OMap) - Method in class org.apache.juneau.BeanSessionArgs
 
properties(Object...) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Adds one or more values to the properties property.
properties() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
properties(String...) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the properties property on this annotation.
properties(OMap) - Method in class org.apache.juneau.parser.ParserSessionArgs
 
properties() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
properties - Variable in class org.apache.juneau.rest.helper.BeanDescription
The bean properties.
properties(Map<String, Object>) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Properties.
properties(OMap) - Method in class org.apache.juneau.serializer.SerializerSessionArgs
 
properties(OMap) - Method in class org.apache.juneau.SessionArgs
Session-level properties.
properties(String...) - Method in class org.apache.juneau.transform.BeanFilterBuilder
Deprecated.
property(String, Object) - Method in class org.apache.juneau.BeanSessionArgs
 
property(String, HttpPartSchemaBuilder) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
properties field.
property(String, HttpPartSchema) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
properties field.
property(String, Object) - Method in class org.apache.juneau.parser.ParserSessionArgs
 
Property - Annotation Type in org.apache.juneau.rest.annotation
Property name/value pair used in the @Rest(properties) annotation.
property(String, Object) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Properties.
property(String, Object) - Method in class org.apache.juneau.serializer.SerializerSessionArgs
 
property(String, Object) - Method in class org.apache.juneau.SessionArgs
Adds a property to this session.
propertyCache - Variable in class org.apache.juneau.BeanMap
Temporary holding cache for beans with read-only properties.
PropertyConverter<T> - Interface in org.apache.juneau
Used to convert property values to standardized Boolean/Integer/Class/Object values in property store builders.
PropertyFilter - Class in org.apache.juneau.transform
Deprecated.
PropertyFilter() - Constructor for class org.apache.juneau.transform.PropertyFilter
Deprecated.
 
propertyNamer() - Method in class org.apache.juneau.annotation.BeanAnnotation
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.annotation.BeanAnnotation
Sets the propertyNamer property on this annotation.
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Bean property namer
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.BeanContextBuilder
Bean property namer
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.BeanTraverseBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.BeanTraverseBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.json.JsonParserBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.json.JsonParserBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.parser.ParserBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.parser.ParserBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
PropertyNamer - Interface in org.apache.juneau
Defines an API for converting conventional bean property names to some other form.
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.rest.RestContextBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.rest.RestContextBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.transform.BeanFilterBuilder
Configuration property: Bean property namer
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.uon.UonParserBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.uon.UonParserBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
propertyNamer(Class<? extends PropertyNamer>) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
propertyNamer(Class<?>, Class<? extends PropertyNamer>) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
PropertyNamer.Null - Interface in org.apache.juneau
Represents a non-existent class.
PropertyNamerDefault - Class in org.apache.juneau
Default property namer.
PropertyNamerDefault() - Constructor for class org.apache.juneau.PropertyNamerDefault
 
PropertyNamerDLC - Class in org.apache.juneau
Converts property names to dashed-lower-case format.
PropertyNamerDLC() - Constructor for class org.apache.juneau.PropertyNamerDLC
 
PropertyNamerULC - Class in org.apache.juneau
Converts property names to underscore-lower-case format.
PropertyNamerULC() - Constructor for class org.apache.juneau.PropertyNamerULC
 
PropertyStore - Class in org.apache.juneau
Represents an immutable collection of properties.
PropertyStore.Property - Class in org.apache.juneau
A property in a property store group.
PropertyStore.PropertyGroup - Class in org.apache.juneau
A group of properties with the same prefixes.
PropertyStoreApply - Annotation Type in org.apache.juneau.annotation
Applied to Config annotations to identify the class used to push the values into a property store.
PropertyStoreBuilder - Class in org.apache.juneau
A builder for PropertyStore objects.
PropertyType - Enum in org.apache.juneau
Represents possible property types of properties in a PropertyStore.
protocol() - Method in class org.apache.juneau.rest.client2.RestResponseStatusLineAssertion
Returns an assertion against the protocol on the response status object.
protocol(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
protocol(String) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Overrides the HTTP protocol value on the underlying HttpServletRequest object.
protocol(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
protocolVersion(ProtocolVersion) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the protocol version for this request.
proxy(HttpHost) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
proxy(HttpHost) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Assigns default proxy value.
proxy(HttpHost) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
ProxyAuthenticate - Class in org.apache.juneau.http.header
Represents a parsed Proxy-Authenticate HTTP response header.
ProxyAuthenticate(Object) - Constructor for class org.apache.juneau.http.header.ProxyAuthenticate
Constructor.
ProxyAuthenticate(String) - Constructor for class org.apache.juneau.http.header.ProxyAuthenticate
Constructor
proxyAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
proxyAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Assigns AuthenticationStrategy instance for proxy authentication.
proxyAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
ProxyAuthorization - Class in org.apache.juneau.http.header
Represents a parsed Proxy-Authorization HTTP request header.
ProxyAuthorization(Object) - Constructor for class org.apache.juneau.http.header.ProxyAuthorization
Constructor.
ProxyAuthorization(String) - Constructor for class org.apache.juneau.http.header.ProxyAuthorization
Constructor
proxyAuthorization(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the value for the Proxy-Authorization request header.
proxyAuthorization(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the value for the Proxy-Authorization request header.
proxyAuthorization(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the Proxy-Authorization request header on all requests.
proxyAuthorization(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the Proxy-Authorization request header.
proxyAuthorization(Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Specifies the Proxy-Authorization header value on the request.
proxyAuthorization(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
publicSuffixMatcher(PublicSuffixMatcher) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
publicSuffixMatcher(PublicSuffixMatcher) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Assigns file containing public suffix matcher.
publicSuffixMatcher(PublicSuffixMatcher) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
published(Calendar) - Method in class org.apache.juneau.dto.atom.Entry
Sets the publish timestamp of this entry.
published(String) - Method in class org.apache.juneau.dto.atom.Entry
Sets the publish timestamp of this entry.
pullFromRepo() - Method in class org.apache.juneau.server.config.repository.GitControl
 
push(String, Object, ClassMeta<?>) - Method in class org.apache.juneau.BeanTraverseSession
Push the specified object onto the stack.
push2(String, Object, ClassMeta<?>) - Method in class org.apache.juneau.serializer.SerializerSession
pushToRepo() - Method in class org.apache.juneau.server.config.repository.GitControl
 
put(String, Object) - Method in class org.apache.juneau.BeanMap
Sets a property on the bean.
put(Feed) - Method in class org.apache.juneau.examples.rest.dto.AtomFeedResource
Overwrite the sample ATOM feed
put(JsonSchema) - Method in class org.apache.juneau.examples.rest.dto.JsonSchemaResource
Overwrite the JSON-Schema document
PUT - Static variable in class org.apache.juneau.http.HttpMethod
PUT - Static variable in class org.apache.juneau.http.HttpMethodName
Deprecated.
put(K, V) - Method in class org.apache.juneau.internal.Cache
Adds the value with the specified key to this cache.
put(String, Object) - Method in class org.apache.juneau.internal.DelegateBeanMap
 
put(K, V) - Method in class org.apache.juneau.internal.SimpleMap
 
put(Object, Object) - Method in class org.apache.juneau.rest.client2.RestClient
Perform a PUT request against the specified URI.
put(Object, String, String) - Method in class org.apache.juneau.rest.client2.RestClient
Perform a PUT request against the specified URI using a plain text body bypassing the serializer.
put(Object) - Method in class org.apache.juneau.rest.client2.RestClient
Same as RestClient.put(Object, Object) but don't specify the input yet.
put(String, Object) - Method in class org.apache.juneau.rest.mock.MockRest
Deprecated.
Perform a PUT request.
put(Object, Object) - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
put(Object, String, String) - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
put(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
put(String, Object) - Method in class org.apache.juneau.rest.RequestAttributes
 
put(String, Object) - Method in class org.apache.juneau.rest.RequestFormData
Sets a request form-data parameter value.
put(String, Enumeration<String>) - Method in class org.apache.juneau.rest.RequestHeaders
Adds a set of header values to this object.
put(String, Object) - Method in class org.apache.juneau.rest.RequestHeaders
Sets a request header value.
put(String, Object) - Method in class org.apache.juneau.rest.RequestPath
Sets a request query parameter value.
put(String, Object) - Method in class org.apache.juneau.rest.RequestQuery
Sets a request query parameter value.
put(String, Object) - Method in class org.apache.juneau.utils.PojoRest
Sets/replaces the element addressed by the URL.
put(K1, K2, V) - Method in class org.apache.juneau.utils.TwoKeyConcurrentCache
Adds an entry to this map.
putAllTo(String, Object) - Method in class org.apache.juneau.BeanContextBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.BeanTraverseBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.config.ConfigBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.config.store.ConfigClasspathStoreBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.config.store.ConfigFileStoreBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.config.store.ConfigMemoryStoreBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.config.store.ConfigStoreBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.ContextBuilder
Adds or overwrites multiple free-form entries in a MAP property.
putAllTo(String, Object) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.json.JsonParserBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.parser.ParserBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.PropertyStoreBuilder
Adds multiple entries to a MAP property.
putAllTo(String, Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.rest.RestContextBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.uon.UonParserBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
putAllTo(String, Object) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
putAt(String, Object) - Method in class org.apache.juneau.collections.OList
Same as set(int,Object), but the key is a slash-delimited path used to traverse entries in this POJO.
putAt(String, Object) - Method in class org.apache.juneau.collections.OMap
Same as put(String,Object), but the key is a slash-delimited path used to traverse entries in this POJO.
putAt(String, Object) - Method in class org.apache.juneau.ObjectList
Same as set(int,Object), but the key is a slash-delimited path used to traverse entries in this POJO.
putAt(String, Object) - Method in class org.apache.juneau.ObjectMap
Same as put(String,Object), but the key is a slash-delimited path used to traverse entries in this POJO.
putIfEmpty(String, Object) - Method in class org.apache.juneau.ObjectMap
Sets a value in this map if the entry does not exist or the value is null or an empty string.
putIfNotExists(String, Object) - Method in class org.apache.juneau.ObjectMap
Adds a mapping if the specified key doesn't exist.
putIfNull(String, Object) - Method in class org.apache.juneau.ObjectMap
Sets a value in this map if the entry does not exist or the value is null.
putJson(String, String) - Method in class org.apache.juneau.collections.OMap
Convenience method for inserting JSON directly into an attribute on this object.
putJson(String, String) - Method in class org.apache.juneau.ObjectMap
Convenience method for inserting JSON directly into an attribute on this object.
putTo(String, String, Object) - Method in class org.apache.juneau.BeanContextBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.BeanTraverseBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.config.ConfigBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.config.store.ConfigClasspathStoreBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.config.store.ConfigFileStoreBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.config.store.ConfigMemoryStoreBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.config.store.ConfigStoreBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.ContextBuilder
Adds or overwrites a free-form entry in a MAP property.
putTo(String, String, Object) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.json.JsonParserBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.parser.ParserBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.PropertyStoreBuilder
Adds an entry to a MAP property.
putTo(String, String, Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
putTo(String, String, Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.rest.RestContextBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.uon.UonParserBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
putTo(String, String, Object) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
putValue(String, Object) - Method in class org.apache.juneau.rest.mock.MockHttpSession
Deprecated.
 
putValue(String, Object) - Method in class org.apache.juneau.rest.mock2.MockHttpSession
 

Q

q() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Q element.
q(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Q element with the specified child nodes.
Q - Class in org.apache.juneau.dto.html5
DTO for an HTML <q> element.
Q() - Constructor for class org.apache.juneau.dto.html5.Q
Creates an empty Q element.
Q(Object...) - Constructor for class org.apache.juneau.dto.html5.Q
Creates a Q element with the specified child nodes.
q() - Method in class org.apache.juneau.html.HtmlWriter
 
q() - Method in class org.apache.juneau.json.JsonWriter
 
q() - Method in class org.apache.juneau.serializer.SerializerWriter
Adds the quote character specified by the quoteChar setting to the output.
q() - Method in class org.apache.juneau.uon.UonWriter
 
q() - Method in class org.apache.juneau.xml.XmlWriter
 
queries(Object...) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Adds a query parameter to the URI.
queries(Object...) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets multiple parameters on the query string.
queries(AddFlag, Object...) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets multiple parameters on the query string.
queries(Object...) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
Query - Annotation Type in org.apache.juneau.http.annotation
REST request form-data annotation.
query(String, Object, boolean, HttpPartSerializer, HttpPartSchema) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Adds a query parameter to the URI query.
query(String, Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Adds a query parameter to the URI query.
query(Map<String, Object>) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Adds query parameters to the URI query.
query(String) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets a custom URI query.
query(String, Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Request query parameters.
query(String, Object, HttpPartSchema, HttpPartSerializer) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Adds a query parameter to the URI.
query(String, Supplier<?>, HttpPartSchema, HttpPartSerializer) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Adds a query parameter with a dynamic value to the URI.
query(String, Object, HttpPartSchema) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Adds a query parameter to the URI.
query(String, Supplier<?>, HttpPartSchema) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Adds a query parameter with a dynamic value to the URI.
query(String, Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Adds a query parameter to the URI.
query(NameValuePair) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Adds a query parameter to the URI.
query(String, Supplier<?>) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Adds a query parameter with a dynamic value to the URI.
query(AddFlag, String, Object, HttpPartSchema) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets a query parameter on the URI.
query(String, Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Adds a query parameter to the URI.
query(NameValuePair) - Method in class org.apache.juneau.rest.client2.RestRequest
Adds a query parameter to the URI.
query(String, Object, HttpPartSchema) - Method in class org.apache.juneau.rest.client2.RestRequest
Adds a query parameter to the URI.
query(AddFlag, String, Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Adds a query parameter to the URI.
query(String, Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Adds a query data entry to this request.
query(NameValuePair) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
query(String, Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
query(String, Supplier<?>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
query(String, Object, HttpPartSchema) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
query(String, Supplier<?>, HttpPartSchema) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
query(String, Object, HttpPartSchema, HttpPartSerializer) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
query(String, Supplier<?>, HttpPartSchema, HttpPartSerializer) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
query(TemporalQuery<R>) - Method in class org.apache.juneau.transforms.DefaultingTemporalAccessor
 
Queryable - Class in org.apache.juneau.rest.converters
Converter for enabling of PojoQuery support on response objects returned by a @RestMethod method.
Queryable() - Constructor for class org.apache.juneau.rest.converters.Queryable
 
QueryAnnotation - Class in org.apache.juneau.http.annotation
A concrete implementation of the Query annotation.
QueryAnnotation() - Constructor for class org.apache.juneau.http.annotation.QueryAnnotation
 
queryCustom(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Adds a free-form custom query.
queryIfNE(String, Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Adds a query parameter to the URI query if the parameter value is not null or an empty string.
queryIfNE(Map<String, Object>) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Adds query parameters to the URI for any parameters that aren't null/empty.
QueryMenuItem - Class in org.apache.juneau.rest.widget
Widget that returns a menu-item drop-down form for entering search/view/sort arguments.
QueryMenuItem() - Constructor for class org.apache.juneau.rest.widget.QueryMenuItem
 
queryPairs(Object...) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Adds query parameters to the URI query using free-form key/value pairs.
queryPairs(Object...) - Method in class org.apache.juneau.rest.client2.RestRequest
Adds query parameters to the URI query using free-form key/value pairs..
queryPairs(Object...) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
queryString(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
queryString(String) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Overrides the query string on the underlying HttpServletRequest object.
queryString(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
quoteChar(char) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
quoteChar(char) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
quoteChar(char) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
quoteChar(char) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
quoteChar(char) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
quoteChar(char) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
quoteChar(char) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
quoteChar(char) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
quoteChar(char) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
quoteChar(char) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
quoteChar(char) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
quoteChar(char) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Quote character.
quoteChar(char) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
WriterSerializer configuration property:  Quote character.
quoteChar(char) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
quoteChar(char) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Configuration property: Quote character.
quoteChar - Variable in class org.apache.juneau.serializer.SerializerWriter
The quote character being used by this writer.
quoteChar(char) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
WriterSerializer configuration property:  Quote character.
quoteChar(char) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
quoteChar(char) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
quoteChar(char) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
quoteChar(char) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
quoteChar(char) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 

R

r() - Method in class org.apache.juneau.http.annotation.BodyAnnotation
 
r(boolean) - Method in class org.apache.juneau.http.annotation.BodyAnnotation
Sets the r property on this annotation.
r() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
r(boolean) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the r property on this annotation.
r() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
r(boolean) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the property on this annotation.
r() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
r(boolean) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the r property on this annotation.
r() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
r(boolean) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the r property on this annotation.
r(Boolean) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
r(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
r() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
r() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
r(boolean) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the r property on this annotation.
r - Variable in class org.apache.juneau.parser.ParserReader
Wrapped reader
random(int) - Static method in class org.apache.juneau.internal.StringUtils
Shortcut for calling generateUUID(int).
Range - Class in org.apache.juneau.http.header
Represents a parsed Range HTTP request header.
Range(Object) - Constructor for class org.apache.juneau.http.header.Range
Constructor.
Range(String) - Constructor for class org.apache.juneau.http.header.Range
Constructor
range(char, char) - Method in class org.apache.juneau.internal.AsciiSet.Builder
Adds a range of characters to this set.
range(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the value for the Range request header.
range(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the value for the Range request header.
range(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the Range request header on all requests.
range(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the Range request header.
range(Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Specifies the Range header value on the request.
range(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
RangeNotSatisfiable - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 416 (Range Not Satisfiable).
RangeNotSatisfiable(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.RangeNotSatisfiable
Constructor.
RangeNotSatisfiable(String) - Constructor for exception org.apache.juneau.http.exception.RangeNotSatisfiable
Constructor.
RangeNotSatisfiable() - Constructor for exception org.apache.juneau.http.exception.RangeNotSatisfiable
Constructor.
RangeNotSatisfiable(String, Object...) - Constructor for exception org.apache.juneau.http.exception.RangeNotSatisfiable
Constructor.
RangeNotSatisfiable(Throwable) - Constructor for exception org.apache.juneau.http.exception.RangeNotSatisfiable
Constructor.
RangeNotSatisfiable - Exception in org.apache.juneau.rest.exception
Deprecated.
RangeNotSatisfiable(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.RangeNotSatisfiable
Deprecated.
Constructor.
RangeNotSatisfiable(String) - Constructor for exception org.apache.juneau.rest.exception.RangeNotSatisfiable
Deprecated.
Constructor.
RangeNotSatisfiable() - Constructor for exception org.apache.juneau.rest.exception.RangeNotSatisfiable
Deprecated.
Constructor.
RangeNotSatisfiable(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.RangeNotSatisfiable
Deprecated.
Constructor.
RangeNotSatisfiable(Throwable) - Constructor for exception org.apache.juneau.rest.exception.RangeNotSatisfiable
Deprecated.
Constructor.
ranges(String...) - Method in class org.apache.juneau.internal.AsciiSet.Builder
Shortcut for calling multiple ranges.
rawMetaType(ClassMeta<?>) - Method in class org.apache.juneau.BeanPropertyMeta.Builder
Sets the raw metadata type for this bean property.
rb() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Rb element.
rb(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Rb element with the specified Rb.children(Object[]) nodes.
Rb - Class in org.apache.juneau.dto.html5
DTO for an HTML <rb> element.
Rb() - Constructor for class org.apache.juneau.dto.html5.Rb
Creates an empty Rb element.
Rb(Object...) - Constructor for class org.apache.juneau.dto.html5.Rb
Creates a Rb element with the specified Rb.children(Object[]) nodes.
RDF - Static variable in class org.apache.juneau.http.MediaType
Reusable predefined media type
Rdf - Annotation Type in org.apache.juneau.jena.annotation
Annotation for specifying options for RDF serializers.
RDF_addBeanTypes - Static variable in class org.apache.juneau.jena.RdfSerializer
Configuration property: Add "_type" properties when needed.
RDF_addLiteralTypes - Static variable in class org.apache.juneau.jena.RdfSerializer
Configuration property: Add XSI data types to non-String literals.
RDF_addRootProperty - Static variable in class org.apache.juneau.jena.RdfSerializer
Configuration property: Add RDF root identifier property to root node.
RDF_arp_embedding - Static variable in interface org.apache.juneau.jena.RdfCommon
Configuration property: RDF/XML ARP property: embedding.
RDF_arp_err_ - Static variable in interface org.apache.juneau.jena.RdfCommon
Configuration property: RDF/XML ARP property: ERR_xxx.
RDF_arp_errorMode - Static variable in interface org.apache.juneau.jena.RdfCommon
Configuration property: RDF/XML ARP property: error-mode.
RDF_arp_ign_ - Static variable in interface org.apache.juneau.jena.RdfCommon
RDF/XML ARP property: IGN_xxx.
RDF_arp_iriRules - Static variable in interface org.apache.juneau.jena.RdfCommon
Configuration property: RDF/XML property: iri_rules.
RDF_arp_warn_ - Static variable in interface org.apache.juneau.jena.RdfCommon
Configuration property: RDF/XML ARP property: WARN_xxx.
RDF_autoDetectNamespaces - Static variable in class org.apache.juneau.jena.RdfSerializer
Configuration property: Auto-detect namespace usage.
RDF_BAG - Static variable in class org.apache.juneau.jena.Constants
RDF resource that identifies a Bag value.
RDF_collectionFormat - Static variable in interface org.apache.juneau.jena.RdfCommon
Configuration property: RDF format for representing collections and arrays.
RDF_juneauBpNs - Static variable in interface org.apache.juneau.jena.RdfCommon
Configuration property: Default XML namespace for bean properties.
RDF_juneauNs - Static variable in interface org.apache.juneau.jena.RdfCommon
Configuration property: XML namespace for Juneau properties.
RDF_juneauNs_ITEMS - Static variable in class org.apache.juneau.jena.Constants
RDF property identifier "items".
RDF_juneauNs_ROOT - Static variable in class org.apache.juneau.jena.Constants
RDF property identifier "root".
RDF_juneauNs_TYPE - Static variable in class org.apache.juneau.jena.Constants
RDF property identifier "class".
RDF_juneauNs_VALUE - Static variable in class org.apache.juneau.jena.Constants
RDF property identifier "value".
RDF_language - Static variable in interface org.apache.juneau.jena.RdfCommon
Configuration property: RDF language.
RDF_looseCollections - Static variable in interface org.apache.juneau.jena.RdfCommon
Configuration property: Collections should be serialized and parsed as loose collections.
RDF_n3_abbrevBaseUri - Static variable in interface org.apache.juneau.jena.RdfCommon
Configuration property: N3/Turtle property: abbrevBaseURI.
RDF_n3_indentProperty - Static variable in interface org.apache.juneau.jena.RdfCommon
Configuration property: N3/Turtle property: indentProperty.
RDF_n3_minGap - Static variable in interface org.apache.juneau.jena.RdfCommon
Configuration property: N3/Turtle property: minGap.
RDF_n3_objectLists - Static variable in interface org.apache.juneau.jena.RdfCommon
Configuration property: N3/Turtle property: objectLists.
RDF_n3_propertyColumn - Static variable in interface org.apache.juneau.jena.RdfCommon
Configuration property: N3/Turtle property: propertyColumn.
RDF_n3_subjectColumn - Static variable in interface org.apache.juneau.jena.RdfCommon
Configuration property: N3/Turtle property: subjectColumn.
RDF_n3_useDoubles - Static variable in interface org.apache.juneau.jena.RdfCommon
Configuration property: N3/Turtle property: useDoubles.
RDF_n3_usePropertySymbols - Static variable in interface org.apache.juneau.jena.RdfCommon
Configuration property: N3/Turtle property: usePropertySymbols.
RDF_n3_useTripleQuotedStrings - Static variable in interface org.apache.juneau.jena.RdfCommon
Configuration property: N3/Turtle property: useTripleQuotedStrings.
RDF_n3_widePropertyLen - Static variable in interface org.apache.juneau.jena.RdfCommon
Configuration property: N3/Turtle property: widePropertyLen.
RDF_namespaces - Static variable in class org.apache.juneau.jena.RdfSerializer
Configuration property: Default namespaces.
RDF_NIL - Static variable in class org.apache.juneau.jena.Constants
RDF resource that identifies a null value.
RDF_rdfxml_allowBadUris - Static variable in interface org.apache.juneau.jena.RdfCommon
Configuration property: RDF/XML property: allowBadURIs.
RDF_rdfxml_attributeQuoteChar - Static variable in interface org.apache.juneau.jena.RdfCommon
Configuration property: RDF/XML property: attributeQuoteChar.
RDF_rdfxml_blockRules - Static variable in interface org.apache.juneau.jena.RdfCommon
Configuration property: RDF/XML property: blockRules.
RDF_rdfxml_longId - Static variable in interface org.apache.juneau.jena.RdfCommon
Configuration property: RDF/XML property: longId.
RDF_rdfxml_relativeUris - Static variable in interface org.apache.juneau.jena.RdfCommon
Configuration property: RDF/XML property: relativeURIs.
RDF_rdfxml_showDoctypeDeclaration - Static variable in interface org.apache.juneau.jena.RdfCommon
Configuration property: RDF/XML property: showDoctypeDeclaration.
RDF_rdfxml_showXmlDeclaration - Static variable in interface org.apache.juneau.jena.RdfCommon
Configuration property: RDF/XML property: showXmlDeclaration.
RDF_rdfxml_tab - Static variable in interface org.apache.juneau.jena.RdfCommon
Configuration property: RDF/XML property: tab.
RDF_rdfxml_xmlBase - Static variable in interface org.apache.juneau.jena.RdfCommon
Configuration property: RDF/XML property: xmlbase.
RDF_SEQ - Static variable in class org.apache.juneau.jena.Constants
RDF resource that identifies a Seq value.
RDF_trimWhitespace - Static variable in class org.apache.juneau.jena.RdfParser
Configuration property: Trim whitespace from text elements.
RDF_useXmlNamespaces - Static variable in class org.apache.juneau.jena.RdfSerializer
Configuration property: Reuse XML namespaces when RDF namespaces not specified.
RDFABBREV - Static variable in class org.apache.juneau.http.MediaType
Reusable predefined media type
RdfAnnotation - Class in org.apache.juneau.jena.annotation
A concrete implementation of the Rdf annotation.
RdfAnnotation(String) - Constructor for class org.apache.juneau.jena.annotation.RdfAnnotation
Constructor.
RdfAnnotation(Class<?>) - Constructor for class org.apache.juneau.jena.annotation.RdfAnnotation
Constructor.
RdfAnnotation(Method) - Constructor for class org.apache.juneau.jena.annotation.RdfAnnotation
Constructor.
RdfAnnotation(Field) - Constructor for class org.apache.juneau.jena.annotation.RdfAnnotation
Constructor.
RdfBeanMeta - Class in org.apache.juneau.jena
Metadata on beans specific to the RDF serializers and parsers pulled from the @Rdf annotation on the class.
RdfBeanMeta(BeanMeta<?>, RdfMetaProvider) - Constructor for class org.apache.juneau.jena.RdfBeanMeta
Constructor.
RdfBeanPropertyMeta - Class in org.apache.juneau.jena
Metadata on bean properties specific to the RDF serializers and parsers pulled from the @Rdf annotation on the bean property.
RdfBeanPropertyMeta(BeanPropertyMeta, RdfMetaProvider) - Constructor for class org.apache.juneau.jena.RdfBeanPropertyMeta
Constructor.
RdfClassMeta - Class in org.apache.juneau.jena
Metadata on classes specific to the RDF serializers and parsers pulled from the @Rdf annotation on the class.
RdfClassMeta(ClassMeta<?>, RdfMetaProvider) - Constructor for class org.apache.juneau.jena.RdfClassMeta
Constructor.
RdfCollectionFormat - Enum in org.apache.juneau.jena
Used in conjunction with the @Rdf(collectionFormat) annotation to fine-tune how classes, beans, and bean properties are serialized, particularly collections.
RdfCommon - Interface in org.apache.juneau.jena
Configurable properties common to both the RdfSerializer and RdfParser classes.
RdfComplexExample - Class in org.apache.juneau.examples.core.rdf
Sample class which shows the complex usage of RdfXmlSerializer.
RdfComplexExample() - Constructor for class org.apache.juneau.examples.core.rdf.RdfComplexExample
 
RdfConfig - Annotation Type in org.apache.juneau.jena.annotation
Annotation for specifying config properties defined in XmlSerializer, XmlDocSerializer, and XmlParser.
RdfConfigApply - Class in org.apache.juneau.jena.annotation
Applies RdfConfig annotations to a PropertyStoreBuilder.
RdfConfigApply(Class<RdfConfig>, VarResolverSession) - Constructor for class org.apache.juneau.jena.annotation.RdfConfigApply
Constructor.
RdfExample - Class in org.apache.juneau.examples.core.rdf
Sample class which shows the simple usage of RdfXmlSerializer.
RdfExample() - Constructor for class org.apache.juneau.examples.core.rdf.RdfExample
 
RdfMetaProvider - Interface in org.apache.juneau.jena
Interface for providing access to RdfClassMeta, RdfBeanMeta, and RdfBeanPropertyMeta objects.
RdfNs - Annotation Type in org.apache.juneau.jena.annotation
Namespace name/URL mapping pair.
RdfParser - Class in org.apache.juneau.jena
Parses RDF into POJOs.
RdfParser(PropertyStore, String...) - Constructor for class org.apache.juneau.jena.RdfParser
Constructor.
RdfParser(PropertyStore) - Constructor for class org.apache.juneau.jena.RdfParser
Constructor.
RdfParserBuilder - Class in org.apache.juneau.jena
Builder class for building instances of RDF parsers.
RdfParserBuilder() - Constructor for class org.apache.juneau.jena.RdfParserBuilder
Constructor, default settings.
RdfParserBuilder(PropertyStore) - Constructor for class org.apache.juneau.jena.RdfParserBuilder
Constructor.
RdfParserSession - Class in org.apache.juneau.jena
Session object that lives for the duration of a single use of RdfParser.
RdfParserSession(RdfParser, ParserSessionArgs) - Constructor for class org.apache.juneau.jena.RdfParserSession
Create a new session using properties specified in the context.
RdfSchema - Annotation Type in org.apache.juneau.jena.annotation
Identifies the default RDF namespaces at the package level.
RdfSerializer - Class in org.apache.juneau.jena
Serializes POJOs to RDF.
RdfSerializer(PropertyStore, String, String) - Constructor for class org.apache.juneau.jena.RdfSerializer
Constructor.
RdfSerializer(PropertyStore) - Constructor for class org.apache.juneau.jena.RdfSerializer
Constructor.
RdfSerializerBuilder - Class in org.apache.juneau.jena
Builder class for building instances of RDF serializers.
RdfSerializerBuilder() - Constructor for class org.apache.juneau.jena.RdfSerializerBuilder
Constructor, default settings.
RdfSerializerBuilder(PropertyStore) - Constructor for class org.apache.juneau.jena.RdfSerializerBuilder
Constructor.
RdfSerializerSession - Class in org.apache.juneau.jena
Session object that lives for the duration of a single use of RdfSerializer.
RdfSerializerSession(RdfSerializer, SerializerSessionArgs) - Constructor for class org.apache.juneau.jena.RdfSerializerSession
Create a new session using properties specified in the context.
RdfUtils - Class in org.apache.juneau.jena
Utility classes.
RdfUtils() - Constructor for class org.apache.juneau.jena.RdfUtils
 
RdfXml - Class in org.apache.juneau.marshall
A pairing of a RdfXmlSerializer and RdfXmlParser into a single class with convenience read/write methods.
RdfXml(RdfXmlSerializer, RdfXmlParser) - Constructor for class org.apache.juneau.marshall.RdfXml
Constructor.
RdfXml() - Constructor for class org.apache.juneau.marshall.RdfXml
Constructor.
rdfxml_allowBadUris(boolean) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  RDF/XML property: allowBadURIs.
rdfxml_allowBadUris(boolean) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  RDF/XML property: allowBadURIs.
rdfxml_attributeQuoteChar(String) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  RDF/XML property: attributeQuoteChar.
rdfxml_attributeQuoteChar(String) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  RDF/XML property: attributeQuoteChar.
rdfxml_blockRules(String) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  RDF/XML property: blockRules.
rdfxml_blockRules(String) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  RDF/XML property: blockRules.
rdfxml_longId(boolean) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  RDF/XML property: longId.
rdfxml_longId(boolean) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  RDF/XML property: longId.
rdfxml_relativeUris(String) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  RDF/XML property: relativeURIs.
rdfxml_relativeUris(String) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  RDF/XML property: relativeURIs.
rdfxml_showDoctypeDeclaration(boolean) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  RDF/XML property: showDoctypeDeclaration.
rdfxml_showDoctypeDeclaration(boolean) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  RDF/XML property: showDoctypeDeclaration.
rdfxml_showXmlDeclaration(String) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  RDF/XML property: showXmlDeclaration.
rdfxml_showXmlDeclaration(String) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  RDF/XML property: showXmlDeclaration.
rdfxml_tab(int) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  RDF/XML property: tab.
rdfxml_tab(int) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  RDF/XML property: tab.
rdfxml_xmlBase(String) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  RDF/XML property: xmlbase.
rdfxml_xmlBase(String) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  RDF/XML property: xmlbase.
RdfXmlAbbrev - Class in org.apache.juneau.marshall
A pairing of a RdfXmlAbbrevSerializer and RdfXmlParser into a single class with convenience read/write methods.
RdfXmlAbbrev(RdfXmlAbbrevSerializer, RdfXmlParser) - Constructor for class org.apache.juneau.marshall.RdfXmlAbbrev
Constructor.
RdfXmlAbbrev() - Constructor for class org.apache.juneau.marshall.RdfXmlAbbrev
Constructor.
RdfXmlAbbrevSerializer - Class in org.apache.juneau.jena
Subclass of RdfParser for parsing RDF in Abbreviated-XML notation.
RdfXmlAbbrevSerializer(PropertyStore) - Constructor for class org.apache.juneau.jena.RdfXmlAbbrevSerializer
Constructor.
RdfXmlParser - Class in org.apache.juneau.jena
Subclass of RdfParser for parsing RDF in standard XML notation.
RdfXmlParser(PropertyStore) - Constructor for class org.apache.juneau.jena.RdfXmlParser
Constructor.
RdfXmlSerializer - Class in org.apache.juneau.jena
Subclass of RdfSerializer for serializing RDF in standard XML notation.
RdfXmlSerializer(PropertyStore) - Constructor for class org.apache.juneau.jena.RdfXmlSerializer
Constructor.
read(String) - Method in class org.apache.juneau.config.store.ConfigClasspathStore
 
read(String) - Method in class org.apache.juneau.config.store.ConfigFileStore
 
read(String) - Method in class org.apache.juneau.config.store.ConfigMemoryStore
 
read(String) - Method in class org.apache.juneau.config.store.ConfigStore
Returns the contents of the configuration file.
read() - Method in class org.apache.juneau.internal.CharSequenceReader
 
read(char[], int, int) - Method in class org.apache.juneau.internal.CharSequenceReader
 
read(Object) - Static method in class org.apache.juneau.internal.IOUtils
Reads the specified object to a String.
read(File) - Static method in class org.apache.juneau.internal.IOUtils
Reads the contents of a file into a string.
read(Reader) - Static method in class org.apache.juneau.internal.IOUtils
Reads the contents of a reader into a string.
read(InputStream, Charset) - Static method in class org.apache.juneau.internal.IOUtils
Reads the contents of an input stream into a string using the specified charset.
read(InputStream) - Static method in class org.apache.juneau.internal.IOUtils
Reads the contents of an input stream into a string using the system default charset.
read(Reader, int, int) - Static method in class org.apache.juneau.internal.IOUtils
Reads the specified input into a String until the end of the input is reached.
read(byte[], int, int) - Method in class org.apache.juneau.internal.ReaderInputStream
Read the specified number of bytes into an array.
read(byte[]) - Method in class org.apache.juneau.internal.ReaderInputStream
Read the specified number of bytes into an array.
read() - Method in class org.apache.juneau.internal.ReaderInputStream
Read a single byte.
read(Object, Type, Type...) - Method in class org.apache.juneau.marshall.Marshall
Parses input into the specified object type.
read(String, Type, Type...) - Method in class org.apache.juneau.marshall.Marshall
Same as Marshall.read(Object,Type,Type...) but reads from a string and thus doesn't throw an IOException.
read(Object, Class<T>) - Method in class org.apache.juneau.marshall.Marshall
Same as Marshall.read(Object, Type, Type...) except optimized for a non-parameterized class.
read(String, Class<T>) - Method in class org.apache.juneau.marshall.Marshall
Same as Marshall.read(Object,Class) but reads from a string and thus doesn't throw an IOException.
read() - Method in class org.apache.juneau.parser.ParserInputStream
 
read() - Method in class org.apache.juneau.parser.ParserReader
Reads a single character.
read(int) - Method in class org.apache.juneau.parser.ParserReader
Read the specified number of characters off the stream.
read(char[], int, int) - Method in class org.apache.juneau.parser.ParserReader
Subclasses can override this method to provide additional filtering.
read() - Method in class org.apache.juneau.rest.util.BoundedServletInputStream
 
read(byte[]) - Method in class org.apache.juneau.rest.util.BoundedServletInputStream
 
read(byte[], int, int) - Method in class org.apache.juneau.rest.util.BoundedServletInputStream
 
read(char[], int, int) - Method in class org.apache.juneau.uon.UonReader
 
Readable(PropertyStore) - Constructor for class org.apache.juneau.html.HtmlSchemaSerializer.Readable
Constructor.
Readable(PropertyStore) - Constructor for class org.apache.juneau.json.JsonSchemaSerializer.Readable
Constructor.
Readable(PropertyStore) - Constructor for class org.apache.juneau.json.JsonSerializer.Readable
Constructor.
Readable(PropertyStore) - Constructor for class org.apache.juneau.json.SimpleJsonSerializer.Readable
Constructor.
Readable(PropertyStore) - Constructor for class org.apache.juneau.uon.UonSerializer.Readable
Constructor.
Readable(PropertyStore) - Constructor for class org.apache.juneau.urlencoding.UrlEncodingSerializer.Readable
Constructor.
ReadableSafe(PropertyStore) - Constructor for class org.apache.juneau.json.JsonSerializer.ReadableSafe
Constructor.
readAll(Object...) - Static method in class org.apache.juneau.internal.IOUtils
Same as IOUtils.read(Object) but appends all the input into a single String.
readBytes(Object) - Method in class org.apache.juneau.http.BasicHttpEntity
Reads the contents of the specified object as a byte array.
readBytes(Object, int) - Static method in class org.apache.juneau.internal.IOUtils
Read the specified object into a byte array.
readBytes(InputStream) - Static method in class org.apache.juneau.internal.IOUtils
Read the specified input stream into a byte array.
readBytes(InputStream, int) - Static method in class org.apache.juneau.internal.IOUtils
Read the specified input stream into a byte array.
readBytes(File) - Static method in class org.apache.juneau.internal.IOUtils
Read the specified file into a byte array.
readBytes(File, int) - Static method in class org.apache.juneau.internal.IOUtils
Read the specified file into a byte array.
readBytes(Object) - Static method in class org.apache.juneau.internal.IOUtils
Shortcut for calling readBytes(in, 1024);
readBytes(Object...) - Static method in class org.apache.juneau.internal.IOUtils
Same as IOUtils.readBytes(Object) but appends all the input into a single byte array.
readCodePoint() - Method in class org.apache.juneau.parser.ParserReader
Same as ParserReader.read() but detects and combines extended unicode characters (characters above 0x10000).
readEntry(ResultSet, int, int) - Static method in class org.apache.juneau.dto.ResultSetList
Reads the specified column from the current row in the result set.
ReaderHandler - Class in org.apache.juneau.rest.reshandlers
Response handler for Reader objects.
ReaderHandler() - Constructor for class org.apache.juneau.rest.reshandlers.ReaderHandler
 
ReaderInputStream - Class in org.apache.juneau.internal
InputStream implementation that reads a character stream from a Reader and transforms it to a byte stream using a specified charset encoding.
ReaderInputStream(Reader, CharsetEncoder) - Constructor for class org.apache.juneau.internal.ReaderInputStream
Construct a new ReaderInputStream.
ReaderInputStream(Reader, CharsetEncoder, int) - Constructor for class org.apache.juneau.internal.ReaderInputStream
Construct a new ReaderInputStream.
ReaderInputStream(Reader, Charset, int) - Constructor for class org.apache.juneau.internal.ReaderInputStream
Construct a new ReaderInputStream.
ReaderInputStream(Reader, Charset) - Constructor for class org.apache.juneau.internal.ReaderInputStream
Construct a new ReaderInputStream with a default input buffer size of 1024 characters.
ReaderInputStream(Reader, String, int) - Constructor for class org.apache.juneau.internal.ReaderInputStream
Construct a new ReaderInputStream.
ReaderInputStream(Reader, String) - Constructor for class org.apache.juneau.internal.ReaderInputStream
Construct a new ReaderInputStream with a default input buffer size of 1024 characters.
ReaderParser - Class in org.apache.juneau.parser
Subclass of Parser for characters-based parsers.
ReaderParser(PropertyStore, String...) - Constructor for class org.apache.juneau.parser.ReaderParser
Constructor.
ReaderParserBuilder - Class in org.apache.juneau.parser
Base builder class for building instances of reader-based parsers.
ReaderParserBuilder() - Constructor for class org.apache.juneau.parser.ReaderParserBuilder
Constructor, default settings.
ReaderParserBuilder(PropertyStore) - Constructor for class org.apache.juneau.parser.ReaderParserBuilder
Constructor.
ReaderParserSession - Class in org.apache.juneau.parser
Subclass of parser session objects for character-based parsers.
ReaderParserSession(ReaderParser, ParserSessionArgs) - Constructor for class org.apache.juneau.parser.ReaderParserSession
Create a new session using properties specified in the context.
ReaderParserSession(ParserSessionArgs) - Constructor for class org.apache.juneau.parser.ReaderParserSession
Constructor for sessions that don't require context.
ReaderSwap - Class in org.apache.juneau.transforms
Transforms Readers to Strings.
ReaderSwap() - Constructor for class org.apache.juneau.transforms.ReaderSwap
 
readFile(String) - Static method in class org.apache.juneau.internal.IOUtils
Reads the contents of a file into a string.
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.juneau.rest.jaxrs.BaseProvider
 
readOnly() - Method in class org.apache.juneau.config.ConfigBuilder
Config configuration property:  Beans on separate lines.
readonly(Object) - Method in class org.apache.juneau.dto.html5.Input
readonly attribute.
readonly(boolean) - Method in class org.apache.juneau.dto.html5.Input
readonly attribute.
readonly(Object) - Method in class org.apache.juneau.dto.html5.Textarea
readonly attribute.
readOnly(Object) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
readOnly() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
readOnly(boolean) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the readOnly property on this annotation.
readProperty(Object, String, Object) - Method in class org.apache.juneau.transform.BeanFilter
Calls the BeanInterceptor.readProperty(Object, String, Object) method on the registered property filters.
readProperty(T, String, Object) - Method in class org.apache.juneau.transform.BeanInterceptor
Property read interceptor.
readProperty(Object, String, Object) - Method in class org.apache.juneau.transform.PropertyFilter
Deprecated.
Property read interceptor.
readSkipWs() - Method in class org.apache.juneau.parser.ParserReader
Same as ParserReader.read() but skips over any whitespace characters.
realPath(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
reason() - Method in class org.apache.juneau.rest.client2.RestResponseStatusLineAssertion
Returns an assertion against the reason phrase on the response status object.
receiveResponseEntity(HttpResponse) - Method in class org.apache.juneau.rest.client.mock.MockHttpClientConnection
Deprecated.
 
receiveResponseEntity(HttpResponse) - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
receiveResponseHeader() - Method in class org.apache.juneau.rest.client.mock.MockHttpClientConnection
Deprecated.
 
receiveResponseHeader() - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
RecursiveResourceFinder - Class in org.apache.juneau.cp
Utility class for finding resources for a class.
RecursiveResourceFinder() - Constructor for class org.apache.juneau.cp.RecursiveResourceFinder
Constructor.
redirectMaxAttempts(int) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Specify the number of redirects to follow before throwing an exception.
redirectStrategy(RedirectStrategy) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
redirectStrategy(RedirectStrategy) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Assigns RedirectStrategy instance.
redirectStrategy(RedirectStrategy) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
ref(Object) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
ref(Object) - Method in class org.apache.juneau.dto.swagger.Items
ref(Object) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Referer - Class in org.apache.juneau.http.header
Represents a parsed Referer HTTP request header.
Referer(Object) - Constructor for class org.apache.juneau.http.header.Referer
Constructor
Referer(String) - Constructor for class org.apache.juneau.http.header.Referer
Constructor
referer(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the value for the Referer request header.
referer(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the value for the Referer request header.
referer(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the Referer request header on all requests.
referer(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the Referer request header.
referer(Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Specifies the Referer header value on the request.
referer(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
ReflectFlags - Enum in org.apache.juneau.reflect
Identifies possible modifiers on classes, methods, fields, and constructors.
ReflectionMap<V> - Class in org.apache.juneau.utils
Allows arbitrary objects to be mapped to classes and methods base on class/method name keys.
ReflectionMap.Builder<V> - Class in org.apache.juneau.utils
Creates a new builder object for ReflectionMap objects.
register(ConfigEventListener) - Method in class org.apache.juneau.config.internal.ConfigMap
Registers an event listener on this map.
register(String, ConfigStoreListener) - Method in class org.apache.juneau.config.store.ConfigStore
Registers a new listener on this store.
registration(HiddenHttpMethodFilter) - Method in class org.apache.juneau.examples.rest.springboot.App
We want to be able to consume url-encoded-form-post bodies, but HiddenHttpMethodFilter triggers the HTTP body to be consumed.
registration(HiddenHttpMethodFilter) - Method in class org.apache.juneau.microservice.springboot.template.App
If you want to parse URL-encoded form posts directly into beans, this call will disable the HiddenHttpMethodFilter which triggers form posts to be consumed.
rel(String) - Method in class org.apache.juneau.dto.atom.Link
Sets the rel of this link.
rel(String) - Method in class org.apache.juneau.dto.html5.A
rel attribute.
rel(String) - Method in class org.apache.juneau.dto.html5.Area
rel attribute.
rel(String) - Method in class org.apache.juneau.dto.html5.Link
rel attribute.
relativize(Object, Object) - Method in class org.apache.juneau.UriResolver
Relativizes a URI.
relativizeUri(Object, Object) - Method in class org.apache.juneau.serializer.SerializerSession
releaseConnection(HttpClientConnection, Object, long, TimeUnit) - Method in class org.apache.juneau.rest.client.mock.MockHttpClientConnectionManager
Deprecated.
 
Remote - Annotation Type in org.apache.juneau.http.remote
Identifies a proxy against a REST interface.
remoteAddr(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
remoteAddr(String) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Overrides the remote address value on the underlying HttpServletRequest object.
remoteAddr(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
remoteHost(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
remoteHost(String) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Overrides the remote host value on the underlying HttpServletRequest object.
remoteHost(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
RemoteInterface - Annotation Type in org.apache.juneau.remote
Deprecated.
Use Remote
RemoteMeta - Class in org.apache.juneau.rest.client.remote
Contains the meta-data about a REST proxy class.
RemoteMeta(Class<?>) - Constructor for class org.apache.juneau.rest.client.remote.RemoteMeta
Constructor.
RemoteMetadataException - Exception in org.apache.juneau.rest.client.remote
Exceptions caused by invalid REST proxy classes.
RemoteMetadataException(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.client.remote.RemoteMetadataException
Constructor.
RemoteMetadataException(Method, String, Object...) - Constructor for exception org.apache.juneau.rest.client.remote.RemoteMetadataException
Constructor.
RemoteMetadataException(Class<?>, String, Object...) - Constructor for exception org.apache.juneau.rest.client.remote.RemoteMetadataException
Constructor.
RemoteMethod - Annotation Type in org.apache.juneau.http.remote
Annotation applied to Java methods on REST proxy interface classes.
RemoteMethod - Annotation Type in org.apache.juneau.rest.client.remote
Deprecated.
RemoteMethodArg - Class in org.apache.juneau.rest.client.remote
Represents the metadata about an annotated argument of a method on a REST proxy class.
RemoteMethodBeanArg - Class in org.apache.juneau.rest.client.remote
Represents the metadata about an Request-annotated argument of a method on a REST proxy class.
RemoteMethodMeta - Class in org.apache.juneau.rest.client.remote
Contains the meta-data about a Java method on a REST proxy class.
RemoteMethodMeta(String, Method, String) - Constructor for class org.apache.juneau.rest.client.remote.RemoteMethodMeta
Constructor.
RemoteMethodReturn - Class in org.apache.juneau.rest.client.remote
Represents the metadata about the returned object of a method on a remote proxy interface.
remotePort(int) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
remotePort(int) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Overrides the remote port value on the underlying HttpServletRequest object.
remotePort(int) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
RemoteResource - Annotation Type in org.apache.juneau.http.remote
Deprecated.
RemoteResource - Annotation Type in org.apache.juneau.rest.client.remote
Deprecated.
RemoteReturn - Enum in org.apache.juneau.http.remote
Possible values for the @RemoteMethod(returns) annotation.
RemoteReturn - Enum in org.apache.juneau.rest.client.remote
Deprecated.
remoteUser(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
remoteUser(String) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Overrides the remote user on the underlying HttpServletRequest object.
remoteUser(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
remove(String) - Method in class org.apache.juneau.config.Config
Removes an entry with the specified key.
remove(Object, Object[]) - Static method in class org.apache.juneau.internal.ArrayUtils
Removes the specified element from the specified array.
remove(Object) - Method in class org.apache.juneau.internal.DelegateBeanMap
 
remove(Object) - Method in class org.apache.juneau.internal.UnmodifiableArray
 
remove(int) - Method in class org.apache.juneau.internal.UnmodifiableArray
 
remove() - Method in class org.apache.juneau.microservice.resources.LogParser
 
remove(String) - Method in class org.apache.juneau.PropertyStoreBuilder
Removes the property with the specified key.
removeAll(Collection<String>) - Method in class org.apache.juneau.collections.OMap
Convenience method for removing several keys at once.
removeAll(String...) - Method in class org.apache.juneau.collections.OMap
Convenience method for removing several keys at once.
removeAll(Collection<?>) - Method in class org.apache.juneau.internal.UnmodifiableArray
 
removeAll(Collection<String>) - Method in class org.apache.juneau.ObjectMap
Convenience method for removing several keys at once.
removeAll(String...) - Method in class org.apache.juneau.ObjectMap
Convenience method for removing several keys at once.
removeAttribute(String) - Method in class org.apache.juneau.rest.mock.MockHttpSession
Deprecated.
 
removeAttribute(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
removeAttribute(String) - Method in class org.apache.juneau.rest.mock2.MockHttpSession
 
removeAttribute(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
removeBoolean(String) - Method in class org.apache.juneau.collections.OMap
Equivalent to calling removeWithDefault(key,null,Boolean.class).
removeBoolean(String, Boolean) - Method in class org.apache.juneau.collections.OMap
Equivalent to calling removeWithDefault(key,def,Boolean.class).
removeBoolean(String) - Method in class org.apache.juneau.ObjectMap
Equivalent to calling removeWithDefault(key,null,Boolean.class).
removeBoolean(String, Boolean) - Method in class org.apache.juneau.ObjectMap
Equivalent to calling removeWithDefault(key,def,Boolean.class).
removeEntry(String, String, String) - Static method in class org.apache.juneau.config.event.ConfigEvent
Removes a value from a configuration.
removeEntry(String, String) - Method in class org.apache.juneau.config.internal.ConfigMap
Removes an entry.
removeFrom(String, Object) - Method in class org.apache.juneau.BeanContextBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.BeanTraverseBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.config.ConfigBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.config.store.ConfigClasspathStoreBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.config.store.ConfigFileStoreBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.config.store.ConfigMemoryStoreBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.config.store.ConfigStoreBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.ContextBuilder
Removes a free-form value from a SET, LIST, or MAP property.
removeFrom(String, Object) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.json.JsonParserBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.parser.ParserBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.PropertyStoreBuilder
Removes a value from a SET or LIST property.
removeFrom(String, Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
removeFrom(String, Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.rest.RestContextBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.uon.UonParserBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
removeFrom(String, Object) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
removeHeader(Header) - Method in class org.apache.juneau.rest.client2.RestRequest
Removes a header from this message.
removeHeader(Header) - Method in class org.apache.juneau.rest.client2.RestResponse
Removes a header from this message.
removeHeaders(String) - Method in class org.apache.juneau.rest.client2.RestRequest
Removes all headers with a certain name from this message.
removeHeaders(String) - Method in class org.apache.juneau.rest.client2.RestResponse
Removes all headers with a certain name from this message.
removeImport(String, String) - Method in class org.apache.juneau.config.Config
Removes the import statement with the specified name from the specified section.
removeImport(String, String) - Method in class org.apache.juneau.config.internal.ConfigMap
Not implemented.
removeInt(String) - Method in class org.apache.juneau.collections.OMap
Equivalent to calling removeWithDefault(key,null,Integer.class).
removeInt(String, Integer) - Method in class org.apache.juneau.collections.OMap
Equivalent to calling removeWithDefault(key,def,Integer.class).
removeInt(String) - Method in class org.apache.juneau.ObjectMap
Equivalent to calling removeWithDefault(key,null,Integer.class).
removeInt(String, Integer) - Method in class org.apache.juneau.ObjectMap
Equivalent to calling removeWithDefault(key,def,Integer.class).
removeListener(ConfigEventListener) - Method in class org.apache.juneau.config.Config
Removes a listener from this config.
removeSection(String) - Method in class org.apache.juneau.config.Config
Removes the section with the specified name.
removeSection(String, String) - Static method in class org.apache.juneau.config.event.ConfigEvent
Removes a section from the config.
removeSection(String) - Method in class org.apache.juneau.config.internal.ConfigMap
Removes a section.
removeString(String) - Method in class org.apache.juneau.collections.OMap
Equivalent to calling removeWithDefault(key,null,String.class).
removeString(String, String) - Method in class org.apache.juneau.collections.OMap
Equivalent to calling removeWithDefault(key,def,String.class).
removeString(String) - Method in class org.apache.juneau.ObjectMap
Equivalent to calling removeWithDefault(key,null,String.class).
removeString(String, String) - Method in class org.apache.juneau.ObjectMap
Equivalent to calling removeWithDefault(key,def,String.class).
removeValue(String) - Method in class org.apache.juneau.rest.mock.MockHttpSession
Deprecated.
 
removeValue(String) - Method in class org.apache.juneau.rest.mock2.MockHttpSession
 
removeWithDefault(String, T, Class<T>) - Method in class org.apache.juneau.collections.OMap
Equivalent to calling get(class,key,def) followed by remove(key);
removeWithDefault(String, T, Class<T>) - Method in class org.apache.juneau.ObjectMap
Equivalent to calling get(class,key,def) followed by remove(key);
render() - Method in class org.apache.juneau.html.annotation.HtmlAnnotation
 
render(Class<? extends HtmlRender>) - Method in class org.apache.juneau.html.annotation.HtmlAnnotation
Sets the render property on this annotation.
renderResponseStackTraces(boolean) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Render response stack traces in responses.
renderResponseStackTraces() - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Render response stack traces in responses.
repeat(int, String) - Static method in class org.apache.juneau.internal.StringUtils
Creates a repeated pattern.
replace(String, String) - Method in class org.apache.juneau.assertions.FluentStringAssertion
Performs the specified substring replacement on the underlying string.
replace(int, int) - Method in class org.apache.juneau.parser.ParserReader
Replaces the last character in the marking buffer with the specified character.
replace(char) - Method in class org.apache.juneau.parser.ParserReader
Replace the last read character in the buffer with the specified character.
replaceAll(String, String) - Method in class org.apache.juneau.assertions.FluentStringAssertion
Performs the specified regular expression replacement on the underlying string.
replaceChars(String, char, char, boolean) - Static method in class org.apache.juneau.internal.StringUtils
Replaces tokens in a string with a different token.
replaceUnicodeSequences(String) - Static method in class org.apache.juneau.internal.StringUtils
Replaces "\\uXXXX" character sequences with their unicode characters.
replaceVars(String, Map<String, Object>) - Static method in class org.apache.juneau.internal.StringUtils
Simple utility for replacing variables of the form "{key}" with values in the specified map.
reporter(Class<? extends XMLReporter>) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
reporter(XMLReporter) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
reporter(XMLReporter) - Method in class org.apache.juneau.xml.XmlParserBuilder
XmlParser configuration property:  XML reporter.
reporter(Class<? extends XMLReporter>) - Method in class org.apache.juneau.xml.XmlParserBuilder
XmlParser configuration property:  XML reporter.
req(RestCallLoggingDetail) - Method in class org.apache.juneau.rest.RestCallLoggerRule.Builder
The level of detail to log on a request.
reqAttr(String, Object) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Default request attribute.
reqAttrs() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
reqAttrs(String...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Default request attributes.
reqHeader(String, Object) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Default request headers.
reqHeaders() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
reqHeaders(String...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Default request headers.
Request - Annotation Type in org.apache.juneau.http.annotation
Request bean annotation.
request(String, Object, Object) - Method in class org.apache.juneau.rest.client2.RestClient
Perform a generic REST call.
request(String, Object) - Method in class org.apache.juneau.rest.client2.RestClient
Perform a generic REST call.
request(String, Object, boolean) - Method in class org.apache.juneau.rest.client2.RestClient
Perform a generic REST call.
request(String, String, Object) - Method in class org.apache.juneau.rest.mock.MockRest
Deprecated.
Performs a REST request against the REST interface.
request(String, String) - Method in class org.apache.juneau.rest.mock.MockRest
Deprecated.
Performs a REST request against the REST interface.
request(String, Object, Object) - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
request(String, Object) - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
request(String, Object, boolean) - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
request(HttpServletRequest) - Method in class org.apache.juneau.rest.RestCall
Overrides the request object on the REST call.
request(String, String, Object) - Method in interface org.apache.juneau.utils.MockHttpConnection
Deprecated.
Creates a mocked HTTP request.
RequestAnnotation - Class in org.apache.juneau.http.annotation
A concrete implementation of the Request annotation.
RequestAnnotation() - Constructor for class org.apache.juneau.http.annotation.RequestAnnotation
 
RequestAttributes - Class in org.apache.juneau.rest
Represents the attributes in an HTTP request.
RequestAttributeVar - Class in org.apache.juneau.rest.vars
Request attribute variable resolver.
RequestAttributeVar() - Constructor for class org.apache.juneau.rest.vars.RequestAttributeVar
Constructor.
RequestBeanMeta - Class in org.apache.juneau.httppart.bean
Represents the metadata gathered from a parameter or class annotated with Request.
RequestBeanPropertyMeta - Class in org.apache.juneau.httppart.bean
Represents the metadata gathered from a getter method of a class annotated with Request.
RequestBody - Class in org.apache.juneau.rest
Contains the body of the HTTP request.
requestBodySchema(HttpPartSchema) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Specifies the part schema for the request body.
requestConnection(HttpRoute, Object) - Method in class org.apache.juneau.rest.client.mock.MockHttpClientConnectionManager
Deprecated.
 
requestDispatcher(RequestDispatcher) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
requestDispatcher(String, RequestDispatcher) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Overrides the request dispatcher on the underlying HttpServletRequest object.
requestDispatcher(String, RequestDispatcher) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
RequestEchoResource - Class in org.apache.juneau.examples.rest
Sample REST resource for echoing HttpServletRequests back to the browser.
RequestEchoResource() - Constructor for class org.apache.juneau.examples.rest.RequestEchoResource
 
requestedSessionId(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
requestedSessionId(String) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Overrides the requested session ID on the underlying HttpServletRequest object.
requestedSessionId(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
requestExecutor(HttpRequestExecutor) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
requestExecutor(HttpRequestExecutor) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Assigns HttpRequestExecutor instance.
requestExecutor(HttpRequestExecutor) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
RequestFormData - Class in org.apache.juneau.rest
Represents the parsed form-data parameters in an HTTP request.
RequestFormDataVar - Class in org.apache.juneau.rest.vars
Request form data variable resolver.
RequestFormDataVar() - Constructor for class org.apache.juneau.rest.vars.RequestFormDataVar
Constructor.
RequestHeader - Class in org.apache.juneau.rest
Represents a single header on an HTTP response.
RequestHeader(RestRequest, RestResponse, Header) - Constructor for class org.apache.juneau.rest.RequestHeader
Constructor.
RequestHeaderFieldsTooLarge - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 431 (Request Header Fields Too Large).
RequestHeaderFieldsTooLarge(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.RequestHeaderFieldsTooLarge
Constructor.
RequestHeaderFieldsTooLarge(String) - Constructor for exception org.apache.juneau.http.exception.RequestHeaderFieldsTooLarge
Constructor.
RequestHeaderFieldsTooLarge() - Constructor for exception org.apache.juneau.http.exception.RequestHeaderFieldsTooLarge
Constructor.
RequestHeaderFieldsTooLarge(String, Object...) - Constructor for exception org.apache.juneau.http.exception.RequestHeaderFieldsTooLarge
Constructor.
RequestHeaderFieldsTooLarge(Throwable) - Constructor for exception org.apache.juneau.http.exception.RequestHeaderFieldsTooLarge
Constructor.
RequestHeaderFieldsTooLarge - Exception in org.apache.juneau.rest.exception
Deprecated.
RequestHeaderFieldsTooLarge(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.RequestHeaderFieldsTooLarge
Deprecated.
Constructor.
RequestHeaderFieldsTooLarge(String) - Constructor for exception org.apache.juneau.rest.exception.RequestHeaderFieldsTooLarge
Deprecated.
Constructor.
RequestHeaderFieldsTooLarge() - Constructor for exception org.apache.juneau.rest.exception.RequestHeaderFieldsTooLarge
Deprecated.
Constructor.
RequestHeaderFieldsTooLarge(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.RequestHeaderFieldsTooLarge
Deprecated.
Constructor.
RequestHeaderFieldsTooLarge(Throwable) - Constructor for exception org.apache.juneau.rest.exception.RequestHeaderFieldsTooLarge
Deprecated.
Constructor.
RequestHeaders - Class in org.apache.juneau.rest
Represents the headers in an HTTP request.
RequestHeaderVar - Class in org.apache.juneau.rest.vars
Request header variable resolver.
RequestHeaderVar() - Constructor for class org.apache.juneau.rest.vars.RequestHeaderVar
Constructor.
RequestPath - Class in org.apache.juneau.rest
Contains information about the matched path on the HTTP request.
RequestPathVar - Class in org.apache.juneau.rest.vars
Request path variable resolver.
RequestPathVar() - Constructor for class org.apache.juneau.rest.vars.RequestPathVar
Constructor.
RequestProperties - Class in org.apache.juneau.rest
Deprecated.
RequestProperties(VarResolverSession, RestMethodProperties) - Constructor for class org.apache.juneau.rest.RequestProperties
Deprecated.
Constructor
RequestQuery - Class in org.apache.juneau.rest
Represents the query parameters in an HTTP request.
RequestQueryVar - Class in org.apache.juneau.rest.vars
Request query variable resolver.
RequestQueryVar() - Constructor for class org.apache.juneau.rest.vars.RequestQueryVar
Constructor.
requestURI(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
requestURI(String) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Overrides the request URI on the underlying HttpServletRequest object.
requestURI(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
RequestVar - Class in org.apache.juneau.rest.vars
Request attribute variable resolver.
RequestVar() - Constructor for class org.apache.juneau.rest.vars.RequestVar
Constructor.
require(int, String, String) - Method in class org.apache.juneau.xml.XmlReader
 
required(Object) - Method in class org.apache.juneau.dto.html5.Input
required attribute.
required(Object) - Method in class org.apache.juneau.dto.html5.Select
required attribute.
required(Object) - Method in class org.apache.juneau.dto.html5.Textarea
required attribute.
required(Object) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
required(Object...) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
required() - Method in class org.apache.juneau.http.annotation.BodyAnnotation
 
required(boolean) - Method in class org.apache.juneau.http.annotation.BodyAnnotation
Sets the required property on this annotation.
required() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
required(boolean) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the required property on this annotation.
required() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
required(boolean) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the required property on this annotation.
required() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
required(boolean) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the required property on this annotation.
required() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
required(boolean) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the required property on this annotation.
required(Boolean) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
required field.
required(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
required field.
required() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
required field.
required() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
required(boolean) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the required property on this annotation.
res(RestCallLoggingDetail) - Method in class org.apache.juneau.rest.RestCallLoggerRule.Builder
The level of detail to log on a response.
reset() - Method in class org.apache.juneau.mstat.ExceptionStore
Clears out the stack trace cache.
reset() - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
reset() - Method in class org.apache.juneau.rest.mock2.MockConsole
Resets the contents of this buffer.
reset() - Method in class org.apache.juneau.rest.mock2.MockLogger
Resets this logger.
reset() - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
reset() - Method in class org.apache.juneau.rest.util.BoundedServletInputStream
 
reset() - Method in class org.apache.juneau.utils.StackTraceDatabase
Clears out the stack trace cache.
resetBuffer() - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
resetBuffer() - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
ResetContent - Class in org.apache.juneau.http.response
Represents an HTTP 205 Reset Content response.
ResetContent() - Constructor for class org.apache.juneau.http.response.ResetContent
Constructor using HTTP-standard message.
ResetContent(String) - Constructor for class org.apache.juneau.http.response.ResetContent
Constructor using custom message.
ResetContent - Class in org.apache.juneau.rest.response
Deprecated.
ResetContent() - Constructor for class org.apache.juneau.rest.response.ResetContent
Deprecated.
Constructor using HTTP-standard message.
ResetContent(String) - Constructor for class org.apache.juneau.rest.response.ResetContent
Deprecated.
Constructor using custom message.
resetStackTraces() - Method in class org.apache.juneau.rest.BasicRestCallLogger
Clears out the stack trace database.
resHeader(String, Object) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Default response headers.
resHeaders(String...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Default response headers.
resolve(Object, Class<T>, Object...) - Method in class org.apache.juneau.BasicResourceResolver
 
resolve(VarResolverSession, String) - Method in class org.apache.juneau.config.vars.ConfigVar
 
resolve() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Resolve schema if reference.
resolve(Object, Class<T>, Object...) - Method in class org.apache.juneau.FuzzyResourceResolver
 
resolve(VarResolverSession, String) - Method in class org.apache.juneau.html.HtmlWidgetVar
 
resolve(Object, Class<T>, Object...) - Method in interface org.apache.juneau.ResourceResolver
Resolves the specified class to a resource object.
resolve(Object, Class<T>, Object...) - Method in class org.apache.juneau.rest.BasicRest
 
resolve(Object, Class<T>, RestContextBuilder, Object...) - Method in class org.apache.juneau.rest.BasicRest
 
resolve(Object, Class<T>, RestContextBuilder, Object...) - Method in class org.apache.juneau.rest.BasicRestResourceResolver
 
resolve(RestRequest, RestResponse) - Method in class org.apache.juneau.rest.RestMethodParam
Resolves the parameter object.
resolve(Object, Class<T>, RestContextBuilder, Object...) - Method in interface org.apache.juneau.rest.RestResourceResolver
Resolves the specified class to a resource object.
resolve(Object, Class<T>, Object...) - Method in class org.apache.juneau.rest.RestServlet
 
resolve(Object, Class<T>, RestContextBuilder, Object...) - Method in class org.apache.juneau.rest.RestServlet
 
resolve(Object, Class<T>, RestContextBuilder, Object...) - Method in class org.apache.juneau.rest.springboot.SpringRestResourceResolver
 
resolve(VarResolverSession, String) - Method in class org.apache.juneau.rest.vars.FileVar
 
resolve(VarResolverSession, String[]) - Method in class org.apache.juneau.rest.vars.LocalizationVar
 
resolve(VarResolverSession, String) - Method in class org.apache.juneau.rest.vars.RequestAttributeVar
 
resolve(VarResolverSession, String) - Method in class org.apache.juneau.rest.vars.RequestFormDataVar
 
resolve(VarResolverSession, String) - Method in class org.apache.juneau.rest.vars.RequestHeaderVar
 
resolve(VarResolverSession, String) - Method in class org.apache.juneau.rest.vars.RequestPathVar
 
resolve(VarResolverSession, String) - Method in class org.apache.juneau.rest.vars.RequestQueryVar
 
resolve(VarResolverSession, String) - Method in class org.apache.juneau.rest.vars.RequestVar
 
resolve(VarResolverSession, String) - Method in class org.apache.juneau.rest.vars.RestInfoVar
 
resolve(VarResolverSession, String) - Method in class org.apache.juneau.rest.vars.ServletInitParamVar
 
resolve(VarResolverSession, String) - Method in class org.apache.juneau.rest.vars.SwaggerVar
 
resolve(VarResolverSession, String) - Method in class org.apache.juneau.rest.vars.UrlEncodeVar
 
resolve(VarResolverSession, String) - Method in class org.apache.juneau.rest.vars.UrlVar
 
resolve(VarResolverSession, String) - Method in class org.apache.juneau.rest.vars.WidgetVar
Deprecated.
 
resolve(String) - Method in class org.apache.juneau.serializer.SerializerSession
Resolves any variables in the specified string.
resolve(VarResolverSession, String) - Method in class org.apache.juneau.svl.MapVar
 
resolve(VarResolverSession, String[]) - Method in class org.apache.juneau.svl.MultipartVar
The interface that needs to be implemented for this interface.
resolve(VarResolverSession, String) - Method in class org.apache.juneau.svl.MultipartVar
 
resolve(VarResolverSession, String) - Method in class org.apache.juneau.svl.StreamedVar
 
resolve(VarResolverSession, String) - Method in class org.apache.juneau.svl.Var
The interface that needs to be implemented for subclasses of SimpleVar.
resolve(String) - Method in class org.apache.juneau.svl.VarResolver
Resolve variables in the specified string.
resolve(String) - Method in class org.apache.juneau.svl.VarResolverSession
Resolve all variables in the specified string.
resolve(T) - Method in class org.apache.juneau.svl.VarResolverSession
Convenience method for resolving variables in arbitrary objects.
resolve(VarResolverSession, String) - Method in class org.apache.juneau.svl.vars.ArgsVar
 
resolve(VarResolverSession, String) - Method in class org.apache.juneau.svl.vars.CoalesceVar
 
resolve(VarResolverSession, String) - Method in class org.apache.juneau.svl.vars.EnvVariablesVar
 
resolve(VarResolverSession, String[]) - Method in class org.apache.juneau.svl.vars.IfVar
 
resolve(VarResolverSession, String[]) - Method in class org.apache.juneau.svl.vars.LenVar
 
resolve(VarResolverSession, String) - Method in class org.apache.juneau.svl.vars.LowerCaseVar
 
resolve(VarResolverSession, String) - Method in class org.apache.juneau.svl.vars.ManifestFileVar
 
resolve(VarResolverSession, String) - Method in class org.apache.juneau.svl.vars.NotEmptyVar
 
resolve(VarResolverSession, String[]) - Method in class org.apache.juneau.svl.vars.PatternExtractVar
 
resolve(VarResolverSession, String[]) - Method in class org.apache.juneau.svl.vars.PatternMatchVar
 
resolve(VarResolverSession, String[]) - Method in class org.apache.juneau.svl.vars.PatternReplaceVar
 
resolve(VarResolverSession, String[]) - Method in class org.apache.juneau.svl.vars.SubstringVar
 
resolve(VarResolverSession, String[]) - Method in class org.apache.juneau.svl.vars.SwitchVar
 
resolve(VarResolverSession, String) - Method in class org.apache.juneau.svl.vars.UpperCaseVar
 
resolve(Object) - Method in class org.apache.juneau.UriResolver
Converts the specified URI to absolute form based on values in this context.
resolveClassMeta(BeanProperty, Beanp, Type, Map<Class<?>, Class<?>[]>) - Method in class org.apache.juneau.BeanContext
Used for determining the class type on a method or field where a @Beanp annotation may be present.
resolved() - Method in class org.apache.juneau.reflect.ClassInfo
If this class is a parameterized Value type, returns the parameterized type.
resolveFile(String) - Method in class org.apache.juneau.microservice.Microservice
Resolves the specified path.
resolveFile(String) - Method in class org.apache.juneau.microservice.MicroserviceBuilder
Resolves the specified path.
resolveName(String) - Method in class org.apache.juneau.config.store.ConfigFileStore
 
resolveName(String) - Method in class org.apache.juneau.config.store.ConfigStore
Subclasses can override this method to convert config names to internal forms.
resolver(Class<? extends XMLResolver>) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
resolver(XMLResolver) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
resolver(VarResolverSession) - Method in class org.apache.juneau.serializer.SerializerSessionArgs
String variable resolver.
resolver(XMLResolver) - Method in class org.apache.juneau.xml.XmlParserBuilder
XmlParser configuration property:  XML resolver.
resolver(Class<? extends XMLResolver>) - Method in class org.apache.juneau.xml.XmlParserBuilder
XmlParser configuration property:  XML resolver.
resolveRefs(Swagger, Deque<String>, int) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Resolves any "$ref" attributes in this element.
resolveRefs(Swagger, Deque<String>, int) - Method in class org.apache.juneau.dto.swagger.Items
Resolves any "$ref" attributes in this element.
resolveRefs(Swagger, Deque<String>, int) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Resolves any "$ref" attributes in this element.
resolveRefs(Swagger, Deque<String>, int) - Method in class org.apache.juneau.dto.swagger.ResponseInfo
Resolves any "$ref" attributes in this element.
resolveRefs(Swagger, Deque<String>, int) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Resolves any "$ref" attributes in this element.
resolveTo(VarResolverSession, Writer, String) - Method in class org.apache.juneau.rest.vars.SerializedRequestAttrVar
 
resolveTo(VarResolverSession, Writer, String) - Method in class org.apache.juneau.svl.SimpleVar
 
resolveTo(VarResolverSession, Writer, String) - Method in class org.apache.juneau.svl.Var
The interface that needs to be implemented for subclasses of StreamedVar.
resolveTo(String, Writer) - Method in class org.apache.juneau.svl.VarResolver
Resolve variables in the specified string and sends the results to the specified writer.
resolveTo(String, Writer) - Method in class org.apache.juneau.svl.VarResolverSession
Resolves variables in the specified string and sends the output to the specified writer.
resolveUri(Object) - Method in class org.apache.juneau.serializer.SerializerSession
Converts a String to an absolute URI based on the UriContext on this session.
resolveVars(String) - Method in class org.apache.juneau.BeanMap
Given a string containing variables of the form "{property}", replaces those variables with property values in this bean.
resolving(VarResolverSession) - Method in class org.apache.juneau.config.Config
Creates a copy of this config using the specified var session for resolving variables.
resolving() - Method in class org.apache.juneau.http.HeaderSupplier
Allows header values to contain SVL variables.
resolving(VarResolver) - Method in class org.apache.juneau.http.HeaderSupplier
Allows header values to contain SVL variables.
resolving() - Method in class org.apache.juneau.http.NameValuePairSupplier
Allows values to contain SVL variables.
resolving(VarResolver) - Method in class org.apache.juneau.http.NameValuePairSupplier
Allows values to contain SVL variables.
ResolvingOMap - Class in org.apache.juneau.svl
Subclass of an OMap that automatically resolves any SVL variables in values.
ResolvingOMap(VarResolverSession) - Constructor for class org.apache.juneau.svl.ResolvingOMap
Constructor.
ResourceBundleUtils - Class in org.apache.juneau.internal
Class-related utility methods.
ResourceBundleUtils() - Constructor for class org.apache.juneau.internal.ResourceBundleUtils
 
ResourceDescription - Class in org.apache.juneau.rest.helper
Shortcut label for child resources.
ResourceDescription(String, String) - Constructor for class org.apache.juneau.rest.helper.ResourceDescription
Constructor for when the name and uri are the same.
ResourceDescription(String, String, String) - Constructor for class org.apache.juneau.rest.helper.ResourceDescription
Constructor for when the name and uri are different.
ResourceDescription() - Constructor for class org.apache.juneau.rest.helper.ResourceDescription
No-arg constructor.
ResourceDescriptions - Class in org.apache.juneau.rest.helper
A list of ResourceDescription objects.
ResourceDescriptions() - Constructor for class org.apache.juneau.rest.helper.ResourceDescriptions
 
ResourceFinder - Interface in org.apache.juneau.cp
Interface for finding classpath resources.
ResourceFinder.Null - Class in org.apache.juneau.cp
Represents "no" classpath resource finder.
ResourceManager - Class in org.apache.juneau.cp
Class for retrieving and caching resource files from the classpath.
ResourceManager(Class<?>, ResourceFinder, boolean) - Constructor for class org.apache.juneau.cp.ResourceManager
Constructor.
ResourceManager(Class<?>) - Constructor for class org.apache.juneau.cp.ResourceManager
Constructor.
ResourceResolver - Interface in org.apache.juneau
Class used to resolve Class objects to instances.
resourceResolver(Class<? extends RestResourceResolver>) - Method in class org.apache.juneau.rest.RestContextBuilder
REST resource resolver.
resourceResolver(RestResourceResolver) - Method in class org.apache.juneau.rest.RestContextBuilder
REST resource resolver.
ResourceSwagger - Annotation Type in org.apache.juneau.rest.annotation
Extended annotation for @Rest(swagger).
response(String, ResponseInfo) - Method in class org.apache.juneau.dto.swagger.Operation
Adds a single value to the responses property.
response(String, ResponseInfo) - Method in class org.apache.juneau.dto.swagger.Swagger
Adds a single value to the responses property.
Response - Annotation Type in org.apache.juneau.http.annotation
REST response annotation.
response(HttpServletResponse) - Method in class org.apache.juneau.rest.RestCall
Overrides the response object on the REST call.
ResponseAnnotation - Class in org.apache.juneau.http.annotation
A concrete implementation of the Response annotation.
ResponseAnnotation() - Constructor for class org.apache.juneau.http.annotation.ResponseAnnotation
 
ResponseBeanMeta - Class in org.apache.juneau.httppart.bean
Represents the metadata gathered from a parameter or class annotated with Response.
ResponseBeanPropertyMeta - Class in org.apache.juneau.httppart.bean
Represents the metadata gathered from a getter method of a class annotated with Response.
ResponseBody - Annotation Type in org.apache.juneau.http.annotation
REST response body annotation.
ResponseBodyAnnotation - Class in org.apache.juneau.http.annotation
A concrete implementation of the ResponseBody annotation.
ResponseBodyAnnotation() - Constructor for class org.apache.juneau.http.annotation.ResponseBodyAnnotation
 
responseBodySchema(HttpPartSchema) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Specifies the part schema for the response body.
ResponseHandler - Interface in org.apache.juneau.rest
Defines the interface for handlers that convert POJOs to appropriate HTTP responses.
responseHandlers(Class<?>...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Response handlers.
responseHandlers(ResponseHandler...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Response handlers.
ResponseHeader - Annotation Type in org.apache.juneau.http.annotation
REST response header annotation.
ResponseHeaderAnnotation - Class in org.apache.juneau.http.annotation
A concrete implementation of the ResponseHeader annotation.
ResponseHeaderAnnotation() - Constructor for class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
ResponseInfo - Class in org.apache.juneau.dto.swagger
Describes a single response from an API Operation.
ResponseInfo() - Constructor for class org.apache.juneau.dto.swagger.ResponseInfo
Default constructor.
ResponseInfo(ResponseInfo) - Constructor for class org.apache.juneau.dto.swagger.ResponseInfo
Copy constructor.
responseInfo() - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an empty ResponseInfo element.
responseInfo(String) - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an ResponseInfo element with the specified description attribute.
responseMeta(ResponseBeanMeta) - Method in class org.apache.juneau.rest.RestCall
Sets metadata about the response.
ResponsePartMeta - Class in org.apache.juneau.rest
Represents the information needed to serialize a response part such as a response header or body.
ResponsePartMeta(HttpPartType, HttpPartSchema, HttpPartSerializer) - Constructor for class org.apache.juneau.rest.ResponsePartMeta
Constructor.
ResponsePattern - Class in org.apache.juneau.rest.client
Deprecated.
Use new methods provided on RestResponse class.
ResponsePattern(String) - Constructor for class org.apache.juneau.rest.client.ResponsePattern
Deprecated.
Constructor.
responsePattern(ResponsePattern) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Adds a response pattern finder to look for regular expression matches in the response output.
responses(Object...) - Method in class org.apache.juneau.dto.swagger.Operation
responses(Object...) - Method in class org.apache.juneau.dto.swagger.Swagger
Adds one or more values to the properties property.
responses() - Method in class org.apache.juneau.rest.annotation.MethodAnnotationSwagger
 
ResponseStatus - Annotation Type in org.apache.juneau.http.annotation
REST response status annotation.
ResponseStatusAnnotation - Class in org.apache.juneau.http.annotation
A concrete implementation of the ResponseStatus annotation.
ResponseStatusAnnotation() - Constructor for class org.apache.juneau.http.annotation.ResponseStatusAnnotation
 
Rest - Annotation Type in org.apache.juneau.rest.annotation
Used to denote that a class is a REST resource and to associate metadata on it.
REST_allowBodyParam - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Allow body URL parameter.
REST_allowedHeaderParams - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Allowed header URL parameters.
REST_allowedMethodHeaders - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Allowed method headers.
REST_allowedMethodParams - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Allowed method URL parameters.
REST_allowHeaderParams - Static variable in class org.apache.juneau.rest.RestContext
Deprecated.
REST_attrs - Static variable in class org.apache.juneau.rest.RestContext
Deprecated.
REST_callHandler - Static variable in class org.apache.juneau.rest.RestContext
Deprecated.
REST_callLogger - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: REST call logger.
REST_callLoggerConfig - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: REST call logging rules.
REST_children - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Children.
REST_classpathResourceFinder - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Classpath resource finder.
REST_clientVersionHeader - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Client version header.
REST_consumes - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Supported content media types.
REST_context - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: REST context class.
REST_converters - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Class-level response converters.
REST_debug - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Debug mode.
REST_debugOn - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Debug mode on specified classes/methods.
REST_defaultCharset - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Default character encoding.
REST_defaultRequestHeaders - Static variable in class org.apache.juneau.rest.RestContext
Deprecated.
REST_defaultResponseHeaders - Static variable in class org.apache.juneau.rest.RestContext
Deprecated.
REST_encoders - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Compression encoders.
REST_guards - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Class-level guards.
REST_infoProvider - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: REST info provider.
REST_logger - Static variable in class org.apache.juneau.rest.RestContext
Deprecated.
REST_maxInput - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: The maximum allowed input size (in bytes) on HTTP requests.
REST_messages - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Messages.
REST_mimeTypes - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: MIME types.
REST_paramResolvers - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Java method parameter resolvers.
REST_parsers - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Parsers.
REST_partParser - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: HTTP part parser.
REST_partSerializer - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: HTTP part serializer.
REST_path - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Resource path.
REST_produces - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Supported accept media types.
REST_properties - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Properties.
REST_renderResponseStackTraces - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Render response stack traces in responses.
REST_reqAttrs - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Default request attributes.
REST_reqHeaders - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Default request headers.
REST_resHeaders - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Default response headers.
REST_resourceResolver - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: REST resource resolver.
REST_responseHandlers - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Response handlers.
REST_roleGuard - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Role guard.
REST_rolesDeclared - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Declared roles.
REST_serializers - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Serializers.
REST_staticFileResponseHeaders - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Static file response headers.
REST_staticFiles - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Static file mappings.
REST_uriAuthority - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Resource URI authority path.
REST_uriContext - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Resource URI context path.
REST_uriRelativity - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: URI resolution relativity.
REST_uriResolution - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: URI resolution.
REST_useClasspathResourceCaching - Static variable in class org.apache.juneau.rest.RestContext
Configuration property: Use classpath resource caching.
REST_useStackTraceHashes - Static variable in class org.apache.juneau.rest.RestContext
Deprecated.
REST_widgets - Static variable in class org.apache.juneau.rest.RestContext
Deprecated.
RestartCommand - Class in org.apache.juneau.microservice.console
Implements the 'restart' console command to gracefully shut down and restart the microservice.
RestartCommand() - Constructor for class org.apache.juneau.microservice.console.RestartCommand
 
restBean(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
Specifies the Rest-annotated bean class or instance to test against.
RestCall - Class in org.apache.juneau.rest.client
Deprecated.
Use RestRequest class.
RestCall(RestClient, HttpRequestBase, URI) - Constructor for class org.apache.juneau.rest.client.RestCall
Deprecated.
Constructs a REST call with the specified method name.
RestCall - Class in org.apache.juneau.rest
A wrapper around a single HttpServletRequest/HttpServletResponse pair.
RestCall(RestContext, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.juneau.rest.RestCall
Constructor.
RestCallException - Exception in org.apache.juneau.rest.client
Deprecated.
RestCallException(String, Object...) - Constructor for exception org.apache.juneau.rest.client.RestCallException
Deprecated.
Constructor.
RestCallException(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.client.RestCallException
Deprecated.
Constructor.
RestCallException(Exception) - Constructor for exception org.apache.juneau.rest.client.RestCallException
Deprecated.
Constructor.
RestCallException(String, HttpResponse) - Constructor for exception org.apache.juneau.rest.client.RestCallException
Deprecated.
Create an exception with a simple message and the status code and body of the specified response.
RestCallException(int, String, String, URI, String) - Constructor for exception org.apache.juneau.rest.client.RestCallException
Deprecated.
Constructor.
RestCallException - Exception in org.apache.juneau.rest.client2
Exception representing a 400+ HTTP response code against a remote resource or other exception.
RestCallException(RestResponse, Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.client2.RestCallException
Constructor.
RestCallHandler - Interface in org.apache.juneau.rest.client
Deprecated.
Use RestCallHandler class.
RestCallHandler - Interface in org.apache.juneau.rest.client2
Interface that allows you to override the handling of HTTP requests.
RestCallHandler - Interface in org.apache.juneau.rest
Deprecated.
RestCallHandler.Null - Interface in org.apache.juneau.rest
Deprecated.
Represents no RestCallHandler.
RestCallInterceptor - Class in org.apache.juneau.rest.client
Deprecated.
RestCallInterceptor() - Constructor for class org.apache.juneau.rest.client.RestCallInterceptor
Deprecated.
 
RestCallInterceptor - Interface in org.apache.juneau.rest.client2
Used to intercept http connection responses to allow modification of that response before processing and for listening for call lifecycle events.
RestCallLogger - Class in org.apache.juneau.rest.client
Deprecated.
RestCallLogger(Level, Logger) - Constructor for class org.apache.juneau.rest.client.RestCallLogger
Deprecated.
Constructor.
RestCallLogger - Interface in org.apache.juneau.rest
Interface class used for logging HTTP requests to the log file.
RestCallLogger.Null - Interface in org.apache.juneau.rest
Represents no RestLogger.
RestCallLoggerConfig - Class in org.apache.juneau.rest
Represents a set of logging rules for how to handle logging of HTTP requests/responses.
RestCallLoggerConfig.Builder - Class in org.apache.juneau.rest
Builder for RestCallLoggerConfig objects.
RestCallLoggerRule - Class in org.apache.juneau.rest
Represents a logging rule used for determine how detailed requests should be logged at.
RestCallLoggerRule.Builder - Class in org.apache.juneau.rest
Builder class for this object.
RestCallLoggingDetail - Enum in org.apache.juneau.rest
Represents the amount of detail to include in a log entry for HTTP requests and responses.
RestChild - Class in org.apache.juneau.rest
Represents a simple child REST resource / path mapping.
RestChild(String, Object) - Constructor for class org.apache.juneau.rest.RestChild
Constructor.
RestClient - Class in org.apache.juneau.rest.client
Deprecated.
RestClient(RestClientBuilder) - Constructor for class org.apache.juneau.rest.client.RestClient
Deprecated.
Constructor.
RestClient - Class in org.apache.juneau.rest.client2
Utility class for interfacing with remote REST interfaces.
RestClient(PropertyStore) - Constructor for class org.apache.juneau.rest.client2.RestClient
Constructor.
RESTCLIENT_callHandler - Static variable in class org.apache.juneau.rest.client.RestClient
Deprecated.
Configuration property: REST call handler.
RESTCLIENT_callHandler - Static variable in class org.apache.juneau.rest.client2.RestClient
Configuration property: REST call handler.
RESTCLIENT_console - Static variable in class org.apache.juneau.rest.client2.RestClient
Configuration property: Console print stream.
RESTCLIENT_debug - Static variable in class org.apache.juneau.rest.client.RestClient
Deprecated.
Configuration property: Debug.
RESTCLIENT_errorCodes - Static variable in class org.apache.juneau.rest.client2.RestClient
Configuration property: Error codes predicate.
RESTCLIENT_executorService - Static variable in class org.apache.juneau.rest.client.RestClient
Deprecated.
Configuration property: Executor service.
RESTCLIENT_executorService - Static variable in class org.apache.juneau.rest.client2.RestClient
Configuration property: Executor service.
RESTCLIENT_executorServiceShutdownOnClose - Static variable in class org.apache.juneau.rest.client.RestClient
Deprecated.
Configuration property: Shut down executor service on close.
RESTCLIENT_executorServiceShutdownOnClose - Static variable in class org.apache.juneau.rest.client2.RestClient
Configuration property: Shut down executor service on close.
RESTCLIENT_formData - Static variable in class org.apache.juneau.rest.client2.RestClient
Configuration property: Request form-data parameters.
RESTCLIENT_headers - Static variable in class org.apache.juneau.rest.client.RestClient
Deprecated.
Configuration property: Request headers.
RESTCLIENT_headers - Static variable in class org.apache.juneau.rest.client2.RestClient
Configuration property: Request headers.
RESTCLIENT_ignoreErrors - Static variable in class org.apache.juneau.rest.client2.RestClient
Configuration property: Ignore errors.
RESTCLIENT_interceptors - Static variable in class org.apache.juneau.rest.client.RestClient
Deprecated.
Configuration property: Call interceptors.
RESTCLIENT_interceptors - Static variable in class org.apache.juneau.rest.client2.RestClient
Configuration property: Call interceptors.
RESTCLIENT_interceptors_add - Static variable in class org.apache.juneau.rest.client.RestClient
Deprecated.
Add to the Call interceptors property.
RESTCLIENT_interceptors_add - Static variable in class org.apache.juneau.rest.client2.RestClient
Add to the Call interceptors property.
RESTCLIENT_keepHttpClientOpen - Static variable in class org.apache.juneau.rest.client.RestClient
Deprecated.
Configuration property: Keep HttpClient open.
RESTCLIENT_keepHttpClientOpen - Static variable in class org.apache.juneau.rest.client2.RestClient
Configuration property: Keep HttpClient open.
RESTCLIENT_leakDetection - Static variable in class org.apache.juneau.rest.client2.RestClient
Configuration property: Enable leak detection.
RESTCLIENT_logger - Static variable in class org.apache.juneau.rest.client2.RestClient
Configuration property: Logger.
RESTCLIENT_logRequests - Static variable in class org.apache.juneau.rest.client2.RestClient
Configuration property: Log requests.
RESTCLIENT_logRequestsLevel - Static variable in class org.apache.juneau.rest.client2.RestClient
Configuration property: Log requests log level.
RESTCLIENT_logRequestsPredicate - Static variable in class org.apache.juneau.rest.client2.RestClient
Configuration property: Log requests predicate.
RESTCLIENT_logToConsole - Static variable in class org.apache.juneau.rest.client2.RestClient
Configuration property: Log to console.
RESTCLIENT_parser - Static variable in class org.apache.juneau.rest.client.RestClient
Deprecated.
Configuration property: Parser.
RESTCLIENT_parsers - Static variable in class org.apache.juneau.rest.client2.RestClient
Configuration property: Parsers.
RESTCLIENT_partParser - Static variable in class org.apache.juneau.rest.client.RestClient
Deprecated.
Configuration property: Part parser.
RESTCLIENT_partParser - Static variable in class org.apache.juneau.rest.client2.RestClient
Configuration property: Part parser.
RESTCLIENT_partSerializer - Static variable in class org.apache.juneau.rest.client.RestClient
Deprecated.
Configuration property: Part serializer.
RESTCLIENT_partSerializer - Static variable in class org.apache.juneau.rest.client2.RestClient
Configuration property: Part serializer.
RESTCLIENT_query - Static variable in class org.apache.juneau.rest.client.RestClient
Deprecated.
Configuration property: Request query parameters.
RESTCLIENT_query - Static variable in class org.apache.juneau.rest.client2.RestClient
Configuration property: Request query parameters.
RESTCLIENT_retries - Static variable in class org.apache.juneau.rest.client.RestClient
Deprecated.
Configuration property: Number of retries to attempt.
RESTCLIENT_retryInterval - Static variable in class org.apache.juneau.rest.client.RestClient
Deprecated.
Configuration property: The time in milliseconds between retry attempts.
RESTCLIENT_retryOn - Static variable in class org.apache.juneau.rest.client.RestClient
Deprecated.
Configuration property: Retry-on determination object.
RESTCLIENT_rootUri - Static variable in class org.apache.juneau.rest.client.RestClient
Deprecated.
Configuration property: Root URI.
RESTCLIENT_rootUri - Static variable in class org.apache.juneau.rest.client2.RestClient
Configuration property: Root URI.
RESTCLIENT_serializer - Static variable in class org.apache.juneau.rest.client.RestClient
Deprecated.
Configuration property: Serializer.
RESTCLIENT_serializers - Static variable in class org.apache.juneau.rest.client2.RestClient
Configuration property: Serializers.
RestClientBuilder - Class in org.apache.juneau.rest.client
Deprecated.
RestClientBuilder(PropertyStore, HttpClientBuilder) - Constructor for class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Constructor.
RestClientBuilder - Class in org.apache.juneau.rest.client2
Builder class for the RestClient class.
RestClientBuilder(PropertyStore) - Constructor for class org.apache.juneau.rest.client2.RestClientBuilder
Constructor.
RestClientBuilder() - Constructor for class org.apache.juneau.rest.client2.RestClientBuilder
No-arg constructor.
RestConfigApply - Class in org.apache.juneau.rest.annotation
Applies Rest annotations to a PropertyStoreBuilder.
RestConfigApply(Class<Rest>, VarResolverSession) - Constructor for class org.apache.juneau.rest.annotation.RestConfigApply
Constructor.
restContext(RestContext) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
RestContext - Class in org.apache.juneau.rest
Contains all the configuration on a REST resource and the entry points for handling REST calls.
RestContext(RestContextBuilder) - Constructor for class org.apache.juneau.rest.RestContext
Constructor.
RestContext.Null - Class in org.apache.juneau.rest
Represents a null value for the Rest.context() annotation.
RestContextBuilder - Class in org.apache.juneau.rest
Defines the initial configuration of a RestServlet or @Rest annotated object.
RestContextProperties - Class in org.apache.juneau.rest
Encapsulates class-level properties.
RestContextProperties() - Constructor for class org.apache.juneau.rest.RestContextProperties
 
RestContextStats - Class in org.apache.juneau.rest
A snapshot of execution statistics for REST resource classes.
RestConverter - Interface in org.apache.juneau.rest
REST method response converter.
RestException - Exception in org.apache.juneau.rest
Deprecated.
RestException(Throwable, int, String, Object...) - Constructor for exception org.apache.juneau.rest.RestException
Deprecated.
Constructor.
RestException(String) - Constructor for exception org.apache.juneau.rest.RestException
Deprecated.
Constructor.
RestException(Throwable, int) - Constructor for exception org.apache.juneau.rest.RestException
Deprecated.
Constructor.
RestException(int, String, Object...) - Constructor for exception org.apache.juneau.rest.RestException
Deprecated.
Constructor.
RestGuard - Class in org.apache.juneau.rest
REST method guard.
RestGuard() - Constructor for class org.apache.juneau.rest.RestGuard
 
RestHook - Annotation Type in org.apache.juneau.rest.annotation
Identifies Java methods on a resource/servlet class that get invoked during particular lifecycle events of the servlet or REST call.
RestInfoProvider - Interface in org.apache.juneau.rest
REST resource information provider.
RestInfoProvider.Null - Interface in org.apache.juneau.rest
Represents no RestInfoProvider.
RestInfoVar - Class in org.apache.juneau.rest.vars
Rest info variable resolver.
RestInfoVar() - Constructor for class org.apache.juneau.rest.vars.RestInfoVar
Constructor.
RestLogger - Interface in org.apache.juneau.rest
Deprecated.
RestLogger.Null - Interface in org.apache.juneau.rest
Deprecated.
Represents no RestLogger.
RestMatcher - Class in org.apache.juneau.rest
Class used for defining method-level matchers using the @RestMethod(matchers) annotation.
RestMatcher() - Constructor for class org.apache.juneau.rest.RestMatcher
 
RestMethod - Annotation Type in org.apache.juneau.rest.annotation
Identifies a REST Java method on a RestServlet implementation class.
RESTMETHOD_attrs - Static variable in class org.apache.juneau.rest.RestMethodContext
Deprecated.
RESTMETHOD_callLoggerConfig - Static variable in class org.apache.juneau.rest.RestMethodContext
Configuration property: Logging rules.
RESTMETHOD_clientVersion - Static variable in class org.apache.juneau.rest.RestMethodContext
Configuration property: Client version pattern matcher.
RESTMETHOD_debug - Static variable in class org.apache.juneau.rest.RestMethodContext
Configuration property: Debug mode.
RESTMETHOD_defaultFormData - Static variable in class org.apache.juneau.rest.RestMethodContext
Configuration property: Default form data.
RESTMETHOD_defaultQuery - Static variable in class org.apache.juneau.rest.RestMethodContext
Configuration property: Default query parameters.
RESTMETHOD_defaultRequestHeaders - Static variable in class org.apache.juneau.rest.RestMethodContext
Deprecated.
RESTMETHOD_httpMethod - Static variable in class org.apache.juneau.rest.RestMethodContext
Configuration property: HTTP method name.
RESTMETHOD_matchers - Static variable in class org.apache.juneau.rest.RestMethodContext
Configuration property: Method-level matchers.
RESTMETHOD_path - Static variable in class org.apache.juneau.rest.RestMethodContext
RESTMETHOD_paths - Static variable in class org.apache.juneau.rest.RestMethodContext
Configuration property: Resource method paths.
RESTMETHOD_priority - Static variable in class org.apache.juneau.rest.RestMethodContext
Configuration property: Priority.
RESTMETHOD_reqAttrs - Static variable in class org.apache.juneau.rest.RestMethodContext
Configuration property: Default request attributes.
RESTMETHOD_reqHeaders - Static variable in class org.apache.juneau.rest.RestMethodContext
Configuration property: Default request headers.
RestMethodAnnotation - Class in org.apache.juneau.rest.annotation
A concrete implementation of the RestMethod annotation.
RestMethodAnnotation() - Constructor for class org.apache.juneau.rest.annotation.RestMethodAnnotation
Constructor.
RestMethodConfigApply - Class in org.apache.juneau.rest.annotation
Applies RestMethod annotations to a PropertyStoreBuilder.
RestMethodConfigApply(Class<RestMethod>, VarResolverSession) - Constructor for class org.apache.juneau.rest.annotation.RestMethodConfigApply
Constructor.
restMethodContext(RestMethodContext) - Method in class org.apache.juneau.rest.RestCall
Sets the method context on this call.
RestMethodContext - Class in org.apache.juneau.rest
Represents a single Java servlet/resource method annotated with @RestMethod.
RestMethodContextBuilder - Class in org.apache.juneau.rest
Builder class for RestMethodContext objects.
RestMethodParam - Class in org.apache.juneau.rest
REST java method parameter resolver.
RestMethodParam(RestParamType, ParamInfo, String, Type) - Constructor for class org.apache.juneau.rest.RestMethodParam
Constructor.
RestMethodParam(RestParamType, ParamInfo, String) - Constructor for class org.apache.juneau.rest.RestMethodParam
Constructor.
RestMethodParam(RestParamType, ParamInfo) - Constructor for class org.apache.juneau.rest.RestMethodParam
Constructor.
RestMethodParam(RestParamType, Type) - Constructor for class org.apache.juneau.rest.RestMethodParam
Constructor.
RestMethodParam(RestParamType, ClassInfo) - Constructor for class org.apache.juneau.rest.RestMethodParam
Constructor.
RestMethodParam(RestParamType, String, Type) - Constructor for class org.apache.juneau.rest.RestMethodParam
Constructor.
RestMethodProperties - Class in org.apache.juneau.rest
Deprecated.
RestMethodProperties(RestContextProperties) - Constructor for class org.apache.juneau.rest.RestMethodProperties
Deprecated.
Constructor
RestMethodProperties(RestMethodProperties) - Constructor for class org.apache.juneau.rest.RestMethodProperties
Deprecated.
Constructor
RestParamType - Enum in org.apache.juneau.rest
Represents the possible parameter types as defined by the Swagger 2.0 specification.
RestRequest - Class in org.apache.juneau.rest.client2
Represents a request to a remote REST resource.
RestRequest(RestClient, URI, String, boolean) - Constructor for class org.apache.juneau.rest.client2.RestRequest
Constructs a REST call with the specified method name.
restRequest(RestRequest) - Method in class org.apache.juneau.rest.RestCall
Set the RestRequest object on this REST call.
RestRequest - Class in org.apache.juneau.rest
Represents an HTTP request for a REST resource.
RestRequestCreated - Interface in org.apache.juneau.rest.client2
Identify an HttpRequest that was created by a RestRequest.
RestRequestEntity - Class in org.apache.juneau.rest.client
Deprecated.
RestRequestEntity(Object, Serializer, HttpPartSchema) - Constructor for class org.apache.juneau.rest.client.RestRequestEntity
Deprecated.
Constructor.
RestResource - Annotation Type in org.apache.juneau.rest.annotation
Deprecated.
RestResourceConfigApply - Class in org.apache.juneau.rest.annotation
Deprecated.
RestResourceConfigApply(Class<RestResource>, VarResolverSession) - Constructor for class org.apache.juneau.rest.annotation.RestResourceConfigApply
Deprecated.
Constructor.
RestResourceResolver - Interface in org.apache.juneau.rest
Class used to resolve Class objects to instances.
RestResourceResolver.Null - Interface in org.apache.juneau.rest
Represents no RestResourceResolver.
RestResponse - Class in org.apache.juneau.rest.client2
Represents a response from a remote REST resource.
RestResponse(RestClient, RestRequest, HttpResponse, Parser) - Constructor for class org.apache.juneau.rest.client2.RestResponse
Constructor.
restResponse(RestResponse) - Method in class org.apache.juneau.rest.RestCall
Set the RestResponse object on this REST call.
RestResponse - Class in org.apache.juneau.rest
Represents an HTTP response for a REST resource.
RestResponseBody - Class in org.apache.juneau.rest.client2
Represents the body of an HTTP response.
RestResponseBody(RestClient, RestRequest, RestResponse, Parser) - Constructor for class org.apache.juneau.rest.client2.RestResponseBody
Constructor.
RestResponseHeader - Class in org.apache.juneau.rest.client2
Represents a single header on an HTTP response.
RestResponseHeader(RestRequest, RestResponse, Header) - Constructor for class org.apache.juneau.rest.client2.RestResponseHeader
Constructor.
RestResponseStatusLineAssertion - Class in org.apache.juneau.rest.client2
Used for fluent assertion calls against a response StatusLine object.
RestResponseStatusLineAssertion(StatusLine, RestResponse) - Constructor for class org.apache.juneau.rest.client2.RestResponseStatusLineAssertion
Constructor.
RestServlet - Class in org.apache.juneau.rest
Servlet implementation of a REST resource.
RestServlet() - Constructor for class org.apache.juneau.rest.RestServlet
 
RestServletException - Exception in org.apache.juneau.rest
General exception thrown from RestServlet during construction or initialization.
RestServletException(String, Object...) - Constructor for exception org.apache.juneau.rest.RestServletException
Constructor.
RestServletException(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.RestServletException
Constructor.
RestUtils - Class in org.apache.juneau.rest.util
Various reusable utility methods.
RestUtils() - Constructor for class org.apache.juneau.rest.util.RestUtils
 
ResultSetList - Class in org.apache.juneau.dto
Transforms an SQL ResultSet into a list of maps.
ResultSetList(ResultSet, int, int, boolean) - Constructor for class org.apache.juneau.dto.ResultSetList
Constructor.
retainAll(Collection<?>) - Method in class org.apache.juneau.internal.UnmodifiableArray
 
retryable(int, long, RetryOn) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Make this call retryable if an error response (>=400) is received.
retryable(int, int, RetryOn) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Make HTTP calls retryable if an error response (>=400) is received.
RetryAfter - Class in org.apache.juneau.http.header
Represents a parsed Retry-After HTTP response header.
RetryAfter(Object) - Constructor for class org.apache.juneau.http.header.RetryAfter
Constructor.
RetryAfter(String) - Constructor for class org.apache.juneau.http.header.RetryAfter
Constructor
retryHandler(HttpRequestRetryHandler) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
retryHandler(HttpRequestRetryHandler) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Assigns HttpRequestRetryHandler instance.
retryHandler(HttpRequestRetryHandler) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
RetryOn - Class in org.apache.juneau.rest.client
RetryOn() - Constructor for class org.apache.juneau.rest.client.RetryOn
Deprecated.
 
retryRequest(IOException, int, HttpContext) - Method in class org.apache.juneau.rest.client2.ext.BasicHttpRequestRetryHandler
 
returns() - Method in class org.apache.juneau.assertions.ArrayAssertion
 
returns() - Method in class org.apache.juneau.assertions.BooleanAssertion
 
returns() - Method in class org.apache.juneau.assertions.ByteArrayAssertion
 
returns() - Method in class org.apache.juneau.assertions.CollectionAssertion
 
returns() - Method in class org.apache.juneau.assertions.ComparableAssertion
 
returns() - Method in class org.apache.juneau.assertions.DateAssertion
 
returns() - Method in class org.apache.juneau.assertions.FluentAssertion
Returns the object that the fluent methods on this class should return.
returns() - Method in class org.apache.juneau.assertions.IntegerAssertion
 
returns() - Method in class org.apache.juneau.assertions.ListAssertion
 
returns() - Method in class org.apache.juneau.assertions.LongAssertion
 
returns() - Method in class org.apache.juneau.assertions.ObjectAssertion
 
returns() - Method in class org.apache.juneau.assertions.StringAssertion
 
returns() - Method in class org.apache.juneau.assertions.ThrowableAssertion
 
returns() - Method in class org.apache.juneau.assertions.ZonedDateTimeAssertion
 
returnStringBuilder(StringBuilder) - Method in class org.apache.juneau.BeanSession
Returns a StringBuilder object back into the internal reuse pool.
reverse(T[]) - Static method in class org.apache.juneau.internal.ArrayUtils
Creates a new array with reversed entries.
reversed(Object) - Method in class org.apache.juneau.dto.html5.Ol
reversed attribute.
reverseInline(T[]) - Static method in class org.apache.juneau.internal.ArrayUtils
Sorts the elements in an array without creating a new array.
ReverseIterable<T> - Class in org.apache.juneau.internal
Implements a reversed iteration Iterable without altering the underlying list.
ReverseIterable(List<T>) - Constructor for class org.apache.juneau.internal.ReverseIterable
Constructor
Rfc1123DateTime() - Constructor for class org.apache.juneau.transforms.TemporalCalendarSwap.Rfc1123DateTime
Constructor.
Rfc1123DateTime() - Constructor for class org.apache.juneau.transforms.TemporalDateSwap.Rfc1123DateTime
Constructor.
Rfc1123DateTime() - Constructor for class org.apache.juneau.transforms.TemporalSwap.Rfc1123DateTime
Constructor.
RFC2822D() - Constructor for class org.apache.juneau.transforms.CalendarSwap.RFC2822D
Deprecated.
 
RFC2822D() - Constructor for class org.apache.juneau.transforms.DateSwap.RFC2822D
Deprecated.
 
RFC2822DT() - Constructor for class org.apache.juneau.transforms.CalendarSwap.RFC2822DT
Deprecated.
 
RFC2822DT() - Constructor for class org.apache.juneau.transforms.DateSwap.RFC2822DT
Deprecated.
 
RFC2822DTZ() - Constructor for class org.apache.juneau.transforms.CalendarSwap.RFC2822DTZ
Deprecated.
 
RFC2822DTZ() - Constructor for class org.apache.juneau.transforms.DateSwap.RFC2822DTZ
Deprecated.
 
rights(Text) - Method in class org.apache.juneau.dto.atom.CommonEntry
Sets the rights statement of this object.
rights(String) - Method in class org.apache.juneau.dto.atom.CommonEntry
Sets the rights statement of this object.
rights(Text) - Method in class org.apache.juneau.dto.atom.Entry
 
rights(String) - Method in class org.apache.juneau.dto.atom.Entry
 
rights(Text) - Method in class org.apache.juneau.dto.atom.Feed
 
rights(String) - Method in class org.apache.juneau.dto.atom.Feed
 
rights(Text) - Method in class org.apache.juneau.dto.atom.Source
 
rights(String) - Method in class org.apache.juneau.dto.atom.Source
 
riterable() - Method in class org.apache.juneau.collections.AList
Returns a reverse iterable over this list.
ro() - Method in class org.apache.juneau.annotation.BeanpAnnotation
 
ro(String) - Method in class org.apache.juneau.annotation.BeanpAnnotation
Sets the ro property on this annotation.
ro() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
ro(boolean) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the ro property on this annotation.
role(String) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Specifies the value for the security roles on the underlying HttpServletRequest object.
role(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Adds the specified role on this request.
RoleBasedRestGuard - Class in org.apache.juneau.rest.guards
RestGuard that uses role expressions to determine whether an authenticated user has access to a class or method.
RoleBasedRestGuard(Set<String>, String) - Constructor for class org.apache.juneau.rest.guards.RoleBasedRestGuard
Constructor.
roleGuard() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
roleGuard(String) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Role guard.
RoleMatcher - Class in org.apache.juneau.rest.guards
Utility class for matching JEE user roles against string expressions.
RoleMatcher(String) - Constructor for class org.apache.juneau.rest.guards.RoleMatcher
Constructor.
roles(String...) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Specifies the user roles on the underlying HttpServletRequest object.
roles(String...) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Adds the specified roles on this request.
rolesDeclared() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
rolesDeclared(String...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Declared roles.
rollback() - Method in class org.apache.juneau.config.Config
Does a rollback of any changes on this config currently in memory.
rollback() - Method in class org.apache.juneau.config.internal.ConfigMap
Does a rollback of any changes on this map currently in memory.
root - Variable in class org.apache.juneau.utils.ZipFileList.FileEntry
The root file to base the entry paths on.
RootResources - Class in org.apache.juneau.examples.rest
Sample REST resource showing how to implement a "router" resource page.
RootResources() - Constructor for class org.apache.juneau.examples.rest.RootResources
 
RootResources - Class in org.apache.juneau.microservice.jetty.template
Root microservice page.
RootResources() - Constructor for class org.apache.juneau.microservice.jetty.template.RootResources
 
RootResources - Class in org.apache.juneau.microservice.springboot.template
Root microservice page.
RootResources() - Constructor for class org.apache.juneau.microservice.springboot.template.RootResources
 
rootUri(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
RestClient configuration property:  Root URI.
rootUri(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
rootUrl(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Root URI.
routeComplete(HttpClientConnection, HttpRoute, HttpContext) - Method in class org.apache.juneau.rest.client.mock.MockHttpClientConnectionManager
Deprecated.
 
routePlanner(HttpRoutePlanner) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
routePlanner(HttpRoutePlanner) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Assigns HttpRoutePlanner instance.
routePlanner(HttpRoutePlanner) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
Row() - Constructor for class org.apache.juneau.dto.cognos.DataSet.Row
 
rows(Number) - Method in class org.apache.juneau.dto.html5.Textarea
rows attribute.
rowspan(Object) - Method in class org.apache.juneau.dto.html5.Td
rowspan attribute.
rowspan(Object) - Method in class org.apache.juneau.dto.html5.Th
rowspan attribute.
rp() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Rp element.
rp(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Rp element with the specified Rp.children(Object[]) nodes.
Rp - Class in org.apache.juneau.dto.html5
DTO for an HTML <rp> element.
Rp() - Constructor for class org.apache.juneau.dto.html5.Rp
Creates an empty Rp element.
Rp(Object...) - Constructor for class org.apache.juneau.dto.html5.Rp
Creates a Rp element with the specified Rp.children(Object[]) nodes.
RPARSER_fileCharset - Static variable in class org.apache.juneau.parser.ReaderParser
Configuration property: File charset.
RPARSER_streamCharset - Static variable in class org.apache.juneau.parser.ReaderParser
Configuration property: Input stream charset.
RRPC - Static variable in class org.apache.juneau.http.HttpMethod
Special case for a REST method that implements a REST-RPC interface.
RRPC - Static variable in class org.apache.juneau.http.HttpMethodName
Deprecated.
Special case for a REST method that implements a REST-RPC interface.
RrpcInterfaceMeta - Class in org.apache.juneau.http.remote
Contains the meta-data about a remote proxy REST interface.
RrpcInterfaceMeta(Class<?>, String) - Constructor for class org.apache.juneau.http.remote.RrpcInterfaceMeta
Constructor.
RrpcInterfaceMethodMeta - Class in org.apache.juneau.http.remote
Contains the meta-data about a Java method on a remote class.
RrpcInterfaceMethodMeta(String, Method) - Constructor for class org.apache.juneau.http.remote.RrpcInterfaceMethodMeta
Constructor.
RrpcServlet - Class in org.apache.juneau.rest.remote
Abstract class for defining Remote Interface Services.
RrpcServlet() - Constructor for class org.apache.juneau.rest.remote.RrpcServlet
 
rt() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Rt element.
rt(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Rt element with the specified Rt.children(Object[]) nodes.
Rt - Class in org.apache.juneau.dto.html5
DTO for an HTML <rt> element.
Rt() - Constructor for class org.apache.juneau.dto.html5.Rt
Creates an empty Rt element.
Rt(Object...) - Constructor for class org.apache.juneau.dto.html5.Rt
Creates a Rt element with the specified Rt.children(Object[]) nodes.
rtc() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Rtc element.
rtc(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an Rtc element with the specified child nodes.
Rtc - Class in org.apache.juneau.dto.html5
DTO for an HTML <rtc> element.
Rtc() - Constructor for class org.apache.juneau.dto.html5.Rtc
Creates an empty Rtc element.
Rtc(Object...) - Constructor for class org.apache.juneau.dto.html5.Rtc
Creates an Rtc element with the specified child nodes.
ruby() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Ruby element.
ruby(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Ruby element with the specified child nodes.
Ruby - Class in org.apache.juneau.dto.html5
DTO for an HTML <ruby> element.
Ruby() - Constructor for class org.apache.juneau.dto.html5.Ruby
Creates an empty Ruby element.
Ruby(Object...) - Constructor for class org.apache.juneau.dto.html5.Ruby
Creates a Ruby element with the specified child nodes.
rule(RestCallLoggerRule) - Method in class org.apache.juneau.rest.RestCallLoggerConfig.Builder
Adds a new logging rule to this config.
rules() - Method in class org.apache.juneau.rest.annotation.LoggingAnnotation
 
rules(RestCallLoggerRule...) - Method in class org.apache.juneau.rest.RestCallLoggerConfig.Builder
Adds new logging rules to this config.
run() - Method in interface org.apache.juneau.assertions.Snippet
Run.
run(BeanSession, Object, Object) - Method in class org.apache.juneau.pojotools.PojoPaginator
 
run(BeanSession, Object, SearchArgs) - Method in class org.apache.juneau.pojotools.PojoSearcher
 
run(BeanSession, Object, SortArgs) - Method in class org.apache.juneau.pojotools.PojoSorter
 
run(BeanSession, Object, T) - Method in interface org.apache.juneau.pojotools.PojoTool
Converts the specified input to some other output.
run(BeanSession, Object, ViewArgs) - Method in class org.apache.juneau.pojotools.PojoViewer
 
run() - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Method used to execute an HTTP response where you're only interested in the HTTP response code.
run(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.juneau.rest.client2.BasicRestCallHandler
 
run(HttpHost, HttpRequest, HttpContext) - Method in interface org.apache.juneau.rest.client2.RestCallHandler
Execute the specified request.
run(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.juneau.rest.client2.RestClient
Entrypoint for executing all requests and returning a response.
run() - Method in class org.apache.juneau.rest.client2.RestRequest
Runs this request and returns the resulting response object.
run() - Method in class org.apache.juneau.utils.IOPipe
Performs the piping of the input to the output.
run() - Method in class org.apache.juneau.utils.ProcBuilder
Run this command and pipes the output to the specified writer or output stream.
runFuture() - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Same as RestCall.run() but allows you to run the call asynchronously.
runFuture() - Method in class org.apache.juneau.rest.client2.RestRequest
Same as RestRequest.run() but allows you to run the call asynchronously.

S

s() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty S element.
s(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an S element with the specified child nodes.
S - Class in org.apache.juneau.dto.html5
DTO for an HTML <s> element.
S() - Constructor for class org.apache.juneau.dto.html5.S
Creates an empty S element.
S(Object...) - Constructor for class org.apache.juneau.dto.html5.S
Creates an S element with the specified child nodes.
s() - Method in class org.apache.juneau.html.HtmlWriter
 
s() - Method in class org.apache.juneau.json.JsonWriter
 
s(int) - Method in class org.apache.juneau.json.JsonWriter
Adds a space only if the current indentation level is below maxIndent.
s() - Method in class org.apache.juneau.serializer.SerializerWriter
Adds a whitespace character to the output if the useWhitespace setting is enabled.
s() - Method in class org.apache.juneau.xml.XmlWriter
 
same(ClassMeta<?>) - Method in class org.apache.juneau.ClassMeta
Similar to ClassMeta.equals(Object) except primitive and Object types that are similar are considered the same.
sameAs(Object) - Method in class org.apache.juneau.assertions.FluentObjectAssertion
Verifies that two objects are equivalent after converting them both to JSON.
sameAsSerialized(Object, WriterSerializer) - Method in class org.apache.juneau.assertions.FluentObjectAssertion
Asserts that the specified object is the same as this object after converting both to strings using the specified serializer.
sameAsSorted(Object) - Method in class org.apache.juneau.assertions.FluentObjectAssertion
Verifies that two objects are equivalent after converting them both to sorted JSON.
samp() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Samp element.
samp(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Samp element with the specified child nodes.
Samp - Class in org.apache.juneau.dto.html5
DTO for an HTML <samp> element.
Samp() - Constructor for class org.apache.juneau.dto.html5.Samp
Creates an empty Samp element.
Samp(Object...) - Constructor for class org.apache.juneau.dto.html5.Samp
Creates a Samp element with the specified child nodes.
SampleRootResource - Class in org.apache.juneau.microservice.resources
Sample root REST resource.
SampleRootResource() - Constructor for class org.apache.juneau.microservice.resources.SampleRootResource
 
sandbox(String) - Method in class org.apache.juneau.dto.html5.Iframe
sandbox attribute.
sayHello() - Method in class org.apache.juneau.examples.rest.HelloWorldResource
GET request handler.
sayHello() - Method in class org.apache.juneau.microservice.jetty.template.HelloWorldResource
GET request handler.
sayHello() - Method in class org.apache.juneau.microservice.springboot.template.HelloWorldResource
GET request handler.
SC - Annotation Type in org.apache.juneau.annotation
Represents a String-to-Class mapping.
schema(HttpPartSchema) - Method in class org.apache.juneau.BeanSessionArgs
HTTP-part schema.
schema(Object) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
schema(Object) - Method in class org.apache.juneau.dto.swagger.ResponseInfo
schema() - Method in class org.apache.juneau.http.annotation.BodyAnnotation
 
schema(Schema) - Method in class org.apache.juneau.http.annotation.BodyAnnotation
Sets the schema property on this annotation.
schema() - Method in class org.apache.juneau.http.annotation.ResponseAnnotation
 
schema(Schema) - Method in class org.apache.juneau.http.annotation.ResponseAnnotation
Sets the schema property on this annotation.
schema(HttpPartSchema) - Method in class org.apache.juneau.http.SerializedHeader
Sets the schema object that defines the format of the output.
schema(HttpPartSchema) - Method in class org.apache.juneau.http.SerializedHttpEntity
Sets the schema to use to serialize the content.
schema(HttpPartSchema) - Method in class org.apache.juneau.http.SerializedNameValuePair
Sets the schema object that defines the format of the output.
Schema - Annotation Type in org.apache.juneau.jsonschema.annotation
Swagger schema annotation.
schema(HttpPartSchema) - Method in class org.apache.juneau.parser.ParserSessionArgs
 
schema(HttpPartSchema) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Specifies the schema for this body.
schema(HttpPartSchema) - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Specifies the part schema for this header.
schema(HttpPartSchema) - Method in class org.apache.juneau.rest.RequestHeader
Specifies the part schema for this header.
schema(HttpPartSchema) - Method in class org.apache.juneau.serializer.SerializerSessionArgs
 
SchemaAnnotation - Class in org.apache.juneau.jsonschema.annotation
A concrete implementation of the Schema annotation.
SchemaAnnotation(String) - Constructor for class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Constructor.
SchemaAnnotation() - Constructor for class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Constructor.
SchemaInfo - Class in org.apache.juneau.dto.swagger
The Schema Object allows the definition of input and output data types.
SchemaInfo() - Constructor for class org.apache.juneau.dto.swagger.SchemaInfo
Default constructor.
SchemaInfo(SchemaInfo) - Constructor for class org.apache.juneau.dto.swagger.SchemaInfo
Copy constructor.
schemaInfo() - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an empty SchemaInfo element.
SchemaUtils - Class in org.apache.juneau.jsonschema
Utilities for working with the schema annotations.
SchemaUtils() - Constructor for class org.apache.juneau.jsonschema.SchemaUtils
 
SchemaValidationException - Exception in org.apache.juneau.httppart
Exception thrown when an HTTP part fails schema validation during parsing.
SchemaValidationException(String, Object...) - Constructor for exception org.apache.juneau.httppart.SchemaValidationException
Constructor.
scheme(Object) - Method in class org.apache.juneau.dto.atom.Category
Sets the category scheme.
scheme(String) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the URI scheme.
scheme(String) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the URI scheme.
scheme(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
scheme(String) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Overrides the HTTP schema value on the underlying HttpServletRequest object.
scheme(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
schemePortResolver(SchemePortResolver) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
schemePortResolver(SchemePortResolver) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Assigns SchemePortResolver instance.
schemePortResolver(SchemePortResolver) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
schemes(Object...) - Method in class org.apache.juneau.dto.swagger.Operation
schemes(Object...) - Method in class org.apache.juneau.dto.swagger.Swagger
schemes() - Method in class org.apache.juneau.rest.annotation.MethodAnnotationSwagger
 
scope(String) - Method in class org.apache.juneau.dto.html5.Th
scope attribute.
scopes(Object...) - Method in class org.apache.juneau.dto.swagger.SecurityScheme
Adds one or more values to the enum property.
script() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Script element.
script(String, String...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Script element with the specified Script.type(String) attribute and Script.text(Object) node.
Script - Class in org.apache.juneau.dto.html5
DTO for an HTML <script> element.
Script() - Constructor for class org.apache.juneau.dto.html5.Script
Creates an empty Script element.
Script(String, String...) - Constructor for class org.apache.juneau.dto.html5.Script
Creates a Script element with the specified Script.type(String) attribute and Script.text(Object) node.
script(HtmlDocSerializerSession, HtmlWriter, Object) - Method in class org.apache.juneau.html.BasicHtmlDocTemplate
Renders the contents of the <head>/<script> element.
script(String[]) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
HtmlDocSerializer configuration property:  Add to the HtmlDocSerializer.HTMLDOC_script property.
script(Object...) - Method in class org.apache.juneau.rest.HtmlDocBuilder
Deprecated.
Sets the HTML script section contents.
script_replace(String[]) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
HtmlDocSerializer configuration property:  Javascript code.
search(String) - Method in class org.apache.juneau.utils.SearchArgs.Builder
Adds search terms to this builder.
search(String, String) - Method in class org.apache.juneau.utils.SearchArgs.Builder
Adds a search term to this builder.
SearchArgs - Class in org.apache.juneau.pojotools
Encapsulates arguments for the PojoSorter class.
SearchArgs(String) - Constructor for class org.apache.juneau.pojotools.SearchArgs
Constructor.
SearchArgs(List<String>) - Constructor for class org.apache.juneau.pojotools.SearchArgs
Constructor.
SearchArgs - Class in org.apache.juneau.utils
Encapsulates arguments for basic search/view/sort/position/limit functionality.
SearchArgs.Builder - Class in org.apache.juneau.utils
Builder for SearchArgs class.
second(T) - Method in class org.apache.juneau.utils.BeanDiff.Builder
Specifies the second bean to compare.
section(Section) - Method in class org.apache.juneau.dto.html5.Article
Adds a section node to this element.
section() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Section element.
section(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Section element with the specified child nodes.
Section - Class in org.apache.juneau.dto.html5
DTO for an HTML <section> element.
Section() - Constructor for class org.apache.juneau.dto.html5.Section
Creates an empty Section element.
Section(Object...) - Constructor for class org.apache.juneau.dto.html5.Section
Creates a Section element with the specified child nodes.
secureRandom(SecureRandom) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
securities(Object...) - Method in class org.apache.juneau.dto.swagger.Operation
securities(Object...) - Method in class org.apache.juneau.dto.swagger.Swagger
Adds one or more values to the securityDefinitions property.
security(String, String...) - Method in class org.apache.juneau.dto.swagger.Operation
security(String, String...) - Method in class org.apache.juneau.dto.swagger.Swagger
Adds a single value to the securityDefinitions property.
securityDefinition(String, SecurityScheme) - Method in class org.apache.juneau.dto.swagger.Swagger
Adds a single value to the securityDefinitions property.
securityDefinitions(Object...) - Method in class org.apache.juneau.dto.swagger.Swagger
Adds one or more values to the securityDefinitions property.
SecurityScheme - Class in org.apache.juneau.dto.swagger
Allows the definition of a security scheme that can be used by the operations.
SecurityScheme() - Constructor for class org.apache.juneau.dto.swagger.SecurityScheme
Default constructor.
SecurityScheme(SecurityScheme) - Constructor for class org.apache.juneau.dto.swagger.SecurityScheme
Copy constructor.
securityScheme() - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an empty SecurityScheme element.
securityScheme(String) - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an SecurityScheme element with the specified type attribute.
securitySchemeStrict(String) - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an SecurityScheme element with the specified type attribute.
SeeOther - Class in org.apache.juneau.http.response
Represents an HTTP 303 See Other response.
SeeOther() - Constructor for class org.apache.juneau.http.response.SeeOther
Constructor using HTTP-standard message.
SeeOther(String) - Constructor for class org.apache.juneau.http.response.SeeOther
Constructor with no redirect.
SeeOther(String, URI) - Constructor for class org.apache.juneau.http.response.SeeOther
Constructor using custom message.
SeeOther(URI) - Constructor for class org.apache.juneau.http.response.SeeOther
Constructor.
SeeOther - Class in org.apache.juneau.rest.response
Deprecated.
SeeOther() - Constructor for class org.apache.juneau.rest.response.SeeOther
Deprecated.
Constructor using HTTP-standard message.
SeeOther(String) - Constructor for class org.apache.juneau.rest.response.SeeOther
Deprecated.
Constructor with no redirect.
SeeOther(String, URI) - Constructor for class org.apache.juneau.rest.response.SeeOther
Deprecated.
Constructor using custom message.
SeeOther(String, String, Object) - Constructor for class org.apache.juneau.rest.response.SeeOther
Deprecated.
Constructor.
SeeOther(URI) - Constructor for class org.apache.juneau.rest.response.SeeOther
Deprecated.
Constructor.
SeeOther(String, Object) - Constructor for class org.apache.juneau.rest.response.SeeOther
Deprecated.
Constructor.
SeeOtherRoot - Class in org.apache.juneau.rest.helper
Convenience subclass of SeeOther for redirecting a response to the servlet root.
SeeOtherRoot() - Constructor for class org.apache.juneau.rest.helper.SeeOtherRoot
Constructor.
SeeOtherRoot(String) - Constructor for class org.apache.juneau.rest.helper.SeeOtherRoot
Constructor with no redirect.
select() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Select element.
select(String, Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Select element with the specified Select.name(String) attribute and child nodes.
Select - Class in org.apache.juneau.dto.html5
DTO for an HTML <select> element.
Select() - Constructor for class org.apache.juneau.dto.html5.Select
Creates an empty Select element.
Select(String, Object...) - Constructor for class org.apache.juneau.dto.html5.Select
Creates a Select element with the specified Select.name(String) attribute and child nodes.
selected(Object) - Method in class org.apache.juneau.dto.html5.Option
selected attribute.
sendError(int, String) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
sendError(int) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
sendError(int, String) - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
sendError(int) - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
sendPlainText(String) - Method in class org.apache.juneau.rest.RestResponse
Sets the output to a plain-text message regardless of the content type.
sendRedirect(String) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
sendRedirect(String) - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
sendRedirect(String) - Method in class org.apache.juneau.rest.RestResponse
Redirects to the specified URI.
sendRequestEntity(HttpEntityEnclosingRequest) - Method in class org.apache.juneau.rest.client.mock.MockHttpClientConnection
Deprecated.
 
sendRequestEntity(HttpEntityEnclosingRequest) - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
sendRequestHeader(HttpRequest) - Method in class org.apache.juneau.rest.client.mock.MockHttpClientConnection
Deprecated.
 
sendRequestHeader(HttpRequest) - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
serialize(HttpPartType, HttpPartSchema, Object) - Method in class org.apache.juneau.httppart.BaseHttpPartSerializer
Converts the specified value to a string that can be used as an HTTP header value, query parameter value, form-data parameter, or URI path variable.
serialize(HttpPartType, HttpPartSchema, Object) - Method in interface org.apache.juneau.httppart.HttpPartSerializerSession
Converts the specified value to a string that can be used as an HTTP header value, query parameter value, form-data parameter, or URI path variable.
serialize(HttpPartType, HttpPartSchema, Object) - Method in class org.apache.juneau.httppart.SimplePartSerializerSession
 
serialize(HttpPartType, HttpPartSchema, Object) - Method in class org.apache.juneau.oapi.OpenApiSerializerSession
 
serialize(Object) - Method in class org.apache.juneau.serializer.OutputStreamSerializer
Convenience method for serializing an object to a byte.
serialize(Object) - Method in class org.apache.juneau.serializer.OutputStreamSerializerSession
Convenience method for serializing an object to a byte.
serialize(Object, Object) - Method in class org.apache.juneau.serializer.Serializer
Serializes a POJO to the specified output stream or writer.
serialize(Object) - Method in class org.apache.juneau.serializer.Serializer
Shortcut method for serializing objects directly to either a String or byte[] depending on the serializer type.
serialize(Object) - Method in class org.apache.juneau.serializer.SerializerSession
Shortcut method for serializing objects directly to either a String or byte[] depending on the serializer type.
serialize(Object, Object) - Method in class org.apache.juneau.serializer.SerializerSession
Serialize the specified object using the specified session.
serialize(Object) - Method in class org.apache.juneau.serializer.WriterSerializer
Convenience method for serializing an object to a String.
serialize(Object) - Method in class org.apache.juneau.serializer.WriterSerializerSession
Convenience method for serializing an object to a String.
serialize(HttpPartType, HttpPartSchema, Object) - Method in class org.apache.juneau.uon.UonSerializer
Converts the specified value to a string that can be used as an HTTP header value, query parameter value, form-data parameter, or URI path variable.
serialize(HttpPartType, HttpPartSchema, Object) - Method in class org.apache.juneau.uon.UonSerializerSession
 
serialize(Calendar, CalendarUtils.Format, Locale, TimeZone) - Static method in class org.apache.juneau.utils.CalendarUtils
Converts the specified calendar to a string of the specified format.
serialize(Date, CalendarUtils.Format, Locale, TimeZone) - Static method in class org.apache.juneau.utils.CalendarUtils
Converts the specified date to a string of the specified format.
serializeAnything(XmlWriter, Object, ClassMeta<?>, String, String, Namespace, boolean, XmlFormat, boolean, boolean, BeanPropertyMeta) - Method in class org.apache.juneau.html.HtmlSerializerSession
 
serializeAnything(XmlWriter, Object, ClassMeta<?>, String, BeanPropertyMeta, int, boolean, boolean) - Method in class org.apache.juneau.html.HtmlSerializerSession
Serialize the specified object to the specified writer.
serializeAnything(JsonWriter, Object, ClassMeta<?>, String, BeanPropertyMeta) - Method in class org.apache.juneau.json.JsonSerializerSession
Workhorse method.
serializeAnything(UonWriter, Object, ClassMeta<?>, String, BeanPropertyMeta) - Method in class org.apache.juneau.uon.UonSerializerSession
Workhorse method.
serializeAnything(XmlWriter, Object, ClassMeta<?>, String, String, Namespace, boolean, XmlFormat, boolean, boolean, BeanPropertyMeta) - Method in class org.apache.juneau.xml.XmlSerializerSession
Workhorse method.
serialized(WriterSerializer) - Method in class org.apache.juneau.assertions.FluentObjectAssertion
Converts this object to text using the specified serializer and returns it as a new assertion.
SerializedHeader - Class in org.apache.juneau.http
Subclass of NameValuePair for serializing POJOs as URL-encoded form post entries using the class.
SerializedHeader(String, Object, HttpPartSerializerSession, HttpPartSchema, boolean) - Constructor for class org.apache.juneau.http.SerializedHeader
Constructor.
SerializedHttpEntity - Class in org.apache.juneau.http
HttpEntity for serializing POJOs as the body of HTTP requests.
SerializedHttpEntity(Object, Serializer) - Constructor for class org.apache.juneau.http.SerializedHttpEntity
Constructor.
SerializedNameValuePair - Class in org.apache.juneau.http
Subclass of NameValuePair for serializing POJOs as URL-encoded form post entries using the class.
SerializedNameValuePair(String, Object, HttpPartType, HttpPartSerializerSession, HttpPartSchema, boolean) - Constructor for class org.apache.juneau.http.SerializedNameValuePair
Constructor.
SerializedNameValuePair - Class in org.apache.juneau.rest.client
Deprecated.
SerializedNameValuePair(String, Object, HttpPartSerializer, HttpPartSchema) - Constructor for class org.apache.juneau.rest.client.SerializedNameValuePair
Deprecated.
Constructor.
SerializedRequestAttrVar - Class in org.apache.juneau.rest.vars
Serialized request attribute variable resolver.
SerializedRequestAttrVar() - Constructor for class org.apache.juneau.rest.vars.SerializedRequestAttrVar
Constructor.
SerializeException - Exception in org.apache.juneau.serializer
General exception thrown whenever an error occurs during serialization.
SerializeException(SerializerSession, String, Object...) - Constructor for exception org.apache.juneau.serializer.SerializeException
Constructor.
SerializeException(String, Object...) - Constructor for exception org.apache.juneau.serializer.SerializeException
Constructor.
SerializeException(SerializerSession, Exception) - Constructor for exception org.apache.juneau.serializer.SerializeException
Constructor.
SerializeException(Throwable) - Constructor for exception org.apache.juneau.serializer.SerializeException
Constructor.
serializeJson(Object) - Method in class org.apache.juneau.json.JsonSerializerSession
Method that can be called from subclasses to serialize an object to JSON.
serializer(WriterSerializer) - Method in class org.apache.juneau.config.ConfigBuilder
Config configuration property:  POJO serializer.
serializer(Class<? extends WriterSerializer>) - Method in class org.apache.juneau.config.ConfigBuilder
Config configuration property:  POJO serializer.
serializer() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
serializer(Class<? extends HttpPartSerializer>) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the serializer property on this annotation.
serializer() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
serializer(Class<? extends HttpPartSerializer>) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the serializer property on this annotation.
serializer() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
serializer(Class<? extends HttpPartSerializer>) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the serializer property on this annotation.
serializer() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
serializer(Class<? extends HttpPartSerializer>) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the serializer property on this annotation.
serializer() - Method in class org.apache.juneau.http.annotation.RequestAnnotation
 
serializer(Class<? extends HttpPartSerializer>) - Method in class org.apache.juneau.http.annotation.RequestAnnotation
Sets the serializer property on this annotation.
serializer() - Method in class org.apache.juneau.http.annotation.ResponseAnnotation
 
serializer(Class<? extends HttpPartSerializer>) - Method in class org.apache.juneau.http.annotation.ResponseAnnotation
Sets the serializer property on this annotation.
serializer() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
serializer(Class<? extends HttpPartSerializer>) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the serializer property on this annotation.
serializer(HttpPartSerializer) - Method in class org.apache.juneau.http.SerializedHeader
Sets the serializer to use for serializing the value to a string value.
serializer(HttpPartSerializerSession) - Method in class org.apache.juneau.http.SerializedHeader
Sets the serializer to use for serializing the value to a string value.
serializer(HttpPartSerializerSession, boolean) - Method in class org.apache.juneau.http.SerializedHeader
Sets the serializer to use for serializing the value to a string value.
serializer(HttpPartSerializer) - Method in class org.apache.juneau.http.SerializedNameValuePair
Sets the serializer to use for serializing the value to a string value.
serializer(HttpPartSerializerSession) - Method in class org.apache.juneau.http.SerializedNameValuePair
Sets the serializer to use for serializing the value to a string value.
serializer(HttpPartSerializerSession, boolean) - Method in class org.apache.juneau.http.SerializedNameValuePair
Sets the serializer to use for serializing the value to a string value.
serializer(Class<? extends HttpPartSerializer>) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Identifies the part serializer to use for serializing this part.
serializer(Serializer) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Specifies the serializer to use on this call.
serializer(Class<? extends Serializer>) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Serializer.
serializer(Serializer) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Serializer.
serializer(Class<? extends Serializer>) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
RestClient configuration property:  Serializer.
serializer(Serializer) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
RestClient configuration property:  Serializer.
serializer(Serializer) - Method in class org.apache.juneau.rest.client2.RestRequest
Specifies the serializer to use on the request body.
serializer(Class<? extends Serializer>) - Method in class org.apache.juneau.rest.client2.RestRequest
Specifies the serializer to use on the request body.
serializer(Class<? extends Serializer>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
serializer(Serializer) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
Serializer - Class in org.apache.juneau.serializer
Parent class for all Juneau serializers.
Serializer(PropertyStore, String, String) - Constructor for class org.apache.juneau.serializer.Serializer
Constructor
Serializer.Null - Class in org.apache.juneau.serializer
Represents no Serializer.
SERIALIZER_addBeanTypes - Static variable in class org.apache.juneau.serializer.Serializer
Configuration property: Add "_type" properties when needed.
SERIALIZER_addRootType - Static variable in class org.apache.juneau.serializer.Serializer
Configuration property: Add type attribute to root nodes.
SERIALIZER_keepNullProperties - Static variable in class org.apache.juneau.serializer.Serializer
Configuration property: Don't trim null bean property values.
SERIALIZER_listener - Static variable in class org.apache.juneau.serializer.Serializer
Configuration property: Serializer listener.
SERIALIZER_sortCollections - Static variable in class org.apache.juneau.serializer.Serializer
Configuration property: Sort arrays and collections alphabetically.
SERIALIZER_sortMaps - Static variable in class org.apache.juneau.serializer.Serializer
Configuration property: Sort maps alphabetically.
SERIALIZER_trimEmptyCollections - Static variable in class org.apache.juneau.serializer.Serializer
Configuration property: Trim empty lists and arrays.
SERIALIZER_trimEmptyMaps - Static variable in class org.apache.juneau.serializer.Serializer
Configuration property: Trim empty maps.
SERIALIZER_trimNullProperties - Static variable in class org.apache.juneau.serializer.Serializer
SERIALIZER_trimStrings - Static variable in class org.apache.juneau.serializer.Serializer
Configuration property: Trim strings.
SERIALIZER_uriContext - Static variable in class org.apache.juneau.serializer.Serializer
Configuration property: URI context bean.
SERIALIZER_uriRelativity - Static variable in class org.apache.juneau.serializer.Serializer
Configuration property: URI relativity.
SERIALIZER_uriResolution - Static variable in class org.apache.juneau.serializer.Serializer
Configuration property: URI resolution.
SerializerBuilder - Class in org.apache.juneau.serializer
Builder class for building instances of serializers.
SerializerBuilder() - Constructor for class org.apache.juneau.serializer.SerializerBuilder
Constructor, default settings.
SerializerBuilder(PropertyStore) - Constructor for class org.apache.juneau.serializer.SerializerBuilder
Constructor.
SerializerConfig - Annotation Type in org.apache.juneau.serializer.annotation
Annotation for specifying config properties defined in Serializer, OutputStreamSerializer, and WriterSerializer.
SerializerConfigApply - Class in org.apache.juneau.serializer.annotation
Applies SerializerConfig annotations to a PropertyStoreBuilder.
SerializerConfigApply(Class<SerializerConfig>, VarResolverSession) - Constructor for class org.apache.juneau.serializer.annotation.SerializerConfigApply
Constructor.
SerializerGroup - Class in org.apache.juneau.serializer
Represents a group of Serializers that can be looked up by media type.
SerializerGroup(PropertyStore, Serializer[]) - Constructor for class org.apache.juneau.serializer.SerializerGroup
Constructor.
SerializerGroupBuilder - Class in org.apache.juneau.serializer
Builder class for creating instances of SerializerGroup.
SerializerGroupBuilder() - Constructor for class org.apache.juneau.serializer.SerializerGroupBuilder
Create an empty serializer group builder.
SerializerGroupBuilder(SerializerGroup) - Constructor for class org.apache.juneau.serializer.SerializerGroupBuilder
Clone an existing serializer group builder.
serializerListener(Class<? extends SerializerListener>) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Serializer listener.
SerializerListener - Class in org.apache.juneau.serializer
Class for listening for serialize events during a serialization.
SerializerListener() - Constructor for class org.apache.juneau.serializer.SerializerListener
 
SerializerListener.Null - Class in org.apache.juneau.serializer
Represents no serializer listener.
SerializerMatch - Class in org.apache.juneau.serializer
Represents a serializer and media type that matches an HTTP Accept header value.
SerializerPipe - Class in org.apache.juneau.serializer
A wrapper around an object that a serializer sends its output to.
serializers() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
serializers(Class<? extends Serializer>...) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
RestClient configuration property:  Serializers.
serializers(Serializer...) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
RestClient configuration property:  Serializers.
serializers(Class<? extends Serializer>...) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
serializers(Serializer...) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
serializers(Class<?>...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Serializers.
serializers(Object...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Serializers.
SerializerSession - Class in org.apache.juneau.serializer
Serializer session that lives for the duration of a single use of Serializer.
SerializerSession(Serializer, SerializerSessionArgs) - Constructor for class org.apache.juneau.serializer.SerializerSession
Create a new session using properties specified in the context.
SerializerSession(SerializerSessionArgs) - Constructor for class org.apache.juneau.serializer.SerializerSession
Default constructor.
SerializerSessionArgs - Class in org.apache.juneau.serializer
Runtime arguments common to all serializer sessions.
SerializerSessionArgs() - Constructor for class org.apache.juneau.serializer.SerializerSessionArgs
 
serializersReplace(Class<?>...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Serializers.
serializersReplace(Object...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Serializers.
SerializerWriter - Class in org.apache.juneau.serializer
Simple wrapper around a standard Writer with additional methods.
SerializerWriter(Writer, boolean, int, boolean, char, UriResolver) - Constructor for class org.apache.juneau.serializer.SerializerWriter
 
serializeTo(Writer) - Method in class org.apache.juneau.ObjectList
Convenience method for serializing this ObjectList to the specified Writer using the JsonSerializer.DEFAULT serializer.
serializeTo(Writer) - Method in class org.apache.juneau.ObjectMap
Convenience method for serializing this map to the specified Writer using the JsonSerializer.DEFAULT serializer.
serializeToString(Object) - Method in class org.apache.juneau.serializer.OutputStreamSerializerSession
 
serializeToString(Object) - Method in class org.apache.juneau.serializer.Serializer
Convenience method for serializing an object to a String.
serializeToString(Object) - Method in class org.apache.juneau.serializer.SerializerSession
Shortcut method for serializing an object to a String.
serializeToString(Object) - Method in class org.apache.juneau.serializer.WriterSerializerSession
 
Server - Class in org.apache.juneau.http.header
Represents a parsed Server HTTP response header.
Server(Object) - Constructor for class org.apache.juneau.http.header.Server
Constructor.
Server(String) - Constructor for class org.apache.juneau.http.header.Server
Constructor
serverName(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
serverName(String) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Overrides the server name value on the underlying HttpServletRequest object.
serverName(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
serverPort(int) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
serverPort(int) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Overrides the server port value on the underlying HttpServletRequest object.
serverPort(int) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.juneau.rest.RestServlet
The main service method.
ServiceUnavailable - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 503 (Service Unavailable).
ServiceUnavailable(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.ServiceUnavailable
Constructor.
ServiceUnavailable(String) - Constructor for exception org.apache.juneau.http.exception.ServiceUnavailable
Constructor.
ServiceUnavailable() - Constructor for exception org.apache.juneau.http.exception.ServiceUnavailable
Constructor.
ServiceUnavailable(String, Object...) - Constructor for exception org.apache.juneau.http.exception.ServiceUnavailable
Constructor.
ServiceUnavailable(Throwable) - Constructor for exception org.apache.juneau.http.exception.ServiceUnavailable
Constructor.
ServiceUnavailable - Exception in org.apache.juneau.rest.exception
Deprecated.
ServiceUnavailable(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.ServiceUnavailable
Deprecated.
Constructor.
ServiceUnavailable(String) - Constructor for exception org.apache.juneau.rest.exception.ServiceUnavailable
Deprecated.
Constructor.
ServiceUnavailable() - Constructor for exception org.apache.juneau.rest.exception.ServiceUnavailable
Deprecated.
Constructor.
ServiceUnavailable(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.ServiceUnavailable
Deprecated.
Constructor.
ServiceUnavailable(Throwable) - Constructor for exception org.apache.juneau.rest.exception.ServiceUnavailable
Deprecated.
Constructor.
serviceUnavailableRetryStrategy(ServiceUnavailableRetryStrategy) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
serviceUnavailableRetryStrategy(ServiceUnavailableRetryStrategy) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
serviceUnavailableRetryStrategy(ServiceUnavailableRetryStrategy) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
servlet(Class<? extends RestServlet>) - Method in class org.apache.juneau.microservice.jetty.JettyMicroserviceBuilder
Adds a servlet to the servlet container.
servlet(Class<? extends Servlet>, String) - Method in class org.apache.juneau.microservice.jetty.JettyMicroserviceBuilder
Adds a servlet to the servlet container.
servlet(Servlet, String) - Method in class org.apache.juneau.microservice.jetty.JettyMicroserviceBuilder
Adds a servlet instance to the servlet container.
servletAttribute(String, Object) - Method in class org.apache.juneau.microservice.jetty.JettyMicroserviceBuilder
Adds a servlet attribute to the servlet container.
servletAttribute(Map<String, Object>) - Method in class org.apache.juneau.microservice.jetty.JettyMicroserviceBuilder
Adds a set of servlet attributes to the servlet container.
servletContext(ServletContext) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
servletContext(ServletContext) - Method in class org.apache.juneau.rest.mock2.MockHttpSession
Sets the servlet context on this session.
servletContext(ServletContext) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Overrides the servlet context on the underlying HttpServletRequest object.
servletContext(ServletContext) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
ServletInitParamVar - Class in org.apache.juneau.rest.vars
Servlet init parameter variable resolver.
ServletInitParamVar() - Constructor for class org.apache.juneau.rest.vars.ServletInitParamVar
Constructor.
servletPath(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
servletPath(String) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
Identifies the servlet path for the REST resource.
servletPath(String) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Overrides the servlet path on the underlying HttpServletRequest object.
servletPath(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
servletPath - Variable in class org.apache.juneau.UriContext
 
servlets(Map<String, Servlet>) - Method in class org.apache.juneau.microservice.jetty.JettyMicroserviceBuilder
Adds a set of servlets to the servlet container.
session(BeanSession) - Method in class org.apache.juneau.collections.OList
Override the default bean session used for converting POJOs.
session(BeanSession) - Method in class org.apache.juneau.collections.OMap
Override the default bean session used for converting POJOs.
Session - Class in org.apache.juneau
A one-time-use non-thread-safe object that's meant to be used once and then thrown away.
Session(Context, SessionArgs) - Constructor for class org.apache.juneau.Session
Default constructor.
SESSION_config - Static variable in class org.apache.juneau.config.vars.ConfigVar
The name of the session or context object that identifies the Config object.
SESSION_htmlWidgets - Static variable in class org.apache.juneau.html.HtmlWidgetVar
The name of the session or context object that identifies the object containing the widgets to resolve.
SessionArgs - Class in org.apache.juneau
Runtime arguments common to all bean, serializer, and parser sessions.
SessionArgs() - Constructor for class org.apache.juneau.SessionArgs
Constructor.
sessionObject(String, Object) - Method in class org.apache.juneau.svl.VarResolverSession
Adds a session object to this session.
set(Map<String, Object>) - Method in class org.apache.juneau.BeanContextBuilder
 
set(String, Object) - Method in class org.apache.juneau.BeanContextBuilder
 
set(BeanMap<?>, String, Object) - Method in class org.apache.juneau.BeanPropertyMeta
Equivalent to calling BeanMap.put(String, Object), but is faster since it avoids looking up the property meta.
set(Map<String, Object>) - Method in class org.apache.juneau.BeanTraverseBuilder
 
set(String, Object) - Method in class org.apache.juneau.BeanTraverseBuilder
 
set(String, String) - Method in class org.apache.juneau.config.Config
Sets a value in this config.
set(String, Object) - Method in class org.apache.juneau.config.Config
Adds or replaces an entry with the specified key with a POJO serialized to a string using the registered serializer.
set(String, Object, Serializer) - Method in class org.apache.juneau.config.Config
Same as Config.set(String, Object) but allows you to specify the serializer to use to serialize the value.
set(String, Object, Serializer, ConfigMod, String, List<String>) - Method in class org.apache.juneau.config.Config
Same as Config.set(String, Object) but allows you to specify all aspects of a value.
set(String, Object, Serializer, ConfigMod[], String, List<String>) - Method in class org.apache.juneau.config.Config
Same as Config.set(String, Object) but allows you to specify all aspects of a value.
set(Map<String, Object>) - Method in class org.apache.juneau.config.ConfigBuilder
 
set(String, Object) - Method in class org.apache.juneau.config.ConfigBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.config.store.ConfigClasspathStoreBuilder
 
set(String, Object) - Method in class org.apache.juneau.config.store.ConfigClasspathStoreBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.config.store.ConfigFileStoreBuilder
 
set(String, Object) - Method in class org.apache.juneau.config.store.ConfigFileStoreBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.config.store.ConfigMemoryStoreBuilder
 
set(String, Object) - Method in class org.apache.juneau.config.store.ConfigMemoryStoreBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.config.store.ConfigStoreBuilder
 
set(String, Object) - Method in class org.apache.juneau.config.store.ConfigStoreBuilder
 
set(String, Object) - Method in class org.apache.juneau.ContextBuilder
Sets a free-form configuration property on this object.
set(Map<String, Object>) - Method in class org.apache.juneau.ContextBuilder
Sets multiple free-form configuration properties on this object replacing all previous values.
set(Map<String, Object>) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
set(String, Object) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
set(String, Object) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
set(String, Object) - Method in class org.apache.juneau.dto.swagger.Contact
 
set(String, Object) - Method in class org.apache.juneau.dto.swagger.ExternalDocumentation
 
set(String, Object) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
 
set(String, Object) - Method in class org.apache.juneau.dto.swagger.Info
 
set(String, Object) - Method in class org.apache.juneau.dto.swagger.Items
 
set(String, Object) - Method in class org.apache.juneau.dto.swagger.License
 
set(String, Object) - Method in class org.apache.juneau.dto.swagger.Operation
 
set(String, Object) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
 
set(String, Object) - Method in class org.apache.juneau.dto.swagger.ResponseInfo
 
set(String, Object) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
 
set(String, Object) - Method in class org.apache.juneau.dto.swagger.SecurityScheme
 
set(String, Object) - Method in class org.apache.juneau.dto.swagger.Swagger
 
set(String, Object) - Method in class org.apache.juneau.dto.swagger.SwaggerElement
Generic property setter.
set(String, Object) - Method in class org.apache.juneau.dto.swagger.Tag
 
set(String, Object) - Method in class org.apache.juneau.dto.swagger.Xml
 
set(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
set(String, Object) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
set(String, Object) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
set(String, Object) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
set(String, Object) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
set(String, Object) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
set(int, T) - Method in class org.apache.juneau.internal.UnmodifiableArray
 
set(Map<String, Object>) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
set(String, Object) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
set(String, Object) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
set(String, Object) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
set(String, Object) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.json.JsonParserBuilder
 
set(String, Object) - Method in class org.apache.juneau.json.JsonParserBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
set(String, Object) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
set(String, Object) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
set(String, Object) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
set(String, Object) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
set(String, Object) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
set(String, Object) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
set(String, Object) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
set(String, Object) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
set(String, Object) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
set(String, Object) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.parser.ParserBuilder
 
set(String, Object) - Method in class org.apache.juneau.parser.ParserBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
set(String, Object) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
set(String, Object) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
set(String, Object) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
set(String, Object) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
set(String, Object) - Method in class org.apache.juneau.PropertyStoreBuilder
Sets a configuration property value on this object.
set(Map<String, Object>) - Method in class org.apache.juneau.PropertyStoreBuilder
Convenience method for setting multiple properties in one call.
set(String, Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
set(Map<String, Object>) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
set(Map<String, Object>) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
set(String, Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
set(String, Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
set(String, Object) - Method in class org.apache.juneau.rest.RestContextBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.rest.RestContextBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
set(String, Object) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
set(String, Object) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
set(String, Object) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
set(String, Object) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
set(String, Object) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
set(Object, Object) - Method in class org.apache.juneau.Setter.FieldSetter
 
set(Object, Object) - Method in class org.apache.juneau.Setter.MethodSetter
 
set(Object, Object) - Method in interface org.apache.juneau.Setter
Call the setter on the specified object.
set(Map<String, Object>) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
set(String, Object) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.uon.UonParserBuilder
 
set(String, Object) - Method in class org.apache.juneau.uon.UonParserBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
set(String, Object) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
set(String, Object) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
set(String, Object) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
set(T) - Method in class org.apache.juneau.utils.Mutable
Sets the inner object.
set(T) - Method in class org.apache.juneau.Value
Sets the value.
set(Map<String, Object>) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
set(String, Object) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
set(Map<String, Object>) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
set(String, Object) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
set(String, Object) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
set(Map<String, Object>) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
setAccessible(Constructor<?>) - Static method in class org.apache.juneau.internal.ClassUtils
Attempts to call x.setAccessible(true) and quietly ignores security exceptions.
setAccessible(Method) - Static method in class org.apache.juneau.internal.ClassUtils
Attempts to call x.setAccessible(true) and quietly ignores security exceptions.
setAccessible(Field) - Static method in class org.apache.juneau.internal.ClassUtils
Attempts to call x.setAccessible(true) and quietly ignores security exceptions.
setAccessible() - Method in class org.apache.juneau.reflect.ExecutableInfo
Attempts to call x.setAccessible(true) and quietly ignores security exceptions.
setAccessible() - Method in class org.apache.juneau.reflect.FieldInfo
Attempts to call x.setAccessible(true) and quietly ignores security exceptions.
setAdditionalItems(Object) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: additionalItems.
setAdditionalProperties(Object) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: additionalProperties.
setAdditionalProperties(SchemaInfo) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: additionalProperties.
setAllOf(List<JsonSchema>) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: allOf.
setAllOf(Collection<Object>) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: allOf.
setAllowEmptyValue(Boolean) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property setter: allowEmptyValue.
setAnyOf(List<JsonSchema>) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: anyOf.
setArray(Object, List) - Method in class org.apache.juneau.BeanPropertyMeta
Sets an array field on this bean.
setAttribute(Boolean) - Method in class org.apache.juneau.dto.swagger.Xml
Bean property setter: attribute.
setAttribute(String, Object) - Method in class org.apache.juneau.rest.mock.MockHttpSession
Deprecated.
 
setAttribute(String, Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
setAttribute(String, Object) - Method in class org.apache.juneau.rest.mock2.MockHttpSession
 
setAttribute(String, Object) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
setAttrs(LinkedHashMap<String, Object>) - Method in class org.apache.juneau.dto.html5.HtmlElement
Sets the attributes for this element.
setAuthorizationUrl(String) - Method in class org.apache.juneau.dto.swagger.SecurityScheme
Bean property setter: authorizationUrl.
setBasePath(String) - Method in class org.apache.juneau.dto.swagger.Swagger
Bean property setter: basePath.
setBeanSession(BeanSession) - Method in class org.apache.juneau.ObjectList
Override the default bean session used for converting POJOs.
setBeanSession(BeanSession) - Method in class org.apache.juneau.ObjectMap
Override the default bean session used for converting POJOs.
setBufferSize(int) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
setBufferSize(int) - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
setCharacterEncoding(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
setCharacterEncoding(String) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
setCharacterEncoding(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
setCharacterEncoding(String) - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
setCharacterEncoding(String) - Method in class org.apache.juneau.rest.RestRequest
Sets the charset to expect on the request body.
setChildren(LinkedList<Object>) - Method in class org.apache.juneau.dto.html5.HtmlElementContainer
Sets the children for this container.
setChildren(LinkedList<Object>) - Method in class org.apache.juneau.dto.html5.HtmlElementMixed
Sets the children of this element.
setClientLocale(Locale) - Static method in class org.apache.juneau.utils.MessageBundle
Deprecated.
Sets the locale for this thread so that calls to MessageBundle.getClientString(String, Object...) return messages in that locale.
setCollectionFormat(String) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property setter: collectionFormat.
setCollectionFormat(String) - Method in class org.apache.juneau.dto.swagger.Items
Bean property setter: collectionFormat.
setCollectionFormat(String) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property setter: collectionFormat.
setConfig(RequestConfig) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Set configuration settings on this request.
setConfigContents(Reader) - Method in class org.apache.juneau.microservice.resources.ConfigResource
 
setConfigContentsFormPost(String) - Method in class org.apache.juneau.microservice.resources.ConfigResource
 
setConfigSection(String, Map<String, Object>) - Method in class org.apache.juneau.microservice.resources.ConfigResource
 
setConfigValue(String, String, String) - Method in class org.apache.juneau.microservice.resources.ConfigResource
 
setConsumes(Collection<MediaType>) - Method in class org.apache.juneau.dto.swagger.Operation
Bean property setter: consumes.
setConsumes(Collection<MediaType>) - Method in class org.apache.juneau.dto.swagger.Swagger
Bean property setter: consumes.
setContact(Contact) - Method in class org.apache.juneau.dto.swagger.Info
Bean property setter: contact.
setContentLength(int) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
setContentLength(int) - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
setContentLengthLong(long) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
setContentLengthLong(long) - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
setContentType(String) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
setContentType(String) - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
setContext(RestContext) - Method in class org.apache.juneau.rest.RestServlet
Sets the context object for this servlet.
setCurrentClass(ClassMeta<?>) - Method in class org.apache.juneau.BeanTraverseSession
Sets the current class being traversed for proper error messages.
setCurrentClass(ClassMeta<?>) - Method in class org.apache.juneau.parser.ParserSession
Sets the current class being parsed for proper error messages.
setCurrentProperty(BeanPropertyMeta) - Method in class org.apache.juneau.BeanTraverseSession
Sets the current bean property being traversed for proper error messages.
setCurrentProperty(BeanPropertyMeta) - Method in class org.apache.juneau.parser.ParserSession
Sets the current bean property being parsed for proper error messages.
setData(List<DataSet.Row>) - Method in class org.apache.juneau.dto.cognos.DataSet
Bean property setter: data.
setDateHeader(String, long) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
setDateHeader(String, long) - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
setDebug(Boolean) - Method in class org.apache.juneau.rest.RestRequest
Sets the "Debug" attribute to the specified boolean.
setDebug() - Method in class org.apache.juneau.rest.RestRequest
Shortcut for calling setDebug(true).
setDebug(Boolean) - Method in class org.apache.juneau.rest.RestResponse
Sets the "Debug" attribute to the specified boolean.
setDebug() - Method in class org.apache.juneau.rest.RestResponse
Shortcut for calling setDebug(true).
setDebugEnabled(boolean) - Method in class org.apache.juneau.microservice.jetty.JettyLogger
 
setDefault(Object) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property setter: default.
setDefault(Object) - Method in class org.apache.juneau.dto.swagger.Items
Bean property setter: default.
setDefault(Object) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property setter: default.
setDefault(Object) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: default.
setDefault(String, Object) - Method in class org.apache.juneau.PropertyStoreBuilder
Sets a configuration property value on this object but only if it's not already set.
setDefinitions(Map<String, JsonSchema>) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: definitions.
setDefinitions(Map<String, OMap>) - Method in class org.apache.juneau.dto.swagger.Swagger
Bean property setter: definitions.
setDependencies(Map<String, JsonSchema>) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: dependencies.
setDeprecated(Boolean) - Method in class org.apache.juneau.dto.swagger.Operation
Bean property setter: deprecated.
setDescription(String) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: description.
setDescription(String) - Method in class org.apache.juneau.dto.swagger.ExternalDocumentation
Bean property setter: description.
setDescription(String) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property setter: description.
setDescription(String) - Method in class org.apache.juneau.dto.swagger.Info
Bean property setter: description.
setDescription(String) - Method in class org.apache.juneau.dto.swagger.Operation
Bean property setter: description.
setDescription(String) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property setter: description.
setDescription(String) - Method in class org.apache.juneau.dto.swagger.ResponseInfo
Bean property setter: description.
setDescription(String) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: description.
setDescription(String) - Method in class org.apache.juneau.dto.swagger.SecurityScheme
Bean property setter: description.
setDescription(String) - Method in class org.apache.juneau.dto.swagger.Tag
Bean property setter: description.
setDiscriminator(String) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: discriminator.
setEmail(String) - Method in class org.apache.juneau.dto.swagger.Contact
Bean property setter: email.
setEntity(HttpEntity) - Method in class org.apache.juneau.rest.client2.RestResponse
Associates a response entity with this response.
setEntry(String, String, String, String, String, String, List<String>) - Static method in class org.apache.juneau.config.event.ConfigEvent
Sets or replaces a value in a configuration.
setEntry(String, String, String, String, String, List<String>) - Method in class org.apache.juneau.config.internal.ConfigMap
Adds or overwrites an existing entry.
setEnum(List<String>) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: enum.
setEnum(Collection<Object>) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property setter: enum.
setEnum(Collection<Object>) - Method in class org.apache.juneau.dto.swagger.Items
Bean property setter: enum.
setEnum(Collection<Object>) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property setter: enum.
setEnum(Collection<Object>) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: enum.
setExample(Object) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property setter: examples.
setExample(String) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property setter: x-example.
setExample(Object) - Method in class org.apache.juneau.dto.swagger.ResponseInfo
Bean property setter: x-example.
setExample(Object) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: example.
setExamples(Map<String, String>) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property setter: x-examples.
setExamples(Map<String, Object>) - Method in class org.apache.juneau.dto.swagger.ResponseInfo
Bean property setter: examples.
setException(Throwable) - Method in class org.apache.juneau.rest.RestRequest
Sets the "Exception" attribute to the specified throwable.
setException(Throwable) - Method in class org.apache.juneau.rest.RestResponse
Sets the "Exception" attribute to the specified throwable.
setExclusiveMaximum(Boolean) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: exclusiveMaximum.
setExclusiveMaximum(Boolean) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property setter: exclusiveMaximum.
setExclusiveMaximum(Boolean) - Method in class org.apache.juneau.dto.swagger.Items
Bean property setter: exclusiveMaximum.
setExclusiveMaximum(Boolean) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property setter: exclusiveMaximum.
setExclusiveMaximum(Boolean) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: exclusiveMaximum.
setExclusiveMinimum(Boolean) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: exclusiveMinimum.
setExclusiveMinimum(Boolean) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property setter: exclusiveMinimum.
setExclusiveMinimum(Boolean) - Method in class org.apache.juneau.dto.swagger.Items
Bean property setter: exclusiveMinimum.
setExclusiveMinimum(Boolean) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property setter: exclusiveMinimum.
setExclusiveMinimum(Boolean) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: exclusiveMinimum.
setExternalDocs(ExternalDocumentation) - Method in class org.apache.juneau.dto.swagger.Operation
Bean property setter: externalDocs.
setExternalDocs(ExternalDocumentation) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: externalDocs.
setExternalDocs(ExternalDocumentation) - Method in class org.apache.juneau.dto.swagger.Swagger
Bean property setter: externalDocs.
setExternalDocs(ExternalDocumentation) - Method in class org.apache.juneau.dto.swagger.Tag
Bean property setter: externalDocs.
setFlow(String) - Method in class org.apache.juneau.dto.swagger.SecurityScheme
Bean property setter: flow.
setFormat(String) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property setter: format.
setFormat(String) - Method in class org.apache.juneau.dto.swagger.Items
Bean property setter: format.
setFormat(String) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property setter: format.
setFormat(String) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: format.
setHeader(Header) - Method in class org.apache.juneau.rest.client2.RestRequest
Overwrites the first header with the same name.
setHeader(String, String) - Method in class org.apache.juneau.rest.client2.RestRequest
Overwrites the first header with the same name.
setHeader(Header) - Method in class org.apache.juneau.rest.client2.RestResponse
Overwrites the first header with the same name.
setHeader(String, String) - Method in class org.apache.juneau.rest.client2.RestResponse
Overwrites the first header with the same name.
setHeader(String, String) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
setHeader(String, String) - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
setHeader(String, String) - Method in class org.apache.juneau.rest.RestResponse
 
setHeader(HttpPart) - Method in class org.apache.juneau.rest.RestResponse
Same as RestResponse.setHeader(String, String) but header is defined as a response part
setHeaders(Map<String, HeaderInfo>) - Method in class org.apache.juneau.dto.swagger.ResponseInfo
Bean property setter: headers.
setHeaders(Header[]) - Method in class org.apache.juneau.rest.client2.RestRequest
Overwrites all the headers in the message.
setHeaders(Header[]) - Method in class org.apache.juneau.rest.client2.RestResponse
Overwrites all the headers in the message.
setHeaderSafe(String, String) - Method in class org.apache.juneau.rest.RestResponse
Same as RestResponse.setHeader(String, String) but strips invalid characters from the value if present.
setHeaderSafe(String, String, int) - Method in class org.apache.juneau.rest.RestResponse
Same as RestResponse.setHeader(String, String) but strips invalid characters from the value if present.
setHost(String) - Method in class org.apache.juneau.dto.swagger.Swagger
Bean property setter: host.
setHttpResponse(HttpResponse) - Method in exception org.apache.juneau.rest.client.RestCallException
Deprecated.
Sets the HTTP response object that caused this exception.
setId(Object) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: id.
setImport(String, String, List<String>) - Method in class org.apache.juneau.config.Config
Creates the specified import statement if it doesn't exist.
setImport(String, String, List<String>) - Method in class org.apache.juneau.config.internal.ConfigMap
Not implemented.
setIn(String) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property setter: in.
setIn(String) - Method in class org.apache.juneau.dto.swagger.SecurityScheme
Bean property setter: in.
setInfo(Info) - Method in class org.apache.juneau.dto.swagger.Swagger
Bean property setter: info.
setInner(Map<String, Object>) - Method in class org.apache.juneau.ObjectMap
Set an inner map in this map to allow for chained get calls.
setIntHeader(String, int) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
setIntHeader(String, int) - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
setItems(Object) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: items.
setItems(Items) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property setter: items.
setItems(Items) - Method in class org.apache.juneau.dto.swagger.Items
Bean property setter: items.
setItems(Items) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property setter: items.
setItems(Items) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: items.
setLength(Integer) - Method in class org.apache.juneau.dto.cognos.Column
Bean property setter: length.
setLevel(Level) - Method in class org.apache.juneau.rest.BasicRestLogger
Deprecated.
 
setLevel(Level) - Method in interface org.apache.juneau.rest.RestLogger
Deprecated.
Sets the logging level for this logger.
setLicense(License) - Method in class org.apache.juneau.dto.swagger.Info
Bean property setter: license.
setLocale(Locale) - Method in class org.apache.juneau.rest.client2.RestResponse
Changes the locale of this response.
setLocale(Locale) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
setLocale(Locale) - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
setMaster(JsonSchema) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Sets the master schema for this schema and all child schema objects.
setMaximum(Number) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: maximum.
setMaximum(Number) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property setter: maximum.
setMaximum(Number) - Method in class org.apache.juneau.dto.swagger.Items
Bean property setter: maximum.
setMaximum(Number) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property setter: maximum.
setMaximum(Number) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: maximum.
setMaxInactiveInterval(int) - Method in class org.apache.juneau.rest.mock.MockHttpSession
Deprecated.
 
setMaxInactiveInterval(int) - Method in class org.apache.juneau.rest.mock2.MockHttpSession
 
setMaxItems(Integer) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: maxItems.
setMaxItems(Integer) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property setter: maxItems.
setMaxItems(Integer) - Method in class org.apache.juneau.dto.swagger.Items
Bean property setter: maxItems.
setMaxItems(Integer) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property setter: maxItems.
setMaxItems(Integer) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: maxItems.
setMaxLength(Integer) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: maxLength.
setMaxLength(Integer) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property setter: maxLength.
setMaxLength(Integer) - Method in class org.apache.juneau.dto.swagger.Items
Bean property setter: maxLength.
setMaxLength(Integer) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property setter: maxLength.
setMaxLength(Integer) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: maxLength.
setMaxProperties(Integer) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: maxProperties.
setMaxProperties(Integer) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: maxProperties.
setMetaData(Column[]) - Method in class org.apache.juneau.dto.cognos.DataSet
Bean property setter: metadata.
setMinimum(Number) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: minimum.
setMinimum(Number) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property setter: minimum.
setMinimum(Number) - Method in class org.apache.juneau.dto.swagger.Items
Bean property setter: minimum.
setMinimum(Number) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property setter: minimum.
setMinimum(Number) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: minimum.
setMinItems(Integer) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: minItems.
setMinItems(Integer) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property setter: minItems.
setMinItems(Integer) - Method in class org.apache.juneau.dto.swagger.Items
Bean property setter: minItems.
setMinItems(Integer) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property setter: minItems.
setMinItems(Integer) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: minItems.
setMinLength(Integer) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: minLength.
setMinLength(Integer) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property setter: minLength.
setMinLength(Integer) - Method in class org.apache.juneau.dto.swagger.Items
Bean property setter: minLength.
setMinLength(Integer) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property setter: minLength.
setMinLength(Integer) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: minLength.
setMinProperties(Integer) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: minProperties.
setMinProperties(Integer) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: minProperties.
setMultipleOf(Number) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: multipleOf.
setMultipleOf(Number) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property setter: multipleOf.
setMultipleOf(Number) - Method in class org.apache.juneau.dto.swagger.Items
Bean property setter: multipleOf.
setMultipleOf(Number) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property setter: multipleOf.
setMultipleOf(Number) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: multipleOf.
setName(String) - Method in class org.apache.juneau.dto.cognos.Column
Bean property setter: name.
setName(String) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: name.
setName(String) - Method in class org.apache.juneau.dto.swagger.Contact
Bean property setter: name.
setName(String) - Method in class org.apache.juneau.dto.swagger.License
Bean property setter: name.
setName(String) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property setter: name.
setName(String) - Method in class org.apache.juneau.dto.swagger.SecurityScheme
Bean property setter: name.
setName(String) - Method in class org.apache.juneau.dto.swagger.Tag
Bean property setter: name.
setName(String) - Method in class org.apache.juneau.dto.swagger.Xml
Bean property setter: name.
setName(ClassMeta<?>, Object, Object) - Static method in class org.apache.juneau.parser.ParserSession
Convenience method for calling the @NameProperty method on the specified object if it exists.
setNamespace(String) - Method in class org.apache.juneau.dto.swagger.Xml
Bean property setter: namespace.
setNot(JsonSchema) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: not.
setNoTrace(Boolean) - Method in class org.apache.juneau.rest.RestRequest
Sets the "NoTrace" attribute to the specified boolean.
setNoTrace() - Method in class org.apache.juneau.rest.RestRequest
Shortcut for calling setNoTrace(true).
setNoTrace(Boolean) - Method in class org.apache.juneau.rest.RestResponse
Sets the "NoTrace" attribute to the specified boolean.
setNoTrace() - Method in class org.apache.juneau.rest.RestResponse
Shortcut for calling setNoTrace(true).
setOccurrence(int) - Method in exception org.apache.juneau.rest.RestException
Deprecated.
setOneOf(List<JsonSchema>) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: oneOf.
setOperationId(String) - Method in class org.apache.juneau.dto.swagger.Operation
Bean property setter: operationId.
setOutput(Object) - Method in class org.apache.juneau.rest.RestResponse
Sets the HTTP output on the response.
setOutputs(Object...) - Method in class org.apache.juneau.rest.RestResponse
Shortcut method that allows you to use var-args to simplify setting array output.
setOutputStream(OutputStream) - Method in class org.apache.juneau.serializer.SerializerPipe
Overwrites the output stream in this pipe.
setParameters(Collection<ParameterInfo>) - Method in class org.apache.juneau.dto.swagger.Operation
Bean property setter: parameters.
setParameters(Map<String, ParameterInfo>) - Method in class org.apache.juneau.dto.swagger.Swagger
Bean property setter: parameters.
setParams(HttpParams) - Method in class org.apache.juneau.rest.client2.RestRequest
Deprecated.
Use constructor parameters of configuration API provided by HttpClient.
setParams(HttpParams) - Method in class org.apache.juneau.rest.client2.RestResponse
Deprecated.
Use configuration classes provided org.apache.http.config and org.apache.http.client.config.
setParent(ClassMeta<?>, Object, Object) - Static method in class org.apache.juneau.parser.ParserSession
Convenience method for calling the @ParentProperty method on the specified object if it exists.
setPaths(Map<String, OperationMap>) - Method in class org.apache.juneau.dto.swagger.Swagger
Bean property setter: paths.
setPattern(String) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: pattern.
setPattern(String) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property setter: pattern.
setPattern(String) - Method in class org.apache.juneau.dto.swagger.Items
Bean property setter: pattern.
setPattern(String) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property setter: pattern.
setPattern(String) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: pattern.
setPatternProperties(Map<String, JsonSchema>) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: patternProperties.
setPipe(ParserPipe) - Method in class org.apache.juneau.parser.ParserSession
The ParserSession.createPipe(Object) method should call this method to set the pipe for debugging purposes.
setPositionable(Positionable) - Method in class org.apache.juneau.parser.ParserPipe
Sets the ParserReader/ParserInputStream/XmlReader constructed from this pipe.
setPrefix(String) - Method in class org.apache.juneau.dto.swagger.Xml
Bean property setter: prefix.
setProduces(Collection<MediaType>) - Method in class org.apache.juneau.dto.swagger.Operation
Bean property setter: produces.
setProduces(Collection<MediaType>) - Method in class org.apache.juneau.dto.swagger.Swagger
Bean property setter: produces.
setProperties(Map<String, JsonSchema>) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: properties.
setProperties(Map<String, SchemaInfo>) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: properties.
setProperty(String, Object, boolean) - Static method in class org.apache.juneau.internal.SystemUtils
Convenience method for setting a system property value.
setProperty(String, Object) - Static method in class org.apache.juneau.internal.SystemUtils
Convenience method for setting a system property value.
setReadListener(ReadListener) - Method in class org.apache.juneau.rest.util.BoundedServletInputStream
 
setReadOnly(Boolean) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: readOnly.
setReasonPhrase(String) - Method in class org.apache.juneau.rest.client2.RestResponse
Updates the status line of this response with a new reason phrase.
setRef(Object) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: $ref.
setRef(Object) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property setter: $ref.
setRef(Object) - Method in class org.apache.juneau.dto.swagger.Items
Bean property setter: $ref.
setRef(Object) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: $ref.
setRequired(List<String>) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: required.
setRequired(Boolean) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property setter: required.
setRequired(Collection<String>) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: required.
setResponseMeta(ResponseBeanMeta) - Method in class org.apache.juneau.rest.RestResponse
Sets metadata about this response.
setResponses(Map<String, ResponseInfo>) - Method in class org.apache.juneau.dto.swagger.Operation
Bean property setter: responses.
setResponses(Map<String, ResponseInfo>) - Method in class org.apache.juneau.dto.swagger.Swagger
Bean property setter: responses.
setRestResourceResolver(RestResourceResolver) - Method in class org.apache.juneau.rest.RestServlet
Sets the resource resolver to use for this servlet and all child servlets.
setRootLocked() - Method in class org.apache.juneau.utils.PojoRest
Call this method to prevent the root object from being overwritten on put("", xxx); calls.
setSchema(SchemaInfo) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property setter: schema.
setSchema(SchemaInfo) - Method in class org.apache.juneau.dto.swagger.ResponseInfo
Bean property setter: schema.
setSchemaMap(JsonSchemaMap) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Associates a schema map with this schema for resolving other schemas identified through $ref properties.
setSchemaVersionUri(Object) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: $schema.
setSchemes(Collection<String>) - Method in class org.apache.juneau.dto.swagger.Operation
Bean property setter: schemes.
setSchemes(Collection<String>) - Method in class org.apache.juneau.dto.swagger.Swagger
Bean property setter: schemes.
setScopes(Map<String, String>) - Method in class org.apache.juneau.dto.swagger.SecurityScheme
Bean property setter: scopes.
setSection(String, List<String>) - Method in class org.apache.juneau.config.Config
Creates the specified section if it doesn't exist.
setSection(String, List<String>, Map<String, Object>) - Method in class org.apache.juneau.config.Config
Creates the specified section if it doesn't exist.
setSection(String, String, List<String>) - Static method in class org.apache.juneau.config.event.ConfigEvent
Adds a new empty section to the config.
setSection(String, List<String>) - Method in class org.apache.juneau.config.internal.ConfigMap
Adds a new section or replaces the pre-lines on an existing section.
setSecurity(Collection<Map<String, List<String>>>) - Method in class org.apache.juneau.dto.swagger.Operation
Bean property setter: security.
setSecurity(Collection<Map<String, List<String>>>) - Method in class org.apache.juneau.dto.swagger.Swagger
Bean property setter: security.
setSecurityDefinitions(Map<String, SecurityScheme>) - Method in class org.apache.juneau.dto.swagger.Swagger
Bean property setter: securityDefinitions.
setServerException(Header, Header, Header) - Method in exception org.apache.juneau.rest.client.RestCallException
Deprecated.
Sets the server-side exception details.
setSocketTimeout(int) - Method in class org.apache.juneau.rest.client.mock.MockHttpClientConnection
Deprecated.
 
setSocketTimeout(int) - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
setStatus(int) - Method in exception org.apache.juneau.http.exception.HttpException
Set the status code on this exception.
setStatus(int) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
setStatus(int, String) - Method in class org.apache.juneau.rest.mock.MockServletResponse
Deprecated.
 
setStatus(int) - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
setStatus(int, String) - Method in class org.apache.juneau.rest.mock2.MockServletResponse
 
setStatus(int) - Method in exception org.apache.juneau.rest.RestException
Deprecated.
Set the status code on this exception.
setStatusCode(int) - Method in class org.apache.juneau.rest.client2.RestResponse
Updates the status line of this response with a new status code.
setStatusLine(StatusLine) - Method in class org.apache.juneau.rest.client2.RestResponse
Sets the status line of this response.
setStatusLine(ProtocolVersion, int) - Method in class org.apache.juneau.rest.client2.RestResponse
Sets the status line of this response.
setStatusLine(ProtocolVersion, int, String) - Method in class org.apache.juneau.rest.client2.RestResponse
Sets the status line of this response with a reason phrase.
setSummary(String) - Method in class org.apache.juneau.dto.swagger.Operation
Bean property setter: summary.
setSwagger(String) - Method in class org.apache.juneau.dto.swagger.Swagger
Bean property setter: swagger.
setSystemDefault(Config) - Static method in class org.apache.juneau.config.Config
Sets a system default configuration.
setSystemProperties() - Method in class org.apache.juneau.config.Config
Takes the settings defined in this configuration and sets them as system properties.
setTags(Collection<String>) - Method in class org.apache.juneau.dto.swagger.Operation
Bean property setter: tags.
setTags(Collection<Tag>) - Method in class org.apache.juneau.dto.swagger.Swagger
Bean property setter: tags.
Setter - Interface in org.apache.juneau
Encapsulate a bean setter method that may be a method or field.
Setter.FieldSetter - Class in org.apache.juneau
Field setter
Setter.MethodSetter - Class in org.apache.juneau
Method setter
setTermsOfService(String) - Method in class org.apache.juneau.dto.swagger.Info
Bean property setter: termsOfService.
setterProps - Variable in class org.apache.juneau.BeanMeta
The setter properties on the target class.
setText(Object) - Method in class org.apache.juneau.dto.html5.HtmlElementRawText
Sets the inner text of this element.
setText(Object) - Method in class org.apache.juneau.dto.html5.HtmlElementText
Sets the inner text of this element.
setTitle(String) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: title.
setTitle(String) - Method in class org.apache.juneau.dto.swagger.Info
Bean property setter: title.
setTitle(String) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: title.
setTokenUrl(String) - Method in class org.apache.juneau.dto.swagger.SecurityScheme
Bean property setter: tokenUrl.
setType(String) - Method in class org.apache.juneau.dto.cognos.Column
Bean property setter: type.
setType(Object) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: type.
setType(String) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property setter: type.
setType(String) - Method in class org.apache.juneau.dto.swagger.Items
Bean property setter: type.
setType(String) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property setter: type.
setType(String) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: type.
setType(String) - Method in class org.apache.juneau.dto.swagger.SecurityScheme
Bean property setter: type.
setUniqueItems(Boolean) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
Bean property setter: uniqueItems.
setUniqueItems(Boolean) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property setter: uniqueItems.
setUniqueItems(Boolean) - Method in class org.apache.juneau.dto.swagger.Items
Bean property setter: uniqueItems.
setUniqueItems(Boolean) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Bean property setter: uniqueItems.
setUniqueItems(Boolean) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: uniqueItems.
setUrl(URI) - Method in class org.apache.juneau.dto.swagger.Contact
Bean property setter: url.
setUrl(URI) - Method in class org.apache.juneau.dto.swagger.ExternalDocumentation
Bean property setter: url.
setUrl(URI) - Method in class org.apache.juneau.dto.swagger.License
Bean property setter: url.
setValidTimestampFormats(String...) - Method in class org.apache.juneau.utils.PojoQuery
Use this method to override the allowed search patterns when used in locales where time formats are different.
setValue(Object) - Method in class org.apache.juneau.BeanMapEntry
Sets the value of this property.
setValue(String) - Method in class org.apache.juneau.server.config.repository.ConfigItem
 
setVersion(String) - Method in class org.apache.juneau.dto.swagger.Info
Bean property setter: version.
setWrapped(Boolean) - Method in class org.apache.juneau.dto.swagger.Xml
Bean property setter: wrapped.
setWriteListener(WriteListener) - Method in class org.apache.juneau.rest.util.FinishableServletOutputStream
 
setWriter(Writer) - Method in class org.apache.juneau.serializer.SerializerPipe
Overwrites the writer in this pipe.
setXml(Xml) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Bean property setter: xml.
severe(String, Object...) - Method in class org.apache.juneau.internal.JuneauLogger
Deprecated.
Logs a message with the specified MessageFormat-style arguments at Level.SEVERE level.
severe(Throwable) - Method in class org.apache.juneau.internal.JuneauLogger
Deprecated.
Logs an exception as Level.SEVERE level.
severe(Throwable, String, Object...) - Method in class org.apache.juneau.internal.JuneauLogger
Deprecated.
Logs a message with the specified MessageFormat-style arguments at Level.SEVERE level.
severity - Variable in class org.apache.juneau.microservice.resources.LogParser.Entry
 
shape(String) - Method in class org.apache.juneau.dto.html5.Area
shape attribute.
shouldLog(HttpServletRequest, HttpServletResponse, RestException) - Method in class org.apache.juneau.rest.BasicRestLogger
Deprecated.
Returns true if the specified exception should be logged.
shouldLogStackTrace(HttpServletRequest, HttpServletResponse, RestException) - Method in class org.apache.juneau.rest.BasicRestLogger
Deprecated.
Returns true if a stack trace should be logged for this exception.
shouldSkip(Object) - Method in class org.apache.juneau.DefaultFilteringOMap
Returns true if the specified value should be skipped.
shouldUseExpandedParams(BeanPropertyMeta) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserSession
Returns true if the specified bean property should be expanded as multiple key-value pairs.
showEntryForm(String, String) - Method in class org.apache.juneau.rest.remote.RrpcServlet
 
shutdown() - Method in class org.apache.juneau.microservice.resources.ShutdownResource
[GET /] - Shutdown this resource.
shutdown() - Method in class org.apache.juneau.rest.client.mock.MockHttpClientConnection
Deprecated.
 
shutdown() - Method in class org.apache.juneau.rest.client.mock.MockHttpClientConnectionManager
Deprecated.
 
shutdown() - Method in class org.apache.juneau.rest.mock2.MockRestClient
 
ShutdownResource - Class in org.apache.juneau.microservice.resources
Provides the capability to shut down this REST microservice through a REST call.
ShutdownResource() - Constructor for class org.apache.juneau.microservice.resources.ShutdownResource
 
sie() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
sie(boolean) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the sie property on this annotation.
sie() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
sie(boolean) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the sie property on this annotation.
sie() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
sie(boolean) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the property on this annotation.
sie(Boolean) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
sie(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
sie() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
sIf(boolean) - Method in class org.apache.juneau.serializer.SerializerWriter
Writes a space if the boolean expression is true and useWhitespace is false.
Simple(PropertyStore) - Constructor for class org.apache.juneau.html.HtmlSchemaSerializer.Simple
Constructor.
Simple(PropertyStore) - Constructor for class org.apache.juneau.json.JsonSchemaSerializer.Simple
Constructor.
simple() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
simple(boolean) - Method in class org.apache.juneau.json.JsonSerializerBuilder
Deprecated.
simple() - Method in class org.apache.juneau.json.JsonSerializerBuilder
JsonSerializer configuration property:  Simple JSON mode.
simple() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
SimpleHtmlWriter - Class in org.apache.juneau.html
Utility class for creating custom HTML.
SimpleHtmlWriter() - Constructor for class org.apache.juneau.html.SimpleHtmlWriter
Constructor.
SimpleJson - Class in org.apache.juneau.marshall
A pairing of a SimpleJsonSerializer and JsonParser into a single class with convenience read/write methods.
SimpleJson(SimpleJsonSerializer, SimpleJsonParser) - Constructor for class org.apache.juneau.marshall.SimpleJson
Constructor.
SimpleJson() - Constructor for class org.apache.juneau.marshall.SimpleJson
Constructor.
simpleJson() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Convenience method for specifying Simple JSON as the transmission media type.
simpleJson() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Convenience method for specifying Simplified JSON as the marshalling transmission media type.
simpleJson() - Method in class org.apache.juneau.rest.client2.RestRequest
Convenience method for specifying Simplified JSON as the marshalling transmission media type for this request only.
simpleJson() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
SimpleJsonParser - Class in org.apache.juneau.json
Parses any valid JSON text into a POJO model.
SimpleJsonParser(PropertyStore) - Constructor for class org.apache.juneau.json.SimpleJsonParser
Constructor.
SimpleJsonParserBuilder - Class in org.apache.juneau.json
Builder class for building instances of Simplified-JSON parsers.
SimpleJsonParserBuilder() - Constructor for class org.apache.juneau.json.SimpleJsonParserBuilder
Constructor, default settings.
SimpleJsonParserBuilder(PropertyStore) - Constructor for class org.apache.juneau.json.SimpleJsonParserBuilder
Constructor.
SimpleJsonSerializer - Class in org.apache.juneau.json
Serializes POJO models to Simplified JSON.
SimpleJsonSerializer(PropertyStore) - Constructor for class org.apache.juneau.json.SimpleJsonSerializer
Constructor.
SimpleJsonSerializer.Readable - Class in org.apache.juneau.json
Default serializer, single quotes, simple mode, with whitespace.
SimpleJsonSerializerBuilder - Class in org.apache.juneau.json
Builder class for building instances of Simplified-JSON serializers.
SimpleJsonSerializerBuilder() - Constructor for class org.apache.juneau.json.SimpleJsonSerializerBuilder
Constructor, default settings.
SimpleJsonSerializerBuilder(PropertyStore) - Constructor for class org.apache.juneau.json.SimpleJsonSerializerBuilder
Constructor.
SimpleMap<K,V> - Class in org.apache.juneau.internal
An instance of a Map where the keys and values are simple arrays.
SimpleMap(K[], V[]) - Constructor for class org.apache.juneau.internal.SimpleMap
Constructor.
SimplePartParser - Class in org.apache.juneau.httppart
An implementation of HttpPartParser that takes in the strings and tries to convert them to POJOs using constructors and static create methods.
SimplePartParser() - Constructor for class org.apache.juneau.httppart.SimplePartParser
 
SimplePartParserSession - Class in org.apache.juneau.httppart
Session object that lives for the duration of a single use of SimplePartParser.
SimplePartParserSession() - Constructor for class org.apache.juneau.httppart.SimplePartParserSession
 
SimplePartSerializer - Class in org.apache.juneau.httppart
An implementation of HttpPartSerializer that simply serializes everything using Object.toString().
SimplePartSerializer() - Constructor for class org.apache.juneau.httppart.SimplePartSerializer
 
SimplePartSerializerSession - Class in org.apache.juneau.httppart
Session object that lives for the duration of a single use of SimplePartSerializer.
SimplePartSerializerSession() - Constructor for class org.apache.juneau.httppart.SimplePartSerializerSession
 
SimpleReadable(PropertyStore) - Constructor for class org.apache.juneau.html.HtmlSchemaSerializer.SimpleReadable
Constructor.
SimpleReadable(PropertyStore) - Constructor for class org.apache.juneau.json.JsonSchemaSerializer.SimpleReadable
Constructor.
SimpleResourceFinder - Class in org.apache.juneau.cp
Utility class for finding resources for a class.
SimpleResourceFinder() - Constructor for class org.apache.juneau.cp.SimpleResourceFinder
Constructor.
SimpleVar - Class in org.apache.juneau.svl
Abstract superclass of all Simple Var Language variables that resolve to simple returned string values.
SimpleVar(String) - Constructor for class org.apache.juneau.svl.SimpleVar
Constructor.
SimpleX509TrustManager - Class in org.apache.juneau.rest.client
Deprecated.
No replacement.
SimpleX509TrustManager(boolean) - Constructor for class org.apache.juneau.rest.client.SimpleX509TrustManager
Deprecated.
Constructor.
size(Object) - Method in class org.apache.juneau.dto.html5.Input
size attribute.
size(Object) - Method in class org.apache.juneau.dto.html5.Select
size attribute.
size() - Method in class org.apache.juneau.internal.MultiSet
 
size() - Method in class org.apache.juneau.internal.TeeOutputStream
Returns the number of inner streams in this tee stream.
size() - Method in class org.apache.juneau.internal.TeeWriter
Returns the number of inner writers in this tee writer.
size() - Method in class org.apache.juneau.internal.UnmodifiableArray
 
sizes(String) - Method in class org.apache.juneau.dto.html5.Link
sizes attribute.
skip(long) - Method in class org.apache.juneau.internal.CharSequenceReader
 
skip(long) - Method in class org.apache.juneau.rest.util.BoundedServletInputStream
 
SKIP_IF_EMPTY_FLAGS - Static variable in enum org.apache.juneau.AddFlag
Default skip-if-empty flags.
skipIfEmpty() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
skipIfEmpty(boolean) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the skipIfEmpty property on this annotation.
skipIfEmpty() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
skipIfEmpty(boolean) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the skipIfEmpty property on this annotation.
skipIfEmpty() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
skipIfEmpty(boolean) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the skipIfEmpty property on this annotation.
skipIfEmpty() - Method in class org.apache.juneau.http.SerializedHeader
Don't serialize this header if the value is null or an empty string.
skipIfEmpty(boolean) - Method in class org.apache.juneau.http.SerializedHeader
Don't serialize this header if the value is null or an empty string.
skipIfEmpty() - Method in class org.apache.juneau.http.SerializedNameValuePair
Don't serialize this pair if the value is null or an empty string.
skipIfEmpty(boolean) - Method in class org.apache.juneau.http.SerializedNameValuePair
Don't serialize this pair if the value is null or an empty string.
skipIfEmpty(Boolean) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
skipIfEmpty field.
skipIfEmpty(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
skipIfEmpty field.
skipIfEmpty() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Identifies whether an item should be skipped if it's empty.
small() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Small element.
small(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Small element with the specified child nodes.
Small - Class in org.apache.juneau.dto.html5
DTO for an HTML <small> element.
Small() - Constructor for class org.apache.juneau.dto.html5.Small
Creates an empty Small element.
Small(Object...) - Constructor for class org.apache.juneau.dto.html5.Small
Creates a Small element with the specified child nodes.
smi(int) - Method in class org.apache.juneau.json.JsonWriter
Performs an indentation only if we're currently past max indentation.
Snippet - Interface in org.apache.juneau.assertions
Identical to Runnable but the run method can throw stuff.
soapAction(String) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
SoapXmlSerializer configuration property:  The SOAPAction HTTP header value to set on responses.
SoapXml - Annotation Type in org.apache.juneau.soap.annotation
Annotation that can be applied to classes, fields, and methods to tweak how they are handled by SoapXmlSerializer}.
SOAPXML_SOAPAction - Static variable in class org.apache.juneau.soap.SoapXmlSerializer
Configuration property: The SOAPAction HTTP header value to set on responses.
SoapXmlAnnotation - Class in org.apache.juneau.soap.annotation
A concrete implementation of the SoapXml annotation.
SoapXmlAnnotation(String) - Constructor for class org.apache.juneau.soap.annotation.SoapXmlAnnotation
Constructor.
SoapXmlAnnotation(Class<?>) - Constructor for class org.apache.juneau.soap.annotation.SoapXmlAnnotation
Constructor.
SoapXmlAnnotation(Method) - Constructor for class org.apache.juneau.soap.annotation.SoapXmlAnnotation
Constructor.
SoapXmlAnnotation(Field) - Constructor for class org.apache.juneau.soap.annotation.SoapXmlAnnotation
Constructor.
SoapXmlBeanPropertyMeta - Class in org.apache.juneau.soap
Metadata on bean properties specific to the SOAP/XML serializers and parsers pulled from the @SoapXml annotation on the bean property.
SoapXmlBeanPropertyMeta(BeanPropertyMeta, SoapXmlMetaProvider) - Constructor for class org.apache.juneau.soap.SoapXmlBeanPropertyMeta
Constructor.
SoapXmlClassMeta - Class in org.apache.juneau.soap
Metadata on classes specific to the SOAP/XML serializers and parsers pulled from the @SoapXml annotation on the class.
SoapXmlClassMeta(ClassMeta<?>, SoapXmlMetaProvider) - Constructor for class org.apache.juneau.soap.SoapXmlClassMeta
Constructor.
SoapXmlCommon - Interface in org.apache.juneau.soap
Configurable properties common to the SoapXmlSerializer and future parser classes.
SoapXmlConfig - Annotation Type in org.apache.juneau.soap.annotation
Annotation for specifying config properties defined in SoapXmlSerializer.
SoapXmlConfigApply - Class in org.apache.juneau.soap.annotation
Applies SoapXmlConfig annotations to a PropertyStoreBuilder.
SoapXmlConfigApply(Class<SoapXmlConfig>, VarResolverSession) - Constructor for class org.apache.juneau.soap.annotation.SoapXmlConfigApply
Constructor.
SoapXmlMetaProvider - Interface in org.apache.juneau.soap
Interface for providing access to SoapXmlClassMeta and SoapXmlBeanPropertyMeta objects.
SoapXmlSerializer - Class in org.apache.juneau.soap
Serializes POJOs to HTTP responses as XML+SOAP.
SoapXmlSerializer(PropertyStore) - Constructor for class org.apache.juneau.soap.SoapXmlSerializer
Constructor.
SoapXmlSerializerBuilder - Class in org.apache.juneau.soap
Builder class for building instances of soap/xml serializers.
SoapXmlSerializerBuilder() - Constructor for class org.apache.juneau.soap.SoapXmlSerializerBuilder
Constructor, default settings.
SoapXmlSerializerBuilder(PropertyStore) - Constructor for class org.apache.juneau.soap.SoapXmlSerializerBuilder
Constructor.
SoapXmlSerializerSession - Class in org.apache.juneau.soap
Session object that lives for the duration of a single use of SoapXmlSerializer.
SoapXmlSerializerSession(SoapXmlSerializer, SerializerSessionArgs) - Constructor for class org.apache.juneau.soap.SoapXmlSerializerSession
Create a new session using properties specified in the context.
softClose() - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
If called, the underlying response stream will not be closed when you call RestCall.close().
sort() - Method in class org.apache.juneau.annotation.BeanAnnotation
 
sort(boolean) - Method in class org.apache.juneau.annotation.BeanAnnotation
Sets the sort property on this annotation.
sort() - Method in class org.apache.juneau.assertions.FluentStringAssertion
Sorts the contents of the text by lines.
sort() - Method in class org.apache.juneau.reflect.AnnotationList
Sort the annotations in this list based on rank.
sort(Map<K, V>) - Method in class org.apache.juneau.serializer.SerializerSession
Sorts the specified map if SerializerSession.isSortMaps() returns true.
sort(Collection<E>) - Method in class org.apache.juneau.serializer.SerializerSession
Sorts the specified collection if SerializerSession.isSortCollections() returns true.
sort(String) - Method in class org.apache.juneau.utils.SearchArgs.Builder
Specifies the sort arguments.
sort(Collection<String>) - Method in class org.apache.juneau.utils.SearchArgs.Builder
Specifies the sort arguments.
SortArgs - Class in org.apache.juneau.pojotools
Encapsulates arguments for the PojoSorter class.
SortArgs(String...) - Constructor for class org.apache.juneau.pojotools.SortArgs
Constructor.
SortArgs(Collection<String>) - Constructor for class org.apache.juneau.pojotools.SortArgs
Constructor.
sortCollections() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
sortCollections() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
sortCollections() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
sortCollections() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
sortCollections() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
sortCollections() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
sortCollections() - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
sortCollections() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
sortCollections() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
sortCollections() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
sortCollections() - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
sortCollections() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
sortCollections() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
sortCollections(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Sort arrays and collections alphabetically.
sortCollections() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Sort arrays and collections alphabetically.
sortCollections() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Serializer configuration property:  Sort arrays and collections alphabetically.
sortCollections() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
sortCollections() - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
sortCollections(boolean) - Method in class org.apache.juneau.serializer.SerializerBuilder
Deprecated.
sortCollections() - Method in class org.apache.juneau.serializer.SerializerBuilder
Serializer configuration property:  Sort arrays and collections alphabetically.
sortCollections(boolean) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Deprecated.
sortCollections() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Configuration property: Sort arrays and collections alphabetically.
sortCollections() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
sortCollections() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
sortCollections() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
sortCollections() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
sortCollections() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
sortCollections(boolean) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
sortCollections() - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
sorted(String) - Method in class org.apache.juneau.dto.html5.Th
sorted attribute.
sortMaps() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
sortMaps() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
sortMaps() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
sortMaps() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
sortMaps() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
sortMaps() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
sortMaps() - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
sortMaps() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
sortMaps() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
sortMaps() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
sortMaps() - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
sortMaps() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
sortMaps() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
sortMaps(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the Serializer.SERIALIZER_sortMaps property on all serializers in this group.
sortMaps() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Sort maps alphabetically.
sortMaps() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Serializer configuration property:  Sort maps alphabetically.
sortMaps() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
sortMaps() - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
sortMaps(boolean) - Method in class org.apache.juneau.serializer.SerializerBuilder
Deprecated.
sortMaps() - Method in class org.apache.juneau.serializer.SerializerBuilder
Serializer configuration property:  Sort maps alphabetically.
sortMaps(boolean) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Deprecated.
sortMaps() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Configuration property: Sort maps alphabetically.
sortMaps() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
sortMaps() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
sortMaps() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
sortMaps() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
sortMaps() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
sortMaps(boolean) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
sortMaps() - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
sortProperties(boolean) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
sortProperties() - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Sort bean properties.
sortProperties(Class<?>...) - Method in class org.apache.juneau.BeanContextBuilder
Sort bean properties.
sortProperties() - Method in class org.apache.juneau.BeanTraverseBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.BeanTraverseBuilder
 
sortProperties() - Method in class org.apache.juneau.csv.CsvParserBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
sortProperties() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
sortProperties() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
sortProperties() - Method in class org.apache.juneau.html.HtmlParserBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
sortProperties() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
sortProperties() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
sortProperties() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
sortProperties() - Method in class org.apache.juneau.jena.RdfParserBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
sortProperties() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
sortProperties() - Method in class org.apache.juneau.jso.JsoParserBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
sortProperties() - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
sortProperties() - Method in class org.apache.juneau.json.JsonParserBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.json.JsonParserBuilder
 
sortProperties() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
sortProperties() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
sortProperties() - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
sortProperties() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
sortProperties() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
sortProperties() - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
sortProperties() - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
sortProperties() - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
sortProperties() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
sortProperties() - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
sortProperties() - Method in class org.apache.juneau.parser.ParserBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.parser.ParserBuilder
 
sortProperties() - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
sortProperties() - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
sortProperties() - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
sortProperties() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
sortProperties(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
sortProperties() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
sortProperties() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
sortProperties() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
sortProperties() - Method in class org.apache.juneau.rest.RestContextBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.rest.RestContextBuilder
 
sortProperties() - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
sortProperties() - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
sortProperties() - Method in class org.apache.juneau.serializer.SerializerBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
sortProperties() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
sortProperties() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
sortProperties() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
sortProperties(boolean) - Method in class org.apache.juneau.transform.BeanFilterBuilder
Configuration property: Sort bean properties.
sortProperties() - Method in class org.apache.juneau.transform.BeanFilterBuilder
Configuration property: Sort bean properties.
sortProperties() - Method in class org.apache.juneau.uon.UonParserBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.uon.UonParserBuilder
 
sortProperties() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
sortProperties() - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
sortProperties() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
sortProperties() - Method in class org.apache.juneau.xml.XmlParserBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
sortProperties() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
sortProperties(Class<?>...) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
sortProperties(boolean) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
sortProperties() - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
source() - Static method in class org.apache.juneau.dto.atom.AtomBuilder
Creates a Source element.
source(Source) - Method in class org.apache.juneau.dto.atom.Entry
Sets the source of this entry.
Source - Class in org.apache.juneau.dto.atom
Represents an atomSource construct in the RFC4287 specification.
Source() - Constructor for class org.apache.juneau.dto.atom.Source
 
source() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Source element.
source(Object, String) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Source element with the specified Source.src(Object) and Source.type(String) attributes.
Source - Class in org.apache.juneau.dto.html5
DTO for an HTML <source> element.
Source() - Constructor for class org.apache.juneau.dto.html5.Source
Creates an empty Source element.
Source(Object, String) - Constructor for class org.apache.juneau.dto.html5.Source
Creates a Source element with the specified Source.src(Object) and Source.type(String) attributes.
spacedHex() - Method in class org.apache.juneau.assertions.FluentByteArrayAssertion
Converts this byte array to spaced hexadecimal and returns it as a new assertion.
SpacedHex(PropertyStore) - Constructor for class org.apache.juneau.msgpack.MsgPackParser.SpacedHex
Constructor.
SpacedHex(PropertyStore) - Constructor for class org.apache.juneau.msgpack.MsgPackSerializer.SpacedHex
Constructor.
SpacedHex() - Constructor for class org.apache.juneau.transforms.ByteArraySwap.SpacedHex
 
SpacedHex() - Constructor for class org.apache.juneau.transforms.InputStreamSwap.SpacedHex
 
span(Object) - Method in class org.apache.juneau.dto.html5.Col
span attribute.
span(Object) - Method in class org.apache.juneau.dto.html5.Colgroup
span attribute.
span() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Span element.
span(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Span element with the specified child nodes.
Span - Class in org.apache.juneau.dto.html5
DTO for an HTML <span> element.
Span() - Constructor for class org.apache.juneau.dto.html5.Span
Creates an empty Span element.
Span(Object...) - Constructor for class org.apache.juneau.dto.html5.Span
Creates a Span element with the specified child nodes.
spellcheck(Object) - Method in class org.apache.juneau.dto.html5.HtmlElement
spellcheck attribute.
split(String) - Static method in class org.apache.juneau.internal.StringUtils
Shortcut for calling split(s, ',')
split(String, char) - Static method in class org.apache.juneau.internal.StringUtils
Splits a character-delimited string into a string array.
split(String, char, int) - Static method in class org.apache.juneau.internal.StringUtils
Same as StringUtils.split(String, char) but limits the number of tokens returned.
split(String[], char) - Static method in class org.apache.juneau.internal.StringUtils
Same as StringUtils.split(String, char) except splits all strings in the input and returns a single result.
splitEqually(String, int) - Static method in class org.apache.juneau.internal.StringUtils
Splits a string into equally-sized parts.
splitMap(String, boolean) - Static method in class org.apache.juneau.internal.StringUtils
Splits a list of key-value pairs into an ordered map.
splitMethodArgs(String) - Static method in class org.apache.juneau.internal.StringUtils
Splits the method arguments in the signature of a method.
splitQuoted(String) - Static method in class org.apache.juneau.internal.StringUtils
Splits a space-delimited string with optionally quoted arguments.
splitQuoted(String, boolean) - Static method in class org.apache.juneau.internal.StringUtils
Same as StringUtils.splitQuoted(String) but allows you to optionally keep the quote characters.
SpringRestResourceResolver - Class in org.apache.juneau.rest.springboot
Implementation of a RestResourceResolver for resolving resource classes using Spring.
SpringRestResourceResolver(ApplicationContext) - Constructor for class org.apache.juneau.rest.springboot.SpringRestResourceResolver
Constructor.
sq() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
sq() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
sq() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
Sq(PropertyStore) - Constructor for class org.apache.juneau.html.HtmlSerializer.Sq
Constructor.
sq() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
sq() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
sq() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
sq() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
sq() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
sq() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
sq() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
sq() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
sq() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Quote character.
sq() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
WriterSerializer configuration property:  Quote character.
sq() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
sq() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Configuration property: Quote character.
sq() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
WriterSerializer configuration property:  Quote character.
sq() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
sq() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
sq() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
Sq(PropertyStore) - Constructor for class org.apache.juneau.xml.XmlSerializer.Sq
Constructor.
sq() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
sq() - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
SqReadable(PropertyStore) - Constructor for class org.apache.juneau.html.HtmlSerializer.SqReadable
Constructor.
SqReadable(PropertyStore) - Constructor for class org.apache.juneau.xml.XmlSerializer.SqReadable
Constructor.
src(Object) - Method in class org.apache.juneau.dto.atom.Content
Sets the source URI.
src(Object) - Method in class org.apache.juneau.dto.html5.Audio
src attribute.
src(Object) - Method in class org.apache.juneau.dto.html5.Embed
src attribute.
src(Object) - Method in class org.apache.juneau.dto.html5.Iframe
src attribute.
src(Object) - Method in class org.apache.juneau.dto.html5.Img
src attribute.
src(Object) - Method in class org.apache.juneau.dto.html5.Input
src attribute.
src(Object) - Method in class org.apache.juneau.dto.html5.Script
src attribute.
src(Object) - Method in class org.apache.juneau.dto.html5.Source
src attribute.
src(Object) - Method in class org.apache.juneau.dto.html5.Track
src attribute.
src(Object) - Method in class org.apache.juneau.dto.html5.Video
src attribute.
srcdoc(String) - Method in class org.apache.juneau.dto.html5.Iframe
srcdoc attribute.
srclang(String) - Method in class org.apache.juneau.dto.html5.Track
srclang attribute.
SS - Annotation Type in org.apache.juneau.annotation
Represents a String-to-String mapping.
sslContext(SSLContext) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
sslContext(SSLContext) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Assigns SSLContext instance.
sslContext(SSLContext) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
sslHostnameVerifier(HostnameVerifier) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
sslHostnameVerifier(HostnameVerifier) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Assigns HostnameVerifier instance.
sslHostnameVerifier(HostnameVerifier) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
sslProtocols(String...) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
sslSocketFactory(LayeredConnectionSocketFactory) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
sslSocketFactory(LayeredConnectionSocketFactory) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
sslSocketFactory(LayeredConnectionSocketFactory) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
ssq() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
ssq() - Method in class org.apache.juneau.json.JsonSerializerBuilder
JsonSerializer configuration property:  Simple JSON mode and single quote.
ssq() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
SSV - Static variable in class org.apache.juneau.http.annotation.CollectionFormatType
 
stackTrace() - Method in class org.apache.juneau.assertions.FluentThrowableAssertion
Returns an assertion against the throwable localized message.
stackTrace(List<StackTraceElement>) - Method in class org.apache.juneau.mstat.ExceptionInfo
TODO
stackTrace(List<StackTraceElement>) - Method in class org.apache.juneau.mstat.ExceptionStats
 
StackTraceDatabase - Class in org.apache.juneau.utils
An in-memory cache of stack traces.
StackTraceDatabase() - Constructor for class org.apache.juneau.utils.StackTraceDatabase
Constructor.
StackTraceDatabase(long, Class<?>) - Constructor for class org.apache.juneau.utils.StackTraceDatabase
Constructor.
StackTraceElementSwap - Class in org.apache.juneau.transforms
Transforms StackTraceElements to String objects.
StackTraceElementSwap() - Constructor for class org.apache.juneau.transforms.StackTraceElementSwap
 
stackTraceHashingTimeout() - Method in class org.apache.juneau.rest.annotation.LoggingAnnotation
 
stackTraceHashingTimeout(Integer) - Method in class org.apache.juneau.rest.RestCallLoggerConfig.Builder
Enables a timeout after which stack traces hashes are flushed.
StackTraceInfo - Class in org.apache.juneau.utils
Represents an entry in StackTraceDatabase.
StackTraceInfo(String, long, int) - Constructor for class org.apache.juneau.utils.StackTraceInfo
Constructor.
StackTraceUtils - Class in org.apache.juneau.utils
Stack trace utility methods.
StackTraceUtils() - Constructor for class org.apache.juneau.utils.StackTraceUtils
 
sTag(String, String) - Method in class org.apache.juneau.html.HtmlWriter
 
sTag(String, String, boolean) - Method in class org.apache.juneau.html.HtmlWriter
 
sTag(int, String, String) - Method in class org.apache.juneau.html.HtmlWriter
 
sTag(int, String) - Method in class org.apache.juneau.html.HtmlWriter
 
sTag(String) - Method in class org.apache.juneau.html.HtmlWriter
 
sTag(int, String, String, boolean) - Method in class org.apache.juneau.html.HtmlWriter
 
sTag(String, String, boolean) - Method in class org.apache.juneau.xml.XmlWriter
Writes a start tag to the output: <ns:name>
sTag(String, String) - Method in class org.apache.juneau.xml.XmlWriter
Shortcut for sTag(ns, name, false);
sTag(String) - Method in class org.apache.juneau.xml.XmlWriter
Shortcut for sTag(null, name, false);
sTag(int, String, String, boolean) - Method in class org.apache.juneau.xml.XmlWriter
Shortcut for i(indent).sTag(ns, name, needsEncoding);
sTag(int, String, String) - Method in class org.apache.juneau.xml.XmlWriter
Shortcut for i(indent).sTag(ns, name, false);
sTag(int, String) - Method in class org.apache.juneau.xml.XmlWriter
Shortcut for i(indent).sTag(null, name, false);
standaloneSet() - Method in class org.apache.juneau.xml.XmlReader
 
start(Object) - Method in class org.apache.juneau.dto.html5.Ol
start attribute.
start() - Method in class org.apache.juneau.microservice.jetty.JettyMicroservice
 
start() - Method in class org.apache.juneau.microservice.Microservice
Start this application.
startAsync() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
startAsync(ServletRequest, ServletResponse) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
startAsync() - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
startAsync(ServletRequest, ServletResponse) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
startCall(RestCall) - Method in class org.apache.juneau.rest.RestContext
Called at the start of a request to invoke all HookEvent.START_CALL methods.
startConsole() - Method in class org.apache.juneau.microservice.jetty.JettyMicroservice
 
startConsole() - Method in class org.apache.juneau.microservice.Microservice
Starts the console thread for this microservice.
started() - Method in class org.apache.juneau.mstat.MethodExecStats
Call when task is started.
startServer() - Method in class org.apache.juneau.microservice.jetty.JettyMicroservice
Method used to start the Jetty server created by JettyMicroservice.createServer().
startsWith(String) - Method in class org.apache.juneau.assertions.FluentStringAssertion
Asserts that the text starts with the specified string.
startsWith(String, char) - Static method in class org.apache.juneau.internal.StringUtils
An efficient method for checking if a string starts with a character.
StateMachineState - Enum in org.apache.juneau.internal
Enums for state-machine states.
StaticFile - Class in org.apache.juneau.rest
Instance of a static file sent as an HTTP response.
StaticFile(byte[], String, Map<String, Object>) - Constructor for class org.apache.juneau.rest.StaticFile
Constructor.
StaticFileMapping - Class in org.apache.juneau.rest
Static file mapping.
StaticFileMapping(Class<?>, String, String, Map<String, Object>) - Constructor for class org.apache.juneau.rest.StaticFileMapping
Constructor.
staticFileResponseHeader(String, String) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Static file response headers.
staticFileResponseHeaders(Map<String, String>) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Static file response headers.
staticFileResponseHeaders(String...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Static file response headers.
staticFileResponseHeadersReplace(Map<String, String>) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Static file response headers.
staticFiles(StaticFileMapping...) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Static file mappings.
staticFiles(String) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Static file mappings.
staticFiles(Class<?>, String) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Static file mappings.
staticFiles(String, String) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Static file mappings.
staticFiles(Class<?>, String, String) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Static file mappings.
status(int) - Method in class org.apache.juneau.rest.mock2.MockServletResponse
status(int) - Method in class org.apache.juneau.rest.RestCall
Sets the HTTP status on this call.
status(int, int) - Method in class org.apache.juneau.rest.StatusStats.Method
 
Status(int, int) - Constructor for class org.apache.juneau.rest.StatusStats.Status
 
StatusStats - Class in org.apache.juneau.rest
TODO
StatusStats(Class<?>) - Constructor for class org.apache.juneau.rest.StatusStats
 
StatusStats.Method - Class in org.apache.juneau.rest
 
StatusStats.Status - Class in org.apache.juneau.rest
 
stderr() - Method in class org.apache.juneau.assertions.ArrayAssertion
 
stderr() - Method in class org.apache.juneau.assertions.Assertion
If an error occurs, send the error message to STDERR.
stderr() - Method in class org.apache.juneau.assertions.BooleanAssertion
 
stderr() - Method in class org.apache.juneau.assertions.ByteArrayAssertion
 
stderr() - Method in class org.apache.juneau.assertions.CollectionAssertion
 
stderr() - Method in class org.apache.juneau.assertions.ComparableAssertion
 
stderr() - Method in class org.apache.juneau.assertions.DateAssertion
 
stderr() - Method in class org.apache.juneau.assertions.FluentArrayAssertion
 
stderr() - Method in class org.apache.juneau.assertions.FluentAssertion
 
stderr() - Method in class org.apache.juneau.assertions.FluentBooleanAssertion
 
stderr() - Method in class org.apache.juneau.assertions.FluentByteArrayAssertion
 
stderr() - Method in class org.apache.juneau.assertions.FluentCollectionAssertion
 
stderr() - Method in class org.apache.juneau.assertions.FluentComparableAssertion
 
stderr() - Method in class org.apache.juneau.assertions.FluentDateAssertion
 
stderr() - Method in class org.apache.juneau.assertions.FluentIntegerAssertion
 
stderr() - Method in class org.apache.juneau.assertions.FluentListAssertion
 
stderr() - Method in class org.apache.juneau.assertions.FluentLongAssertion
 
stderr() - Method in class org.apache.juneau.assertions.FluentObjectAssertion
 
stderr() - Method in class org.apache.juneau.assertions.FluentStringAssertion
 
stderr() - Method in class org.apache.juneau.assertions.FluentThrowableAssertion
 
stderr() - Method in class org.apache.juneau.assertions.FluentZonedDateTimeAssertion
 
stderr() - Method in class org.apache.juneau.assertions.IntegerAssertion
 
stderr() - Method in class org.apache.juneau.assertions.ListAssertion
 
stderr() - Method in class org.apache.juneau.assertions.LongAssertion
 
stderr() - Method in class org.apache.juneau.assertions.ObjectAssertion
 
stderr() - Method in class org.apache.juneau.assertions.StringAssertion
 
stderr() - Method in class org.apache.juneau.assertions.ThrowableAssertion
 
stderr() - Method in class org.apache.juneau.assertions.ZonedDateTimeAssertion
 
stdout() - Method in class org.apache.juneau.assertions.ArrayAssertion
 
stdout() - Method in class org.apache.juneau.assertions.Assertion
If an error occurs, send the error message to STDOUT.
stdout() - Method in class org.apache.juneau.assertions.BooleanAssertion
 
stdout() - Method in class org.apache.juneau.assertions.ByteArrayAssertion
 
stdout() - Method in class org.apache.juneau.assertions.CollectionAssertion
 
stdout() - Method in class org.apache.juneau.assertions.ComparableAssertion
 
stdout() - Method in class org.apache.juneau.assertions.DateAssertion
 
stdout() - Method in class org.apache.juneau.assertions.FluentArrayAssertion
 
stdout() - Method in class org.apache.juneau.assertions.FluentAssertion
 
stdout() - Method in class org.apache.juneau.assertions.FluentBooleanAssertion
 
stdout() - Method in class org.apache.juneau.assertions.FluentByteArrayAssertion
 
stdout() - Method in class org.apache.juneau.assertions.FluentCollectionAssertion
 
stdout() - Method in class org.apache.juneau.assertions.FluentComparableAssertion
 
stdout() - Method in class org.apache.juneau.assertions.FluentDateAssertion
 
stdout() - Method in class org.apache.juneau.assertions.FluentIntegerAssertion
 
stdout() - Method in class org.apache.juneau.assertions.FluentListAssertion
 
stdout() - Method in class org.apache.juneau.assertions.FluentLongAssertion
 
stdout() - Method in class org.apache.juneau.assertions.FluentObjectAssertion
 
stdout() - Method in class org.apache.juneau.assertions.FluentStringAssertion
 
stdout() - Method in class org.apache.juneau.assertions.FluentThrowableAssertion
 
stdout() - Method in class org.apache.juneau.assertions.FluentZonedDateTimeAssertion
 
stdout() - Method in class org.apache.juneau.assertions.IntegerAssertion
 
stdout() - Method in class org.apache.juneau.assertions.ListAssertion
 
stdout() - Method in class org.apache.juneau.assertions.LongAssertion
 
stdout() - Method in class org.apache.juneau.assertions.ObjectAssertion
 
stdout() - Method in class org.apache.juneau.assertions.StringAssertion
 
stdout() - Method in class org.apache.juneau.assertions.ThrowableAssertion
 
stdout() - Method in class org.apache.juneau.assertions.ZonedDateTimeAssertion
 
step(String) - Method in class org.apache.juneau.dto.html5.Input
step attribute.
stop() - Method in class org.apache.juneau.microservice.jetty.JettyMicroservice
 
stop() - Method in class org.apache.juneau.microservice.Microservice
Stop this application.
stopClass() - Method in class org.apache.juneau.annotation.BeanAnnotation
 
stopClass(Class<?>) - Method in class org.apache.juneau.annotation.BeanAnnotation
Sets the stopClass property on this annotation.
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.BeanContextBuilder
Identifies a stop class for the annotated class.
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.BeanTraverseBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.json.JsonParserBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.parser.ParserBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.rest.RestContextBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
stopClass(Class<?>) - Method in class org.apache.juneau.transform.BeanFilterBuilder
Configuration property: Bean stop class.
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.uon.UonParserBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
stopClass(Class<?>, Class<?>) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
stopConsole() - Method in class org.apache.juneau.microservice.jetty.JettyMicroservice
 
stopConsole() - Method in class org.apache.juneau.microservice.Microservice
Stops the console thread for this microservice.
store(ConfigStore) - Method in class org.apache.juneau.config.ConfigBuilder
Config configuration property:  Configuration store.
Streamable - Interface in org.apache.juneau
Interface that identifies that an object can be serialized directly to an output stream.
streamCharset(Charset) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
streamCharset(Charset) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
streamCharset(Charset) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
streamCharset(Charset) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
streamCharset(Charset) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
streamCharset(Charset) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
streamCharset(Charset) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
streamCharset(Charset) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
streamCharset(Charset) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
streamCharset(Charset) - Method in class org.apache.juneau.json.JsonParserBuilder
 
streamCharset(Charset) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
streamCharset(Charset) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
streamCharset(Charset) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
streamCharset(Charset) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
streamCharset(Charset) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
streamCharset(Charset) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
streamCharset(Charset) - Method in class org.apache.juneau.parser.ParserGroupBuilder
Configuration property: Input stream charset.
streamCharset(Charset) - Method in class org.apache.juneau.parser.ParserSessionArgs
Input stream charset.
streamCharset(Charset) - Method in class org.apache.juneau.parser.ReaderParserBuilder
ReaderParser configuration property:  Input stream charset.
streamCharset(Charset) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
streamCharset(Charset) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
streamCharset(Charset) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Configuration property: Output stream charset.
streamCharset(Charset) - Method in class org.apache.juneau.serializer.SerializerSessionArgs
Output stream charset.
streamCharset(Charset) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
WriterSerializer configuration property:  Output stream charset.
streamCharset(Charset) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
streamCharset(Charset) - Method in class org.apache.juneau.uon.UonParserBuilder
 
streamCharset(Charset) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
streamCharset(Charset) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
streamCharset(Charset) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
streamCharset(Charset) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
streamCharset(Charset) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
streamCharset(Charset) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
StreamedVar - Class in org.apache.juneau.svl
Abstract superclass of all Simple Var Language variables that write their values directly to a writer.
StreamedVar(String) - Constructor for class org.apache.juneau.svl.StreamedVar
Constructor.
StreamMarshall - Class in org.apache.juneau.marshall
A subclass of Marshall for stream-based serializers and parsers.
StreamMarshall(OutputStreamSerializer, InputStreamParser) - Constructor for class org.apache.juneau.marshall.StreamMarshall
Constructor.
streamTo(OutputStream) - Method in interface org.apache.juneau.Streamable
Serialize this object to the specified output stream.
streamTo(OutputStream) - Method in class org.apache.juneau.utils.ZipFileList
 
strict() - Method in class org.apache.juneau.csv.CsvParserBuilder
 
strict() - Method in class org.apache.juneau.dto.swagger.HeaderInfo
 
strict() - Method in class org.apache.juneau.dto.swagger.Items
 
strict() - Method in class org.apache.juneau.dto.swagger.ParameterInfo
 
strict() - Method in class org.apache.juneau.dto.swagger.SecurityScheme
 
strict() - Method in class org.apache.juneau.dto.swagger.SwaggerElement
Sets strict mode on this bean.
strict(Object) - Method in class org.apache.juneau.dto.swagger.SwaggerElement
Sets strict mode on this bean.
strict() - Method in class org.apache.juneau.html.HtmlParserBuilder
 
strict() - Method in class org.apache.juneau.jena.RdfParserBuilder
 
strict() - Method in class org.apache.juneau.jso.JsoParserBuilder
 
Strict(PropertyStore) - Constructor for class org.apache.juneau.json.JsonParser.Strict
Constructor.
strict() - Method in class org.apache.juneau.json.JsonParserBuilder
 
strict() - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
strict() - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
strict() - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
strict() - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
strict(boolean) - Method in class org.apache.juneau.parser.ParserBuilder
Deprecated.
strict() - Method in class org.apache.juneau.parser.ParserBuilder
Parser configuration property:  Strict mode.
strict(boolean) - Method in class org.apache.juneau.parser.ParserGroupBuilder
Configuration property: Strict mode.
strict() - Method in class org.apache.juneau.parser.ParserGroupBuilder
Configuration property: Strict mode.
strict() - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
strict() - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
strict(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Strict mode.
strict() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Strict mode.
strict() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Parser configuration property:  Strict mode.
strict() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
strict() - Method in class org.apache.juneau.uon.UonParserBuilder
 
strict() - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
strict() - Method in class org.apache.juneau.xml.XmlParserBuilder
 
string() - Method in class org.apache.juneau.assertions.FluentByteArrayAssertion
Converts this byte array to a UTF-8 encoded string and returns it as a new assertion.
string(Charset) - Method in class org.apache.juneau.assertions.FluentByteArrayAssertion
Converts this byte array to a string and returns it as a new assertion.
string() - Method in class org.apache.juneau.assertions.FluentObjectAssertion
Converts this object to a string using Object.toString() and returns it as a new assertion.
string(Function<Object, String>) - Method in class org.apache.juneau.assertions.FluentObjectAssertion
Converts this object to a string using the specified function and returns it as a new assertion.
string(Class<T>, Function<T, String>) - Method in class org.apache.juneau.assertions.FluentObjectAssertion
Converts this object to a string using the specified function and returns it as a new assertion.
string() - Method in class org.apache.juneau.BeanContext
Returns a reusable ClassMeta representation for the class String.
string() - Method in class org.apache.juneau.BeanSession
Returns a reusable ClassMeta representation for the class String.
string(String) - Method in class org.apache.juneau.ConfigApply
Resolves the specified string.
STRING - Static variable in class org.apache.juneau.http.annotation.ParameterType
 
STRING_CONVERTER - Static variable in interface org.apache.juneau.PropertyConverter
Converts objects to strings.
StringAssertion - Class in org.apache.juneau.assertions
Used for assertion calls against string objects.
StringAssertion(Object) - Constructor for class org.apache.juneau.assertions.StringAssertion
Creator.
StringBuilderWriter - Class in org.apache.juneau.internal
Similar to StringWriter, but uses a StringBuilder instead to avoid synchronization overhead.
StringBuilderWriter() - Constructor for class org.apache.juneau.internal.StringBuilderWriter
Create a new string writer using the default initial string-builder size.
StringBuilderWriter(StringBuilder) - Constructor for class org.apache.juneau.internal.StringBuilderWriter
Create a new string writer around an existing string builder.
StringBuilderWriter(int) - Constructor for class org.apache.juneau.internal.StringBuilderWriter
Create a new string writer using the specified initial string-builder size.
StringExpressionMatcher - Class in org.apache.juneau.utils
Utility class for matching strings against string expressions.
StringExpressionMatcher(String) - Constructor for class org.apache.juneau.utils.StringExpressionMatcher
Constructor.
StringFormatSwap - Class in org.apache.juneau.transforms
Built-in POJO swap implementation class for the @Beanp(format) annotation.
StringFormatSwap(String) - Constructor for class org.apache.juneau.transforms.StringFormatSwap
Constructor.
stringify(Object) - Static method in class org.apache.juneau.internal.StringUtils
Calls Object.toString() on the specified object if it's not null.
stringifyAll(Object...) - Static method in class org.apache.juneau.internal.StringUtils
Converts an array of objects to an array of strings.
StringInputStream - Class in org.apache.juneau.utils
Convenience class for creating an input stream from a simple string.
StringInputStream(String) - Constructor for class org.apache.juneau.utils.StringInputStream
Constructor.
StringMatcherFactory - Class in org.apache.juneau.pojotools
TODO
StringMatcherFactory() - Constructor for class org.apache.juneau.pojotools.StringMatcherFactory
 
StringMessage - Class in org.apache.juneau.utils
An encapsulated MessageFormat-style string and arguments.
StringMessage(String, Object...) - Constructor for class org.apache.juneau.utils.StringMessage
Constructor.
StringObject - Class in org.apache.juneau.utils
A serializer/object pair used for delayed object serialization.
StringObject(WriterSerializer, Object) - Constructor for class org.apache.juneau.utils.StringObject
Constructor.
StringObject(Object) - Constructor for class org.apache.juneau.utils.StringObject
Constructor with default serializer SimpleJsonSerializer.DEFAULT
StringRange - Class in org.apache.juneau.http
Represents a single value in a comma-delimited header value that optionally contains a quality metric for comparison and extension parameters.
StringRange(String) - Constructor for class org.apache.juneau.http.StringRange
Constructor.
StringRange(HeaderElement) - Constructor for class org.apache.juneau.http.StringRange
Constructor.
StringRanges - Class in org.apache.juneau.http
A parsed Accept-Encoding or similar header value.
StringRanges(String) - Constructor for class org.apache.juneau.http.StringRanges
Constructor.
StringRanges(HeaderElement[]) - Constructor for class org.apache.juneau.http.StringRanges
Constructor.
strings(String[]) - Method in class org.apache.juneau.ConfigApply
Resolves the specified strings in the string array.
strings(String) - Method in class org.apache.juneau.ConfigApply
Resolves the specified string as a comma-delimited list of strings.
stringsMap(String[], String) - Method in class org.apache.juneau.ConfigApply
Resolves the specified strings as a maps of strings-to-strings.
StringSwap<T> - Class in org.apache.juneau.transform
Abstract subclass for POJO swaps that swap objects for strings.
StringSwap() - Constructor for class org.apache.juneau.transform.StringSwap
Constructor.
StringSwap(Class<T>) - Constructor for class org.apache.juneau.transform.StringSwap
Constructor for when the normal and transformed classes are already known.
StringUtils - Class in org.apache.juneau.internal
Reusable string utility methods.
StringUtils() - Constructor for class org.apache.juneau.internal.StringUtils
 
stringValue(String) - Method in class org.apache.juneau.json.JsonWriter
Serializes the specified object as a JSON string value.
strip(String) - Static method in class org.apache.juneau.internal.StringUtils
Strips the first and last character from a string.
stripInvalidHttpHeaderChars(String) - Static method in class org.apache.juneau.internal.StringUtils
Strips invalid characters such as CTRL characters from a string meant to be encoded as an HTTP header value.
strong() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Strong element.
strong(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Strong element with the specified child nodes.
Strong - Class in org.apache.juneau.dto.html5
DTO for an HTML <strong> element.
Strong() - Constructor for class org.apache.juneau.dto.html5.Strong
Creates an empty Strong element.
Strong(Object...) - Constructor for class org.apache.juneau.dto.html5.Strong
Creates a Strong element with the specified child nodes.
style(String) - Method in class org.apache.juneau.dto.html5.A
 
style(String) - Method in class org.apache.juneau.dto.html5.Abbr
 
style(String) - Method in class org.apache.juneau.dto.html5.Address
 
style(String) - Method in class org.apache.juneau.dto.html5.Area
 
style(String) - Method in class org.apache.juneau.dto.html5.Article
 
style(String) - Method in class org.apache.juneau.dto.html5.Aside
 
style(String) - Method in class org.apache.juneau.dto.html5.Audio
 
style(String) - Method in class org.apache.juneau.dto.html5.B
 
style(String) - Method in class org.apache.juneau.dto.html5.Base
 
style(String) - Method in class org.apache.juneau.dto.html5.Bdi
 
style(String) - Method in class org.apache.juneau.dto.html5.Bdo
 
style(String) - Method in class org.apache.juneau.dto.html5.Blockquote
 
style(String) - Method in class org.apache.juneau.dto.html5.Body
 
style(String) - Method in class org.apache.juneau.dto.html5.Br
 
style(String) - Method in class org.apache.juneau.dto.html5.Button
 
style(String) - Method in class org.apache.juneau.dto.html5.Canvas
 
style(String) - Method in class org.apache.juneau.dto.html5.Caption
 
style(String) - Method in class org.apache.juneau.dto.html5.Cite
 
style(String) - Method in class org.apache.juneau.dto.html5.Code
 
style(String) - Method in class org.apache.juneau.dto.html5.Col
 
style(String) - Method in class org.apache.juneau.dto.html5.Colgroup
 
style(String) - Method in class org.apache.juneau.dto.html5.Data
 
style(String) - Method in class org.apache.juneau.dto.html5.Datalist
 
style(String) - Method in class org.apache.juneau.dto.html5.Dd
 
style(String) - Method in class org.apache.juneau.dto.html5.Del
 
style(String) - Method in class org.apache.juneau.dto.html5.Dfn
 
style(String) - Method in class org.apache.juneau.dto.html5.Div
 
style(String) - Method in class org.apache.juneau.dto.html5.Dl
 
style(String) - Method in class org.apache.juneau.dto.html5.Dt
 
style(String) - Method in class org.apache.juneau.dto.html5.Em
 
style(String) - Method in class org.apache.juneau.dto.html5.Embed
 
style(String) - Method in class org.apache.juneau.dto.html5.Fieldset
 
style(String) - Method in class org.apache.juneau.dto.html5.Figcaption
 
style(String) - Method in class org.apache.juneau.dto.html5.Figure
 
style(String) - Method in class org.apache.juneau.dto.html5.Footer
 
style(String) - Method in class org.apache.juneau.dto.html5.Form
 
style(String) - Method in class org.apache.juneau.dto.html5.H1
 
style(String) - Method in class org.apache.juneau.dto.html5.H2
 
style(String) - Method in class org.apache.juneau.dto.html5.H3
 
style(String) - Method in class org.apache.juneau.dto.html5.H4
 
style(String) - Method in class org.apache.juneau.dto.html5.H5
 
style(String) - Method in class org.apache.juneau.dto.html5.H6
 
style(String) - Method in class org.apache.juneau.dto.html5.Head
 
style(String) - Method in class org.apache.juneau.dto.html5.Header
 
style(String) - Method in class org.apache.juneau.dto.html5.Hr
 
style(String) - Method in class org.apache.juneau.dto.html5.Html
 
style() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Style element.
style(Object) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Style element with the specified Style.text(Object) node.
style(String...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Style element with the specified inner text.
style(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
style attribute.
style(String) - Method in class org.apache.juneau.dto.html5.I
 
style(String) - Method in class org.apache.juneau.dto.html5.Iframe
 
style(String) - Method in class org.apache.juneau.dto.html5.Img
 
style(String) - Method in class org.apache.juneau.dto.html5.Input
 
style(String) - Method in class org.apache.juneau.dto.html5.Ins
 
style(String) - Method in class org.apache.juneau.dto.html5.Kbd
 
style(String) - Method in class org.apache.juneau.dto.html5.Keygen
 
style(String) - Method in class org.apache.juneau.dto.html5.Label
 
style(String) - Method in class org.apache.juneau.dto.html5.Legend
 
style(String) - Method in class org.apache.juneau.dto.html5.Li
 
style(String) - Method in class org.apache.juneau.dto.html5.Link
 
style(String) - Method in class org.apache.juneau.dto.html5.Main
 
style(String) - Method in class org.apache.juneau.dto.html5.Map
 
style(String) - Method in class org.apache.juneau.dto.html5.Mark
 
style(String) - Method in class org.apache.juneau.dto.html5.Meter
 
style(String) - Method in class org.apache.juneau.dto.html5.Nav
 
style(String) - Method in class org.apache.juneau.dto.html5.Noscript
 
style(String) - Method in class org.apache.juneau.dto.html5.Object_
 
style(String) - Method in class org.apache.juneau.dto.html5.Ol
 
style(String) - Method in class org.apache.juneau.dto.html5.Optgroup
 
style(String) - Method in class org.apache.juneau.dto.html5.Option
 
style(String) - Method in class org.apache.juneau.dto.html5.Output
 
style(String) - Method in class org.apache.juneau.dto.html5.P
 
style(String) - Method in class org.apache.juneau.dto.html5.Pre
 
style(String) - Method in class org.apache.juneau.dto.html5.Progress
 
style(String) - Method in class org.apache.juneau.dto.html5.Q
 
style(String) - Method in class org.apache.juneau.dto.html5.Rb
 
style(String) - Method in class org.apache.juneau.dto.html5.Rp
 
style(String) - Method in class org.apache.juneau.dto.html5.Rt
 
style(String) - Method in class org.apache.juneau.dto.html5.Rtc
 
style(String) - Method in class org.apache.juneau.dto.html5.Ruby
 
style(String) - Method in class org.apache.juneau.dto.html5.S
 
style(String) - Method in class org.apache.juneau.dto.html5.Samp
 
style(String) - Method in class org.apache.juneau.dto.html5.Section
 
style(String) - Method in class org.apache.juneau.dto.html5.Select
 
style(String) - Method in class org.apache.juneau.dto.html5.Small
 
style(String) - Method in class org.apache.juneau.dto.html5.Span
 
style(String) - Method in class org.apache.juneau.dto.html5.Strong
 
Style - Class in org.apache.juneau.dto.html5
DTO for an HTML <style> element.
Style() - Constructor for class org.apache.juneau.dto.html5.Style
Creates an empty Style element.
Style(Object) - Constructor for class org.apache.juneau.dto.html5.Style
Creates a Style element with the specified Style.text(Object) node.
Style(String...) - Constructor for class org.apache.juneau.dto.html5.Style
Creates a Style element with the specified inner text.
style(String) - Method in class org.apache.juneau.dto.html5.Style
 
style(String) - Method in class org.apache.juneau.dto.html5.Sub
 
style(String) - Method in class org.apache.juneau.dto.html5.Sup
 
style(String) - Method in class org.apache.juneau.dto.html5.Table
 
style(String) - Method in class org.apache.juneau.dto.html5.Tbody
 
style(String) - Method in class org.apache.juneau.dto.html5.Td
 
style(String) - Method in class org.apache.juneau.dto.html5.Template
 
style(String) - Method in class org.apache.juneau.dto.html5.Textarea
 
style(String) - Method in class org.apache.juneau.dto.html5.Tfoot
 
style(String) - Method in class org.apache.juneau.dto.html5.Th
 
style(String) - Method in class org.apache.juneau.dto.html5.Thead
 
style(String) - Method in class org.apache.juneau.dto.html5.Time
 
style(String) - Method in class org.apache.juneau.dto.html5.Title
 
style(String) - Method in class org.apache.juneau.dto.html5.Tr
 
style(String) - Method in class org.apache.juneau.dto.html5.U
 
style(String) - Method in class org.apache.juneau.dto.html5.Ul
 
style(String) - Method in class org.apache.juneau.dto.html5.Var
 
style(String) - Method in class org.apache.juneau.dto.html5.Video
 
style(String) - Method in class org.apache.juneau.dto.html5.Wbr
 
style(HtmlDocSerializerSession, HtmlWriter, Object) - Method in class org.apache.juneau.html.BasicHtmlDocTemplate
Renders the contents of the <head>/<style> element.
style(String[]) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
HtmlDocSerializer configuration property:  Add to the HtmlDocSerializer.HTMLDOC_style property.
style(Object...) - Method in class org.apache.juneau.rest.HtmlDocBuilder
Deprecated.
Sets the HTML CSS style section contents.
style_replace(String[]) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
HtmlDocSerializer configuration property:  CSS style code.
stylesheet(String[]) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
HtmlDocSerializer configuration property:  Add to the HtmlDocSerializer.HTMLDOC_stylesheet property.
stylesheet(Object...) - Method in class org.apache.juneau.rest.HtmlDocBuilder
Deprecated.
Sets the CSS URL in the HTML CSS style section.
stylesheet_replace(String[]) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
HtmlDocSerializer configuration property:  Stylesheet import URLs.
sub() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Sub element.
sub(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Sub element with the specified child nodes.
Sub - Class in org.apache.juneau.dto.html5
DTO for an HTML <sub> element.
Sub() - Constructor for class org.apache.juneau.dto.html5.Sub
Creates an empty Sub element.
Sub(Object...) - Constructor for class org.apache.juneau.dto.html5.Sub
Creates a Sub element with the specified child nodes.
SubItems - Annotation Type in org.apache.juneau.jsonschema.annotation
Swagger items annotation.
SubItemsAnnotation - Class in org.apache.juneau.jsonschema.annotation
A concrete implementation of the SubItems annotation.
SubItemsAnnotation() - Constructor for class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
subList(int, int) - Method in class org.apache.juneau.internal.UnmodifiableArray
 
subSequence(int, int) - Method in class org.apache.juneau.utils.StringMessage
 
subSequence(int, int) - Method in class org.apache.juneau.utils.StringObject
 
subset(String...) - Method in class org.apache.juneau.rest.RequestHeaders
Returns a copy of this object but only with the specified header names copied.
subset(String) - Method in class org.apache.juneau.rest.RequestHeaders
Same as RequestHeaders.subset(String...) but allows you to specify header names as a comma-delimited list.
SubstringVar - Class in org.apache.juneau.svl.vars
A transformational variable resolver that returns substring for given start and end (optional)
SubstringVar() - Constructor for class org.apache.juneau.svl.vars.SubstringVar
Constructor.
subtitle(Text) - Method in class org.apache.juneau.dto.atom.Feed
Sets the feed subtitle.
subtitle(String) - Method in class org.apache.juneau.dto.atom.Feed
Sets the feed subtitle.
subtitle(Text) - Method in class org.apache.juneau.dto.atom.Source
Sets the subtitle of this source.
subtitle(String) - Method in class org.apache.juneau.dto.atom.Source
Sets the subtitle of this source.
successPattern(String) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Look for the specified regular expression pattern in the response output.
summary(Text) - Method in class org.apache.juneau.dto.atom.Entry
Sets the summary of this entry.
summary(String) - Method in class org.apache.juneau.dto.atom.Entry
Sets the summary of this entry.
summary(Object) - Method in class org.apache.juneau.dto.swagger.Operation
summary() - Method in class org.apache.juneau.rest.annotation.MethodAnnotationSwagger
 
summary() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
sup() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Sup element.
sup(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Sup element with the specified child nodes.
Sup - Class in org.apache.juneau.dto.html5
DTO for an HTML <sup> element.
Sup() - Constructor for class org.apache.juneau.dto.html5.Sup
Creates an empty Sup element.
Sup(Object...) - Constructor for class org.apache.juneau.dto.html5.Sup
Creates a Sup element with the specified child nodes.
Surrogate - Interface in org.apache.juneau.transform
Identifies a class as being a surrogate class.
SurrogateSwap<T,F> - Class in org.apache.juneau.transform
Specialized PojoSwap for Surrogate classes.
SurrogateSwap(Class<T>, Constructor<F>, Method) - Constructor for class org.apache.juneau.transform.SurrogateSwap
Constructor.
SvlExample - Class in org.apache.juneau.examples.core.svl
TODO.
SvlExample() - Constructor for class org.apache.juneau.examples.core.svl.SvlExample
 
Swagger - Class in org.apache.juneau.dto.swagger
This is the root document object for the API specification.
Swagger() - Constructor for class org.apache.juneau.dto.swagger.Swagger
Default constructor.
Swagger(Swagger) - Constructor for class org.apache.juneau.dto.swagger.Swagger
Copy constructor.
swagger(Object) - Method in class org.apache.juneau.dto.swagger.Swagger
swagger() - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an empty Swagger element.
swagger(Info) - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an Swagger element with the specified info attribute.
swagger() - Method in class org.apache.juneau.rest.annotation.RestMethodAnnotation
 
SWAGGER_PARAMS - Static variable in class org.apache.juneau.rest.converters.Introspectable
Swagger parameters for this converter.
SWAGGER_PARAMS - Static variable in class org.apache.juneau.rest.converters.Queryable
Swagger parameters for this converter.
SwaggerBuilder - Class in org.apache.juneau.dto.swagger
Various useful static methods for creating Swagger elements.
SwaggerBuilder() - Constructor for class org.apache.juneau.dto.swagger.SwaggerBuilder
 
SwaggerElement - Class in org.apache.juneau.dto.swagger
Root class for all Swagger beans.
SwaggerUI - Class in org.apache.juneau.dto.swagger.ui
Generates a Swagger-UI interface from a Swagger document.
SwaggerUI() - Constructor for class org.apache.juneau.dto.swagger.ui.SwaggerUI
 
SWAGGERUI_resolveRefsMaxDepth - Static variable in class org.apache.juneau.dto.swagger.ui.SwaggerUI
Configuration property: Resolve $ref references in schema up to the specified depth.
SwaggerVar - Class in org.apache.juneau.rest.vars
Swagger attribute variable resolver.
SwaggerVar() - Constructor for class org.apache.juneau.rest.vars.SwaggerVar
Constructor.
Swap - Annotation Type in org.apache.juneau.annotation
Associates PojoSwap and Surrogate classes with POJOs and bean properties.
swap(BeanSession, Object) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema.BooleanOrSchemaArraySwap
 
swap(BeanSession, Object) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema.BooleanOrSchemaSwap
 
swap(BeanSession, Object) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema.JsonSchemaOrSchemaArraySwap
 
swap(BeanSession, Object) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema.JsonTypeOrJsonTypeArraySwap
 
swap(BeanSession, Swagger) - Method in class org.apache.juneau.dto.swagger.ui.SwaggerUI
 
swap() - Method in class org.apache.juneau.PropertyStore.Property
Converts this object to serializable form.
swap() - Method in class org.apache.juneau.PropertyStore.PropertyGroup
Converts this object to serializable form.
swap(BeanSession) - Method in class org.apache.juneau.PropertyStore
Used for debugging.
swap(BeanSession) - Method in class org.apache.juneau.rest.widget.Tooltip
The swap method.
swap(PojoSwap, Object) - Method in class org.apache.juneau.serializer.SerializerSession
Invokes the specified swap on the specified object if the swap is not null.
swap(BeanSession, Object) - Method in class org.apache.juneau.transform.AutoListSwap
 
swap(BeanSession, Object) - Method in class org.apache.juneau.transform.AutoMapSwap
 
swap(BeanSession, Object) - Method in class org.apache.juneau.transform.AutoNumberSwap
 
swap(BeanSession, Object) - Method in class org.apache.juneau.transform.AutoObjectSwap
 
swap(BeanSession, T) - Method in class org.apache.juneau.transform.MapSwap
 
swap(BeanSession, T) - Method in class org.apache.juneau.transform.PojoSwap
If this transform is to be used to serialize non-serializable POJOs, it must implement this method.
swap(BeanSession, T, String) - Method in class org.apache.juneau.transform.PojoSwap
Same as PojoSwap.swap(BeanSession, Object), but can be used if your swap has a template associated with it.
swap(BeanSession, T) - Method in class org.apache.juneau.transform.StringSwap
 
swap(BeanSession, T) - Method in class org.apache.juneau.transform.SurrogateSwap
 
swap(BeanSession, T) - Method in class org.apache.juneau.transforms.BeanStringSwap
Converts the specified bean to a String.
swap(BeanSession, byte[]) - Method in class org.apache.juneau.transforms.ByteArrayBase64Swap
Deprecated.
Converts the specified byte[] to a String.
swap(BeanSession, byte[]) - Method in class org.apache.juneau.transforms.ByteArraySwap.Base64
Converts the specified byte[] to a String.
swap(BeanSession, byte[]) - Method in class org.apache.juneau.transforms.ByteArraySwap.Hex
Converts the specified byte[] to a String.
swap(BeanSession, byte[]) - Method in class org.apache.juneau.transforms.ByteArraySwap.SpacedHex
Converts the specified byte[] to a String.
swap(BeanSession, Calendar) - Method in class org.apache.juneau.transforms.CalendarLongSwap
Deprecated.
Converts the specified Calendar to a Long.
swap(BeanSession, Calendar) - Method in class org.apache.juneau.transforms.CalendarMapSwap
Deprecated.
Converts the specified Calendar to a Map.
swap(BeanSession, Calendar) - Method in class org.apache.juneau.transforms.CalendarSwap.DateFull
Deprecated.
 
swap(BeanSession, Calendar) - Method in class org.apache.juneau.transforms.CalendarSwap.DateLong
Deprecated.
 
swap(BeanSession, Calendar) - Method in class org.apache.juneau.transforms.CalendarSwap.DateMedium
Deprecated.
 
swap(BeanSession, Calendar) - Method in class org.apache.juneau.transforms.CalendarSwap.DateShort
Deprecated.
 
swap(BeanSession, Calendar) - Method in class org.apache.juneau.transforms.CalendarSwap.DateSimple
Deprecated.
 
swap(BeanSession, Calendar) - Method in class org.apache.juneau.transforms.CalendarSwap.DateTimeFull
Deprecated.
 
swap(BeanSession, Calendar) - Method in class org.apache.juneau.transforms.CalendarSwap.DateTimeLong
Deprecated.
 
swap(BeanSession, Calendar) - Method in class org.apache.juneau.transforms.CalendarSwap.DateTimeMedium
Deprecated.
 
swap(BeanSession, Calendar) - Method in class org.apache.juneau.transforms.CalendarSwap.DateTimeShort
Deprecated.
 
swap(BeanSession, Calendar) - Method in class org.apache.juneau.transforms.CalendarSwap.DateTimeSimple
Deprecated.
 
swap(BeanSession, Calendar) - Method in class org.apache.juneau.transforms.CalendarSwap.ISO8601D
Deprecated.
 
swap(BeanSession, Calendar) - Method in class org.apache.juneau.transforms.CalendarSwap.ISO8601DT
Deprecated.
 
swap(BeanSession, Calendar) - Method in class org.apache.juneau.transforms.CalendarSwap.ISO8601DTL
Deprecated.
 
swap(BeanSession, Calendar) - Method in class org.apache.juneau.transforms.CalendarSwap.ISO8601DTP
Deprecated.
 
swap(BeanSession, Calendar) - Method in class org.apache.juneau.transforms.CalendarSwap.ISO8601DTPZ
Deprecated.
 
swap(BeanSession, Calendar) - Method in class org.apache.juneau.transforms.CalendarSwap.ISO8601DTZ
Deprecated.
 
swap(BeanSession, Calendar) - Method in class org.apache.juneau.transforms.CalendarSwap.RFC2822D
Deprecated.
 
swap(BeanSession, Calendar) - Method in class org.apache.juneau.transforms.CalendarSwap.RFC2822DT
Deprecated.
 
swap(BeanSession, Calendar) - Method in class org.apache.juneau.transforms.CalendarSwap.RFC2822DTZ
Deprecated.
 
swap(BeanSession, Calendar) - Method in class org.apache.juneau.transforms.CalendarSwap.TimeFull
Deprecated.
 
swap(BeanSession, Calendar) - Method in class org.apache.juneau.transforms.CalendarSwap.TimeLong
Deprecated.
 
swap(BeanSession, Calendar) - Method in class org.apache.juneau.transforms.CalendarSwap.TimeMedium
Deprecated.
 
swap(BeanSession, Calendar) - Method in class org.apache.juneau.transforms.CalendarSwap.TimeShort
Deprecated.
 
swap(BeanSession, Calendar) - Method in class org.apache.juneau.transforms.CalendarSwap.TimeSimple
Deprecated.
 
swap(BeanSession, Calendar) - Method in class org.apache.juneau.transforms.CalendarSwap.ToString
Deprecated.
 
swap(BeanSession, Class<?>) - Method in class org.apache.juneau.transforms.ClassSwap
 
swap(BeanSession, Date) - Method in class org.apache.juneau.transforms.DateLongSwap
Deprecated.
Converts the specified Date to a Long.
swap(BeanSession, Date) - Method in class org.apache.juneau.transforms.DateMapSwap
Deprecated.
Converts the specified Date to a Map.
swap(BeanSession, Date) - Method in class org.apache.juneau.transforms.DateSwap.DateFull
Deprecated.
 
swap(BeanSession, Date) - Method in class org.apache.juneau.transforms.DateSwap.DateLong
Deprecated.
 
swap(BeanSession, Date) - Method in class org.apache.juneau.transforms.DateSwap.DateMedium
Deprecated.
 
swap(BeanSession, Date) - Method in class org.apache.juneau.transforms.DateSwap.DateShort
Deprecated.
 
swap(BeanSession, Date) - Method in class org.apache.juneau.transforms.DateSwap.DateSimple
Deprecated.
 
swap(BeanSession, Date) - Method in class org.apache.juneau.transforms.DateSwap.DateTimeFull
Deprecated.
 
swap(BeanSession, Date) - Method in class org.apache.juneau.transforms.DateSwap.DateTimeLong
Deprecated.
 
swap(BeanSession, Date) - Method in class org.apache.juneau.transforms.DateSwap.DateTimeMedium
Deprecated.
 
swap(BeanSession, Date) - Method in class org.apache.juneau.transforms.DateSwap.DateTimeShort
Deprecated.
 
swap(BeanSession, Date) - Method in class org.apache.juneau.transforms.DateSwap.DateTimeSimple
Deprecated.
 
swap(BeanSession, Date) - Method in class org.apache.juneau.transforms.DateSwap.ISO8601D
Deprecated.
 
swap(BeanSession, Date) - Method in class org.apache.juneau.transforms.DateSwap.ISO8601DT
Deprecated.
 
swap(BeanSession, Date) - Method in class org.apache.juneau.transforms.DateSwap.ISO8601DTL
Deprecated.
 
swap(BeanSession, Date) - Method in class org.apache.juneau.transforms.DateSwap.ISO8601DTP
Deprecated.
 
swap(BeanSession, Date) - Method in class org.apache.juneau.transforms.DateSwap.ISO8601DTPZ
Deprecated.
 
swap(BeanSession, Date) - Method in class org.apache.juneau.transforms.DateSwap.ISO8601DTZ
Deprecated.
 
swap(BeanSession, Date) - Method in class org.apache.juneau.transforms.DateSwap.RFC2822D
Deprecated.
 
swap(BeanSession, Date) - Method in class org.apache.juneau.transforms.DateSwap.RFC2822DT
Deprecated.
 
swap(BeanSession, Date) - Method in class org.apache.juneau.transforms.DateSwap.RFC2822DTZ
Deprecated.
 
swap(BeanSession, Date) - Method in class org.apache.juneau.transforms.DateSwap.TimeFull
Deprecated.
 
swap(BeanSession, Date) - Method in class org.apache.juneau.transforms.DateSwap.TimeLong
Deprecated.
 
swap(BeanSession, Date) - Method in class org.apache.juneau.transforms.DateSwap.TimeMedium
Deprecated.
 
swap(BeanSession, Date) - Method in class org.apache.juneau.transforms.DateSwap.TimeShort
Deprecated.
 
swap(BeanSession, Date) - Method in class org.apache.juneau.transforms.DateSwap.TimeSimple
Deprecated.
 
swap(BeanSession, Date) - Method in class org.apache.juneau.transforms.DateSwap.ToString
Deprecated.
 
swap(BeanSession, Enumeration) - Method in class org.apache.juneau.transforms.EnumerationSwap
Converts the specified Enumeration to a List.
swap(BeanSession, InputStream) - Method in class org.apache.juneau.transforms.InputStreamSwap.Base64
Converts the specified InputStream to a String.
swap(BeanSession, InputStream) - Method in class org.apache.juneau.transforms.InputStreamSwap.Hex
Converts the specified InputStream to a String.
swap(BeanSession, InputStream) - Method in class org.apache.juneau.transforms.InputStreamSwap.SpacedHex
Converts the specified InputStream to a String.
swap(BeanSession, Iterator) - Method in class org.apache.juneau.transforms.IteratorSwap
Converts the specified Iterator to a List.
swap(BeanSession, Locale) - Method in class org.apache.juneau.transforms.LocaleSwap
 
swap(BeanSession, MatchResult) - Method in class org.apache.juneau.transforms.MatchResultSwap
Converts the specified Enumeration to a List.
swap(BeanSession, Reader) - Method in class org.apache.juneau.transforms.ParsedReaderSwap
Converts the specified Reader to an Object whose type is determined by the contents of the reader.
swap(BeanSession, Reader) - Method in class org.apache.juneau.transforms.ReaderSwap
Converts the specified InputStream to a String.
swap(BeanSession, StackTraceElement) - Method in class org.apache.juneau.transforms.StackTraceElementSwap
Converts the specified Enumeration to a List.
swap(BeanSession, Object) - Method in class org.apache.juneau.transforms.StringFormatSwap
 
swap(BeanSession, Calendar) - Method in class org.apache.juneau.transforms.TemporalCalendarSwap
 
swap(BeanSession, Date) - Method in class org.apache.juneau.transforms.TemporalDateSwap
 
swap(BeanSession, Temporal) - Method in class org.apache.juneau.transforms.TemporalSwap
 
swap(BeanSession, TimeZone) - Method in class org.apache.juneau.transforms.TimeZoneSwap
 
swap(BeanSession, XMLGregorianCalendar) - Method in class org.apache.juneau.transforms.XMLGregorianCalendarSwap
Converts the specified XMLGregorianCalendar to a String.
swap(BeanSession, ZoneId) - Method in class org.apache.juneau.transforms.ZoneIdSwap
 
swap() - Method in class org.apache.juneau.utils.MessageBundle
Deprecated.
Returns this resource bundle as an OMap.
SwapAnnotation - Class in org.apache.juneau.annotation
A concrete implementation of the Swap annotation.
SwapAnnotation(String) - Constructor for class org.apache.juneau.annotation.SwapAnnotation
Constructor.
SwapAnnotation(Class<?>) - Constructor for class org.apache.juneau.annotation.SwapAnnotation
Constructor.
SwapAnnotation(Method) - Constructor for class org.apache.juneau.annotation.SwapAnnotation
Constructor.
SwapAnnotation(Field) - Constructor for class org.apache.juneau.annotation.SwapAnnotation
Constructor.
Swaps - Annotation Type in org.apache.juneau.annotation
Used to associate multiple swaps with the same POJO class.
swaps(Object...) - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Java object swaps.
swaps(Object...) - Method in class org.apache.juneau.BeanTraverseBuilder
 
swaps(Object...) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
swaps(Object...) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
swaps(Object...) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
swaps(Object...) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
swaps(Object...) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
swaps(Object...) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
swaps(Object...) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
swaps(Object...) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
swaps(Object...) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
swaps(Object...) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
swaps(Object...) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
swaps(Object...) - Method in class org.apache.juneau.json.JsonParserBuilder
 
swaps(Object...) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
swaps(Object...) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
swaps(Object...) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
swaps(Object...) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
swaps(Object...) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
swaps(Object...) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
swaps(Object...) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
swaps(Object...) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
swaps(Object...) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
swaps(Object...) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
swaps(Object...) - Method in class org.apache.juneau.parser.ParserBuilder
 
swaps(Object...) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
swaps(Object...) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
swaps(Object...) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
swaps(Object...) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
swaps(Object...) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
swaps(Object...) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
swaps(Object...) - Method in class org.apache.juneau.rest.RestContextBuilder
 
swaps(Object...) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
swaps(Object...) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
swaps(Object...) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
swaps(Object...) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
swaps(Object...) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
swaps(Object...) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
swaps(Object...) - Method in class org.apache.juneau.uon.UonParserBuilder
 
swaps(Object...) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
swaps(Object...) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
swaps(Object...) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
swaps(Object...) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
swaps(Object...) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
SwitchingProtocols - Class in org.apache.juneau.http.response
Represents an HTTP 101 Switching Protocols response.
SwitchingProtocols() - Constructor for class org.apache.juneau.http.response.SwitchingProtocols
Constructor using HTTP-standard message.
SwitchingProtocols(String) - Constructor for class org.apache.juneau.http.response.SwitchingProtocols
Constructor using custom message.
SwitchingProtocols - Class in org.apache.juneau.rest.response
Deprecated.
SwitchingProtocols() - Constructor for class org.apache.juneau.rest.response.SwitchingProtocols
Deprecated.
Constructor using HTTP-standard message.
SwitchingProtocols(String) - Constructor for class org.apache.juneau.rest.response.SwitchingProtocols
Deprecated.
Constructor using custom message.
SwitchVar - Class in org.apache.juneau.svl.vars
A basic switch/case logic variable resolver.
SwitchVar() - Constructor for class org.apache.juneau.svl.vars.SwitchVar
Constructor.
SystemPropertiesVar - Class in org.apache.juneau.svl.vars
System property variable resolver.
SystemPropertiesVar() - Constructor for class org.apache.juneau.svl.vars.SystemPropertiesVar
Constructor.
SystemUtils - Class in org.apache.juneau.internal
System utilities.
SystemUtils() - Constructor for class org.apache.juneau.internal.SystemUtils
 

T

t() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
t(String) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the t property on this annotation.
t() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
t(String) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the t property on this annotation.
t() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
t(String) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the t property on this annotation.
t() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
t(String) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the t property on this annotation.
t() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
t(String) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the t property on this annotation.
t(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
t(HttpPartDataType) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
t() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
t(String) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the t property on this annotation.
t() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
t(String) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the t property on this annotation.
t() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
t(String) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the t property on this annotation.
T_ARRAY - Static variable in class org.apache.juneau.httppart.HttpPartSchema
Array type
T_ARRAY_CSV - Static variable in class org.apache.juneau.httppart.HttpPartSchema
Comma-delimited array type
T_ARRAY_MULTI - Static variable in class org.apache.juneau.httppart.HttpPartSchema
Multi-part array type
T_ARRAY_PIPES - Static variable in class org.apache.juneau.httppart.HttpPartSchema
Pipe-delimited array type
T_ARRAY_SSV - Static variable in class org.apache.juneau.httppart.HttpPartSchema
Space-delimited array type
T_ARRAY_TSV - Static variable in class org.apache.juneau.httppart.HttpPartSchema
Tab-delimited array type
T_ARRAY_UON - Static variable in class org.apache.juneau.httppart.HttpPartSchema
UON-formatted array type
T_BINARY - Static variable in class org.apache.juneau.httppart.HttpPartSchema
Binary type
T_BINARY_SPACED - Static variable in class org.apache.juneau.httppart.HttpPartSchema
Spaced binary type
T_BOOLEAN - Static variable in class org.apache.juneau.httppart.HttpPartSchema
Boolean type
T_BYTE - Static variable in class org.apache.juneau.httppart.HttpPartSchema
Byte type
T_DATE - Static variable in class org.apache.juneau.httppart.HttpPartSchema
Date type
T_DATETIME - Static variable in class org.apache.juneau.httppart.HttpPartSchema
Date-time type
T_DOUBLE - Static variable in class org.apache.juneau.httppart.HttpPartSchema
Double type
T_FILE - Static variable in class org.apache.juneau.httppart.HttpPartSchema
File type
T_FLOAT - Static variable in class org.apache.juneau.httppart.HttpPartSchema
Float type
T_INT32 - Static variable in class org.apache.juneau.httppart.HttpPartSchema
Int32 type
T_INT64 - Static variable in class org.apache.juneau.httppart.HttpPartSchema
Int64 type
T_INTEGER - Static variable in class org.apache.juneau.httppart.HttpPartSchema
Integer type
T_NONE - Static variable in class org.apache.juneau.httppart.HttpPartSchema
No type
T_NUMBER - Static variable in class org.apache.juneau.httppart.HttpPartSchema
Number type
T_OBJECT - Static variable in class org.apache.juneau.httppart.HttpPartSchema
Object type
T_OBJECT_CSV - Static variable in class org.apache.juneau.httppart.HttpPartSchema
Comma-delimited object type
T_OBJECT_PIPES - Static variable in class org.apache.juneau.httppart.HttpPartSchema
Pipe-delimited object type
T_OBJECT_SSV - Static variable in class org.apache.juneau.httppart.HttpPartSchema
Space-delimited object type
T_OBJECT_TSV - Static variable in class org.apache.juneau.httppart.HttpPartSchema
Tab-delimited object type
T_OBJECT_UON - Static variable in class org.apache.juneau.httppart.HttpPartSchema
UON-formated object type
T_STRING - Static variable in class org.apache.juneau.httppart.HttpPartSchema
String type
T_UON - Static variable in class org.apache.juneau.httppart.HttpPartSchema
UON-formated simple type
tabindex(Object) - Method in class org.apache.juneau.dto.html5.HtmlElement
tabindex attribute.
table() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Table element.
table(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Table element with the specified child nodes.
Table - Class in org.apache.juneau.dto.html5
DTO for an HTML <table> element.
Table() - Constructor for class org.apache.juneau.dto.html5.Table
Creates an empty Table element.
Table(Object...) - Constructor for class org.apache.juneau.dto.html5.Table
Creates a Table element with the specified child nodes.
tag() - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an empty Tag element.
tag(String) - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an Tag element with the specified name attribute.
Tag - Class in org.apache.juneau.dto.swagger
Allows adding meta data to a single tag that is used by the Operation Object.
Tag() - Constructor for class org.apache.juneau.dto.swagger.Tag
Default constructor.
Tag(Tag) - Constructor for class org.apache.juneau.dto.swagger.Tag
Copy constructor.
tag(String, String, boolean) - Method in class org.apache.juneau.html.HtmlWriter
 
tag(String, String) - Method in class org.apache.juneau.html.HtmlWriter
 
tag(String) - Method in class org.apache.juneau.html.HtmlWriter
 
tag(int, String) - Method in class org.apache.juneau.html.HtmlWriter
 
tag(int, String, String, boolean) - Method in class org.apache.juneau.html.HtmlWriter
 
tag(int, String, String) - Method in class org.apache.juneau.html.HtmlWriter
 
Tag - Annotation Type in org.apache.juneau.http.annotation
Swagger tag annotation.
tag(String, String, boolean) - Method in class org.apache.juneau.xml.XmlWriter
Writes a closed tag to the output: <ns:name/>
tag(String, String) - Method in class org.apache.juneau.xml.XmlWriter
Shortcut for tag(ns, name, false);
tag(String) - Method in class org.apache.juneau.xml.XmlWriter
Shortcut for tag(null, name, false);
tag(int, String) - Method in class org.apache.juneau.xml.XmlWriter
Shortcut for i(indent).tag(null, name, false);
tag(int, String, String, boolean) - Method in class org.apache.juneau.xml.XmlWriter
Shortcut for i(indent).tag(ns, name, needsEncoding);
tag(int, String, String) - Method in class org.apache.juneau.xml.XmlWriter
Shortcut for i(indent).tag(ns, name, false);
TagAnnotation - Class in org.apache.juneau.http.annotation
A concrete implementation of the Tag annotation.
TagAnnotation() - Constructor for class org.apache.juneau.http.annotation.TagAnnotation
 
tags(Object...) - Method in class org.apache.juneau.dto.swagger.Operation
tags(Object...) - Method in class org.apache.juneau.dto.swagger.Swagger
Adds one or more values to the tags property.
tags() - Method in class org.apache.juneau.rest.annotation.MethodAnnotationSwagger
 
target(String) - Method in class org.apache.juneau.dto.html5.A
target attribute.
target(String) - Method in class org.apache.juneau.dto.html5.Area
target attribute.
target(String) - Method in class org.apache.juneau.dto.html5.Base
target attribute.
target(String) - Method in class org.apache.juneau.dto.html5.Form
target attribute.
target(HttpHost) - Method in class org.apache.juneau.rest.client2.RestRequest
Specifies the target host for the request.
targetAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
targetAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Assigns AuthenticationStrategy instance for target host authentication.
targetAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
tArray() - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.ARRAY).
tArray(HttpPartSchemaBuilder) - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.ARRAY).items(items).
tArray() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for type(HttpPartDataType.ARRAY).
tArrayCsv() - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.ARRAY).collectionFormat(HttpPartCollectionFormat.CSV).
tArrayCsv(HttpPartSchemaBuilder) - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.ARRAY).collectionFormat(HttpPartCollectionFormat.CSV).items(items).
tArrayMulti() - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.ARRAY).collectionFormat(HttpPartCollectionFormat.MULTI).
tArrayMulti(HttpPartSchemaBuilder) - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.ARRAY).collectionFormat(HttpPartCollectionFormat.MULTI).items(items).
tArrayPipes() - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.ARRAY).collectionFormat(HttpPartCollectionFormat.PIPES).
tArrayPipes(HttpPartSchemaBuilder) - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.ARRAY).collectionFormat(HttpPartCollectionFormat.PIPES).items(items).
tArraySsv() - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.ARRAY).collectionFormat(HttpPartCollectionFormat.SSV).
tArraySsv(HttpPartSchemaBuilder) - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.ARRAY).collectionFormat(HttpPartCollectionFormat.SSV).items(items).
tArrayTsv() - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.ARRAY).collectionFormat(HttpPartCollectionFormat.TSV).
tArrayTsv(HttpPartSchemaBuilder) - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.ARRAY).collectionFormat(HttpPartCollectionFormat.TSV).items(items).
tArrayUon() - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.ARRAY).collectionFormat(HttpPartCollectionFormat.UONC).
tArrayUon(HttpPartSchemaBuilder) - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.ARRAY).collectionFormat(HttpPartCollectionFormat.UONC).items(items).
tBinary() - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.STRING).format(HttpPartFormat.BINARY).
tBinarySpaced() - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.STRING).format(HttpPartFormat.BINARY_SPACED).
tbody() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Tbody element.
tbody(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Tbody element with the specified child nodes.
Tbody - Class in org.apache.juneau.dto.html5
DTO for an HTML <tbody> element.
Tbody() - Constructor for class org.apache.juneau.dto.html5.Tbody
Creates an empty Tbody element.
Tbody(Object...) - Constructor for class org.apache.juneau.dto.html5.Tbody
Creates a Tbody element with the specified child nodes.
tBoolean() - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.BOOLEAN).
tBoolean() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for type(HttpPartDataType.BOOLEAN).
tByte() - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.STRING).format(HttpPartFormat.BYTE).
td() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Td element.
td(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Td element with the specified child nodes.
Td - Class in org.apache.juneau.dto.html5
DTO for an HTML <td> element.
Td() - Constructor for class org.apache.juneau.dto.html5.Td
Creates an empty Td element.
Td(Object...) - Constructor for class org.apache.juneau.dto.html5.Td
Creates a Td element with the specified child nodes.
tDate() - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.STRING).format(HttpPartFormat.DATE).
tDateTime() - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.STRING).format(HttpPartFormat.DATE_TIME).
tDouble() - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.NUMBER).format(HttpPartFormat.DOUBLE).
TE - Class in org.apache.juneau.http.header
Represents a parsed TE HTTP request header.
TE(Object) - Constructor for class org.apache.juneau.http.header.TE
Constructor
TE(String) - Constructor for class org.apache.juneau.http.header.TE
Constructor
te(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the value for the TE request header.
te(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the value for the TE request header.
te(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the TE request header on all requests.
te(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the TE request header.
te(Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Specifies the TE header value on the request.
te(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
TeeOutputStream - Class in org.apache.juneau.internal
Output stream that can send output to multiple output streams.
TeeOutputStream(OutputStream...) - Constructor for class org.apache.juneau.internal.TeeOutputStream
Constructor.
TeeOutputStream(Collection<OutputStream>) - Constructor for class org.apache.juneau.internal.TeeOutputStream
Constructor.
TeeWriter - Class in org.apache.juneau.internal
Writer that can send output to multiple writers.
TeeWriter(Writer...) - Constructor for class org.apache.juneau.internal.TeeWriter
Constructor.
TeeWriter(Collection<Writer>) - Constructor for class org.apache.juneau.internal.TeeWriter
Constructor.
template() - Method in class org.apache.juneau.annotation.SwapAnnotation
 
template(String) - Method in class org.apache.juneau.annotation.SwapAnnotation
Sets the template property on this annotation.
template() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Template element.
template(String, Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Template element with the specified Template.id(String) attribute and child nodes.
Template - Class in org.apache.juneau.dto.html5
DTO for an HTML <template> element.
Template() - Constructor for class org.apache.juneau.dto.html5.Template
Creates an empty Template element.
Template(String, Object...) - Constructor for class org.apache.juneau.dto.html5.Template
Creates a Template element with the specified Template.id(String) attribute and child nodes.
template(Class<?>) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
HtmlDocSerializer configuration property:  HTML document template.
template(Class<? extends HtmlDocTemplate>) - Method in class org.apache.juneau.rest.HtmlDocBuilder
Deprecated.
Specifies the template class to use for rendering the HTML page.
template(HtmlDocTemplate) - Method in class org.apache.juneau.rest.HtmlDocBuilder
Deprecated.
Specifies the template class to use for rendering the HTML page.
TemporalCalendarSwap - Class in org.apache.juneau.transforms
Swap that converts Calendar objects to and from strings.
TemporalCalendarSwap(String) - Constructor for class org.apache.juneau.transforms.TemporalCalendarSwap
Constructor.
TemporalCalendarSwap.BasicIsoDate - Class in org.apache.juneau.transforms
TemporalCalendarSwap.IsoDate - Class in org.apache.juneau.transforms
TemporalCalendarSwap.IsoDateTime - Class in org.apache.juneau.transforms
TemporalCalendarSwap.IsoInstant - Class in org.apache.juneau.transforms
TemporalCalendarSwap.IsoLocalDate - Class in org.apache.juneau.transforms
TemporalCalendarSwap.IsoLocalDateTime - Class in org.apache.juneau.transforms
TemporalCalendarSwap.IsoLocalTime - Class in org.apache.juneau.transforms
TemporalCalendarSwap.IsoOffsetDate - Class in org.apache.juneau.transforms
TemporalCalendarSwap.IsoOffsetDateTime - Class in org.apache.juneau.transforms
TemporalCalendarSwap.IsoOffsetTime - Class in org.apache.juneau.transforms
TemporalCalendarSwap.IsoOrdinalDate - Class in org.apache.juneau.transforms
TemporalCalendarSwap.IsoTime - Class in org.apache.juneau.transforms
TemporalCalendarSwap.IsoWeekDate - Class in org.apache.juneau.transforms
TemporalCalendarSwap.IsoZonedDateTime - Class in org.apache.juneau.transforms
TemporalCalendarSwap.Rfc1123DateTime - Class in org.apache.juneau.transforms
TemporalDateSwap - Class in org.apache.juneau.transforms
Swap that converts Date objects to and from strings.
TemporalDateSwap(String) - Constructor for class org.apache.juneau.transforms.TemporalDateSwap
Constructor.
TemporalDateSwap.BasicIsoDate - Class in org.apache.juneau.transforms
TemporalDateSwap.IsoDate - Class in org.apache.juneau.transforms
TemporalDateSwap.IsoDateTime - Class in org.apache.juneau.transforms
TemporalDateSwap.IsoInstant - Class in org.apache.juneau.transforms
TemporalDateSwap.IsoLocalDate - Class in org.apache.juneau.transforms
TemporalDateSwap.IsoLocalDateTime - Class in org.apache.juneau.transforms
TemporalDateSwap.IsoLocalTime - Class in org.apache.juneau.transforms
TemporalDateSwap.IsoOffsetDate - Class in org.apache.juneau.transforms
TemporalDateSwap.IsoOffsetDateTime - Class in org.apache.juneau.transforms
TemporalDateSwap.IsoOffsetTime - Class in org.apache.juneau.transforms
TemporalDateSwap.IsoOrdinalDate - Class in org.apache.juneau.transforms
TemporalDateSwap.IsoTime - Class in org.apache.juneau.transforms
TemporalDateSwap.IsoWeekDate - Class in org.apache.juneau.transforms
TemporalDateSwap.IsoZonedDateTime - Class in org.apache.juneau.transforms
TemporalDateSwap.Rfc1123DateTime - Class in org.apache.juneau.transforms
TemporalSwap - Class in org.apache.juneau.transforms
Swap that converts Temporal objects to strings.
TemporalSwap(String, boolean) - Constructor for class org.apache.juneau.transforms.TemporalSwap
Constructor.
TemporalSwap.BasicIsoDate - Class in org.apache.juneau.transforms
TemporalSwap.IsoDate - Class in org.apache.juneau.transforms
TemporalSwap.IsoDateTime - Class in org.apache.juneau.transforms
TemporalSwap.IsoInstant - Class in org.apache.juneau.transforms
TemporalSwap.IsoLocalDate - Class in org.apache.juneau.transforms
TemporalSwap.IsoLocalDateTime - Class in org.apache.juneau.transforms
TemporalSwap.IsoLocalTime - Class in org.apache.juneau.transforms
TemporalSwap.IsoOffsetDate - Class in org.apache.juneau.transforms
TemporalSwap.IsoOffsetDateTime - Class in org.apache.juneau.transforms
TemporalSwap.IsoOffsetTime - Class in org.apache.juneau.transforms
TemporalSwap.IsoOrdinalDate - Class in org.apache.juneau.transforms
TemporalSwap.IsoTime - Class in org.apache.juneau.transforms
TemporalSwap.IsoWeekDate - Class in org.apache.juneau.transforms
TemporalSwap.IsoYear - Class in org.apache.juneau.transforms
TemporalSwap.IsoYearMonth - Class in org.apache.juneau.transforms
TemporalSwap.IsoZonedDateTime - Class in org.apache.juneau.transforms
TemporalSwap.Rfc1123DateTime - Class in org.apache.juneau.transforms
TemporaryRedirect - Class in org.apache.juneau.http.response
Represents an HTTP 307 Temporary Redirect response.
TemporaryRedirect() - Constructor for class org.apache.juneau.http.response.TemporaryRedirect
Constructor using HTTP-standard message.
TemporaryRedirect(String) - Constructor for class org.apache.juneau.http.response.TemporaryRedirect
Constructor with no redirect.
TemporaryRedirect(String, URI) - Constructor for class org.apache.juneau.http.response.TemporaryRedirect
Constructor using custom message.
TemporaryRedirect(URI) - Constructor for class org.apache.juneau.http.response.TemporaryRedirect
Constructor.
TemporaryRedirect - Class in org.apache.juneau.rest.response
Deprecated.
TemporaryRedirect() - Constructor for class org.apache.juneau.rest.response.TemporaryRedirect
Deprecated.
Constructor using HTTP-standard message.
TemporaryRedirect(String) - Constructor for class org.apache.juneau.rest.response.TemporaryRedirect
Deprecated.
Constructor with no redirect.
TemporaryRedirect(String, URI) - Constructor for class org.apache.juneau.rest.response.TemporaryRedirect
Deprecated.
Constructor using custom message.
TemporaryRedirect(URI) - Constructor for class org.apache.juneau.rest.response.TemporaryRedirect
Deprecated.
Constructor.
term(String) - Method in class org.apache.juneau.dto.atom.Category
Sets the category term.
termsOfService(Object) - Method in class org.apache.juneau.dto.swagger.Info
test(AnnotationInfo<? extends Annotation>) - Method in class org.apache.juneau.reflect.ConfigAnnotationFilter
 
text() - Static method in class org.apache.juneau.dto.atom.AtomBuilder
Creates a Text element.
text(String) - Static method in class org.apache.juneau.dto.atom.AtomBuilder
Creates a Text element with the specified Text.type(String) attribute.
text(String) - Method in class org.apache.juneau.dto.atom.Content
 
text(String) - Method in class org.apache.juneau.dto.atom.Generator
Sets the content of this generator statement.
text(String) - Method in class org.apache.juneau.dto.atom.Id
Sets the content of this identifier.
Text - Class in org.apache.juneau.dto.atom
Represents an atomTextConstruct construct in the RFC4287 specification.
Text(String) - Constructor for class org.apache.juneau.dto.atom.Text
Normal content.
Text() - Constructor for class org.apache.juneau.dto.atom.Text
Bean constructor.
text(String) - Method in class org.apache.juneau.dto.atom.Text
Sets the content of this content.
text(Object) - Method in class org.apache.juneau.dto.html5.Bdi
 
text(Object) - Method in class org.apache.juneau.dto.html5.HtmlElementRawText
Sets the text node on this element.
text(Object) - Method in class org.apache.juneau.dto.html5.HtmlElementText
Sets the text node on this element.
text(Object) - Method in class org.apache.juneau.dto.html5.Option
 
text(Object) - Method in class org.apache.juneau.dto.html5.Script
 
text(Object) - Method in class org.apache.juneau.dto.html5.Style
 
text(Object) - Method in class org.apache.juneau.dto.html5.Textarea
 
text(Object) - Method in class org.apache.juneau.dto.html5.Title
 
text(Object, boolean) - Method in class org.apache.juneau.html.HtmlWriter
 
text - Variable in class org.apache.juneau.microservice.resources.LogParser.Entry
 
text(Object) - Method in class org.apache.juneau.xml.XmlWriter
Shortcut for calling text(o, false);
text(Object, boolean) - Method in class org.apache.juneau.xml.XmlWriter
Serializes and encodes the specified object as valid XML text.
textarea() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Textarea element.
textarea(String, String) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Textarea element with the specified Textarea.name(String) attribute and Textarea.text(Object) node.
Textarea - Class in org.apache.juneau.dto.html5
DTO for an HTML <textarea> element.
Textarea() - Constructor for class org.apache.juneau.dto.html5.Textarea
Creates an empty Textarea element.
Textarea(String, String) - Constructor for class org.apache.juneau.dto.html5.Textarea
Creates a Textarea element with the specified Textarea.name(String) attribute and Textarea.text(Object) node.
textUri(Object) - Method in class org.apache.juneau.xml.XmlWriter
Same as XmlWriter.text(Object) but treats the value as a URL to resolved then serialized.
tFile() - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.FILE).
tFile() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for type(HttpPartDataType.FILE).
tFloat() - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.NUMBER).format(HttpPartFormat.FLOAT).
tfoot() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Tfoot element.
tfoot(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Tfoot element with the specified child nodes.
Tfoot - Class in org.apache.juneau.dto.html5
DTO for an HTML <tfoot> element.
Tfoot() - Constructor for class org.apache.juneau.dto.html5.Tfoot
Creates an empty Tfoot element.
Tfoot(Object...) - Constructor for class org.apache.juneau.dto.html5.Tfoot
Creates a Tfoot element with the specified child nodes.
th() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Th element.
th(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Th element with the specified child nodes.
Th - Class in org.apache.juneau.dto.html5
DTO for an HTML <th> element.
Th() - Constructor for class org.apache.juneau.dto.html5.Th
Creates an empty Th element.
Th(Object...) - Constructor for class org.apache.juneau.dto.html5.Th
Creates a Th element with the specified child nodes.
thead() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Thead element.
thead(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Thead element with the specified child nodes.
Thead - Class in org.apache.juneau.dto.html5
DTO for an HTML <thead> element.
Thead() - Constructor for class org.apache.juneau.dto.html5.Thead
Creates an empty Thead element.
Thead(Object...) - Constructor for class org.apache.juneau.dto.html5.Thead
Creates a Thead element with the specified child nodes.
ThemeMenuItem - Class in org.apache.juneau.rest.widget
Widget that returns back a list of hyperlinks for rendering the contents of a page in the various default styles.
ThemeMenuItem() - Constructor for class org.apache.juneau.rest.widget.ThemeMenuItem
 
thread - Variable in class org.apache.juneau.microservice.resources.LogParser.Entry
 
ThrowableAssertion - Class in org.apache.juneau.assertions
Used for assertion calls against throwable objects.
ThrowableAssertion(Throwable) - Constructor for class org.apache.juneau.assertions.ThrowableAssertion
Creator.
ThrowableUtils - Class in org.apache.juneau.internal
Various utility methods for creating and working with throwables.
ThrowableUtils() - Constructor for class org.apache.juneau.internal.ThrowableUtils
 
throwException(String, String, Class<?>...) - Static method in class org.apache.juneau.internal.ThrowableUtils
Given a list of available throwable types, attempts to create and throw the exception based on name.
throwServerException(ClassLoader, Class<?>...) - Method in exception org.apache.juneau.rest.client.RestCallException
Deprecated.
Tries to reconstruct and re-throw the server-side exception.
time() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Time element.
time(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Time element with the specified Time.children(Object[]) nodes.
Time - Class in org.apache.juneau.dto.html5
DTO for an HTML <time> element.
Time() - Constructor for class org.apache.juneau.dto.html5.Time
Creates an empty Time element.
Time(Object...) - Constructor for class org.apache.juneau.dto.html5.Time
Creates a Time element with the specified Time.children(Object[]) nodes.
TimeFull() - Constructor for class org.apache.juneau.transforms.CalendarSwap.TimeFull
Deprecated.
 
TimeFull() - Constructor for class org.apache.juneau.transforms.DateSwap.TimeFull
Deprecated.
 
TimeLong() - Constructor for class org.apache.juneau.transforms.CalendarSwap.TimeLong
Deprecated.
 
TimeLong() - Constructor for class org.apache.juneau.transforms.DateSwap.TimeLong
Deprecated.
 
TimeMatcherFactory - Class in org.apache.juneau.pojotools
TODO
TimeMatcherFactory() - Constructor for class org.apache.juneau.pojotools.TimeMatcherFactory
Constructor.
TimeMedium() - Constructor for class org.apache.juneau.transforms.CalendarSwap.TimeMedium
Deprecated.
 
TimeMedium() - Constructor for class org.apache.juneau.transforms.DateSwap.TimeMedium
Deprecated.
 
timeout(long) - Method in class org.apache.juneau.mstat.ExceptionStats
TODO
TimeShort() - Constructor for class org.apache.juneau.transforms.CalendarSwap.TimeShort
Deprecated.
 
TimeShort() - Constructor for class org.apache.juneau.transforms.DateSwap.TimeShort
Deprecated.
 
TimeSimple() - Constructor for class org.apache.juneau.transforms.CalendarSwap.TimeSimple
Deprecated.
 
TimeSimple() - Constructor for class org.apache.juneau.transforms.DateSwap.TimeSimple
Deprecated.
 
timeZone(TimeZone) - Method in class org.apache.juneau.BeanContextBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.BeanSessionArgs
 
timeZone(TimeZone) - Method in class org.apache.juneau.BeanTraverseBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.config.ConfigBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.config.store.ConfigClasspathStoreBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.config.store.ConfigFileStoreBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.config.store.ConfigMemoryStoreBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.config.store.ConfigStoreBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.ContextBuilder
Context configuration property:  TimeZone.
timeZone(TimeZone) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.json.JsonParserBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.parser.ParserBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.parser.ParserSessionArgs
 
timeZone(TimeZone) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
timeZone(TimeZone) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.rest.RestContextBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.serializer.SerializerSessionArgs
 
timeZone(TimeZone) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.SessionArgs
The session timezone.
timeZone(TimeZone) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.uon.UonParserBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
timeZone(TimeZone) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
TimeZoneSwap - Class in org.apache.juneau.transforms
Transforms TimeZone objects to and from Strings.
TimeZoneSwap() - Constructor for class org.apache.juneau.transforms.TimeZoneSwap
 
tInt32() - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.INTEGER).format(HttpPartFormat.INT32).
tInt64() - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.INTEGER).format(HttpPartFormat.INT64).
tInteger() - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.INTEGER).
tInteger() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for type(HttpPartDataType.INTEGER).
title(Text) - Method in class org.apache.juneau.dto.atom.CommonEntry
Sets the title of this object.
title(String) - Method in class org.apache.juneau.dto.atom.CommonEntry
Sets the title of this object.
title(Text) - Method in class org.apache.juneau.dto.atom.Entry
 
title(String) - Method in class org.apache.juneau.dto.atom.Entry
 
title(Text) - Method in class org.apache.juneau.dto.atom.Feed
 
title(String) - Method in class org.apache.juneau.dto.atom.Feed
 
title(String) - Method in class org.apache.juneau.dto.atom.Link
Sets the title of the target of this link.
title(Text) - Method in class org.apache.juneau.dto.atom.Source
 
title(String) - Method in class org.apache.juneau.dto.atom.Source
 
title(String) - Method in class org.apache.juneau.dto.html5.Abbr
 
title() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Title element.
title(String) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Title element with the specified Title.text(Object) node.
title(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
title attribute.
Title - Class in org.apache.juneau.dto.html5
DTO for an HTML <title> element.
Title() - Constructor for class org.apache.juneau.dto.html5.Title
Creates an empty Title element.
Title(String) - Constructor for class org.apache.juneau.dto.html5.Title
Creates a Title element with the specified Title.text(Object) node.
title(Object) - Method in class org.apache.juneau.dto.swagger.Info
title(Object) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
title() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
title(String) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the title property on this annotation.
tNone() - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.NONE).
tNone() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for type(HttpPartDataType.NO_TYPE).
tNumber() - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.NUMBER).
tNumber() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for type(HttpPartDataType.NUMBER).
toArray(ClassMeta<?>, Collection<?>) - Method in class org.apache.juneau.BeanSession
Converts the contents of the specified list into an array.
toArray() - Method in class org.apache.juneau.http.HeaderSupplier
Returns these headers as an array.
toArray(T[]) - Method in class org.apache.juneau.http.HeaderSupplier
Returns these headers as an array.
toArray() - Method in class org.apache.juneau.http.NameValuePairSupplier
Returns these pairs as an array.
toArray(T[]) - Method in class org.apache.juneau.http.NameValuePairSupplier
Returns these pairs as an array.
toArray(Collection<?>, Class<T>) - Static method in class org.apache.juneau.internal.ArrayUtils
Converts the specified collection to an array.
toArray() - Method in class org.apache.juneau.internal.UnmodifiableArray
 
toArray(T[]) - Method in class org.apache.juneau.internal.UnmodifiableArray
 
toBeanMap(T) - Method in class org.apache.juneau.BeanSession
Wraps an object inside a BeanMap object (a modifiable Map).
toBeanMap(T, Class<? super T>) - Method in class org.apache.juneau.BeanSession
Wraps an object inside a BeanMap object (i.e.: a modifiable Map) defined as a bean for one of its class, a super class, or an implemented interface.
tObject() - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.OBJECT).
tObject() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for type(HttpPartDataType.OBJECT).
tObjectCsv() - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.OBJECT).collectionFormat(HttpPartCollectionFormat.CSV).
tObjectPipes() - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.OBJECT).collectionFormat(HttpPartCollectionFormat.PIPES).
tObjectSsv() - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.OBJECT).collectionFormat(HttpPartCollectionFormat.SSV).
tObjectTsv() - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.OBJECT).collectionFormat(HttpPartCollectionFormat.TSV).
tObjectUon() - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.OBJECT).collectionFormat(HttpPartCollectionFormat.UON).
toBoolean(Object) - Static method in class org.apache.juneau.internal.ConverterUtils
Converts an object to a Boolean.
toBytes(InputStream) - Method in class org.apache.juneau.transforms.InputStreamSwap
Convert the specified input stream to a byte array.
toClass(Type) - Static method in class org.apache.juneau.internal.ClassUtils
Returns the specified type as a Class.
toHex(byte) - Static method in class org.apache.juneau.internal.StringUtils
Converts the specified byte into a 2 hexadecimal characters.
toHex(byte[]) - Static method in class org.apache.juneau.internal.StringUtils
Converts a byte array into a simple hexadecimal character string.
toHex2(int) - Static method in class org.apache.juneau.internal.StringUtils
Converts the specified number into a 2 hexadecimal characters.
toHex4(int) - Static method in class org.apache.juneau.internal.StringUtils
Converts the specified number into a 4 hexadecimal characters.
toHex8(long) - Static method in class org.apache.juneau.internal.StringUtils
Converts the specified number into a 8 hexadecimal characters.
toHttpException(Throwable, Class<?>) - Static method in exception org.apache.juneau.rest.HttpRuntimeException
Takes in an arbitrary Throwable and converts it to an appropriate runtime exception for producing an HTTP response.
toHttpException(Throwable, Class<?>, String, Object...) - Static method in exception org.apache.juneau.rest.HttpRuntimeException
Takes in an arbitrary Throwable and converts it to an appropriate runtime exception for producing an HTTP response.
toInputStream(Object) - Static method in class org.apache.juneau.internal.IOUtils
Converts an object to an InputStream.
toInteger(Object) - Static method in class org.apache.juneau.internal.ConverterUtils
Converts an object to an Integer.
toIsoDate(Calendar) - Static method in class org.apache.juneau.internal.StringUtils
Converts the specified object to an ISO8601 date string.
toIsoDate(Date) - Static method in class org.apache.juneau.internal.StringUtils
Converts the specified object to an ISO8601 date string.
toIsoDateTime(Calendar) - Static method in class org.apache.juneau.internal.StringUtils
Converts the specified object to an ISO8601 date-time string.
toIsoDateTime(Date) - Static method in class org.apache.juneau.internal.StringUtils
Converts the specified object to an ISO8601 date-time string.
tokenUrl(Object) - Method in class org.apache.juneau.dto.swagger.SecurityScheme
toList(Object, Class<T>) - Static method in class org.apache.juneau.internal.ArrayUtils
Converts the specified array to an ArrayList
toList(Iterable<?>) - Static method in class org.apache.juneau.internal.ArrayUtils
Converts an Iterable to a list.
toList(Class<?>, Object) - Static method in class org.apache.juneau.serializer.SerializerSession
Converts the contents of the specified object array to a list.
toLowerCase(String) - Static method in class org.apache.juneau.internal.StringUtils
toMap() - Method in class org.apache.juneau.BeanContext
 
toMap() - Method in class org.apache.juneau.BeanSession
 
toMap() - Method in class org.apache.juneau.BeanSessionArgs
 
toMap() - Method in class org.apache.juneau.BeanTraverseContext
 
toMap() - Method in class org.apache.juneau.BeanTraverseSession
 
toMap() - Method in class org.apache.juneau.config.Config
Returns the values in this config map as a map of maps.
toMap() - Method in class org.apache.juneau.config.store.ConfigClasspathStore
 
toMap() - Method in class org.apache.juneau.config.store.ConfigFileStore
 
toMap() - Method in class org.apache.juneau.config.store.ConfigMemoryStore
 
toMap() - Method in class org.apache.juneau.config.store.ConfigStore
 
toMap() - Method in class org.apache.juneau.Context
Returns the properties defined on this bean context as a simple map for debugging purposes.
toMap() - Method in class org.apache.juneau.csv.CsvParser
 
toMap() - Method in class org.apache.juneau.csv.CsvParserSession
 
toMap() - Method in class org.apache.juneau.csv.CsvSerializer
 
toMap() - Method in class org.apache.juneau.csv.CsvSerializerSession
 
toMap() - Method in class org.apache.juneau.html.HtmlDocSerializer
 
toMap() - Method in class org.apache.juneau.html.HtmlDocSerializerSession
 
toMap() - Method in class org.apache.juneau.html.HtmlParser
 
toMap() - Method in class org.apache.juneau.html.HtmlParserSession
 
toMap() - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer
 
toMap() - Method in class org.apache.juneau.html.HtmlSchemaSerializer
 
toMap() - Method in class org.apache.juneau.html.HtmlSchemaSerializerSession
 
toMap() - Method in class org.apache.juneau.html.HtmlSerializer
 
toMap() - Method in class org.apache.juneau.html.HtmlSerializerSession
 
toMap() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer
 
toMap() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerSession
 
toMap() - Method in class org.apache.juneau.jena.RdfParser
 
toMap() - Method in class org.apache.juneau.jena.RdfParserSession
 
toMap() - Method in class org.apache.juneau.jena.RdfSerializer
 
toMap() - Method in class org.apache.juneau.jena.RdfSerializerSession
 
toMap() - Method in class org.apache.juneau.jso.JsoParser
 
toMap() - Method in class org.apache.juneau.jso.JsoParserSession
 
toMap() - Method in class org.apache.juneau.jso.JsoSerializer
 
toMap() - Method in class org.apache.juneau.jso.JsoSerializerSession
 
toMap() - Method in class org.apache.juneau.json.JsonParser
 
toMap() - Method in class org.apache.juneau.json.JsonParserSession
 
toMap() - Method in class org.apache.juneau.json.JsonSchemaSerializer
 
toMap() - Method in class org.apache.juneau.json.JsonSchemaSerializerSession
 
toMap() - Method in class org.apache.juneau.json.JsonSerializer
 
toMap() - Method in class org.apache.juneau.json.JsonSerializerSession
 
toMap() - Method in class org.apache.juneau.json.SimpleJsonParser
 
toMap() - Method in class org.apache.juneau.json.SimpleJsonSerializer
 
toMap() - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator
 
toMap() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorSession
 
toMap() - Method in class org.apache.juneau.msgpack.MsgPackParser
 
toMap() - Method in class org.apache.juneau.msgpack.MsgPackParserSession
 
toMap() - Method in class org.apache.juneau.msgpack.MsgPackSerializer
 
toMap() - Method in class org.apache.juneau.msgpack.MsgPackSerializerSession
 
toMap() - Method in class org.apache.juneau.oapi.OpenApiParser
 
toMap() - Method in class org.apache.juneau.oapi.OpenApiParserSession
 
toMap() - Method in class org.apache.juneau.oapi.OpenApiSerializer
 
toMap() - Method in class org.apache.juneau.oapi.OpenApiSerializerSession
 
toMap() - Method in class org.apache.juneau.parser.InputStreamParser
 
toMap() - Method in class org.apache.juneau.parser.InputStreamParserSession
 
toMap() - Method in class org.apache.juneau.parser.Parser
 
toMap() - Method in class org.apache.juneau.parser.ParserSession
 
toMap() - Method in class org.apache.juneau.parser.ParserSessionArgs
 
toMap() - Method in class org.apache.juneau.parser.ReaderParser
 
toMap() - Method in class org.apache.juneau.parser.ReaderParserSession
 
toMap() - Method in class org.apache.juneau.plaintext.PlainTextParser
 
toMap() - Method in class org.apache.juneau.plaintext.PlainTextParserSession
 
toMap() - Method in class org.apache.juneau.plaintext.PlainTextSerializer
 
toMap() - Method in class org.apache.juneau.plaintext.PlainTextSerializerSession
 
toMap() - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
 
toMap() - Method in class org.apache.juneau.rest.client.RestClient
Deprecated.
 
toMap() - Method in class org.apache.juneau.rest.client2.RestClient
 
toMap() - Method in class org.apache.juneau.rest.client2.RestRequest
 
toMap() - Method in class org.apache.juneau.rest.RestCallLoggerConfig
Returns the properties defined on this bean context as a simple map for debugging purposes.
toMap() - Method in class org.apache.juneau.rest.RestContext
 
toMap() - Method in class org.apache.juneau.rest.RestMethodContext
 
toMap() - Method in class org.apache.juneau.rest.StaticFileMapping
Returns the properties defined on this bean as a simple map for debugging purposes.
toMap() - Method in class org.apache.juneau.rest.util.UrlPathInfo
Converts this object to a map.
toMap() - Method in class org.apache.juneau.rest.util.UrlPathPatternMatch
Converts this object to a map.
toMap() - Method in class org.apache.juneau.serializer.OutputStreamSerializer
 
toMap() - Method in class org.apache.juneau.serializer.OutputStreamSerializerSession
 
toMap() - Method in class org.apache.juneau.serializer.Serializer
 
toMap() - Method in class org.apache.juneau.serializer.SerializerSession
 
toMap() - Method in class org.apache.juneau.serializer.SerializerSessionArgs
 
toMap() - Method in class org.apache.juneau.serializer.WriterSerializer
 
toMap() - Method in class org.apache.juneau.serializer.WriterSerializerSession
 
toMap() - Method in class org.apache.juneau.Session
Returns the properties defined on this bean context as a simple map for debugging purposes.
toMap() - Method in class org.apache.juneau.SessionArgs
Returns the properties defined on this object as a simple map for debugging purposes.
toMap() - Method in class org.apache.juneau.soap.SoapXmlSerializer
 
toMap() - Method in class org.apache.juneau.soap.SoapXmlSerializerSession
 
toMap() - Method in class org.apache.juneau.uon.UonParser
 
toMap() - Method in class org.apache.juneau.uon.UonParserSession
 
toMap() - Method in class org.apache.juneau.uon.UonSerializer
 
toMap() - Method in class org.apache.juneau.uon.UonSerializerSession
 
toMap() - Method in class org.apache.juneau.urlencoding.UrlEncodingParser
 
toMap() - Method in class org.apache.juneau.urlencoding.UrlEncodingParserSession
 
toMap() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializer
 
toMap() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerSession
 
toMap() - Method in class org.apache.juneau.xml.XmlDocSerializer
 
toMap() - Method in class org.apache.juneau.xml.XmlDocSerializerSession
 
toMap() - Method in class org.apache.juneau.xml.XmlParser
 
toMap() - Method in class org.apache.juneau.xml.XmlParserSession
 
toMap() - Method in class org.apache.juneau.xml.XmlSerializer
 
toMap() - Method in class org.apache.juneau.xml.XmlSerializerSession
 
toMap() - Method in class org.apache.juneau.xmlschema.XmlSchemaDocSerializer
Deprecated.
 
toMap() - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializer
Deprecated.
 
toMap() - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerSession
Deprecated.
 
toNumber(Object) - Static method in class org.apache.juneau.internal.ConverterUtils
Converts an object to a Number.
toObjectArray(Collection<?>, Class<T>) - Static method in class org.apache.juneau.internal.ArrayUtils
Shortcut for calling myList.toArray(new T[myList.size()]);
Tooltip - Class in org.apache.juneau.rest.widget
Simple template for adding tooltips to HTML5 bean constructs, typically in menu item widgets.
Tooltip(String, Object...) - Constructor for class org.apache.juneau.rest.widget.Tooltip
Constructor.
TooManyRequests - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 429 (Too Many Requests).
TooManyRequests(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.TooManyRequests
Constructor.
TooManyRequests(String) - Constructor for exception org.apache.juneau.http.exception.TooManyRequests
Constructor.
TooManyRequests() - Constructor for exception org.apache.juneau.http.exception.TooManyRequests
Constructor.
TooManyRequests(String, Object...) - Constructor for exception org.apache.juneau.http.exception.TooManyRequests
Constructor.
TooManyRequests(Throwable) - Constructor for exception org.apache.juneau.http.exception.TooManyRequests
Constructor.
TooManyRequests - Exception in org.apache.juneau.rest.exception
Deprecated.
TooManyRequests(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.TooManyRequests
Deprecated.
Constructor.
TooManyRequests(String) - Constructor for exception org.apache.juneau.rest.exception.TooManyRequests
Deprecated.
Constructor.
TooManyRequests() - Constructor for exception org.apache.juneau.rest.exception.TooManyRequests
Deprecated.
Constructor.
TooManyRequests(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.TooManyRequests
Deprecated.
Constructor.
TooManyRequests(Throwable) - Constructor for exception org.apache.juneau.rest.exception.TooManyRequests
Deprecated.
Constructor.
toOMap() - Method in class org.apache.juneau.reflect.AnnotationInfo
Converts this object to a readable JSON object for debugging purposes.
toPrimitiveArray(Object) - Static method in class org.apache.juneau.internal.ArrayUtils
Converts a primitive wrapper array (e.g.
toReadableBytes(byte[]) - Static method in class org.apache.juneau.internal.StringUtils
Converts the specified bytes into a readable string.
toReadableEvent(XMLStreamReader) - Static method in class org.apache.juneau.xml.XmlUtils
Utility method that converts the current event on the XML stream to something human-readable for debug purposes.
toReader(Object) - Static method in class org.apache.juneau.internal.IOUtils
Converts an object to a Reader.
toResponse() - Method in class org.apache.juneau.rest.client2.RestResponseBody
Returns the response that created this object.
toResponse() - Method in class org.apache.juneau.rest.client2.RestResponseHeader
Returns the response that created this object.
toResponse() - Method in class org.apache.juneau.rest.RequestHeader
Returns the response that created this object.
toReverseArray(Class<T>, Collection<T>) - Static method in class org.apache.juneau.internal.ArrayUtils
Converts a collection to an array containing the elements in reversed order.
toSpacedHex(byte[]) - Static method in class org.apache.juneau.internal.StringUtils
Same as StringUtils.toHex(byte[]) but puts spaces between the byte strings.
toStream(byte[], ClassMeta<?>) - Method in class org.apache.juneau.transforms.InputStreamSwap
Convert the specified byte array into an input stream.
toString() - Method in class org.apache.juneau.BeanMapEntry
 
toString() - Method in class org.apache.juneau.BeanMeta
 
toString() - Method in class org.apache.juneau.BeanPropertyMeta
 
toString() - Method in class org.apache.juneau.BeanPropertyValue
 
toString() - Method in class org.apache.juneau.BeanRegistry
 
toString(Object) - Method in class org.apache.juneau.ClassMeta
Converts the specified object to a string.
toString() - Method in class org.apache.juneau.ClassMeta
 
toString(boolean) - Method in class org.apache.juneau.ClassMeta
Same as ClassMeta.toString() except use simple class names.
toString(StringBuilder, boolean) - Method in class org.apache.juneau.ClassMeta
Appends this object as a readable string to the specified string builder.
toString() - Method in class org.apache.juneau.collections.AList
Convert to Simplified JSON.
toString() - Method in class org.apache.juneau.collections.AMap
Convert to Simplified JSON.
toString() - Method in class org.apache.juneau.collections.ASet
Convert to Simplified JSON.
toString() - Method in class org.apache.juneau.collections.ASortedMap
Convert to Simplified JSON.
toString() - Method in class org.apache.juneau.collections.ASortedSet
Convert to Simplified JSON.
toString() - Method in class org.apache.juneau.collections.OList
 
toString() - Method in class org.apache.juneau.collections.OMap
 
toString() - Method in class org.apache.juneau.config.Config
 
toString() - Method in class org.apache.juneau.config.event.ConfigEvent
 
toString() - Method in class org.apache.juneau.config.internal.ConfigMap
 
toString() - Method in class org.apache.juneau.Context
 
toString() - Method in class org.apache.juneau.cp.Messages
 
toString() - Method in class org.apache.juneau.dto.atom.Common
 
toString() - Method in class org.apache.juneau.dto.html5.HtmlElement
 
toString() - Method in class org.apache.juneau.dto.html5.HtmlText
 
toString() - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
 
toString() - Method in enum org.apache.juneau.dto.jsonschema.JsonType
Returns the lowercase form of this enum that's compatible with the JSON-Schema specification.
toString() - Method in class org.apache.juneau.dto.LinkString
Returns the name so that the PojoQuery class can search against it.
toString() - Method in class org.apache.juneau.dto.swagger.Swagger
 
toString() - Method in class org.apache.juneau.dto.swagger.SwaggerElement
 
toString() - Method in class org.apache.juneau.html.SimpleHtmlWriter
 
toString() - Method in class org.apache.juneau.http.BasicHeader
 
toString() - Method in class org.apache.juneau.http.BasicNameValuePair
 
toString() - Method in class org.apache.juneau.http.EntityTag
 
toString() - Method in exception org.apache.juneau.http.exception.HttpException
 
toString() - Method in class org.apache.juneau.http.HeaderSupplier
Returns this list as a JSON list of strings.
toString() - Method in class org.apache.juneau.http.MediaRange
 
toString() - Method in class org.apache.juneau.http.MediaRanges
 
toString() - Method in class org.apache.juneau.http.MediaType
 
toString() - Method in class org.apache.juneau.http.NameValuePairSupplier
Returns this list as a URL-encoded custom query.
toString() - Method in class org.apache.juneau.http.response.HttpResponse
 
toString() - Method in class org.apache.juneau.http.SerializedNameValuePair
 
toString() - Method in class org.apache.juneau.http.StringRange
 
toString() - Method in class org.apache.juneau.http.StringRanges
 
toString() - Method in enum org.apache.juneau.httppart.HttpPartCollectionFormat
 
toString() - Method in enum org.apache.juneau.httppart.HttpPartDataType
 
toString() - Method in enum org.apache.juneau.httppart.HttpPartFormat
 
toString() - Method in class org.apache.juneau.httppart.HttpPartSchema
 
toString() - Method in class org.apache.juneau.internal.CharSequenceReader
 
toString(Object) - Static method in class org.apache.juneau.internal.ClassUtils
Converts an object to a string.
toString() - Method in class org.apache.juneau.internal.NoCloseWriter
 
toString() - Method in class org.apache.juneau.internal.StringBuilderWriter
 
toString() - Method in class org.apache.juneau.internal.Version
 
toString() - Method in class org.apache.juneau.internal.VersionRange
 
toString(Object) - Method in class org.apache.juneau.marshall.Marshall
Convenience method for serializing an object to a String.
toString() - Method in class org.apache.juneau.mstat.MethodExecStats
 
toString(WriterSerializer) - Method in class org.apache.juneau.ObjectList
Serialize this array to a string using the specified serializer.
toString() - Method in class org.apache.juneau.ObjectList
Serialize this array to JSON using the JsonSerializer.DEFAULT serializer.
toString(WriterSerializer) - Method in class org.apache.juneau.ObjectMap
Serialize this object into a string using the specified serializer.
toString() - Method in class org.apache.juneau.ObjectMap
Serialize this object into a JSON string using the JsonSerializer.DEFAULT serializer.
toString() - Method in class org.apache.juneau.parser.Position
 
toString() - Method in class org.apache.juneau.PropertyStore.PropertyGroup
 
toString() - Method in class org.apache.juneau.PropertyStore
 
toString() - Method in class org.apache.juneau.PropertyStoreBuilder
 
toString() - Method in enum org.apache.juneau.PropertyType
 
toString() - Method in class org.apache.juneau.reflect.AnnotationInfo
 
toString() - Method in class org.apache.juneau.reflect.ClassInfo
 
toString() - Method in class org.apache.juneau.reflect.ExecutableInfo
 
toString() - Method in class org.apache.juneau.reflect.FieldInfo
 
toString() - Method in class org.apache.juneau.reflect.ParamInfo
 
toString() - Method in class org.apache.juneau.rest.client2.RestResponseHeader
 
toString() - Method in class org.apache.juneau.rest.guards.RoleMatcher
 
toString() - Method in class org.apache.juneau.rest.mock2.MockConsole
Returns the contents of this buffer as a string.
toString() - Method in class org.apache.juneau.rest.mock2.MockLogger
Returns the contents of this log file as a string.
toString(boolean) - Method in class org.apache.juneau.rest.RequestFormData
Converts the form-data parameters to a readable string.
toString() - Method in class org.apache.juneau.rest.RequestFormData
 
toString() - Method in class org.apache.juneau.rest.RequestHeader
 
toString(boolean) - Method in class org.apache.juneau.rest.RequestHeaders
Converts the headers to a readable string.
toString() - Method in class org.apache.juneau.rest.RequestHeaders
 
toString(boolean) - Method in class org.apache.juneau.rest.RequestQuery
Converts the query parameters to a readable string.
toString() - Method in class org.apache.juneau.rest.RequestQuery
 
toString() - Method in class org.apache.juneau.rest.response.HttpResponse
Deprecated.
 
toString() - Method in class org.apache.juneau.rest.RestCallLoggerConfig
 
toString() - Method in class org.apache.juneau.rest.RestCallLoggerRule
 
toString() - Method in exception org.apache.juneau.rest.RestException
Deprecated.
 
toString() - Method in enum org.apache.juneau.rest.RestParamType
 
toString() - Method in class org.apache.juneau.rest.RestRequest
 
toString() - Method in class org.apache.juneau.rest.StaticFileMapping
 
toString() - Method in class org.apache.juneau.rest.util.UrlPathInfo
 
toString() - Method in class org.apache.juneau.rest.util.UrlPathPattern
 
toString() - Method in class org.apache.juneau.rest.util.UrlPathPatternMatch
 
toString(Object) - Method in class org.apache.juneau.serializer.SerializerSession
Converts the specified object to a String.
toString(Object) - Method in class org.apache.juneau.serializer.WriterSerializer
toString() - Method in class org.apache.juneau.Session
 
toString() - Method in class org.apache.juneau.SessionArgs
 
toString() - Method in class org.apache.juneau.svl.VarResolverSession
 
toString() - Method in class org.apache.juneau.transform.PojoSwap
 
ToString() - Constructor for class org.apache.juneau.transforms.CalendarSwap.ToString
Deprecated.
 
ToString() - Constructor for class org.apache.juneau.transforms.DateSwap.ToString
Deprecated.
 
toString() - Method in class org.apache.juneau.UriContext
 
toString() - Method in class org.apache.juneau.utils.BeanDiff
 
toString() - Method in class org.apache.juneau.utils.ManifestFile
 
toString() - Method in class org.apache.juneau.utils.Mutable
 
toString() - Method in class org.apache.juneau.utils.PojoRest
 
toString() - Method in class org.apache.juneau.utils.ReflectionMap
 
toString() - Method in class org.apache.juneau.utils.StringExpressionMatcher
 
toString() - Method in class org.apache.juneau.utils.StringMessage
 
toString() - Method in class org.apache.juneau.utils.StringObject
 
toString() - Method in class org.apache.juneau.xml.Namespace
 
toString() - Method in class org.apache.juneau.xml.XmlWriter
 
toStringArray(Collection<?>) - Static method in class org.apache.juneau.internal.ArrayUtils
Converts the specified collection to an array of strings.
toStringObject(Object) - Method in class org.apache.juneau.serializer.WriterSerializer
Wraps the specified object inside a StringObject.
toType(Object, Class<T>) - Static method in class org.apache.juneau.internal.ConverterUtils
Converts the specified object to the specified type.
toType(Object, Class<T>, Type...) - Static method in class org.apache.juneau.internal.ConverterUtils
Converts the specified object to the specified type.
toURI(Object) - Static method in class org.apache.juneau.internal.StringUtils
Converts the specified object to a URI.
toValidContextPath(String) - Static method in class org.apache.juneau.rest.util.RestUtils
Converts the specified path segment to a valid context path.
toValidISO8601DT(String) - Static method in class org.apache.juneau.internal.DateUtils
Pads out an ISO8601 string so that it can be parsed using DatatypeConverter.parseDateTime(String).
tr() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Tr element.
tr(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Tr element with the specified child nodes.
Tr - Class in org.apache.juneau.dto.html5
DTO for an HTML <tr> element.
Tr() - Constructor for class org.apache.juneau.dto.html5.Tr
Creates an empty Tr element.
Tr(Object...) - Constructor for class org.apache.juneau.dto.html5.Tr
Creates a Tr element with the specified child nodes.
TRACE - Static variable in class org.apache.juneau.http.HttpMethod
TRACE - Static variable in class org.apache.juneau.http.HttpMethodName
Deprecated.
track() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Track element.
track(Object, String) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Track element with the specified Track.src(Object) and Track.kind(String) attributes.
Track - Class in org.apache.juneau.dto.html5
DTO for an HTML <track> element.
Track() - Constructor for class org.apache.juneau.dto.html5.Track
Creates an empty Track element.
Track(Object, String) - Constructor for class org.apache.juneau.dto.html5.Track
Creates a Track element with the specified Track.src(Object) and Track.kind(String) attributes.
Trailer - Class in org.apache.juneau.http.header
Represents a parsed Trailer HTTP response header.
Trailer(Object) - Constructor for class org.apache.juneau.http.header.Trailer
Constructor.
Trailer(String) - Constructor for class org.apache.juneau.http.header.Trailer
Constructor
TransferEncoding - Class in org.apache.juneau.http.header
Represents a parsed Transfer-Encoding HTTP response header.
TransferEncoding(Object) - Constructor for class org.apache.juneau.http.header.TransferEncoding
Constructor.
TransferEncoding(String) - Constructor for class org.apache.juneau.http.header.TransferEncoding
Constructor
transform(Constructor<T>) - Method in enum org.apache.juneau.Visibility
Makes constructor accessible if it matches the visibility requirements, or returns null if it doesn't.
transform(Method) - Method in enum org.apache.juneau.Visibility
Makes method accessible if it matches the visibility requirements, or returns null if it doesn't.
transform(Field) - Method in enum org.apache.juneau.Visibility
Makes field accessible if it matches the visibility requirements, or returns null if it doesn't.
translate(Object) - Method in class org.apache.juneau.dto.html5.HtmlElement
translate attribute.
Traversable - Class in org.apache.juneau.rest.converters
Converter for enabling of PojoRest support on response objects returned by a @RestMethod method.
Traversable() - Constructor for class org.apache.juneau.rest.converters.Traversable
 
trim(String) - Static method in class org.apache.juneau.internal.StringUtils
Same as String.trim() but prevents NullPointerExceptions.
trim(K) - Method in class org.apache.juneau.parser.ParserSession
Trims the specified object if it's a String and ParserSession.isTrimStrings() returns true.
trim(String) - Method in class org.apache.juneau.parser.ParserSession
Trims the specified string if ParserSession.isTrimStrings() returns true.
trim(Object) - Method in class org.apache.juneau.serializer.SerializerSession
Trims the specified string if SerializerSession.isTrimStrings() returns true.
trimContextPath(String, String) - Static method in class org.apache.juneau.rest.util.RestUtils
If the specified path-info starts with the specified context path, trims the context path from the path info.
trimEmptyCollections() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
trimEmptyCollections() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
trimEmptyCollections() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
trimEmptyCollections() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
trimEmptyCollections() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
trimEmptyCollections() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
trimEmptyCollections() - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
trimEmptyCollections() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
trimEmptyCollections() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
trimEmptyCollections() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
trimEmptyCollections() - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
trimEmptyCollections() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
trimEmptyCollections() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
trimEmptyCollections(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Trim empty lists and arrays.
trimEmptyCollections() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Trim empty lists and arrays.
trimEmptyCollections() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Serializer configuration property:  Trim empty lists and arrays.
trimEmptyCollections() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
trimEmptyCollections() - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
trimEmptyCollections(boolean) - Method in class org.apache.juneau.serializer.SerializerBuilder
Deprecated.
trimEmptyCollections() - Method in class org.apache.juneau.serializer.SerializerBuilder
Serializer configuration property:  Trim empty lists and arrays.
trimEmptyCollections(boolean) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Deprecated.
trimEmptyCollections() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Configuration property: Trim empty lists and arrays.
trimEmptyCollections() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
trimEmptyCollections() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
trimEmptyCollections() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
trimEmptyCollections() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
trimEmptyCollections() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
trimEmptyCollections(boolean) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
trimEmptyCollections() - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
trimEmptyMaps() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
trimEmptyMaps() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
trimEmptyMaps() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
trimEmptyMaps() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
trimEmptyMaps() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
trimEmptyMaps() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
trimEmptyMaps() - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
trimEmptyMaps() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
trimEmptyMaps() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
trimEmptyMaps() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
trimEmptyMaps() - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
trimEmptyMaps() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
trimEmptyMaps() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
trimEmptyMaps(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Trim empty maps.
trimEmptyMaps() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Trim empty maps.
trimEmptyMaps() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Serializer configuration property:  Trim empty maps.
trimEmptyMaps() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
trimEmptyMaps() - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
trimEmptyMaps(boolean) - Method in class org.apache.juneau.serializer.SerializerBuilder
Deprecated.
trimEmptyMaps() - Method in class org.apache.juneau.serializer.SerializerBuilder
Serializer configuration property:  Trim empty maps.
trimEmptyMaps(boolean) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Deprecated.
trimEmptyMaps() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Configuration property: Trim empty maps.
trimEmptyMaps() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
trimEmptyMaps() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
trimEmptyMaps() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
trimEmptyMaps() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
trimEmptyMaps() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
trimEmptyMaps(boolean) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
trimEmptyMaps() - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
trimEnd(String) - Static method in class org.apache.juneau.internal.StringUtils
Trims whitespace characters from the end of the specified string.
trimLeadingSlashes(String) - Static method in class org.apache.juneau.internal.StringUtils
Trims '/' characters from the beginning of the specified string.
trimNullProperties(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Trim null bean property values.
trimNullProperties(boolean) - Method in class org.apache.juneau.serializer.SerializerBuilder
Deprecated.
trimNullProperties(boolean) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Deprecated.
trimNullProperties(boolean) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
trimPathInfo(StringBuffer, String, String) - Static method in class org.apache.juneau.rest.util.RestUtils
Efficiently trims the path info part from a request URI.
trimSlashes(String) - Static method in class org.apache.juneau.internal.StringUtils
Trims '/' characters from both the start and end of the specified string.
trimStart(String) - Static method in class org.apache.juneau.internal.StringUtils
Trims whitespace characters from the beginning of the specified string.
trimStrings() - Method in class org.apache.juneau.csv.CsvParserBuilder
 
trimStrings() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
trimStrings() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
trimStrings() - Method in class org.apache.juneau.html.HtmlParserBuilder
 
trimStrings() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
trimStrings() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
trimStrings() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
trimStrings() - Method in class org.apache.juneau.jena.RdfParserBuilder
 
trimStrings() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
trimStrings() - Method in class org.apache.juneau.jso.JsoParserBuilder
 
trimStrings() - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
trimStrings() - Method in class org.apache.juneau.json.JsonParserBuilder
 
trimStrings() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
trimStrings() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
trimStrings() - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
trimStrings() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
trimStrings() - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
trimStrings() - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
trimStrings() - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
trimStrings() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
trimStrings() - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
trimStrings(boolean) - Method in class org.apache.juneau.parser.ParserBuilder
Deprecated.
trimStrings() - Method in class org.apache.juneau.parser.ParserBuilder
Parser configuration property:  Trim parsed strings.
trimStrings(boolean) - Method in class org.apache.juneau.parser.ParserGroupBuilder
Configuration property: Trim parsed strings.
trimStrings() - Method in class org.apache.juneau.parser.ParserGroupBuilder
Configuration property: Trim parsed strings.
trimStrings() - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
trimStrings() - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
trimStrings() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
trimStrings() - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
trimStrings(boolean) - Method in class org.apache.juneau.serializer.SerializerBuilder
Deprecated.
trimStrings() - Method in class org.apache.juneau.serializer.SerializerBuilder
Serializer configuration property:  Trim strings.
trimStrings(boolean) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Deprecated.
trimStrings() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Configuration property: Trim strings.
trimStrings - Variable in class org.apache.juneau.serializer.SerializerWriter
Trim strings flag.
trimStrings() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
trimStrings() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
trimStrings() - Method in class org.apache.juneau.uon.UonParserBuilder
 
trimStrings() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
trimStrings() - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
trimStrings() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
trimStrings() - Method in class org.apache.juneau.xml.XmlParserBuilder
 
trimStrings() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
trimStrings(boolean) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
trimStrings() - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
trimStringsOnRead() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Parser configuration property:  Trim parsed strings.
trimStringsOnRead() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
trimStringsOnWrite() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Serializer configuration property:  Trim strings.
trimStringsOnWrite() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
trimStringsP(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Trim parsed strings.
trimStringsP() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Trim parsed strings.
trimStringsS(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Trim strings.
trimStringsS() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Trim strings.
trimTrailingSlashes(String) - Static method in class org.apache.juneau.internal.StringUtils
Trims '/' characters from the end of the specified string.
trimTrailingSlashes(StringBuffer) - Static method in class org.apache.juneau.internal.StringUtils
Trims '/' characters from the end of the specified string.
trimWhitespace(boolean) - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  Trim whitespace from text elements.
trimWhitespace() - Method in class org.apache.juneau.jena.RdfParserBuilder
RdfParser configuration property:  Trim whitespace from text elements.
truncate(String, int) - Static method in class org.apache.juneau.internal.StringUtils
Truncates a string.
trustManagers(TrustManager...) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
tString() - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.STRING).
tString() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
Shortcut for type(HttpPartDataType.STRING).
TSV - Static variable in class org.apache.juneau.http.annotation.CollectionFormatType
 
tUon() - Static method in class org.apache.juneau.httppart.HttpPartSchema
Shortcut for create().type(HttpPartDataType.STRING).format(HttpPartFormat.UON).
Tuple2<A,B> - Class in org.apache.juneau.utils
Represents a simple tuple of 2 objects.
Tuple2(A, B) - Constructor for class org.apache.juneau.utils.Tuple2
Constructor.
Tuple2Function<A,B,R> - Interface in org.apache.juneau.utils
Allows you to perform a function against 2 objects.
Tuple3<A,B,C> - Class in org.apache.juneau.utils
Represents a simple tuple of 3 objects.
Tuple3(A, B, C) - Constructor for class org.apache.juneau.utils.Tuple3
Constructor.
Tuple3Function<A,B,C,R> - Interface in org.apache.juneau.utils
Allows you to perform a function against 3 objects.
Tuple4<A,B,C,D> - Class in org.apache.juneau.utils
Represents a simple tuple of 4 objects.
Tuple4(A, B, C, D) - Constructor for class org.apache.juneau.utils.Tuple4
Constructor.
Tuple4Function<A,B,C,D,R> - Interface in org.apache.juneau.utils
Allows you to perform a function against 4 objects.
Tuple5<A,B,C,D,E> - Class in org.apache.juneau.utils
Represents a simple tuple of 5 objects.
Tuple5(A, B, C, D, E) - Constructor for class org.apache.juneau.utils.Tuple5
Constructor.
Tuple5Function<A,B,C,D,E,R> - Interface in org.apache.juneau.utils
Allows you to perform a function against 5 objects.
TURTLE - Static variable in class org.apache.juneau.http.MediaType
Reusable predefined media type
turtle() - Method in class org.apache.juneau.jena.RdfParserBuilder
Shortcut for calling language(LANG_TURTLE).
turtle() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  RDF language.
Turtle - Class in org.apache.juneau.marshall
A pairing of a TurtleSerializer and TurtleParser into a single class with convenience read/write methods.
Turtle(TurtleSerializer, TurtleParser) - Constructor for class org.apache.juneau.marshall.Turtle
Constructor.
Turtle() - Constructor for class org.apache.juneau.marshall.Turtle
Constructor.
TurtleParser - Class in org.apache.juneau.jena
Subclass of RdfParser for parsing RDF in Turtle notation.
TurtleParser(PropertyStore) - Constructor for class org.apache.juneau.jena.TurtleParser
Constructor.
TurtleSerializer - Class in org.apache.juneau.jena
Subclass of RdfSerializer for serializing RDF in Turtle notation.
TurtleSerializer(PropertyStore) - Constructor for class org.apache.juneau.jena.TurtleSerializer
Constructor.
TwoKeyConcurrentCache<K1,K2,V> - Class in org.apache.juneau.utils
A hashmap that allows for two-part keys.
TwoKeyConcurrentCache() - Constructor for class org.apache.juneau.utils.TwoKeyConcurrentCache
Constructor.
TwoKeyConcurrentCache(boolean) - Constructor for class org.apache.juneau.utils.TwoKeyConcurrentCache
Constructor.
type() - Method in class org.apache.juneau.annotation.BeanpAnnotation
 
type(Class<?>) - Method in class org.apache.juneau.annotation.BeanpAnnotation
Sets the type property on this annotation.
type(String) - Method in class org.apache.juneau.dto.atom.Content
 
type(String) - Method in class org.apache.juneau.dto.atom.Link
Sets the content type of the target of this link.
type(String) - Method in class org.apache.juneau.dto.atom.Text
Sets the content type of this content.
type(String) - Method in class org.apache.juneau.dto.html5.A
type attribute.
type(String) - Method in class org.apache.juneau.dto.html5.Area
type attribute.
type(String) - Method in class org.apache.juneau.dto.html5.Button
type attribute.
type(String) - Method in class org.apache.juneau.dto.html5.Embed
type attribute.
type(String) - Method in class org.apache.juneau.dto.html5.Input
type attribute.
type(String) - Method in class org.apache.juneau.dto.html5.Link
type attribute.
type(String) - Method in class org.apache.juneau.dto.html5.Object_
type attribute.
type(String) - Method in class org.apache.juneau.dto.html5.Ol
type attribute.
type(String) - Method in class org.apache.juneau.dto.html5.Script
type attribute.
type(String) - Method in class org.apache.juneau.dto.html5.Source
type attribute.
type(String) - Method in class org.apache.juneau.dto.html5.Style
type attribute.
type(Object) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
type(Object) - Method in class org.apache.juneau.dto.swagger.Items
type(Object) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
type(Object) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
type(Object) - Method in class org.apache.juneau.dto.swagger.SecurityScheme
type() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
type(String) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the type property on this annotation.
type() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
type(String) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the type property on this annotation.
type() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
type(String) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the type property on this annotation.
type() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
type(String) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the type property on this annotation.
type() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
type(String) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the type property on this annotation.
type(HttpPartType) - Method in class org.apache.juneau.http.SerializedNameValuePair
Sets the HTTP part type.
type(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
type field.
type(HttpPartDataType) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
type field.
type() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
type(String) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the type property on this annotation.
type() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
type(String) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the type property on this annotation.
type() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
type(String) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the type property on this annotation.
type - Variable in class org.apache.juneau.rest.helper.BeanDescription.BeanPropertyDescription
The bean property filtered class type.
type - Variable in class org.apache.juneau.rest.helper.BeanDescription
The bean class type.
TYPE_ARRAY - Static variable in class org.apache.juneau.httppart.Constants
Array or collection.
TYPE_BOOLEAN - Static variable in class org.apache.juneau.httppart.Constants
Boolean.
TYPE_FILE - Static variable in class org.apache.juneau.httppart.Constants
File.
TYPE_INTEGER - Static variable in class org.apache.juneau.httppart.Constants
Decimal number.
TYPE_NUMBER - Static variable in class org.apache.juneau.httppart.Constants
Floating point number.
TYPE_OBJECT - Static variable in class org.apache.juneau.httppart.Constants
Map or bean.
TYPE_STRING - Static variable in class org.apache.juneau.httppart.Constants
String.
TypeCategory - Enum in org.apache.juneau.jsonschema
Represents possible values for JSONSCHEMA_addExamplesTo and JSONSCHEMA_addDescriptionsTo.
typemustmatch(Object) - Method in class org.apache.juneau.dto.html5.Object_
typemustmatch attribute.
typeName() - Method in class org.apache.juneau.annotation.BeanAnnotation
 
typeName(String) - Method in class org.apache.juneau.annotation.BeanAnnotation
Sets the typeName property on this annotation.
typeName(Class<?>, String) - Method in class org.apache.juneau.BeanContextBuilder
An identifying name for this class.
typeName(Class<?>, String) - Method in class org.apache.juneau.BeanTraverseBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.json.JsonParserBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.parser.ParserBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.rest.RestContextBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
typeName(String) - Method in class org.apache.juneau.transform.BeanFilterBuilder
Configuration property: Bean dictionary type name.
typeName(Class<?>, String) - Method in class org.apache.juneau.uon.UonParserBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
typeName(Class<?>, String) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
typePropertyName() - Method in class org.apache.juneau.annotation.BeanAnnotation
 
typePropertyName(String) - Method in class org.apache.juneau.annotation.BeanAnnotation
Sets the typePropertyName property on this annotation.
typePropertyName(String) - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Bean type property name.
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Bean type property name.
typePropertyName(String) - Method in class org.apache.juneau.BeanTraverseBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.BeanTraverseBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.csv.CsvParserBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.html.HtmlParserBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.jena.RdfParserBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.jso.JsoParserBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.json.JsonParserBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.json.JsonParserBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.parser.ParserBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.parser.ParserBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.rest.RestContextBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.rest.RestContextBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.serializer.SerializerBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.uon.UonParserBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.uon.UonParserBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.xml.XmlParserBuilder
 
typePropertyName(String) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
typePropertyName(Class<?>, String) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
typeVarImpls - Variable in class org.apache.juneau.BeanMeta
Type variables implemented by this bean.

U

u() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty U element.
u(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a U element with the specified child nodes.
U - Class in org.apache.juneau.dto.html5
DTO for an HTML <u> element.
U() - Constructor for class org.apache.juneau.dto.html5.U
Creates an empty U element.
U(Object...) - Constructor for class org.apache.juneau.dto.html5.U
Creates a U element with the specified child nodes.
uc() - Method in class org.apache.juneau.assertions.FluentStringAssertion
Converts the text to uppercase.
ui() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
ui(boolean) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the ui property on this annotation.
ui() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
ui(boolean) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the ui property on this annotation.
ui() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
ui(boolean) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the ui property on this annotation.
ui() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
ui(boolean) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the ui property on this annotation.
ui() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
ui(boolean) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the ui property on this annotation.
ui(Boolean) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
ui(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
ui() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
ui() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
ui(boolean) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the ui property on this annotation.
ui() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
ui(boolean) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the ui property on this annotation.
ui() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
ui(boolean) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the ui property on this annotation.
ul() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Ul element.
ul(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Ul element with the specified child nodes.
Ul - Class in org.apache.juneau.dto.html5
DTO for an HTML <ul> element.
Ul() - Constructor for class org.apache.juneau.dto.html5.Ul
Creates an empty Ul element.
Ul(Object...) - Constructor for class org.apache.juneau.dto.html5.Ul
Creates a Ul element with the specified child nodes.
Unauthorized - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 401 (Unauthorized).
Unauthorized(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.Unauthorized
Constructor.
Unauthorized(String) - Constructor for exception org.apache.juneau.http.exception.Unauthorized
Constructor.
Unauthorized() - Constructor for exception org.apache.juneau.http.exception.Unauthorized
Constructor.
Unauthorized(String, Object...) - Constructor for exception org.apache.juneau.http.exception.Unauthorized
Constructor.
Unauthorized(Throwable) - Constructor for exception org.apache.juneau.http.exception.Unauthorized
Constructor.
Unauthorized - Exception in org.apache.juneau.rest.exception
Deprecated.
Unauthorized(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.Unauthorized
Deprecated.
Constructor.
Unauthorized(String) - Constructor for exception org.apache.juneau.rest.exception.Unauthorized
Deprecated.
Constructor.
Unauthorized() - Constructor for exception org.apache.juneau.rest.exception.Unauthorized
Deprecated.
Constructor.
Unauthorized(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.Unauthorized
Deprecated.
Constructor.
Unauthorized(Throwable) - Constructor for exception org.apache.juneau.rest.exception.Unauthorized
Deprecated.
Constructor.
UnavailableForLegalReasons - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 451 (Unavailable For Legal Reasons).
UnavailableForLegalReasons(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.UnavailableForLegalReasons
Constructor.
UnavailableForLegalReasons(String) - Constructor for exception org.apache.juneau.http.exception.UnavailableForLegalReasons
Constructor.
UnavailableForLegalReasons() - Constructor for exception org.apache.juneau.http.exception.UnavailableForLegalReasons
Constructor.
UnavailableForLegalReasons(String, Object...) - Constructor for exception org.apache.juneau.http.exception.UnavailableForLegalReasons
Constructor.
UnavailableForLegalReasons(Throwable) - Constructor for exception org.apache.juneau.http.exception.UnavailableForLegalReasons
Constructor.
UnavailableForLegalReasons - Exception in org.apache.juneau.rest.exception
Deprecated.
UnavailableForLegalReasons(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.UnavailableForLegalReasons
Deprecated.
Constructor.
UnavailableForLegalReasons(String) - Constructor for exception org.apache.juneau.rest.exception.UnavailableForLegalReasons
Deprecated.
Constructor.
UnavailableForLegalReasons() - Constructor for exception org.apache.juneau.rest.exception.UnavailableForLegalReasons
Deprecated.
Constructor.
UnavailableForLegalReasons(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.UnavailableForLegalReasons
Deprecated.
Constructor.
UnavailableForLegalReasons(Throwable) - Constructor for exception org.apache.juneau.rest.exception.UnavailableForLegalReasons
Deprecated.
Constructor.
unbuffered() - Method in class org.apache.juneau.csv.CsvParserBuilder
 
unbuffered() - Method in class org.apache.juneau.html.HtmlParserBuilder
 
unbuffered() - Method in class org.apache.juneau.jena.RdfParserBuilder
 
unbuffered() - Method in class org.apache.juneau.jso.JsoParserBuilder
 
unbuffered() - Method in class org.apache.juneau.json.JsonParserBuilder
 
unbuffered() - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
unbuffered() - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
unbuffered() - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
unbuffered() - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
unbuffered(boolean) - Method in class org.apache.juneau.parser.ParserBuilder
Deprecated.
unbuffered() - Method in class org.apache.juneau.parser.ParserBuilder
Parser configuration property:  Unbuffered.
unbuffered(boolean) - Method in class org.apache.juneau.parser.ParserGroupBuilder
Configuration property: Unbuffered.
unbuffered() - Method in class org.apache.juneau.parser.ParserGroupBuilder
Configuration property: Unbuffered.
unbuffered() - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
unbuffered() - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
unbuffered(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Unbuffered.
unbuffered() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Unbuffered.
unbuffered() - Method in class org.apache.juneau.uon.UonParserBuilder
 
unbuffered() - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
unbuffered() - Method in class org.apache.juneau.xml.XmlParserBuilder
 
unEscapeChars(String, AsciiSet) - Static method in class org.apache.juneau.internal.StringUtils
Removes escape characters from the specified characters.
unicodeSequence(char) - Static method in class org.apache.juneau.internal.StringUtils
Creates an escaped-unicode sequence (e.g.
uniqueItems(Object) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
uniqueItems(Object) - Method in class org.apache.juneau.dto.swagger.Items
uniqueItems(Object) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
uniqueItems(Object) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
uniqueItems() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
uniqueItems(boolean) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the uniqueItems property on this annotation.
uniqueItems() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
uniqueItems(boolean) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the uniqueItems property on this annotation.
uniqueItems() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
uniqueItems(boolean) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the uniqueItems property on this annotation.
uniqueItems() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
uniqueItems(boolean) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the uniqueItems property on this annotation.
uniqueItems() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
uniqueItems(boolean) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the uniqueItems property on this annotation.
uniqueItems(Boolean) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
uniqueItems field.
uniqueItems(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
uniqueItems field.
uniqueItems() - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
uniqueItems field.
uniqueItems() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
uniqueItems(boolean) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the uniqueItems property on this annotation.
uniqueItems() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
uniqueItems(boolean) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the uniqueItems property on this annotation.
uniqueItems() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
uniqueItems(boolean) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the uniqueItems property on this annotation.
universal() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Convenience method for specifying all available transmission types.
UNIX - Static variable in class org.apache.juneau.utils.ProcBuilder
Operating system matcher: Any Unix or Linux system.
unmark() - Method in class org.apache.juneau.parser.ParserSession
Unmarks the current position.
unmodifiable(T...) - Static method in class org.apache.juneau.collections.AList
Convenience method for creating an unmodifiable list of objects.
unmodifiable(Collection<T>) - Static method in class org.apache.juneau.collections.AList
Convenience method for creating an unmodifiable list out of the specified collection.
unmodifiable() - Method in class org.apache.juneau.collections.AList
Returns an unmodifiable view of this list.
unmodifiable(Map<K, V>) - Static method in class org.apache.juneau.collections.AMap
Creates an unmodifiable copy of the specified map.
unmodifiable() - Method in class org.apache.juneau.collections.AMap
Returns an unmodifiable view of this map.
unmodifiable(T...) - Static method in class org.apache.juneau.collections.ASet
Convenience method for creating an unmodifiable set of objects.
unmodifiable(Collection<T>) - Static method in class org.apache.juneau.collections.ASet
Convenience method for creating an unmodifiable sert out of the specified collection.
unmodifiable() - Method in class org.apache.juneau.collections.ASet
Returns an unmodifiable view of this set.
unmodifiable(Map<K, V>) - Static method in class org.apache.juneau.collections.ASortedMap
Convenience method for creating an unmodifiable list out of the specified collection.
unmodifiable() - Method in class org.apache.juneau.collections.ASortedMap
Returns an unmodifiable view of this set.
unmodifiable() - Method in class org.apache.juneau.collections.ASortedSet
Returns an unmodifiable view of this set.
unmodifiable() - Method in class org.apache.juneau.collections.OList
Returns an unmodifiable copy of this list if it's modifiable.
unmodifiable() - Method in class org.apache.juneau.collections.OMap
Returns an unmodifiable copy of this map if it's modifiable.
unmodifiable() - Method in class org.apache.juneau.ObjectList
Returns an unmodifiable copy of this list if it's modifiable.
unmodifiable() - Method in class org.apache.juneau.ObjectMap
Returns an unmodifiable copy of this map if it's modifiable.
UnmodifiableArray<T> - Class in org.apache.juneau.internal
Simple read-only wrapper around an object array.
UnmodifiableArray(T[]) - Constructor for class org.apache.juneau.internal.UnmodifiableArray
Constructor.
UnmodifiableArray(T[], boolean) - Constructor for class org.apache.juneau.internal.UnmodifiableArray
Constructor.
UnprocessableEntity - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 422 (Unprocessable Entity).
UnprocessableEntity(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.UnprocessableEntity
Constructor.
UnprocessableEntity(String) - Constructor for exception org.apache.juneau.http.exception.UnprocessableEntity
Constructor.
UnprocessableEntity() - Constructor for exception org.apache.juneau.http.exception.UnprocessableEntity
Constructor.
UnprocessableEntity(String, Object...) - Constructor for exception org.apache.juneau.http.exception.UnprocessableEntity
Constructor.
UnprocessableEntity(Throwable) - Constructor for exception org.apache.juneau.http.exception.UnprocessableEntity
Constructor.
UnprocessableEntity - Exception in org.apache.juneau.rest.exception
Deprecated.
UnprocessableEntity(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.UnprocessableEntity
Deprecated.
Constructor.
UnprocessableEntity(String) - Constructor for exception org.apache.juneau.rest.exception.UnprocessableEntity
Deprecated.
Constructor.
UnprocessableEntity() - Constructor for exception org.apache.juneau.rest.exception.UnprocessableEntity
Deprecated.
Constructor.
UnprocessableEntity(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.UnprocessableEntity
Deprecated.
Constructor.
UnprocessableEntity(Throwable) - Constructor for exception org.apache.juneau.rest.exception.UnprocessableEntity
Deprecated.
Constructor.
unread() - Method in class org.apache.juneau.parser.ParserReader
Pushes the last read character back into the stream.
unread() - Method in class org.apache.juneau.uon.UonReader
 
unregister(ConfigEventListener) - Method in class org.apache.juneau.config.internal.ConfigMap
Unregisters an event listener from this map.
unregister(String, ConfigStoreListener) - Method in class org.apache.juneau.config.store.ConfigStore
Unregisters a listener from this store.
UnsupportedMediaType - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 415 (Unsupported Media Type).
UnsupportedMediaType(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.UnsupportedMediaType
Constructor.
UnsupportedMediaType(String) - Constructor for exception org.apache.juneau.http.exception.UnsupportedMediaType
Constructor.
UnsupportedMediaType() - Constructor for exception org.apache.juneau.http.exception.UnsupportedMediaType
Constructor.
UnsupportedMediaType(String, Object...) - Constructor for exception org.apache.juneau.http.exception.UnsupportedMediaType
Constructor.
UnsupportedMediaType(Throwable) - Constructor for exception org.apache.juneau.http.exception.UnsupportedMediaType
Constructor.
UnsupportedMediaType - Exception in org.apache.juneau.rest.exception
Deprecated.
UnsupportedMediaType(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.UnsupportedMediaType
Deprecated.
Constructor.
UnsupportedMediaType(String) - Constructor for exception org.apache.juneau.rest.exception.UnsupportedMediaType
Deprecated.
Constructor.
UnsupportedMediaType() - Constructor for exception org.apache.juneau.rest.exception.UnsupportedMediaType
Deprecated.
Constructor.
UnsupportedMediaType(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.UnsupportedMediaType
Deprecated.
Constructor.
UnsupportedMediaType(Throwable) - Constructor for exception org.apache.juneau.rest.exception.UnsupportedMediaType
Deprecated.
Constructor.
unswap(BeanSession, Object, ClassMeta<?>) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema.BooleanOrSchemaArraySwap
 
unswap(BeanSession, Object, ClassMeta<?>) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema.BooleanOrSchemaSwap
 
unswap(BeanSession, Object, ClassMeta<?>) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema.JsonSchemaOrSchemaArraySwap
 
unswap(BeanSession, Object, ClassMeta<?>) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema.JsonTypeOrJsonTypeArraySwap
 
unswap(Object) - Method in class org.apache.juneau.internal.HashCode
Converts the object to a normalized form before grabbing it's hashcode.
unswap(PojoSwap, Object, ClassMeta<?>) - Method in class org.apache.juneau.parser.ParserSession
Invokes the specified swap on the specified object.
unswap(BeanSession, List<?>, ClassMeta<?>) - Method in class org.apache.juneau.transform.AutoListSwap
 
unswap(BeanSession, Map<?, ?>, ClassMeta<?>) - Method in class org.apache.juneau.transform.AutoMapSwap
 
unswap(BeanSession, Number, ClassMeta<?>) - Method in class org.apache.juneau.transform.AutoNumberSwap
 
unswap(BeanSession, Object, ClassMeta<?>) - Method in class org.apache.juneau.transform.AutoObjectSwap
 
unswap(BeanSession, OMap, ClassMeta<?>) - Method in class org.apache.juneau.transform.MapSwap
 
unswap(BeanSession, S, ClassMeta<?>) - Method in class org.apache.juneau.transform.PojoSwap
If this transform is to be used to reconstitute POJOs that aren't true Java beans, it must implement this method.
unswap(BeanSession, S, ClassMeta<?>, String) - Method in class org.apache.juneau.transform.PojoSwap
Same as PojoSwap.unswap(BeanSession, Object, ClassMeta), but can be used if your swap has a template associated with it.
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transform.StringSwap
 
unswap(BeanSession, F, ClassMeta<?>) - Method in class org.apache.juneau.transform.SurrogateSwap
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.ByteArrayBase64Swap
Deprecated.
Converts the specified String to a byte[].
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.ByteArraySwap.Base64
Converts the specified String to a byte[].
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.ByteArraySwap.Hex
Converts the specified String to a byte[].
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.ByteArraySwap.SpacedHex
Converts the specified String to a byte[].
unswap(BeanSession, Long, ClassMeta<?>) - Method in class org.apache.juneau.transforms.CalendarLongSwap
Deprecated.
Converts the specified Long to a Calendar.
unswap(BeanSession, Map, ClassMeta<?>) - Method in class org.apache.juneau.transforms.CalendarMapSwap
Deprecated.
Converts the specified Map to a Calendar.
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.CalendarSwap.DateFull
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.CalendarSwap.DateLong
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.CalendarSwap.DateMedium
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.CalendarSwap.DateShort
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.CalendarSwap.DateSimple
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.CalendarSwap.DateTimeFull
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.CalendarSwap.DateTimeLong
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.CalendarSwap.DateTimeMedium
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.CalendarSwap.DateTimeShort
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.CalendarSwap.DateTimeSimple
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.CalendarSwap.ISO8601D
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.CalendarSwap.ISO8601DT
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.CalendarSwap.ISO8601DTL
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.CalendarSwap.ISO8601DTZ
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.CalendarSwap.RFC2822D
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.CalendarSwap.RFC2822DT
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.CalendarSwap.RFC2822DTZ
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.CalendarSwap.TimeFull
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.CalendarSwap.TimeLong
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.CalendarSwap.TimeMedium
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.CalendarSwap.TimeShort
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.CalendarSwap.TimeSimple
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.CalendarSwap.ToString
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.ClassSwap
 
unswap(BeanSession, Long, ClassMeta<?>) - Method in class org.apache.juneau.transforms.DateLongSwap
Deprecated.
Converts the specified Long to a Date.
unswap(BeanSession, Map, ClassMeta<?>) - Method in class org.apache.juneau.transforms.DateMapSwap
Deprecated.
Converts the specified Map to a Date.
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.DateSwap.DateFull
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.DateSwap.DateLong
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.DateSwap.DateMedium
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.DateSwap.DateShort
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.DateSwap.DateSimple
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.DateSwap.DateTimeFull
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.DateSwap.DateTimeLong
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.DateSwap.DateTimeMedium
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.DateSwap.DateTimeShort
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.DateSwap.DateTimeSimple
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.DateSwap.ISO8601D
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.DateSwap.ISO8601DT
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.DateSwap.ISO8601DTL
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.DateSwap.ISO8601DTZ
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.DateSwap.RFC2822D
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.DateSwap.RFC2822DT
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.DateSwap.RFC2822DTZ
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.DateSwap.TimeFull
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.DateSwap.TimeLong
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.DateSwap.TimeMedium
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.DateSwap.TimeShort
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.DateSwap.TimeSimple
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.DateSwap.ToString
Deprecated.
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.InputStreamSwap.Base64
Converts the specified String to an InputStream.
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.InputStreamSwap.Hex
Converts the specified String to an InputStream.
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.InputStreamSwap.SpacedHex
Converts the specified String to an InputStream.
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.LocaleSwap
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.StackTraceElementSwap
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.StringFormatSwap
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.TemporalCalendarSwap
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.TemporalDateSwap
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.TemporalSwap
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.TimeZoneSwap
 
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.XMLGregorianCalendarSwap
Converts the specified String to an XMLGregorianCalendar.
unswap(BeanSession, String, ClassMeta<?>) - Method in class org.apache.juneau.transforms.ZoneIdSwap
 
unwrap(Object) - Static method in class org.apache.juneau.http.BasicHeader
If the specified object is a Supplier, returns the supplied value, otherwise the same value.
unwrap(Object) - Method in class org.apache.juneau.http.BasicHttpEntity
If the specified object is a Supplier, returns the supplied value, otherwise the same value.
unwrap(Object) - Static method in class org.apache.juneau.internal.ObjectUtils
If the specified object is a Supplier or Mutable, returns the inner value, otherwise the same value.
UON - Static variable in class org.apache.juneau.http.annotation.CollectionFormatType
 
UON - Static variable in class org.apache.juneau.http.annotation.FormatType
 
UON - Static variable in class org.apache.juneau.http.MediaType
Reusable predefined media type
Uon - Class in org.apache.juneau.marshall
A pairing of a UonSerializer and UonParser into a single class with convenience read/write methods.
Uon(UonSerializer, UonParser) - Constructor for class org.apache.juneau.marshall.Uon
Constructor.
Uon() - Constructor for class org.apache.juneau.marshall.Uon
Constructor.
uon() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Convenience method for specifying UON as the transmission media type.
uon() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Convenience method for specifying UON as the marshalling transmission media type.
uon() - Method in class org.apache.juneau.rest.client2.RestRequest
Convenience method for specifying UON as the marshalling transmission media type for this request only.
uon() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Convenience method for setting Accept and Content-Type headers to "text/uon".
uon() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
Uon() - Constructor for class org.apache.juneau.transforms.ParsedReaderSwap.Uon
Constructor
Uon - Annotation Type in org.apache.juneau.uon.annotation
Annotation that can be applied to classes, fields, and methods to tweak how they are handled by UonSerializer and UonParser.
UON_addBeanTypes - Static variable in class org.apache.juneau.uon.UonSerializer
Configuration property: Add "_type" properties when needed.
UON_decoding - Static variable in class org.apache.juneau.uon.UonParser
Configuration property: Decode "%xx" sequences.
UON_encoding - Static variable in class org.apache.juneau.uon.UonSerializer
Configuration property: Encode non-valid URI characters.
UON_paramFormat - Static variable in class org.apache.juneau.uon.UonSerializer
Configuration property: Format to use for query/form-data/header values.
UON_validateEnd - Static variable in class org.apache.juneau.uon.UonParser
Configuration property: Validate end.
UonAnnotation - Class in org.apache.juneau.uon.annotation
A concrete implementation of the Uon annotation.
UonAnnotation(String) - Constructor for class org.apache.juneau.uon.annotation.UonAnnotation
Constructor.
UonAnnotation(Class<?>) - Constructor for class org.apache.juneau.uon.annotation.UonAnnotation
Constructor.
UonAnnotation(Method) - Constructor for class org.apache.juneau.uon.annotation.UonAnnotation
Constructor.
UonAnnotation(Field) - Constructor for class org.apache.juneau.uon.annotation.UonAnnotation
Constructor.
UonBeanPropertyMeta - Class in org.apache.juneau.uon
Metadata on bean properties specific to the UON serializers and parsers pulled from the @Uon annotation on the bean property.
UonBeanPropertyMeta(BeanPropertyMeta, UonMetaProvider) - Constructor for class org.apache.juneau.uon.UonBeanPropertyMeta
Constructor.
UonClassMeta - Class in org.apache.juneau.uon
Metadata on classes specific to the UON serializers and parsers pulled from the @Uon annotation on the class.
UonClassMeta(ClassMeta<?>, UonMetaProvider) - Constructor for class org.apache.juneau.uon.UonClassMeta
Constructor.
UonCommon - Interface in org.apache.juneau.uon
Configurable properties common to both the UonSerializer and UonParser classes.
UONComplexExample - Class in org.apache.juneau.examples.core.uon
UON complex example.
UONComplexExample() - Constructor for class org.apache.juneau.examples.core.uon.UONComplexExample
 
UonConfig - Annotation Type in org.apache.juneau.uon.annotation
Annotation for specifying config properties defined in UonSerializer and UonParser.
UonConfigApply - Class in org.apache.juneau.uon.annotation
Applies UonConfig annotations to a PropertyStoreBuilder.
UonConfigApply(Class<UonConfig>, VarResolverSession) - Constructor for class org.apache.juneau.uon.annotation.UonConfigApply
Constructor.
UONExample - Class in org.apache.juneau.examples.core.uon
Sample class which shows the simple usage of UONSerializer.
UONExample() - Constructor for class org.apache.juneau.examples.core.uon.UONExample
 
UonMetaProvider - Interface in org.apache.juneau.uon
Interface for providing access to UonClassMeta and UonBeanPropertyMeta objects.
UonParser - Class in org.apache.juneau.uon
Parses UON (a notation for URL-encoded query parameter values) text into POJO models.
UonParser(PropertyStore) - Constructor for class org.apache.juneau.uon.UonParser
Constructor.
UonParser() - Constructor for class org.apache.juneau.uon.UonParser
No-arg constructor.
UonParser(PropertyStore, String...) - Constructor for class org.apache.juneau.uon.UonParser
Constructor.
UonParser.Decoding - Class in org.apache.juneau.uon
Default parser, decoding.
UonParserBuilder - Class in org.apache.juneau.uon
Builder class for building instances of UON parsers.
UonParserBuilder() - Constructor for class org.apache.juneau.uon.UonParserBuilder
Constructor, default settings.
UonParserBuilder(PropertyStore) - Constructor for class org.apache.juneau.uon.UonParserBuilder
Constructor.
UonParserSession - Class in org.apache.juneau.uon
Session object that lives for the duration of a single use of UonParser.
UonParserSession(UonParser, ParserSessionArgs) - Constructor for class org.apache.juneau.uon.UonParserSession
Create a new session using properties specified in the context.
UonParserSession(UonParser, ParserSessionArgs, boolean) - Constructor for class org.apache.juneau.uon.UonParserSession
Create a specialized parser session for parsing URL parameters.
UonReader - Class in org.apache.juneau.uon
Same functionality as ParserReader except automatically decoded %xx escape sequences.
UonReader(ParserPipe, boolean) - Constructor for class org.apache.juneau.uon.UonReader
Constructor.
UonSerializer - Class in org.apache.juneau.uon
Serializes POJO models to UON (a notation for URL-encoded query parameter values).
UonSerializer(PropertyStore) - Constructor for class org.apache.juneau.uon.UonSerializer
Constructor.
UonSerializer() - Constructor for class org.apache.juneau.uon.UonSerializer
No-arg constructor.
UonSerializer(PropertyStore, String, String) - Constructor for class org.apache.juneau.uon.UonSerializer
Constructor.
UonSerializer.Encoding - Class in org.apache.juneau.uon
Equivalent to UonSerializer.create().encoding().build();.
UonSerializer.Readable - Class in org.apache.juneau.uon
Equivalent to UonSerializer.create().ws().build();.
UonSerializerBuilder - Class in org.apache.juneau.uon
Builder class for building instances of UON serializers.
UonSerializerBuilder() - Constructor for class org.apache.juneau.uon.UonSerializerBuilder
Constructor, default settings.
UonSerializerBuilder(PropertyStore) - Constructor for class org.apache.juneau.uon.UonSerializerBuilder
Constructor.
UonSerializerSession - Class in org.apache.juneau.uon
Session object that lives for the duration of a single use of UonSerializer.
UonSerializerSession(UonSerializer, Boolean, SerializerSessionArgs) - Constructor for class org.apache.juneau.uon.UonSerializerSession
 
UonUtils - Class in org.apache.juneau.uon
Utility methods for the UON and UrlEncoding serializers and parsers.
UonUtils() - Constructor for class org.apache.juneau.uon.UonUtils
 
UonWriter - Class in org.apache.juneau.uon
Specialized writer for serializing UON-encoded text.
UonWriter(UonSerializerSession, Writer, boolean, int, boolean, boolean, boolean, char, UriResolver) - Constructor for class org.apache.juneau.uon.UonWriter
Constructor.
update(String, String) - Method in class org.apache.juneau.config.store.ConfigClasspathStore
 
update(String, String) - Method in class org.apache.juneau.config.store.ConfigFileStore
 
update(String, String) - Method in class org.apache.juneau.config.store.ConfigMemoryStore
 
update(String, String) - Method in class org.apache.juneau.config.store.ConfigStore
Called when the physical contents of a config file have changed.
update(String, String...) - Method in class org.apache.juneau.config.store.ConfigStore
Convenience method for updating the contents of a file with lines.
updated(Calendar) - Method in class org.apache.juneau.dto.atom.CommonEntry
Sets the update timestamp of this object.
updated(String) - Method in class org.apache.juneau.dto.atom.CommonEntry
Sets the update timestamp of this object.
updated(Calendar) - Method in class org.apache.juneau.dto.atom.Entry
 
updated(String) - Method in class org.apache.juneau.dto.atom.Entry
 
updated(Calendar) - Method in class org.apache.juneau.dto.atom.Feed
 
updated(String) - Method in class org.apache.juneau.dto.atom.Feed
 
updated(Calendar) - Method in class org.apache.juneau.dto.atom.Source
 
updated(String) - Method in class org.apache.juneau.dto.atom.Source
 
updateFile(InputStream, String) - Method in class org.apache.juneau.microservice.resources.DirectoryResource
 
updateOnWrite() - Method in class org.apache.juneau.config.store.ConfigFileStoreBuilder
Configuration property: Update-on-write.
Upgrade - Class in org.apache.juneau.http.header
Represents a parsed Upgrade HTTP request header.
Upgrade(Object) - Constructor for class org.apache.juneau.http.header.Upgrade
Constructor.
Upgrade(String) - Constructor for class org.apache.juneau.http.header.Upgrade
Constructor
upgrade(HttpClientConnection, HttpRoute, HttpContext) - Method in class org.apache.juneau.rest.client.mock.MockHttpClientConnectionManager
Deprecated.
 
upgrade(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the value for the Upgrade request header.
upgrade(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the value for the Upgrade request header.
upgrade(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the Upgrade request header on all requests.
upgrade(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the Upgrade request header.
upgrade(Class<T>) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
 
upgrade(Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Specifies the Upgrade header value on the request.
upgrade(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
upgrade(Class<T>) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
 
UpgradeRequired - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 426 (Upgrade Required).
UpgradeRequired(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.UpgradeRequired
Constructor.
UpgradeRequired(String) - Constructor for exception org.apache.juneau.http.exception.UpgradeRequired
Constructor.
UpgradeRequired() - Constructor for exception org.apache.juneau.http.exception.UpgradeRequired
Constructor.
UpgradeRequired(String, Object...) - Constructor for exception org.apache.juneau.http.exception.UpgradeRequired
Constructor.
UpgradeRequired(Throwable) - Constructor for exception org.apache.juneau.http.exception.UpgradeRequired
Constructor.
UpgradeRequired - Exception in org.apache.juneau.rest.exception
Deprecated.
UpgradeRequired(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.UpgradeRequired
Deprecated.
Constructor.
UpgradeRequired(String) - Constructor for exception org.apache.juneau.rest.exception.UpgradeRequired
Deprecated.
Constructor.
UpgradeRequired() - Constructor for exception org.apache.juneau.rest.exception.UpgradeRequired
Deprecated.
Constructor.
UpgradeRequired(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.UpgradeRequired
Deprecated.
Constructor.
UpgradeRequired(Throwable) - Constructor for exception org.apache.juneau.rest.exception.UpgradeRequired
Deprecated.
Constructor.
UpperCaseVar - Class in org.apache.juneau.svl.vars
Upper-case variable resolver.
UpperCaseVar() - Constructor for class org.apache.juneau.svl.vars.UpperCaseVar
Constructor.
URI - Annotation Type in org.apache.juneau.annotation
Used to identify a class or bean property as a URI.
uri(Object) - Method in class org.apache.juneau.dto.atom.Generator
Sets the URI of this generator statement.
uri(Object) - Method in class org.apache.juneau.dto.atom.Icon
Sets the URI of this icon.
uri(Object) - Method in class org.apache.juneau.dto.atom.Logo
Sets the URI of the logo.
uri(Object) - Method in class org.apache.juneau.dto.atom.Person
Sets the URI of the person.
uri(String) - Method in class org.apache.juneau.dto.LinkString
Bean property setter: uri.
uri(String, Object...) - Method in class org.apache.juneau.dto.LinkString
Bean property setter: uri.
uri(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the URI for this call.
uri(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the URI for this request.
uri(String) - Method in class org.apache.juneau.rest.helper.ResourceDescription
Sets the uri field on this label to a new value.
uri(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
uri(String) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
uri(String) - Method in interface org.apache.juneau.utils.MockHttpRequest
Deprecated.
Sets the URI of the request.
uriAnchorText(AnchorText) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
uriAnchorText(AnchorText) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
uriAnchorText(AnchorText) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
HtmlSerializer configuration property:  Anchor text source.
uriAnchorText(String) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
Deprecated.
uriAnchorText(AnchorText) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
UriAnnotation - Class in org.apache.juneau.annotation
A concrete implementation of the URI annotation.
UriAnnotation(String) - Constructor for class org.apache.juneau.annotation.UriAnnotation
Constructor.
UriAnnotation(Class<?>) - Constructor for class org.apache.juneau.annotation.UriAnnotation
Constructor.
UriAnnotation(Method) - Constructor for class org.apache.juneau.annotation.UriAnnotation
Constructor.
UriAnnotation(Field) - Constructor for class org.apache.juneau.annotation.UriAnnotation
Constructor.
uriAuthority(String) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Resource authority path.
uriContext(UriContext) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
uriContext(UriContext) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
uriContext(UriContext) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
uriContext(UriContext) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
uriContext(UriContext) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
uriContext(UriContext) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
uriContext(UriContext) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
uriContext(UriContext) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
uriContext(UriContext) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
uriContext(UriContext) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
uriContext(UriContext) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
uriContext(UriContext) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
uriContext(UriContext) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
uriContext(UriContext) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: URI context bean.
uriContext(UriContext) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Serializer configuration property:  URI context bean.
uriContext(UriContext) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
uriContext(String) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Resource context path.
uriContext(UriContext) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
uriContext(UriContext) - Method in class org.apache.juneau.serializer.SerializerBuilder
Serializer configuration property:  URI context bean.
uriContext(UriContext) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Configuration property: URI context bean.
uriContext(UriContext) - Method in class org.apache.juneau.serializer.SerializerSessionArgs
URI context bean.
uriContext(UriContext) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
uriContext(UriContext) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
uriContext(UriContext) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
UriContext - Class in org.apache.juneau
Represents a URL broken into authority/context-root/servlet-path/path-info parts.
UriContext(String, String, String, String) - Constructor for class org.apache.juneau.UriContext
Constructor.
UriContext() - Constructor for class org.apache.juneau.UriContext
Default constructor.
UriContext(String) - Constructor for class org.apache.juneau.UriContext
String constructor.
uriContext(UriContext) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
uriContext(UriContext) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
uriContext(UriContext) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
uriProperty() - Method in class org.apache.juneau.html.annotation.HtmlLinkAnnotation
 
uriProperty(String) - Method in class org.apache.juneau.html.annotation.HtmlLinkAnnotation
Sets the uriProperty property on this annotation.
uriRelativity(UriRelativity) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
uriRelativity(UriRelativity) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
uriRelativity(UriRelativity) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
uriRelativity(UriRelativity) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
uriRelativity(UriRelativity) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
uriRelativity(UriRelativity) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
uriRelativity(UriRelativity) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
uriRelativity(UriRelativity) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
uriRelativity(UriRelativity) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
uriRelativity(UriRelativity) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
uriRelativity(UriRelativity) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
uriRelativity(UriRelativity) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
uriRelativity(UriRelativity) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
uriRelativity(UriRelativity) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: URI relativity.
uriRelativity(UriRelativity) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Serializer configuration property:  URI relativity.
uriRelativity(UriRelativity) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
uriRelativity(String) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  URI resolution relativity.
uriRelativity(UriRelativity) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
uriRelativity(UriRelativity) - Method in class org.apache.juneau.serializer.SerializerBuilder
Serializer configuration property:  URI relativity.
uriRelativity(UriRelativity) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Configuration property: URI relativity.
uriRelativity(UriRelativity) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
uriRelativity(UriRelativity) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
uriRelativity(UriRelativity) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
UriRelativity - Enum in org.apache.juneau
Identifies what relative URIs are relative to.
uriRelativity(UriRelativity) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
uriRelativity(UriRelativity) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
uriRelativity(UriRelativity) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
uriResolution(UriResolution) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
uriResolution(UriResolution) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
uriResolution(UriResolution) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
uriResolution(UriResolution) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
uriResolution(UriResolution) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
uriResolution(UriResolution) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
uriResolution(UriResolution) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
uriResolution(UriResolution) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
uriResolution(UriResolution) - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
uriResolution(UriResolution) - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
uriResolution(UriResolution) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
uriResolution(UriResolution) - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
uriResolution(UriResolution) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
uriResolution(UriResolution) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: URI resolution.
uriResolution(UriResolution) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Serializer configuration property:  URI resolution.
uriResolution(UriResolution) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
uriResolution(String) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  URI resolution.
uriResolution(UriResolution) - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
uriResolution(UriResolution) - Method in class org.apache.juneau.serializer.SerializerBuilder
Serializer configuration property:  URI resolution.
uriResolution(UriResolution) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Configuration property: URI resolution.
uriResolution(UriResolution) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
uriResolution(UriResolution) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
uriResolution(UriResolution) - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
UriResolution - Enum in org.apache.juneau
Identifies the possible types of URL resolution.
uriResolution(UriResolution) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
uriResolution(UriResolution) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
uriResolution(UriResolution) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
uriResolver - Variable in class org.apache.juneau.serializer.SerializerWriter
The URI resolver of the request.
UriResolver - Class in org.apache.juneau
Class used to create absolute and root-relative URIs based on your current URI 'location' and rules about how to make such resolutions.
UriResolver(UriResolution, UriRelativity, UriContext) - Constructor for class org.apache.juneau.UriResolver
Constructor.
UriTooLong - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 414 (URI Too Long).
UriTooLong(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.UriTooLong
Constructor.
UriTooLong(String) - Constructor for exception org.apache.juneau.http.exception.UriTooLong
Constructor.
UriTooLong() - Constructor for exception org.apache.juneau.http.exception.UriTooLong
Constructor.
UriTooLong(String, Object...) - Constructor for exception org.apache.juneau.http.exception.UriTooLong
Constructor.
UriTooLong(Throwable) - Constructor for exception org.apache.juneau.http.exception.UriTooLong
Constructor.
UriTooLong - Exception in org.apache.juneau.rest.exception
Deprecated.
UriTooLong(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.UriTooLong
Deprecated.
Constructor.
UriTooLong(String) - Constructor for exception org.apache.juneau.rest.exception.UriTooLong
Deprecated.
Constructor.
UriTooLong() - Constructor for exception org.apache.juneau.rest.exception.UriTooLong
Deprecated.
Constructor.
UriTooLong(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.UriTooLong
Deprecated.
Constructor.
UriTooLong(Throwable) - Constructor for exception org.apache.juneau.rest.exception.UriTooLong
Deprecated.
Constructor.
uriValue(Object) - Method in class org.apache.juneau.json.JsonWriter
Appends a URI to the output.
url(Object) - Method in class org.apache.juneau.dto.swagger.Contact
url(Object) - Method in class org.apache.juneau.dto.swagger.ExternalDocumentation
url(Object) - Method in class org.apache.juneau.dto.swagger.License
url() - Method in class org.apache.juneau.http.annotation.ContactAnnotation
 
url(String) - Method in class org.apache.juneau.http.annotation.ContactAnnotation
Sets the url property on this annotation.
url() - Method in class org.apache.juneau.http.annotation.LicenseAnnotation
 
url(String) - Method in class org.apache.juneau.http.annotation.LicenseAnnotation
Sets the url property on this annotation.
url() - Method in class org.apache.juneau.jsonschema.annotation.ExternalDocsAnnotation
 
url(String) - Method in class org.apache.juneau.jsonschema.annotation.ExternalDocsAnnotation
Sets the url property on this annotation.
urlDecode() - Method in class org.apache.juneau.assertions.FluentStringAssertion
URL-decodes the text in this assertion.
urlDecode(String) - Static method in class org.apache.juneau.internal.StringUtils
Decodes a application/x-www-form-urlencoded string using UTF-8 encoding scheme.
urlEnc() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Convenience method for specifying URL-Encoding as the transmission media type.
urlEnc() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Convenience method for specifying URL-Encoding as the marshalling transmission media type.
urlEnc() - Method in class org.apache.juneau.rest.client2.RestRequest
Convenience method for specifying URL-Encoding as the marshalling transmission media type for this request only.
urlEnc() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Convenience method for setting Accept and Content-Type headers to "application/x-www-form-urlencoded".
urlEnc() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
URLENC_expandedParams - Static variable in class org.apache.juneau.urlencoding.UrlEncodingParser
Configuration property: Parser bean property collections/arrays as separate key/value pairs.
URLENC_expandedParams - Static variable in class org.apache.juneau.urlencoding.UrlEncodingSerializer
Configuration property: Serialize bean property collections/arrays as separate key/value pairs.
urlEncode(Object) - Static method in class org.apache.juneau.internal.StringUtils
Shortcut for calling URLEncoder.encode(o.toString(), "UTF-8").
urlEncode(String) - Static method in class org.apache.juneau.internal.StringUtils
Encodes a application/x-www-form-urlencoded string using UTF-8 encoding scheme.
UrlEncodedFormMatcher - Class in org.apache.juneau.rest.matchers
Predefined matcher for matching requests with content type "application/x-www-form-urlencoded".
UrlEncodedFormMatcher() - Constructor for class org.apache.juneau.rest.matchers.UrlEncodedFormMatcher
 
urlEncodeLax(String) - Static method in class org.apache.juneau.internal.StringUtils
Same as StringUtils.urlEncode(String) except only escapes characters that absolutely need to be escaped.
urlEncodePath(Object) - Static method in class org.apache.juneau.internal.StringUtils
Similar to StringUtils.urlEncode(Object) but doesn't encode "/" characters.
UrlEncodeVar - Class in org.apache.juneau.rest.vars
URL-encoding variable resolver.
UrlEncodeVar() - Constructor for class org.apache.juneau.rest.vars.UrlEncodeVar
Constructor.
URLENCODING - Static variable in class org.apache.juneau.http.MediaType
Reusable predefined media type
UrlEncoding - Class in org.apache.juneau.marshall
A pairing of a UrlEncodingSerializer and UrlEncodingParser into a single class with convenience read/write methods.
UrlEncoding(UrlEncodingSerializer, UrlEncodingParser) - Constructor for class org.apache.juneau.marshall.UrlEncoding
Constructor.
UrlEncoding() - Constructor for class org.apache.juneau.marshall.UrlEncoding
Constructor.
UrlEncoding() - Constructor for class org.apache.juneau.transforms.ParsedReaderSwap.UrlEncoding
Constructor
UrlEncoding - Annotation Type in org.apache.juneau.urlencoding.annotation
Annotation that can be applied to classes, fields, and methods to tweak how they are handled by UrlEncodingSerializer and UrlEncodingParser.
UrlEncodingAnnotation - Class in org.apache.juneau.urlencoding.annotation
A concrete implementation of the UrlEncoding annotation.
UrlEncodingAnnotation(String) - Constructor for class org.apache.juneau.urlencoding.annotation.UrlEncodingAnnotation
Constructor.
UrlEncodingAnnotation(Class<?>) - Constructor for class org.apache.juneau.urlencoding.annotation.UrlEncodingAnnotation
Constructor.
UrlEncodingAnnotation(Method) - Constructor for class org.apache.juneau.urlencoding.annotation.UrlEncodingAnnotation
Constructor.
UrlEncodingAnnotation(Field) - Constructor for class org.apache.juneau.urlencoding.annotation.UrlEncodingAnnotation
Constructor.
UrlEncodingBeanPropertyMeta - Class in org.apache.juneau.urlencoding
Metadata on bean properties specific to the URL-Encoding serializers and parsers pulled from the @UrlEncoding annotation on the bean property.
UrlEncodingBeanPropertyMeta(BeanPropertyMeta, UrlEncodingMetaProvider) - Constructor for class org.apache.juneau.urlencoding.UrlEncodingBeanPropertyMeta
Constructor.
UrlEncodingClassMeta - Class in org.apache.juneau.urlencoding
Metadata on classes specific to the URL-Encoding serializers and parsers pulled from the @UrlEncoding annotation on the class.
UrlEncodingClassMeta(ClassMeta<?>, UrlEncodingMetaProvider) - Constructor for class org.apache.juneau.urlencoding.UrlEncodingClassMeta
Constructor.
UrlEncodingCommon - Interface in org.apache.juneau.urlencoding
Configurable properties common to both the UrlEncodingSerializer and UrlEncodingParser classes.
UrlEncodingConfig - Annotation Type in org.apache.juneau.urlencoding.annotation
Annotation for specifying config properties defined in UrlEncodingSerializer and UrlEncodingParser.
UrlEncodingConfigApply - Class in org.apache.juneau.urlencoding.annotation
Applies UrlEncodingConfig annotations to a PropertyStoreBuilder.
UrlEncodingConfigApply(Class<UrlEncodingConfig>, VarResolverSession) - Constructor for class org.apache.juneau.urlencoding.annotation.UrlEncodingConfigApply
Constructor.
UrlEncodingMetaProvider - Interface in org.apache.juneau.urlencoding
Interface for providing access to UrlEncodingClassMeta and UrlEncodingBeanPropertyMeta objects.
UrlEncodingParser - Class in org.apache.juneau.urlencoding
Parses URL-encoded text into POJO models.
UrlEncodingParser(PropertyStore) - Constructor for class org.apache.juneau.urlencoding.UrlEncodingParser
Constructor.
UrlEncodingParserBuilder - Class in org.apache.juneau.urlencoding
Builder class for building instances of URL-Encoding parsers.
UrlEncodingParserBuilder() - Constructor for class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
Constructor, default settings.
UrlEncodingParserBuilder(PropertyStore) - Constructor for class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
Constructor.
UrlEncodingParserSession - Class in org.apache.juneau.urlencoding
Session object that lives for the duration of a single use of UrlEncodingParser.
UrlEncodingParserSession(UrlEncodingParser, ParserSessionArgs) - Constructor for class org.apache.juneau.urlencoding.UrlEncodingParserSession
Create a new session using properties specified in the context.
UrlEncodingSerializer - Class in org.apache.juneau.urlencoding
Serializes POJO models to URL-encoded notation with UON-encoded values (a notation for URL-encoded query paramter values).
UrlEncodingSerializer(PropertyStore) - Constructor for class org.apache.juneau.urlencoding.UrlEncodingSerializer
Constructor.
UrlEncodingSerializer(PropertyStore, String, String) - Constructor for class org.apache.juneau.urlencoding.UrlEncodingSerializer
Constructor.
UrlEncodingSerializer.Expanded - Class in org.apache.juneau.urlencoding
Equivalent to UrlEncodingSerializer.create().expandedParams().build();.
UrlEncodingSerializer.PlainText - Class in org.apache.juneau.urlencoding
Equivalent to UrlEncodingSerializer.create().plainTextParts().build();.
UrlEncodingSerializer.Readable - Class in org.apache.juneau.urlencoding
Equivalent to UrlEncodingSerializer.create().useWhitespace().build();.
UrlEncodingSerializerBuilder - Class in org.apache.juneau.urlencoding
Builder class for building instances of URL-Encoding serializers.
UrlEncodingSerializerBuilder() - Constructor for class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
Constructor, default settings.
UrlEncodingSerializerBuilder(PropertyStore) - Constructor for class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
Constructor.
UrlEncodingSerializerSession - Class in org.apache.juneau.urlencoding
Session object that lives for the duration of a single use of UrlEncodingSerializer.
UrlEncodingSerializerSession(UrlEncodingSerializer, Boolean, SerializerSessionArgs) - Constructor for class org.apache.juneau.urlencoding.UrlEncodingSerializerSession
Constructor.
UrlPathInfo - Class in org.apache.juneau.rest.util
Represents a parsed URL path-info string.
UrlPathInfo(String) - Constructor for class org.apache.juneau.rest.util.UrlPathInfo
Constructor.
UrlPathPattern - Class in org.apache.juneau.rest.util
A parsed path pattern constructed from a @RestMethod(path) value.
UrlPathPattern(String) - Constructor for class org.apache.juneau.rest.util.UrlPathPattern
Constructor.
urlPathPatternMatch(UrlPathPatternMatch) - Method in class org.apache.juneau.rest.RestCall
Sets the URL path pattern match on this call.
UrlPathPatternMatch - Class in org.apache.juneau.rest.util
Represents a URL path pattern match.
UrlPathPatternMatch(String, int, String[], String[]) - Constructor for class org.apache.juneau.rest.util.UrlPathPatternMatch
Constructor.
UrlVar - Class in org.apache.juneau.rest.vars
URL variable resolver.
UrlVar() - Constructor for class org.apache.juneau.rest.vars.UrlVar
Constructor.
useBeanDefs(boolean) - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
Deprecated.
useBeanDefs() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
HtmlSchemaSerializer configuration property:  Use bean definitions.
useBeanDefs(boolean) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
Deprecated.
useBeanDefs() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
JsonSchemaSerializer configuration property:  Use bean definitions.
useBeanDefs(boolean) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
Deprecated.
useBeanDefs() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
JsonSchemaGenerator configuration property:  Use bean definitions.
useClasspathResourceCaching(boolean) - Method in class org.apache.juneau.rest.RestContextBuilder
RestContext configuration property:  Use classpath resource caching.
useEnumNames(boolean) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
useEnumNames() - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Use enum names.
useEnumNames() - Method in class org.apache.juneau.BeanTraverseBuilder
 
useEnumNames() - Method in class org.apache.juneau.csv.CsvParserBuilder
 
useEnumNames() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
useEnumNames() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
useEnumNames() - Method in class org.apache.juneau.html.HtmlParserBuilder
 
useEnumNames() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
useEnumNames() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
useEnumNames() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
useEnumNames() - Method in class org.apache.juneau.jena.RdfParserBuilder
 
useEnumNames() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
useEnumNames() - Method in class org.apache.juneau.jso.JsoParserBuilder
 
useEnumNames() - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
useEnumNames() - Method in class org.apache.juneau.json.JsonParserBuilder
 
useEnumNames() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
useEnumNames() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
useEnumNames() - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
useEnumNames() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
useEnumNames() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
useEnumNames() - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
useEnumNames() - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
useEnumNames() - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
useEnumNames() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
useEnumNames() - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
useEnumNames() - Method in class org.apache.juneau.parser.ParserBuilder
 
useEnumNames() - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
useEnumNames() - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
useEnumNames() - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
useEnumNames() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
useEnumNames(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
useEnumNames() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
useEnumNames() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
useEnumNames() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
useEnumNames() - Method in class org.apache.juneau.rest.RestContextBuilder
 
useEnumNames() - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
useEnumNames() - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
useEnumNames() - Method in class org.apache.juneau.serializer.SerializerBuilder
 
useEnumNames() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
useEnumNames() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
useEnumNames() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
useEnumNames() - Method in class org.apache.juneau.uon.UonParserBuilder
 
useEnumNames() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
useEnumNames() - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
useEnumNames() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
useEnumNames() - Method in class org.apache.juneau.xml.XmlParserBuilder
 
useEnumNames() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
useEnumNames(boolean) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
useEnumNames() - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
useInterfaceProxies(boolean) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
useInterfaceProxies(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
useInterfaceProxies(boolean) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
useJavaBeanIntrospector(boolean) - Method in class org.apache.juneau.BeanContextBuilder
Deprecated.
useJavaBeanIntrospector() - Method in class org.apache.juneau.BeanContextBuilder
BeanContext configuration property:  Use Java Introspector.
useJavaBeanIntrospector() - Method in class org.apache.juneau.BeanTraverseBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.csv.CsvParserBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.html.HtmlParserBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.jena.RdfParserBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.jso.JsoParserBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.json.JsonParserBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.parser.InputStreamParserBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.parser.ParserBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.parser.ParserGroupBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.parser.ReaderParserBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
useJavaBeanIntrospector(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.rest.RestContextBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.rest.RestMethodContextBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.serializer.OutputStreamSerializerBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.serializer.SerializerBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.uon.UonParserBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.xml.XmlParserBuilder
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
useJavaBeanIntrospector(boolean) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
useJavaBeanIntrospector() - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
usemap(String) - Method in class org.apache.juneau.dto.html5.Img
usemap attribute.
usemap(String) - Method in class org.apache.juneau.dto.html5.Object_
usemap attribute.
UseProxy - Class in org.apache.juneau.http.response
Represents an HTTP 305 Use Proxy response.
UseProxy() - Constructor for class org.apache.juneau.http.response.UseProxy
Constructor using HTTP-standard message.
UseProxy(String) - Constructor for class org.apache.juneau.http.response.UseProxy
Constructor using custom message.
UseProxy - Class in org.apache.juneau.rest.response
Deprecated.
UseProxy() - Constructor for class org.apache.juneau.rest.response.UseProxy
Deprecated.
Constructor using HTTP-standard message.
UseProxy(String) - Constructor for class org.apache.juneau.rest.response.UseProxy
Deprecated.
Constructor using custom message.
UserAgent - Class in org.apache.juneau.http.header
Represents a parsed User-Agent HTTP request header.
UserAgent(Object) - Constructor for class org.apache.juneau.http.header.UserAgent
Constructor.
UserAgent(String) - Constructor for class org.apache.juneau.http.header.UserAgent
Constructor
userAgent(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the value for the User-Agent request header.
userAgent(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the value for the User-Agent request header.
userAgent(String) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
userAgent(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the User-Agent request header on all requests.
userAgent(String) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Assigns User-Agent value.
userAgent(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the User-Agent request header.
userAgent(Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Specifies the User-Agent header value on the request.
userAgent(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
userAgent(String) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
userInfo(String) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the URI user info.
userInfo(String, String) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the URI user info.
userInfo(String) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the URI user info.
userInfo(String, String) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the URI user info.
userPrincipal(Principal) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Fluent setter.
userPrincipal(Principal) - Method in class org.apache.juneau.rest.mock2.MockRestRequest
Overrides the user principal on the underlying HttpServletRequest object.
userPrincipal(Principal) - Method in class org.apache.juneau.rest.mock2.MockServletRequest
Fluent setter.
userTokenHandler(UserTokenHandler) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
userTokenHandler(UserTokenHandler) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Assigns UserTokenHandler instance.
userTokenHandler(UserTokenHandler) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
useStackTraceHashes(boolean) - Method in class org.apache.juneau.rest.RestContextBuilder
Deprecated.
useStackTraceHashing() - Method in class org.apache.juneau.rest.annotation.LoggingAnnotation
 
useStackTraceHashing(Boolean) - Method in class org.apache.juneau.rest.RestCallLoggerConfig.Builder
Enables the use of stacktrace hashing.
useStackTraceHashing() - Method in class org.apache.juneau.rest.RestCallLoggerConfig.Builder
Shortcut for calling useStackTraceHashing(true);.
useSystemProperties() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
 
useSystemProperties() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Use system properties when creating and configuring default implementations.
useSystemProperties() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
useWatcher() - Method in class org.apache.juneau.config.store.ConfigFileStoreBuilder
Configuration property: Use watcher.
useWhitespace() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
useWhitespace() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
useWhitespace() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
useWhitespace() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
useWhitespace() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
useWhitespace() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
useWhitespace() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
useWhitespace() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
useWhitespace() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
useWhitespace() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
useWhitespace() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
useWhitespace(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Use whitespace.
useWhitespace() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Use whitespace.
useWhitespace() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
WriterSerializer configuration property:  Use whitespace.
useWhitespace() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
useWhitespace(boolean) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Deprecated.
useWhitespace() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Configuration property: Use whitespace.
useWhitespace(Boolean) - Method in class org.apache.juneau.serializer.SerializerSessionArgs
Use whitespace.
useWhitespace - Variable in class org.apache.juneau.serializer.SerializerWriter
Use-whitespace flag.
useWhitespace(boolean) - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
Deprecated.
useWhitespace() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
WriterSerializer configuration property:  Use whitespace.
useWhitespace() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
useWhitespace() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
useWhitespace() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
useWhitespace() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
useWhitespace(boolean) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
useWhitespace() - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
useXmlNamespaces(boolean) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  Reuse XML namespaces when RDF namespaces not specified.
UTF8 - Static variable in class org.apache.juneau.internal.IOUtils
UTF-8 charset

V

validateContextPath(String) - Static method in class org.apache.juneau.rest.util.RestUtils
Throws a RuntimeException if the method RestUtils.isValidContextPath(String) returns false for the specified value.
validateEnd(boolean) - Method in class org.apache.juneau.json.JsonParserBuilder
Deprecated.
validateEnd() - Method in class org.apache.juneau.json.JsonParserBuilder
JsonParser configuration property:  Validate end.
validateEnd() - Method in class org.apache.juneau.json.SimpleJsonParserBuilder
 
validateEnd() - Method in class org.apache.juneau.oapi.OpenApiParserBuilder
 
validateEnd(boolean) - Method in class org.apache.juneau.uon.UonParserBuilder
Deprecated.
validateEnd() - Method in class org.apache.juneau.uon.UonParserBuilder
UonParser configuration property:  Validate end.
validateEnd() - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
validateInput(String) - Method in class org.apache.juneau.httppart.HttpPartSchema
Throws a ParseException if the specified pre-parsed input does not validate against this schema.
validateOutput(T, BeanContext) - Method in class org.apache.juneau.httppart.HttpPartSchema
Throws a ParseException if the specified parsed output does not validate against this schema.
validatePathInfo(String) - Static method in class org.apache.juneau.rest.util.RestUtils
Throws a RuntimeException if the method RestUtils.isValidPathInfo(String) returns false for the specified value.
validateServletPath(String) - Static method in class org.apache.juneau.rest.util.RestUtils
Throws a RuntimeException if the method RestUtils.isValidServletPath(String) returns false for the specified value.
validating() - Method in class org.apache.juneau.html.HtmlParserBuilder
 
validating(boolean) - Method in class org.apache.juneau.xml.XmlParserBuilder
Deprecated.
validating() - Method in class org.apache.juneau.xml.XmlParserBuilder
XmlParser configuration property:  Enable validation.
value() - Method in class org.apache.juneau.annotation.BeanpAnnotation
 
value(String) - Method in class org.apache.juneau.annotation.BeanpAnnotation
Sets the value property on this annotation.
value() - Method in class org.apache.juneau.annotation.ExampleAnnotation
 
value(String) - Method in class org.apache.juneau.annotation.ExampleAnnotation
Sets the value property on this annotation.
value() - Method in class org.apache.juneau.annotation.SwapAnnotation
 
value(Class<?>) - Method in class org.apache.juneau.annotation.SwapAnnotation
Sets the value property on this annotation.
value(Object) - Method in class org.apache.juneau.dto.html5.Button
value attribute.
value(Object) - Method in class org.apache.juneau.dto.html5.Data
value attribute.
value(Object) - Method in class org.apache.juneau.dto.html5.Input
value attribute.
value(Object) - Method in class org.apache.juneau.dto.html5.Meter
value attribute.
value(Object) - Method in class org.apache.juneau.dto.html5.Option
value attribute.
value(Object) - Method in class org.apache.juneau.dto.html5.Param
value attribute.
value(Object) - Method in class org.apache.juneau.dto.html5.Progress
value attribute.
value() - Method in class org.apache.juneau.http.annotation.BodyAnnotation
 
value(String[]) - Method in class org.apache.juneau.http.annotation.BodyAnnotation
Sets the value property on this annotation.
value() - Method in class org.apache.juneau.http.annotation.ContactAnnotation
 
value(String[]) - Method in class org.apache.juneau.http.annotation.ContactAnnotation
Sets the value property on this annotation.
value() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
value(String) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the value property on this annotation.
value() - Method in class org.apache.juneau.http.annotation.HasFormDataAnnotation
 
value(String) - Method in class org.apache.juneau.http.annotation.HasFormDataAnnotation
Sets the value property on this annotation.
value() - Method in class org.apache.juneau.http.annotation.HasQueryAnnotation
 
value(String) - Method in class org.apache.juneau.http.annotation.HasQueryAnnotation
Sets the value property on this annotation.
value() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
value(String) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the value property on this annotation.
value() - Method in class org.apache.juneau.http.annotation.LicenseAnnotation
 
value(String[]) - Method in class org.apache.juneau.http.annotation.LicenseAnnotation
Sets the value property on this annotation.
value() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
value(String) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the value property on this annotation.
value() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
value(String) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the value property on this annotation.
value() - Method in class org.apache.juneau.http.annotation.ResponseAnnotation
 
value(int[]) - Method in class org.apache.juneau.http.annotation.ResponseAnnotation
Sets the value property on this annotation.
value() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
value(String) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the value property on this annotation.
value() - Method in class org.apache.juneau.http.annotation.TagAnnotation
 
value(String[]) - Method in class org.apache.juneau.http.annotation.TagAnnotation
Sets the property on this annotation.
value() - Method in class org.apache.juneau.jsonschema.annotation.ExternalDocsAnnotation
 
value(String...) - Method in class org.apache.juneau.jsonschema.annotation.ExternalDocsAnnotation
Sets the value property on this annotation.
value() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
value(String...) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the value property on this annotation.
value() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
value(String...) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the value property on this annotation.
value() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
value(String...) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the value property on this annotation.
value() - Method in class org.apache.juneau.rest.annotation.MethodAnnotationSwagger
 
Value<T> - Class in org.apache.juneau
Represents a simple settable value.
Value() - Constructor for class org.apache.juneau.Value
Constructor.
Value(T) - Constructor for class org.apache.juneau.Value
Constructor.
ValueListener<T> - Interface in org.apache.juneau
Simple listener for the Value class.
valueOf(String) - Static method in enum org.apache.juneau.AddFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.BinaryFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.config.ConfigMod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.config.event.ConfigEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.config.store.WatcherSensitivity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.DetailLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.dto.jsonschema.JsonType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.html.AnchorText
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.html.annotation.HtmlFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.html.AsideFloat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.http.remote.RemoteReturn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.httppart.HttpPartCollectionFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.httppart.HttpPartDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.httppart.HttpPartFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.httppart.HttpPartType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.internal.StateMachineState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.jena.RdfCollectionFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.jsonschema.TypeCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.pojotools.Equality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.PropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.reflect.ReflectFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.rest.annotation.HookEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.rest.client.HttpMethod
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.rest.client.remote.RemoteReturn
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.rest.Enablement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.rest.RestCallLoggingDetail
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.rest.RestParamType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.uon.ParamFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.UriRelativity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.UriResolution
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.utils.CalendarUtils.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.Visibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.xml.annotation.XmlFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.juneau.xml.XmlSerializerSession.ContentResult
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.juneau.AddFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.BinaryFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.config.ConfigMod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.config.event.ConfigEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.config.store.WatcherSensitivity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.DetailLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.dto.jsonschema.JsonType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.html.AnchorText
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.html.annotation.HtmlFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.html.AsideFloat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.http.remote.RemoteReturn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.httppart.HttpPartCollectionFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.httppart.HttpPartDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.httppart.HttpPartFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.httppart.HttpPartType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.internal.StateMachineState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.jena.RdfCollectionFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.jsonschema.TypeCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.pojotools.Equality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.PropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.reflect.ReflectFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.rest.annotation.HookEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.rest.client.HttpMethod
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.rest.client.remote.RemoteReturn
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.rest.Enablement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.rest.RestCallLoggingDetail
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.rest.RestParamType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.uon.ParamFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.UriRelativity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.UriResolution
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.utils.CalendarUtils.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.xml.annotation.XmlFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.juneau.xml.XmlSerializerSession.ContentResult
Returns an array containing the constants of this enum type, in the order they are declared.
var() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Var element.
var(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Var element with the specified child nodes.
Var - Class in org.apache.juneau.dto.html5
DTO for an HTML <var> element.
Var() - Constructor for class org.apache.juneau.dto.html5.Var
Creates an empty Var element.
Var(Object...) - Constructor for class org.apache.juneau.dto.html5.Var
Creates a Var element with the specified child nodes.
Var - Class in org.apache.juneau.svl
Abstract superclass of all Simple Var Language variables.
Var(String, boolean) - Constructor for class org.apache.juneau.svl.Var
Constructor.
varContext(String, Object) - Method in class org.apache.juneau.microservice.jetty.JettyMicroserviceBuilder
 
varContext(String, Object) - Method in class org.apache.juneau.microservice.MicroserviceBuilder
Adds a var resolver context object for vars defined in the configuration and var resolver.
varContextObject(String, Object) - Method in class org.apache.juneau.rest.RestContextBuilder
Adds a var context object to this config.
VariantAlsoNegotiates - Exception in org.apache.juneau.http.exception
Exception representing an HTTP 506 (Variant Also Negotiate).
VariantAlsoNegotiates(Throwable, String, Object...) - Constructor for exception org.apache.juneau.http.exception.VariantAlsoNegotiates
Constructor.
VariantAlsoNegotiates(String) - Constructor for exception org.apache.juneau.http.exception.VariantAlsoNegotiates
Constructor.
VariantAlsoNegotiates() - Constructor for exception org.apache.juneau.http.exception.VariantAlsoNegotiates
Constructor.
VariantAlsoNegotiates(String, Object...) - Constructor for exception org.apache.juneau.http.exception.VariantAlsoNegotiates
Constructor.
VariantAlsoNegotiates(Throwable) - Constructor for exception org.apache.juneau.http.exception.VariantAlsoNegotiates
Constructor.
VariantAlsoNegotiates - Exception in org.apache.juneau.rest.exception
Deprecated.
VariantAlsoNegotiates(Throwable, String, Object...) - Constructor for exception org.apache.juneau.rest.exception.VariantAlsoNegotiates
Deprecated.
Constructor.
VariantAlsoNegotiates(String) - Constructor for exception org.apache.juneau.rest.exception.VariantAlsoNegotiates
Deprecated.
Constructor.
VariantAlsoNegotiates() - Constructor for exception org.apache.juneau.rest.exception.VariantAlsoNegotiates
Deprecated.
Constructor.
VariantAlsoNegotiates(String, Object...) - Constructor for exception org.apache.juneau.rest.exception.VariantAlsoNegotiates
Deprecated.
Constructor.
VariantAlsoNegotiates(Throwable) - Constructor for exception org.apache.juneau.rest.exception.VariantAlsoNegotiates
Deprecated.
Constructor.
varResolver(VarResolver) - Method in class org.apache.juneau.config.ConfigBuilder
Config configuration property:  SVL variable resolver.
varResolver(Class<? extends VarResolver>) - Method in class org.apache.juneau.config.ConfigBuilder
Config configuration property:  SVL variable resolver.
VarResolver - Class in org.apache.juneau.svl
Utility class for resolving variables of the form "$X{key}" in strings.
VarResolverBuilder - Class in org.apache.juneau.svl
Builder class for building instances of VarResolver.
VarResolverBuilder() - Constructor for class org.apache.juneau.svl.VarResolverBuilder
 
VarResolverContext - Class in org.apache.juneau.svl
Configurable properties on the VarResolver class.
VarResolverContext(Class<? extends Var>[], Map<String, Object>) - Constructor for class org.apache.juneau.svl.VarResolverContext
Constructor.
VarResolverException - Exception in org.apache.juneau.svl
Exception that occurs during a var resolver session.
VarResolverException(Throwable, String, Object...) - Constructor for exception org.apache.juneau.svl.VarResolverException
Constructor.
VarResolverException(String, Object...) - Constructor for exception org.apache.juneau.svl.VarResolverException
Constructor.
VarResolverSession - Class in org.apache.juneau.svl
A var resolver session that combines a VarResolver with one or more session objects.
VarResolverSession(VarResolverContext, Map<String, Object>) - Constructor for class org.apache.juneau.svl.VarResolverSession
Constructor.
vars(Class<? extends Var>...) - Method in class org.apache.juneau.microservice.jetty.JettyMicroserviceBuilder
 
vars(Class<? extends Var>...) - Method in class org.apache.juneau.microservice.MicroserviceBuilder
Augments the set of variables defined in the configuration and var resolver.
vars(Class<?>...) - Method in class org.apache.juneau.rest.RestContextBuilder
Adds the specified Var classes to this config.
vars(Class<?>...) - Method in class org.apache.juneau.svl.VarResolverBuilder
Register new variables with this resolver.
varSessionObject(String, Object) - Method in class org.apache.juneau.serializer.SerializerSession
Adds a session object to the VarResolverSession in this session.
Vary - Class in org.apache.juneau.http.header
Represents a parsed Vary HTTP response header.
Vary(Object) - Constructor for class org.apache.juneau.http.header.Vary
Constructor.
Vary(String) - Constructor for class org.apache.juneau.http.header.Vary
Constructor
verbose(Boolean) - Method in class org.apache.juneau.rest.RestCallLoggerRule.Builder
verbose() - Method in class org.apache.juneau.rest.RestCallLoggerRule.Builder
Shortcut for calling verbose(true);
Verify - Class in org.apache.juneau.assertions
Utility class for performing simple validations on objects.
Verify(Object) - Constructor for class org.apache.juneau.assertions.Verify
Create a new verifier object.
verify(Object) - Static method in class org.apache.juneau.assertions.Verify
Create a new verifier object.
version(String) - Method in class org.apache.juneau.dto.atom.Generator
Sets the version of this generator statement.
version(Object) - Method in class org.apache.juneau.dto.swagger.Info
Version - Class in org.apache.juneau.internal
Represents a version string such as "1.2" or "1.2.3"
Version(String) - Constructor for class org.apache.juneau.internal.Version
Constructor
VersionRange - Class in org.apache.juneau.internal
Represents an OSGi-style version range like "1.2" or "[1.0,2.0)".
VersionRange(String) - Constructor for class org.apache.juneau.internal.VersionRange
Constructor.
Via - Class in org.apache.juneau.http.header
Represents a parsed Via HTTP response header.
Via(Object) - Constructor for class org.apache.juneau.http.header.Via
Constructor.
Via(String) - Constructor for class org.apache.juneau.http.header.Via
Constructor
via(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the value for the Via request header.
via(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the value for the Via request header.
via(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the Via request header on all requests.
via(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the Via request header.
via(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
video() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Video element.
video(Object) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates a Video element with the specified Video.src(Object) attribute.
Video - Class in org.apache.juneau.dto.html5
DTO for an HTML <video> element.
Video() - Constructor for class org.apache.juneau.dto.html5.Video
Creates an empty Video element.
Video(Object) - Constructor for class org.apache.juneau.dto.html5.Video
Creates a Video element with the specified Video.src(Object) attribute.
view(String) - Method in class org.apache.juneau.utils.SearchArgs.Builder
Specifies the list of columns to view.
view(Collection<String>) - Method in class org.apache.juneau.utils.SearchArgs.Builder
Specifies the list of columns to view.
ViewArgs - Class in org.apache.juneau.pojotools
Encapsulates arguments for the PojoViewer class.
ViewArgs(String...) - Constructor for class org.apache.juneau.pojotools.ViewArgs
Constructor.
ViewArgs(Collection<String>) - Constructor for class org.apache.juneau.pojotools.ViewArgs
Constructor.
viewFile(RestResponse, String) - Method in class org.apache.juneau.microservice.resources.DirectoryResource
 
viewFile(RestResponse, String, boolean, String, String, String, String[], String[]) - Method in class org.apache.juneau.microservice.resources.LogsResource
 
viewParsedEntries(RestRequest, String, String, String, String, String[], String[]) - Method in class org.apache.juneau.microservice.resources.LogsResource
 
visibility(String, String) - Method in class org.apache.juneau.ConfigApply
Resolves the specified string and converts it to a Visibility.
Visibility - Enum in org.apache.juneau
Defines class/field/method visibilities.

W

warn(String, Object...) - Method in class org.apache.juneau.microservice.jetty.JettyLogger
 
warn(Throwable) - Method in class org.apache.juneau.microservice.jetty.JettyLogger
 
warn(String, Throwable) - Method in class org.apache.juneau.microservice.jetty.JettyLogger
 
Warning - Class in org.apache.juneau.http.header
Represents a parsed Warning HTTP request/response header.
Warning(Object) - Constructor for class org.apache.juneau.http.header.Warning
Constructor.
Warning(String) - Constructor for class org.apache.juneau.http.header.Warning
Constructor
warning(String, Object...) - Method in class org.apache.juneau.internal.JuneauLogger
Deprecated.
Logs a message with the specified MessageFormat-style arguments at Level.WARNING level.
warning(Throwable) - Method in class org.apache.juneau.internal.JuneauLogger
Deprecated.
Logs an exception as Level.WARNING level.
warning(Throwable, String, Object...) - Method in class org.apache.juneau.internal.JuneauLogger
Deprecated.
Logs a message with the specified MessageFormat-style arguments at Level.WARNING level.
warning(Object) - Method in class org.apache.juneau.rest.client.RestCall
Deprecated.
Sets the value for the Warning request header.
warning(Object) - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Sets the value for the Warning request header.
warning(Object) - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Sets the value for the Warning request header on all requests.
warning(Object) - Method in class org.apache.juneau.rest.client2.RestRequest
Sets the value for the Warning request header.
warning(Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Specifies the Warning header value on the request.
warning(Object) - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
watcherSensitivity(WatcherSensitivity) - Method in class org.apache.juneau.config.store.ConfigFileStoreBuilder
Configuration property: Watcher sensitivity.
watcherSensitivity(String) - Method in class org.apache.juneau.config.store.ConfigFileStoreBuilder
Configuration property: Watcher sensitivity.
WatcherSensitivity - Enum in org.apache.juneau.config.store
Determines how often the file system is polled by the watcher in ConfigFileStore.
wbr() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
Creates an empty Wbr element.
Wbr - Class in org.apache.juneau.dto.html5
DTO for an HTML <wbr> element.
Wbr() - Constructor for class org.apache.juneau.dto.html5.Wbr
Creates an empty Wbr element.
WeightedAverage - Class in org.apache.juneau.utils
A simple weighted average of numbers.
WeightedAverage() - Constructor for class org.apache.juneau.utils.WeightedAverage
 
Widget - Class in org.apache.juneau.rest.widget
Defines an interface for resolvers of "$W{...}" string variables.
Widget() - Constructor for class org.apache.juneau.rest.widget.Widget
 
widgets(Class<? extends HtmlWidget>...) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
HtmlDocSerializer configuration property:  HTML Widgets.
widgets(HtmlWidget...) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
HtmlDocSerializer configuration property:  HTML Widgets.
widgets(Class<? extends Widget>...) - Method in class org.apache.juneau.rest.RestContextBuilder
Deprecated.
widgets(Widget...) - Method in class org.apache.juneau.rest.RestContextBuilder
Deprecated.
widgetsReplace(Class<? extends HtmlWidget>...) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
HtmlDocSerializer configuration property:  HTML Widgets.
widgetsReplace(HtmlWidget...) - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
HtmlDocSerializer configuration property:  HTML Widgets.
widgetsReplace(Class<? extends Widget>...) - Method in class org.apache.juneau.rest.RestContextBuilder
Deprecated.
widgetsReplace(Widget...) - Method in class org.apache.juneau.rest.RestContextBuilder
Deprecated.
WidgetVar - Class in org.apache.juneau.rest.vars
Deprecated.
WidgetVar() - Constructor for class org.apache.juneau.rest.vars.WidgetVar
Deprecated.
Constructor.
width(Object) - Method in class org.apache.juneau.dto.html5.Canvas
width attribute.
width(Object) - Method in class org.apache.juneau.dto.html5.Embed
width attribute.
width(Object) - Method in class org.apache.juneau.dto.html5.Iframe
width attribute.
width(Object) - Method in class org.apache.juneau.dto.html5.Img
width attribute.
width(Object) - Method in class org.apache.juneau.dto.html5.Input
width attribute.
width(Object) - Method in class org.apache.juneau.dto.html5.Object_
width attribute.
width(Object) - Method in class org.apache.juneau.dto.html5.Video
width attribute.
willExceedDepth() - Method in class org.apache.juneau.BeanTraverseSession
Returns true if we're about to exceed the max depth for the document.
willRecurse(String, Object, ClassMeta<?>) - Method in class org.apache.juneau.BeanTraverseSession
Returns true if BeanTraverseContext.BEANTRAVERSE_detectRecursions is enabled, and the specified object is already higher up in the traversal chain.
WINDOWS - Static variable in class org.apache.juneau.utils.ProcBuilder
Operating system matcher: Any Windows system.
withTemplate() - Method in class org.apache.juneau.transform.PojoSwap
Returns additional context information for this swap.
withTemplate(String) - Method in class org.apache.juneau.transform.PojoSwap
Sets the template string on this swap.
wo() - Method in class org.apache.juneau.annotation.BeanpAnnotation
 
wo(String) - Method in class org.apache.juneau.annotation.BeanpAnnotation
Sets the wo property on this annotation.
workingDir(File) - Method in class org.apache.juneau.microservice.jetty.JettyMicroserviceBuilder
 
workingDir(String) - Method in class org.apache.juneau.microservice.jetty.JettyMicroserviceBuilder
 
workingDir(File) - Method in class org.apache.juneau.microservice.MicroserviceBuilder
Specifies the directory to use to resolve the config file and other paths defined with the config file.
workingDir(String) - Method in class org.apache.juneau.microservice.MicroserviceBuilder
Specifies the directory to use to resolve the config file and other paths defined with the config file.
wrap(String) - Method in class org.apache.juneau.dto.html5.Textarea
wrap attribute.
wrap(HttpServletRequest) - Static method in class org.apache.juneau.rest.util.CachingHttpServletRequest
Wraps the specified request inside a CachingHttpServletRequest if it isn't already.
wrap(HttpServletResponse) - Static method in class org.apache.juneau.rest.util.CachingHttpServletResponse
Wraps the specified response inside a CachingHttpServletResponse if it isn't already.
wrapped(Object) - Method in class org.apache.juneau.dto.swagger.Xml
wrapperAttr() - Method in class org.apache.juneau.json.annotation.JsonAnnotation
 
wrapperAttr(String) - Method in class org.apache.juneau.json.annotation.JsonAnnotation
Sets the wrapperAttr property on this annotation.
Writable - Interface in org.apache.juneau
Interface that identifies that an object can be serialized directly to a writer.
write(String, String, String) - Method in class org.apache.juneau.config.store.ConfigClasspathStore
 
write(String, String, String) - Method in class org.apache.juneau.config.store.ConfigFileStore
 
write(String, String, String) - Method in class org.apache.juneau.config.store.ConfigMemoryStore
 
write(String, String, String) - Method in class org.apache.juneau.config.store.ConfigStore
Saves the contents of the configuration file if the underlying storage hasn't been modified.
write(File, Reader) - Static method in class org.apache.juneau.internal.IOUtils
Writes the contents of the specified Reader to the specified file.
write(File, InputStream) - Static method in class org.apache.juneau.internal.IOUtils
Writes the contents of the specified InputStream to the specified file.
write(String, String) - Static method in class org.apache.juneau.internal.IOUtils
Writes the specified string to the specified file.
write(int) - Method in class org.apache.juneau.internal.NoCloseOutputStream
 
write(byte[]) - Method in class org.apache.juneau.internal.NoCloseOutputStream
 
write(byte[], int, int) - Method in class org.apache.juneau.internal.NoCloseOutputStream
 
write(char[]) - Method in class org.apache.juneau.internal.NoCloseWriter
 
write(char[], int, int) - Method in class org.apache.juneau.internal.NoCloseWriter
 
write(int) - Method in class org.apache.juneau.internal.NoCloseWriter
 
write(String) - Method in class org.apache.juneau.internal.NoCloseWriter
 
write(String, int, int) - Method in class org.apache.juneau.internal.NoCloseWriter
 
write(int) - Method in class org.apache.juneau.internal.StringBuilderWriter
 
write(char[], int, int) - Method in class org.apache.juneau.internal.StringBuilderWriter
 
write(String) - Method in class org.apache.juneau.internal.StringBuilderWriter
 
write(String, int, int) - Method in class org.apache.juneau.internal.StringBuilderWriter
 
write(int) - Method in class org.apache.juneau.internal.TeeOutputStream
 
write(byte[], int, int) - Method in class org.apache.juneau.internal.TeeOutputStream
 
write(char[], int, int) - Method in class org.apache.juneau.internal.TeeWriter
 
write(byte[], int, int) - Method in class org.apache.juneau.internal.WriterOutputStream
Write bytes from the specified byte array to the stream.
write(byte[]) - Method in class org.apache.juneau.internal.WriterOutputStream
Write bytes from the specified byte array to the stream.
write(int) - Method in class org.apache.juneau.internal.WriterOutputStream
Write a single byte to the stream.
write(Object) - Method in class org.apache.juneau.marshall.CharMarshall
Serializes a POJO directly to a String.
write(Object) - Method in class org.apache.juneau.marshall.Marshall
Serializes a POJO directly to either a String or byte[] depending on the serializer type.
write(Object, Object) - Method in class org.apache.juneau.marshall.Marshall
Serializes a POJO to the specified output stream or writer.
write(Object) - Method in class org.apache.juneau.marshall.StreamMarshall
Serializes a POJO directly to a byte[].
write(int) - Method in class org.apache.juneau.msgpack.MsgPackOutputStream
 
write(byte[], int, int) - Method in class org.apache.juneau.rest.util.FinishableServletOutputStream
 
write(int) - Method in class org.apache.juneau.rest.util.FinishableServletOutputStream
 
write(char[], int, int) - Method in class org.apache.juneau.serializer.SerializerWriter
 
write(ZipOutputStream) - Method in class org.apache.juneau.utils.ZipFileList.FileEntry
 
write(ZipOutputStream) - Method in interface org.apache.juneau.utils.ZipFileList.ZipFileEntry
Write this entry to the specified output stream.
writeProperties(String, Object, boolean) - Method in class org.apache.juneau.config.Config
Copies the entries in a section to the specified bean by calling the public setters on that bean.
writeProperty(Object, String, Object) - Method in class org.apache.juneau.transform.BeanFilter
Calls the BeanInterceptor.writeProperty(Object, String, Object) method on the registered property filters.
writeProperty(T, String, Object) - Method in class org.apache.juneau.transform.BeanInterceptor
Property write interceptor.
writeProperty(Object, String, Object) - Method in class org.apache.juneau.transform.PropertyFilter
Deprecated.
Property write interceptor.
WriterOutputStream - Class in org.apache.juneau.internal
OutputStream implementation that transforms a byte stream to a character stream using a specified charset encoding and writes the resulting stream to a Writer.
WriterOutputStream(Writer, CharsetDecoder) - Constructor for class org.apache.juneau.internal.WriterOutputStream
Constructs a new WriterOutputStream with a default output buffer size of 1024 characters.
WriterOutputStream(Writer, CharsetDecoder, int, boolean) - Constructor for class org.apache.juneau.internal.WriterOutputStream
Constructs a new WriterOutputStream.
WriterOutputStream(Writer, Charset, int, boolean) - Constructor for class org.apache.juneau.internal.WriterOutputStream
Constructs a new WriterOutputStream.
WriterOutputStream(Writer, Charset) - Constructor for class org.apache.juneau.internal.WriterOutputStream
Constructs a new WriterOutputStream with a default output buffer size of 1024 characters.
WriterOutputStream(Writer, String, int, boolean) - Constructor for class org.apache.juneau.internal.WriterOutputStream
Constructs a new WriterOutputStream.
WriterOutputStream(Writer, String) - Constructor for class org.apache.juneau.internal.WriterOutputStream
Constructs a new WriterOutputStream with a default output buffer size of 1024 characters.
WriterSerializer - Class in org.apache.juneau.serializer
Subclass of Serializer for character-based serializers.
WriterSerializer(PropertyStore, String, String) - Constructor for class org.apache.juneau.serializer.WriterSerializer
Constructor.
WriterSerializerBuilder - Class in org.apache.juneau.serializer
Base class for all writer-based serializer builders.
WriterSerializerBuilder() - Constructor for class org.apache.juneau.serializer.WriterSerializerBuilder
Constructor, default settings.
WriterSerializerBuilder(PropertyStore) - Constructor for class org.apache.juneau.serializer.WriterSerializerBuilder
Constructor.
WriterSerializerSession - Class in org.apache.juneau.serializer
Subclass of SerializerSession for character-based serializers.
WriterSerializerSession(WriterSerializer, SerializerSessionArgs) - Constructor for class org.apache.juneau.serializer.WriterSerializerSession
Create a new session using properties specified in the context.
WriterSerializerSession(SerializerSessionArgs) - Constructor for class org.apache.juneau.serializer.WriterSerializerSession
Constructor for sessions that don't require context.
writeTo(Writer) - Method in class org.apache.juneau.collections.OList
Convenience method for serializing this OList to the specified Writer using the JsonSerializer.DEFAULT serializer.
writeTo(Writer) - Method in class org.apache.juneau.collections.OMap
Convenience method for serializing this map to the specified Writer using the JsonSerializer.DEFAULT serializer.
writeTo(Writer) - Method in class org.apache.juneau.config.Config
Saves this config file to the specified writer as an INI file.
writeTo(Writer) - Method in class org.apache.juneau.config.internal.ConfigMap
Serializes this map to the specified writer.
writeTo(HtmlDocSerializerSession, HtmlWriter, Object) - Method in class org.apache.juneau.html.BasicHtmlDocTemplate
 
writeTo(HtmlDocSerializerSession, HtmlWriter, Object) - Method in interface org.apache.juneau.html.HtmlDocTemplate
Renders the contents of the <head> element.
writeTo(OutputStream) - Method in class org.apache.juneau.http.BasicHttpEntity
 
writeTo(OutputStream) - Method in class org.apache.juneau.http.SerializedHttpEntity
 
writeTo(Writer) - Method in class org.apache.juneau.microservice.resources.LogParser
Serializes the contents of the parsed log file to the specified writer and then closes the underlying reader.
writeTo(OutputStream) - Method in class org.apache.juneau.rest.client.RestRequestEntity
Deprecated.
 
writeTo(OutputStream) - Method in class org.apache.juneau.rest.client2.RestResponseBody
Writes the entity content out to the output stream.
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.juneau.rest.jaxrs.BaseProvider
 
writeTo(Writer) - Method in class org.apache.juneau.utils.StringMessage
 
writeTo(Writer) - Method in class org.apache.juneau.utils.StringObject
 
writeTo(Writer) - Method in interface org.apache.juneau.Writable
Serialize this object to the specified writer.
ws() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
ws() - Method in class org.apache.juneau.html.HtmlDocSerializerBuilder
 
ws() - Method in class org.apache.juneau.html.HtmlSchemaSerializerBuilder
 
ws() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
ws() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerBuilder
 
ws() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
ws() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
ws() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
ws() - Method in class org.apache.juneau.json.SimpleJsonSerializerBuilder
 
ws() - Method in class org.apache.juneau.oapi.OpenApiSerializerBuilder
 
ws() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
ws() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Configuration property: Use whitespace.
ws() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
WriterSerializer configuration property:  Use whitespace.
ws() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
ws() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
Configuration property: Use whitespace.
ws() - Method in class org.apache.juneau.serializer.WriterSerializerBuilder
WriterSerializer configuration property:  Use whitespace.
ws() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
ws() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
ws() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
ws() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
ws() - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 
WSERIALIZER_fileCharset - Static variable in class org.apache.juneau.serializer.WriterSerializer
Configuration property: File charset.
WSERIALIZER_maxIndent - Static variable in class org.apache.juneau.serializer.WriterSerializer
Configuration property: Maximum indentation.
WSERIALIZER_quoteChar - Static variable in class org.apache.juneau.serializer.WriterSerializer
Configuration property: Quote character.
WSERIALIZER_streamCharset - Static variable in class org.apache.juneau.serializer.WriterSerializer
Configuration property: Output stream charset.
WSERIALIZER_useWhitespace - Static variable in class org.apache.juneau.serializer.WriterSerializer
Configuration property: Use whitespace.
WwwAuthenticate - Class in org.apache.juneau.http.header
Represents a parsed WWW-Authenticate HTTP response header.
WwwAuthenticate(Object) - Constructor for class org.apache.juneau.http.header.WwwAuthenticate
Constructor.
WwwAuthenticate(String) - Constructor for class org.apache.juneau.http.header.WwwAuthenticate
Constructor

X

xml(Object) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
xml() - Static method in class org.apache.juneau.dto.swagger.SwaggerBuilder
Creates an empty Xml element.
Xml - Class in org.apache.juneau.dto.swagger
A metadata object that allows for more fine-tuned XML model definitions.
Xml() - Constructor for class org.apache.juneau.dto.swagger.Xml
Default constructor.
Xml(Xml) - Constructor for class org.apache.juneau.dto.swagger.Xml
Copy constructor.
XML - Static variable in class org.apache.juneau.http.MediaType
Reusable predefined media type
xml() - Method in class org.apache.juneau.jena.RdfParserBuilder
Shortcut for calling language(LANG_RDF_XML).
xml() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  RDF language.
xml() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
xml(String...) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the xml property on this annotation.
Xml - Class in org.apache.juneau.marshall
A pairing of a XmlSerializer and XmlParser into a single class with convenience read/write methods.
Xml(XmlSerializer, XmlParser) - Constructor for class org.apache.juneau.marshall.Xml
Constructor.
Xml() - Constructor for class org.apache.juneau.marshall.Xml
Constructor.
xml() - Method in class org.apache.juneau.rest.client.RestClientBuilder
Deprecated.
Convenience method for specifying XML as the transmission media type.
xml() - Method in class org.apache.juneau.rest.client2.RestClientBuilder
Convenience method for specifying XML as the marshalling transmission media type.
xml() - Method in class org.apache.juneau.rest.client2.RestRequest
Convenience method for specifying XML as the marshalling transmission media type for this request only.
xml() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Convenience method for setting Accept and Content-Type headers to "text/xml".
xml() - Method in class org.apache.juneau.rest.mock2.MockRestClientBuilder
 
Xml() - Constructor for class org.apache.juneau.transforms.ParsedReaderSwap.Xml
Constructor
Xml - Annotation Type in org.apache.juneau.xml.annotation
Annotation for specifying various XML options for the XML and RDF/XML serializers.
XML_addBeanTypes - Static variable in class org.apache.juneau.xml.XmlSerializer
Configuration property: Add "_type" properties when needed.
XML_addNamespaceUrisToRoot - Static variable in class org.apache.juneau.xml.XmlSerializer
Configuration property: Add namespace URLs to the root element.
XML_autoDetectNamespaces - Static variable in class org.apache.juneau.xml.XmlSerializer
Configuration property: Auto-detect namespace usage.
XML_defaultNamespace - Static variable in class org.apache.juneau.xml.XmlSerializer
Configuration property: Default namespace.
XML_enableNamespaces - Static variable in class org.apache.juneau.xml.XmlSerializer
Configuration property: Enable support for XML namespaces.
XML_eventAllocator - Static variable in class org.apache.juneau.xml.XmlParser
Configuration property: XML event allocator.
XML_namespaces - Static variable in class org.apache.juneau.xml.XmlSerializer
Configuration property: Default namespaces.
XML_preserveRootElement - Static variable in class org.apache.juneau.xml.XmlParser
Configuration property: Preserve root element during generalized parsing.
XML_reporter - Static variable in class org.apache.juneau.xml.XmlParser
Configuration property: XML reporter.
XML_resolver - Static variable in class org.apache.juneau.xml.XmlParser
Configuration property: XML resolver.
XML_validating - Static variable in class org.apache.juneau.xml.XmlParser
Configuration property: Enable validation.
XML_xsNamespace - Static variable in class org.apache.juneau.xml.XmlSerializer
Deprecated.
xmlabbrev() - Method in class org.apache.juneau.jena.RdfParserBuilder
Shortcut for calling language(LANG_RDF_XML_ABBREV).
xmlabbrev() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
RdfSerializer configuration property:  RDF language.
XmlAnnotation - Class in org.apache.juneau.xml.annotation
A concrete implementation of the Xml annotation.
XmlAnnotation(String) - Constructor for class org.apache.juneau.xml.annotation.XmlAnnotation
Constructor.
XmlAnnotation(Class<?>) - Constructor for class org.apache.juneau.xml.annotation.XmlAnnotation
Constructor.
XmlAnnotation(Method) - Constructor for class org.apache.juneau.xml.annotation.XmlAnnotation
Constructor.
XmlAnnotation(Field) - Constructor for class org.apache.juneau.xml.annotation.XmlAnnotation
Constructor.
XmlBeanMeta - Class in org.apache.juneau.xml
Metadata on beans specific to the XML serializers and parsers pulled from the @Xml annotation on the class.
XmlBeanMeta(BeanMeta<?>, XmlMetaProvider) - Constructor for class org.apache.juneau.xml.XmlBeanMeta
Constructor.
XmlBeanPropertyMeta - Class in org.apache.juneau.xml
Metadata on bean properties specific to the XML serializers and parsers pulled from the @Xml annotation on the bean property.
XmlBeanPropertyMeta(BeanPropertyMeta, XmlMetaProvider) - Constructor for class org.apache.juneau.xml.XmlBeanPropertyMeta
Constructor.
XmlClassMeta - Class in org.apache.juneau.xml
Metadata on classes specific to the XML serializers and parsers pulled from the @Xml annotation on the class.
XmlClassMeta(ClassMeta<?>, XmlMetaProvider) - Constructor for class org.apache.juneau.xml.XmlClassMeta
Constructor.
XmlCommon - Interface in org.apache.juneau.xml
Configurable properties common to both the XmlSerializer and XmlParser classes.
XmlComplexExample - Class in org.apache.juneau.examples.core.xml
Sample class which shows the complex usage of XmlSerializer.
XmlComplexExample() - Constructor for class org.apache.juneau.examples.core.xml.XmlComplexExample
 
XmlConfig - Annotation Type in org.apache.juneau.xml.annotation
Annotation for specifying config properties defined in XmlSerializer, XmlDocSerializer, and XmlParser.
XmlConfigApply - Class in org.apache.juneau.xml.annotation
Applies XmlConfig annotations to a PropertyStoreBuilder.
XmlConfigApply(Class<XmlConfig>, VarResolverSession) - Constructor for class org.apache.juneau.xml.annotation.XmlConfigApply
Constructor.
XmlConfigurationExample - Class in org.apache.juneau.examples.core.xml
Xml configuration example.
XmlConfigurationExample() - Constructor for class org.apache.juneau.examples.core.xml.XmlConfigurationExample
 
XmlDocSerializer - Class in org.apache.juneau.xml
Serializes POJOs to HTTP responses as XML.
XmlDocSerializer(PropertyStore) - Constructor for class org.apache.juneau.xml.XmlDocSerializer
Constructor.
XmlDocSerializer.Ns - Class in org.apache.juneau.xml
Default serializer without namespaces.
XmlDocSerializerSession - Class in org.apache.juneau.xml
Session object that lives for the duration of a single use of XmlDocSerializer.
XmlDocSerializerSession(XmlSerializer, SerializerSessionArgs) - Constructor for class org.apache.juneau.xml.XmlDocSerializerSession
Create a new session using properties specified in the context.
XmlEventAllocator - Class in org.apache.juneau.xml
XMLEventAllocator base class.
XmlEventAllocator() - Constructor for class org.apache.juneau.xml.XmlEventAllocator
 
XmlEventAllocator.Null - Class in org.apache.juneau.xml
Represents the absence of this class.
XmlFormat - Enum in org.apache.juneau.xml.annotation
XML format to use when serializing a POJO.
XMLGregorianCalendarSwap - Class in org.apache.juneau.transforms
Transforms XMLGregorianCalendars to ISO8601 date-time Strings.
XMLGregorianCalendarSwap() - Constructor for class org.apache.juneau.transforms.XMLGregorianCalendarSwap
Constructor.
XmlMetaProvider - Interface in org.apache.juneau.xml
Interface for providing access to XmlClassMeta, XmlBeanMeta, and XmlBeanPropertyMeta objects.
XmlNs - Annotation Type in org.apache.juneau.xml.annotation
Namespace name/URL mapping pair.
XmlParser - Class in org.apache.juneau.xml
Parses text generated by the XmlSerializer class back into a POJO model.
XmlParser(PropertyStore) - Constructor for class org.apache.juneau.xml.XmlParser
Constructor.
XmlParser(PropertyStore, String...) - Constructor for class org.apache.juneau.xml.XmlParser
Constructor.
XmlParserBuilder - Class in org.apache.juneau.xml
Builder class for building XML parsers.
XmlParserBuilder() - Constructor for class org.apache.juneau.xml.XmlParserBuilder
Constructor, default settings.
XmlParserBuilder(PropertyStore) - Constructor for class org.apache.juneau.xml.XmlParserBuilder
Constructor.
XmlParserSession - Class in org.apache.juneau.xml
Session object that lives for the duration of a single use of XmlParser.
XmlParserSession(XmlParser, ParserSessionArgs) - Constructor for class org.apache.juneau.xml.XmlParserSession
Create a new session using properties specified in the context.
XmlReader - Class in org.apache.juneau.xml
Wrapper class around a XMLStreamReader.
XmlReader(ParserPipe, boolean, XMLReporter, XMLResolver, XMLEventAllocator) - Constructor for class org.apache.juneau.xml.XmlReader
Constructor.
XmlReporter - Class in org.apache.juneau.xml
XMLReporter base class.
XmlReporter() - Constructor for class org.apache.juneau.xml.XmlReporter
 
XmlReporter.Null - Class in org.apache.juneau.xml
Represents the absence of this class.
XmlResolver - Class in org.apache.juneau.xml
XMLResolver base class.
XmlResolver() - Constructor for class org.apache.juneau.xml.XmlResolver
 
XmlResolver.Null - Class in org.apache.juneau.xml
Represents the absence of this class.
XmlSchema - Annotation Type in org.apache.juneau.xml.annotation
Identifies the default XML namespaces at the package level.
XmlSchemaDocSerializer - Class in org.apache.juneau.xmlschema
Deprecated.
XmlSchemaDocSerializer(PropertyStore) - Constructor for class org.apache.juneau.xmlschema.XmlSchemaDocSerializer
Deprecated.
Constructor.
XmlSchemaDocSerializerSession - Class in org.apache.juneau.xmlschema
Deprecated.
XmlSchemaDocSerializerSession(XmlSchemaDocSerializer, SerializerSessionArgs) - Constructor for class org.apache.juneau.xmlschema.XmlSchemaDocSerializerSession
Deprecated.
Create a new session using properties specified in the context.
XmlSchemaSerializer - Class in org.apache.juneau.xmlschema
Deprecated.
XmlSchemaSerializer(PropertyStore) - Constructor for class org.apache.juneau.xmlschema.XmlSchemaSerializer
Deprecated.
Constructor.
XmlSchemaSerializerBuilder - Class in org.apache.juneau.xmlschema
Deprecated.
XmlSchemaSerializerBuilder() - Constructor for class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
Constructor, default settings.
XmlSchemaSerializerBuilder(PropertyStore) - Constructor for class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
Constructor.
XmlSchemaSerializerSession - Class in org.apache.juneau.xmlschema
Deprecated.
XmlSchemaSerializerSession(XmlSerializer, SerializerSessionArgs) - Constructor for class org.apache.juneau.xmlschema.XmlSchemaSerializerSession
Deprecated.
Create a new session using properties specified in the context.
XmlSerializer - Class in org.apache.juneau.xml
Serializes POJO models to XML.
XmlSerializer(PropertyStore) - Constructor for class org.apache.juneau.xml.XmlSerializer
Constructor.
XmlSerializer(PropertyStore, String, String) - Constructor for class org.apache.juneau.xml.XmlSerializer
Constructor.
XmlSerializer.Ns - Class in org.apache.juneau.xml
Default serializer without namespaces.
XmlSerializer.NsSq - Class in org.apache.juneau.xml
Default serializer without namespaces, single quotes.
XmlSerializer.NsSqReadable - Class in org.apache.juneau.xml
Default serializer without namespaces, single quotes, with whitespace.
XmlSerializer.Sq - Class in org.apache.juneau.xml
Default serializer, single quotes.
XmlSerializer.SqReadable - Class in org.apache.juneau.xml
Default serializer, single quotes, whitespace added.
XmlSerializerBuilder - Class in org.apache.juneau.xml
Builder class for building instances of XML serializers.
XmlSerializerBuilder() - Constructor for class org.apache.juneau.xml.XmlSerializerBuilder
Constructor, default settings.
XmlSerializerBuilder(PropertyStore) - Constructor for class org.apache.juneau.xml.XmlSerializerBuilder
Constructor.
XmlSerializerSession - Class in org.apache.juneau.xml
Session object that lives for the duration of a single use of XmlSerializer.
XmlSerializerSession(XmlSerializer, SerializerSessionArgs) - Constructor for class org.apache.juneau.xml.XmlSerializerSession
Create a new session using properties specified in the context.
XmlSerializerSession.ContentResult - Enum in org.apache.juneau.xml
Identifies what the contents were of a serialized bean.
XmlSimpleExample - Class in org.apache.juneau.examples.core.xml
Sample class which shows the simple usage of XmlSerializer.
XmlSimpleExample() - Constructor for class org.apache.juneau.examples.core.xml.XmlSimpleExample
 
XMLSOAP - Static variable in class org.apache.juneau.http.MediaType
Reusable predefined media type
XmlUtils - Class in org.apache.juneau.xml
XML utility methods.
XmlUtils() - Constructor for class org.apache.juneau.xml.XmlUtils
 
XmlWriter - Class in org.apache.juneau.xml
Specialized writer for serializing XML.
XmlWriter(Writer, boolean, int, boolean, char, UriResolver, boolean, Namespace) - Constructor for class org.apache.juneau.xml.XmlWriter
Constructor.
xsNamespace(Namespace) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
Deprecated.
xsNamespace(String) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
Deprecated.
xsNamespace(Namespace) - Method in class org.apache.juneau.xmlschema.XmlSchemaSerializerBuilder
Deprecated.
 

Y

yaml() - Method in class org.apache.juneau.rest.mock.MockServletRequest
Deprecated.
Convenience method for setting Accept and Content-Type headers to "text/yaml".

Z

ZipFileList - Class in org.apache.juneau.utils
Utility class for representing the contents of a zip file as a list of entries whose contents don't resolve until serialization time.
ZipFileList(String) - Constructor for class org.apache.juneau.utils.ZipFileList
Constructor.
ZipFileList.FileEntry - Class in org.apache.juneau.utils
ZipFileList entry for File entry types.
ZipFileList.ZipFileEntry - Interface in org.apache.juneau.utils
Interface for ZipFileList entries.
ZonedDateTimeAssertion - Class in org.apache.juneau.assertions
Used for assertion calls against ZonedDateTime objects.
ZonedDateTimeAssertion(ZonedDateTime) - Constructor for class org.apache.juneau.assertions.ZonedDateTimeAssertion
Creator.
ZoneIdSwap - Class in org.apache.juneau.transforms
Transforms ZoneId objects to and from Strings.
ZoneIdSwap() - Constructor for class org.apache.juneau.transforms.ZoneIdSwap
 
zoneOptional() - Method in class org.apache.juneau.transforms.TemporalSwap
Returns true if the time zone on the pattern is optional.

_

_class() - Method in class org.apache.juneau.BeanContext
Returns a reusable ClassMeta representation for the class Class.
_class() - Method in class org.apache.juneau.BeanSession
Returns a reusable ClassMeta representation for the class Class.
_class(String) - Method in class org.apache.juneau.dto.html5.A
 
_class(String) - Method in class org.apache.juneau.dto.html5.Abbr
 
_class(String) - Method in class org.apache.juneau.dto.html5.Address
 
_class(String) - Method in class org.apache.juneau.dto.html5.Area
 
_class(String) - Method in class org.apache.juneau.dto.html5.Article
 
_class(String) - Method in class org.apache.juneau.dto.html5.Aside
 
_class(String) - Method in class org.apache.juneau.dto.html5.Audio
 
_class(String) - Method in class org.apache.juneau.dto.html5.B
 
_class(String) - Method in class org.apache.juneau.dto.html5.Base
 
_class(String) - Method in class org.apache.juneau.dto.html5.Bdi
 
_class(String) - Method in class org.apache.juneau.dto.html5.Bdo
 
_class(String) - Method in class org.apache.juneau.dto.html5.Blockquote
 
_class(String) - Method in class org.apache.juneau.dto.html5.Body
 
_class(String) - Method in class org.apache.juneau.dto.html5.Br
 
_class(String) - Method in class org.apache.juneau.dto.html5.Button
 
_class(String) - Method in class org.apache.juneau.dto.html5.Canvas
 
_class(String) - Method in class org.apache.juneau.dto.html5.Caption
 
_class(String) - Method in class org.apache.juneau.dto.html5.Cite
 
_class(String) - Method in class org.apache.juneau.dto.html5.Code
 
_class(String) - Method in class org.apache.juneau.dto.html5.Col
 
_class(String) - Method in class org.apache.juneau.dto.html5.Colgroup
 
_class(String) - Method in class org.apache.juneau.dto.html5.Data
 
_class(String) - Method in class org.apache.juneau.dto.html5.Datalist
 
_class(String) - Method in class org.apache.juneau.dto.html5.Dd
 
_class(String) - Method in class org.apache.juneau.dto.html5.Del
 
_class(String) - Method in class org.apache.juneau.dto.html5.Dfn
 
_class(String) - Method in class org.apache.juneau.dto.html5.Div
 
_class(String) - Method in class org.apache.juneau.dto.html5.Dl
 
_class(String) - Method in class org.apache.juneau.dto.html5.Dt
 
_class(String) - Method in class org.apache.juneau.dto.html5.Em
 
_class(String) - Method in class org.apache.juneau.dto.html5.Embed
 
_class(String) - Method in class org.apache.juneau.dto.html5.Fieldset
 
_class(String) - Method in class org.apache.juneau.dto.html5.Figcaption
 
_class(String) - Method in class org.apache.juneau.dto.html5.Figure
 
_class(String) - Method in class org.apache.juneau.dto.html5.Footer
 
_class(String) - Method in class org.apache.juneau.dto.html5.Form
 
_class(String) - Method in class org.apache.juneau.dto.html5.H1
 
_class(String) - Method in class org.apache.juneau.dto.html5.H2
 
_class(String) - Method in class org.apache.juneau.dto.html5.H3
 
_class(String) - Method in class org.apache.juneau.dto.html5.H4
 
_class(String) - Method in class org.apache.juneau.dto.html5.H5
 
_class(String) - Method in class org.apache.juneau.dto.html5.H6
 
_class(String) - Method in class org.apache.juneau.dto.html5.Head
 
_class(String) - Method in class org.apache.juneau.dto.html5.Header
 
_class(String) - Method in class org.apache.juneau.dto.html5.Hr
 
_class(String) - Method in class org.apache.juneau.dto.html5.Html
 
_class(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
class attribute.
_class(String) - Method in class org.apache.juneau.dto.html5.I
 
_class(String) - Method in class org.apache.juneau.dto.html5.Iframe
 
_class(String) - Method in class org.apache.juneau.dto.html5.Img
 
_class(String) - Method in class org.apache.juneau.dto.html5.Input
 
_class(String) - Method in class org.apache.juneau.dto.html5.Ins
 
_class(String) - Method in class org.apache.juneau.dto.html5.Kbd
 
_class(String) - Method in class org.apache.juneau.dto.html5.Keygen
 
_class(String) - Method in class org.apache.juneau.dto.html5.Label
 
_class(String) - Method in class org.apache.juneau.dto.html5.Legend
 
_class(String) - Method in class org.apache.juneau.dto.html5.Li
 
_class(String) - Method in class org.apache.juneau.dto.html5.Link
 
_class(String) - Method in class org.apache.juneau.dto.html5.Main
 
_class(String) - Method in class org.apache.juneau.dto.html5.Map
 
_class(String) - Method in class org.apache.juneau.dto.html5.Mark
 
_class(String) - Method in class org.apache.juneau.dto.html5.Meta
 
_class(String) - Method in class org.apache.juneau.dto.html5.Meter
 
_class(String) - Method in class org.apache.juneau.dto.html5.Nav
 
_class(String) - Method in class org.apache.juneau.dto.html5.Noscript
 
_class(String) - Method in class org.apache.juneau.dto.html5.Object_
 
_class(String) - Method in class org.apache.juneau.dto.html5.Ol
 
_class(String) - Method in class org.apache.juneau.dto.html5.Optgroup
 
_class(String) - Method in class org.apache.juneau.dto.html5.Option
 
_class(String) - Method in class org.apache.juneau.dto.html5.Output
 
_class(String) - Method in class org.apache.juneau.dto.html5.P
 
_class(String) - Method in class org.apache.juneau.dto.html5.Param
 
_class(String) - Method in class org.apache.juneau.dto.html5.Pre
 
_class(String) - Method in class org.apache.juneau.dto.html5.Progress
 
_class(String) - Method in class org.apache.juneau.dto.html5.Q
 
_class(String) - Method in class org.apache.juneau.dto.html5.Rb
 
_class(String) - Method in class org.apache.juneau.dto.html5.Rp
 
_class(String) - Method in class org.apache.juneau.dto.html5.Rt
 
_class(String) - Method in class org.apache.juneau.dto.html5.Rtc
 
_class(String) - Method in class org.apache.juneau.dto.html5.Ruby
 
_class(String) - Method in class org.apache.juneau.dto.html5.S
 
_class(String) - Method in class org.apache.juneau.dto.html5.Samp
 
_class(String) - Method in class org.apache.juneau.dto.html5.Script
 
_class(String) - Method in class org.apache.juneau.dto.html5.Section
 
_class(String) - Method in class org.apache.juneau.dto.html5.Select
 
_class(String) - Method in class org.apache.juneau.dto.html5.Small
 
_class(String) - Method in class org.apache.juneau.dto.html5.Source
 
_class(String) - Method in class org.apache.juneau.dto.html5.Span
 
_class(String) - Method in class org.apache.juneau.dto.html5.Strong
 
_class(String) - Method in class org.apache.juneau.dto.html5.Style
 
_class(String) - Method in class org.apache.juneau.dto.html5.Sub
 
_class(String) - Method in class org.apache.juneau.dto.html5.Sup
 
_class(String) - Method in class org.apache.juneau.dto.html5.Table
 
_class(String) - Method in class org.apache.juneau.dto.html5.Tbody
 
_class(String) - Method in class org.apache.juneau.dto.html5.Td
 
_class(String) - Method in class org.apache.juneau.dto.html5.Template
 
_class(String) - Method in class org.apache.juneau.dto.html5.Textarea
 
_class(String) - Method in class org.apache.juneau.dto.html5.Tfoot
 
_class(String) - Method in class org.apache.juneau.dto.html5.Th
 
_class(String) - Method in class org.apache.juneau.dto.html5.Thead
 
_class(String) - Method in class org.apache.juneau.dto.html5.Time
 
_class(String) - Method in class org.apache.juneau.dto.html5.Title
 
_class(String) - Method in class org.apache.juneau.dto.html5.Tr
 
_class(String) - Method in class org.apache.juneau.dto.html5.Track
 
_class(String) - Method in class org.apache.juneau.dto.html5.U
 
_class(String) - Method in class org.apache.juneau.dto.html5.Ul
 
_class(String) - Method in class org.apache.juneau.dto.html5.Var
 
_class(String) - Method in class org.apache.juneau.dto.html5.Video
 
_class(String) - Method in class org.apache.juneau.dto.html5.Wbr
 
_default(String) - Method in class org.apache.juneau.dto.html5.Track
default attribute.
_default(Object) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
_default(Object) - Method in class org.apache.juneau.dto.swagger.Items
_default(Object) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
_default(Object) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
_default() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
_default(String[]) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the _default property on this annotation.
_default() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
_default(String[]) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the _default property on this annotation.
_default() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
_default(String[]) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the _default property on this annotation.
_default() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
_default(String[]) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the _default property on this annotation.
_default(String) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
default field.
_default() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
_default(String...) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the _default property on this annotation.
_default() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
_default(String...) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the _default property on this annotation.
_default() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
_default(String...) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the _default property on this annotation.
_enum(Object...) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Adds one or more values to the enum property.
_enum(Object...) - Method in class org.apache.juneau.dto.swagger.Items
Adds one or more values to the enum property.
_enum(Object...) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
Adds one or more values to the enum property.
_enum(Object...) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
Adds one or more values to the enum property.
_enum() - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
 
_enum(String[]) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation
Sets the _enum property on this annotation.
_enum() - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
 
_enum(String[]) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation
Sets the _enum property on this annotation.
_enum() - Method in class org.apache.juneau.http.annotation.PathAnnotation
 
_enum(String[]) - Method in class org.apache.juneau.http.annotation.PathAnnotation
Sets the _enum property on this annotation.
_enum() - Method in class org.apache.juneau.http.annotation.QueryAnnotation
 
_enum(String[]) - Method in class org.apache.juneau.http.annotation.QueryAnnotation
Sets the _enum property on this annotation.
_enum() - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
 
_enum(String[]) - Method in class org.apache.juneau.http.annotation.ResponseHeaderAnnotation
Sets the _enum property on this annotation.
_enum(Set<String>) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
enum field.
_enum(String...) - Method in class org.apache.juneau.httppart.HttpPartSchemaBuilder
_enum field.
_enum() - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
 
_enum(String...) - Method in class org.apache.juneau.jsonschema.annotation.ItemsAnnotation
Sets the _enum property on this annotation.
_enum() - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
 
_enum(String...) - Method in class org.apache.juneau.jsonschema.annotation.SchemaAnnotation
Sets the _enum property on this annotation.
_enum() - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
 
_enum(String...) - Method in class org.apache.juneau.jsonschema.annotation.SubItemsAnnotation
Sets the _enum property on this annotation.
_for(String) - Method in class org.apache.juneau.dto.html5.Label
for attribute.
_for(String) - Method in class org.apache.juneau.dto.html5.Output
for attribute.
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links

Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.