Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
$
- $ref() - Element in annotation type org.apache.juneau.annotation.Items
-
$ref field of the Swagger Items Object. - $ref() - Element in annotation type org.apache.juneau.annotation.Schema
-
$ref field of the Swagger Schema Object. - $ref() - Element in annotation type org.apache.juneau.annotation.SubItems
-
$ref field of the Swagger Items Object. - $ref(String) - Method in class org.apache.juneau.annotation.ItemsAnnotation.Builder
-
Sets the
Items.$ref()
property on this annotation. - $ref(String) - Method in class org.apache.juneau.annotation.SchemaAnnotation.Builder
-
Sets the
Schema.$ref()
property on this annotation. - $ref(String) - Method in class org.apache.juneau.annotation.SubItemsAnnotation.Builder
-
Sets the
$ref property on this annotation.
A
- 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
- 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
- abbr() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
-
Creates an empty
Abbr
element. - abbr(String) - Method in class org.apache.juneau.dto.html5.Th
-
abbr attribute.
- abbr(String, Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
-
Creates an
Abbr
element with the specifiedAbbr.title(String)
attribute andAbbr.children(Object[])
nodes. - 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 specifiedAbbr.title(String)
attribute andAbbr.children(Object[])
nodes. - abbreviate(String, int) - Static method in class org.apache.juneau.common.internal.StringUtils
-
Abbreviates a String using ellipses.
- aBeanDescription() - Method in class org.apache.juneau.examples.rest.UtilityBeansResource
-
[HTTP GET /utilitybeans/BeanDescription]
- abort() - Method in class org.apache.juneau.rest.client.RestRequest
-
Aborts this http request.
- ABSOLUTE - Enum constant in enum org.apache.juneau.UriResolution
-
Resolve to an absolute URL.
- ABSTRACT - Enum constant in enum org.apache.juneau.reflect.ReflectFlags
-
ABSTRACT
- AbstractMatcher - Class in org.apache.juneau.objecttools
-
Common interface for matchers used by the
ObjectSearcher
class. - AbstractMatcher() - Constructor for class org.apache.juneau.objecttools.AbstractMatcher
- accept(String) - Method in class org.apache.juneau.csv.CsvSerializer.Builder
- accept(String) - Method in class org.apache.juneau.dto.html5.Input
-
accept attribute.
- accept(String) - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
- accept(String) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- accept(String) - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
- accept(String) - Method in class org.apache.juneau.html.HtmlSerializer.Builder
- accept(String) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer.Builder
- accept(String) - Static method in class org.apache.juneau.http.HttpHeaders
-
Creates a new
Accept
header. - accept(String) - Method in class org.apache.juneau.json.JsonSchemaSerializer.Builder
- accept(String) - Method in class org.apache.juneau.json.JsonSerializer.Builder
- accept(String) - Method in class org.apache.juneau.msgpack.MsgPackSerializer.Builder
- accept(String) - Method in class org.apache.juneau.oapi.OpenApiSerializer.Builder
- accept(String) - Method in class org.apache.juneau.plaintext.PlainTextSerializer.Builder
- accept(String) - Method in class org.apache.juneau.rest.client.RestClient.Builder
-
Appends an
Accept header on this request. - accept(String) - Method in class org.apache.juneau.rest.client.RestRequest
-
Sets the value for the
Accept request header. - accept(String) - Method in class org.apache.juneau.rest.mock.MockRestClient.Builder
- accept(String) - Method in class org.apache.juneau.rest.mock.MockRestRequest
- accept(String) - Method in class org.apache.juneau.serializer.OutputStreamSerializer.Builder
- accept(String) - Method in class org.apache.juneau.serializer.Serializer.Builder
-
Specifies the accept media types that the serializer can handle.
- accept(String) - Method in class org.apache.juneau.serializer.WriterSerializer.Builder
- accept(String) - Method in class org.apache.juneau.soap.SoapXmlSerializer.Builder
- accept(String) - Method in class org.apache.juneau.uon.UonSerializer.Builder
- accept(String) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializer.Builder
- accept(String) - Method in class org.apache.juneau.xml.XmlSerializer.Builder
- accept(Predicate<AnnotationInfo<?>>, Consumer<AnnotationInfo<?>>) - Method in class org.apache.juneau.reflect.AnnotationInfo
-
Performs an action on this object if the specified predicate test passes.
- accept(Predicate<ClassInfo>, Consumer<ClassInfo>) - Method in class org.apache.juneau.reflect.ClassInfo
-
Performs an action on this object if the specified predicate test passes.
- accept(Predicate<ConstructorInfo>, Consumer<ConstructorInfo>) - Method in class org.apache.juneau.reflect.ConstructorInfo
-
Performs an action on this object if the specified predicate test passes.
- accept(Predicate<FieldInfo>, Consumer<FieldInfo>) - Method in class org.apache.juneau.reflect.FieldInfo
-
Performs an action on this object if the specified predicate test passes.
- accept(Predicate<MethodInfo>, Consumer<MethodInfo>) - Method in class org.apache.juneau.reflect.MethodInfo
-
Performs an action on this object if the specified predicate test passes.
- accept(Predicate<ParamInfo>, Consumer<ParamInfo>) - Method in class org.apache.juneau.reflect.ParamInfo
-
Performs an action on this object if the specified predicate test passes.
- accept(Supplier<MediaRanges>) - Static method in class org.apache.juneau.http.HttpHeaders
-
Creates a new
Accept
header with a delayed value. - accept(MediaRanges) - Static method in class org.apache.juneau.http.HttpHeaders
-
Creates a new
Accept
header. - accept(MediaType) - Static method in class org.apache.juneau.http.HttpHeaders
-
Creates a new
Accept
header. - accept(T) - Method in interface org.apache.juneau.utils.ThrowingConsumer
- Accept - Class in org.apache.juneau.http.header
-
Represents a parsed
Accept HTTP request header. - Accept(String) - Constructor for class org.apache.juneau.http.header.Accept
-
Constructor.
- Accept(Supplier<MediaRanges>) - Constructor for class org.apache.juneau.http.header.Accept
-
Constructor with delayed value.
- Accept(MediaRanges) - Constructor for class org.apache.juneau.http.header.Accept
-
Constructor.
- ACCEPT_APPLICATION_ATOM_XML - Static variable in class org.apache.juneau.http.HttpHeaders
- ACCEPT_APPLICATION_FORM_URLENCODED - Static variable in class org.apache.juneau.http.HttpHeaders
- ACCEPT_APPLICATION_JSON - Static variable in class org.apache.juneau.http.HttpHeaders
- ACCEPT_APPLICATION_OCTET_STREAM - Static variable in class org.apache.juneau.http.HttpHeaders
- ACCEPT_APPLICATION_SOAP_XML - Static variable in class org.apache.juneau.http.HttpHeaders
- ACCEPT_APPLICATION_SVG_XML - Static variable in class org.apache.juneau.http.HttpHeaders
- ACCEPT_APPLICATION_XHTML_XML - Static variable in class org.apache.juneau.http.HttpHeaders
- ACCEPT_APPLICATION_XML - Static variable in class org.apache.juneau.http.HttpHeaders
- ACCEPT_IMAGE_BMP - Static variable in class org.apache.juneau.http.HttpHeaders
- ACCEPT_IMAGE_GIF - Static variable in class org.apache.juneau.http.HttpHeaders
- ACCEPT_IMAGE_JPEG - Static variable in class org.apache.juneau.http.HttpHeaders
- ACCEPT_IMAGE_PNG - Static variable in class org.apache.juneau.http.HttpHeaders
- ACCEPT_IMAGE_SVG - Static variable in class org.apache.juneau.http.HttpHeaders
- ACCEPT_IMAGE_TIFF - Static variable in class org.apache.juneau.http.HttpHeaders
- ACCEPT_IMAGE_WEBP - Static variable in class org.apache.juneau.http.HttpHeaders
- ACCEPT_MULTIPART_FORM_DATA - Static variable in class org.apache.juneau.http.HttpHeaders
- ACCEPT_TEXT_HTML - Static variable in class org.apache.juneau.http.HttpHeaders
- ACCEPT_TEXT_PLAIN - Static variable in class org.apache.juneau.http.HttpHeaders
- ACCEPT_TEXT_XML - Static variable in class org.apache.juneau.http.HttpHeaders
- ACCEPT_WILDCARD - Static variable in class org.apache.juneau.http.HttpHeaders
- acceptcharset(String) - Method in class org.apache.juneau.dto.html5.Form
-
accept-charset attribute.
- acceptCharset(String) - Static method in class org.apache.juneau.http.HttpHeaders
-
Creates a new
AcceptCharset
header. - acceptCharset(String) - Method in class org.apache.juneau.rest.client.RestClient.Builder
-
Sets the value for the
Accept-Charset request header on all requests. - acceptCharset(String) - Method in class org.apache.juneau.rest.client.RestRequest
-
Sets the value for the
Accept-Charset request header. - acceptCharset(String) - Method in class org.apache.juneau.rest.mock.MockRestClient.Builder
- acceptCharset(String) - Method in class org.apache.juneau.rest.mock.MockRestRequest
- acceptCharset(Supplier<StringRanges>) - Static method in class org.apache.juneau.http.HttpHeaders
-
Creates a new
AcceptCharset
header with a delayed value. - acceptCharset(StringRanges) - Static method in class org.apache.juneau.http.HttpHeaders
-
Creates a new
AcceptCharset
header. - AcceptCharset - Class in org.apache.juneau.http.header
-
Represents a parsed
Accept-Charset HTTP request header. - AcceptCharset(String) - Constructor for class org.apache.juneau.http.header.AcceptCharset
-
Constructor.
- AcceptCharset(Supplier<StringRanges>) - Constructor for class org.apache.juneau.http.header.AcceptCharset
-
Constructor with delayed value.
- AcceptCharset(StringRanges) - Constructor for class org.apache.juneau.http.header.AcceptCharset
-
Constructor.
- accepted() - Static method in class org.apache.juneau.http.HttpResponses
-
A shortcut for calling
Accepted()
. - 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.
- Accepted(HttpResponse) - Constructor for class org.apache.juneau.http.response.Accepted
-
Constructor.
- Accepted(Accepted) - Constructor for class org.apache.juneau.http.response.Accepted
-
Copy constructor.
- ACCEPTED - Static variable in class org.apache.juneau.http.HttpResponses
-
A synonym for
Accepted.INSTANCE
. - acceptEncoding(String) - Static method in class org.apache.juneau.http.HttpHeaders
-
Creates a new
AcceptEncoding
header. - acceptEncoding(Supplier<StringRanges>) - Static method in class org.apache.juneau.http.HttpHeaders
-
Creates a new
AcceptEncoding
header with a delayed value. - acceptEncoding(StringRanges) - Static method in class org.apache.juneau.http.HttpHeaders
-
Creates a new
AcceptEncoding
header. - AcceptEncoding - Class in org.apache.juneau.http.header
-
Represents a parsed
Accept-Encoding HTTP request header. - AcceptEncoding(String) - Constructor for class org.apache.juneau.http.header.AcceptEncoding
-
Constructor.
- AcceptEncoding(Supplier<StringRanges>) - Constructor for class org.apache.juneau.http.header.AcceptEncoding
-
Constructor with delayed value.
- AcceptEncoding(StringRanges) - Constructor for class org.apache.juneau.http.header.AcceptEncoding
-
Constructor.
- acceptLanguage(String) - Static method in class org.apache.juneau.http.HttpHeaders
-
Creates a new
AcceptLanguage
header. - acceptLanguage(Supplier<StringRanges>) - Static method in class org.apache.juneau.http.HttpHeaders
-
Creates a new
AcceptLanguage
header with a delayed value. - acceptLanguage(StringRanges) - Static method in class org.apache.juneau.http.HttpHeaders
-
Creates a new
AcceptLanguage
header. - AcceptLanguage - Class in org.apache.juneau.http.header
-
Represents a parsed
Accept-Language HTTP request header. - AcceptLanguage(String) - Constructor for class org.apache.juneau.http.header.AcceptLanguage
-
Constructor.
- AcceptLanguage(Supplier<StringRanges>) - Constructor for class org.apache.juneau.http.header.AcceptLanguage
-
Constructor with delayed value.
- AcceptLanguage(StringRanges) - Constructor for class org.apache.juneau.http.header.AcceptLanguage
-
Constructor.
- acceptRanges(String) - Static method in class org.apache.juneau.http.HttpHeaders
-
Creates a new
AcceptRanges
header. - acceptRanges(Supplier<String>) - Static method in class org.apache.juneau.http.HttpHeaders
-
Creates a new
AcceptRanges
header with a delayed value. - AcceptRanges - Class in org.apache.juneau.http.header
-
Represents a parsed
Accept-Range HTTP response header. - AcceptRanges(String) - Constructor for class org.apache.juneau.http.header.AcceptRanges
-
Constructor.
- AcceptRanges(Supplier<String>) - Constructor for class org.apache.juneau.http.header.AcceptRanges
-
Constructor with delayed value.
- acceptThrows(T) - Method in interface org.apache.juneau.utils.ThrowingConsumer
-
The functional method to implement.
- accessible() - Method in class org.apache.juneau.reflect.ConstructorInfo
- accessible() - Method in class org.apache.juneau.reflect.ExecutableInfo
-
Attempts to call
x.setAccessible(
and quietly ignores security exceptions.true ) - accessible() - Method in class org.apache.juneau.reflect.FieldInfo
-
Attempts to call
x.setAccessible(
and quietly ignores security exceptions.true ) - accessible() - Method in class org.apache.juneau.reflect.MethodInfo
- accessible(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. - accesskey(String) - Method in class org.apache.juneau.dto.html5.A
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Abbr
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Address
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Area
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Article
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Aside
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Audio
- accesskey(String) - Method in class org.apache.juneau.dto.html5.B
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Base
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Bdi
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Bdo
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Blockquote
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Body
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Br
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Button
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Canvas
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Caption
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Cite
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Code
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Col
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Colgroup
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Data
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Datalist
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Dd
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Del
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Dfn
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Div
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Dl
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Dt
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Em
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Embed
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Fieldset
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Figcaption
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Figure
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Footer
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Form
- accesskey(String) - Method in class org.apache.juneau.dto.html5.H1
- accesskey(String) - Method in class org.apache.juneau.dto.html5.H2
- accesskey(String) - Method in class org.apache.juneau.dto.html5.H3
- accesskey(String) - Method in class org.apache.juneau.dto.html5.H4
- accesskey(String) - Method in class org.apache.juneau.dto.html5.H5
- accesskey(String) - Method in class org.apache.juneau.dto.html5.H6
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Head
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Header
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Hr
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Html
- accesskey(String) - Method in class org.apache.juneau.dto.html5.HtmlElement
-
accesskey attribute.
- accesskey(String) - Method in class org.apache.juneau.dto.html5.HtmlElementContainer
- accesskey(String) - Method in class org.apache.juneau.dto.html5.HtmlElementMixed
- accesskey(String) - Method in class org.apache.juneau.dto.html5.HtmlElementRawText
- accesskey(String) - Method in class org.apache.juneau.dto.html5.HtmlElementText
- accesskey(String) - Method in class org.apache.juneau.dto.html5.HtmlElementVoid
- accesskey(String) - Method in class org.apache.juneau.dto.html5.I
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Iframe
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Img
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Input
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Ins
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Kbd
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Keygen
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Label
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Legend
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Li
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Link
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Main
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Map
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Mark
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Meta
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Meter
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Nav
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Noscript
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Object_
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Ol
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Optgroup
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Option
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Output
- accesskey(String) - Method in class org.apache.juneau.dto.html5.P
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Param
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Pre
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Progress
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Q
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Rb
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Rp
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Rt
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Rtc
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Ruby
- accesskey(String) - Method in class org.apache.juneau.dto.html5.S
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Samp
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Script
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Section
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Select
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Small
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Source
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Span
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Strong
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Style
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Sub
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Sup
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Table
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Tbody
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Td
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Template
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Textarea
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Tfoot
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Th
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Thead
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Time
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Title
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Tr
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Track
- accesskey(String) - Method in class org.apache.juneau.dto.html5.U
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Ul
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Var
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Video
- accesskey(String) - Method in class org.apache.juneau.dto.html5.Wbr
- 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(int) - Method in class org.apache.juneau.internal.HashCode
-
Hashes the hashcode into this object.
- add(int, E) - Method in class org.apache.juneau.collections.ControlledArrayList
- add(int, Number) - Method in class org.apache.juneau.utils.WeightedAverage
-
Add a number with a weight to this average.
- add(E) - Method in class org.apache.juneau.collections.ControlledArrayList
- add(E) - Method in class org.apache.juneau.internal.ArrayBuilder
-
Appends to this array if the specified value is not null.
- add(E) - Method in class org.apache.juneau.internal.ListBuilder
-
Adds a single value to this list.
- add(E) - Method in class org.apache.juneau.internal.SetBuilder
-
Adds a single value to this set.
- add(E...) - Method in class org.apache.juneau.internal.ListBuilder
-
Adds multiple values to this list.
- add(E...) - Method in class org.apache.juneau.internal.SetBuilder
-
Adds multiple values to this set.
- add(Part) - Method in class org.apache.juneau.rest.httppart.RequestFormParams
-
Adds a parameter value.
- add(Class<?>...) - Method in class org.apache.juneau.cp.DefaultClassList
-
Prepends the specified values to the beginning of this list.
- add(Class<?>...) - Method in class org.apache.juneau.encoders.EncoderSet.Builder
-
Registers the specified encoders with this group.
- add(Class<?>...) - Method in class org.apache.juneau.parser.ParserSet.Builder
-
Adds the specified parsers to this group.
- add(Class<?>...) - Method in class org.apache.juneau.rest.arg.RestOpArgList.Builder
-
Prepends the specified rest op arg classes to the list.
- add(Class<?>...) - Method in class org.apache.juneau.rest.processor.ResponseProcessorList.Builder
-
Appends the specified rest response processor classes to the list.
- add(Class<?>...) - Method in class org.apache.juneau.serializer.SerializerSet.Builder
-
Adds the specified serializers to this group.
- add(Class<?>, Class<?>, Mutater<?, ?>) - Static method in class org.apache.juneau.reflect.Mutaters
-
Adds a transform for the specified input/output types.
- add(Class<T>, T) - Method in class org.apache.juneau.cp.BeanStore
-
Same as
BeanStore.addBean(Class,Object)
but returns the bean instead of this object for fluent calls. - add(Class<T>, T, String) - Method in class org.apache.juneau.cp.BeanStore
-
Same as
BeanStore.addBean(Class,Object,String)
but returns the bean instead of this object for fluent calls. - add(Object) - Method in class org.apache.juneau.internal.HashCode
-
Hashes the hashcode of the specified object into this object.
- add(String, Object) - Method in class org.apache.juneau.BeanMap
-
Add a value to a collection or array property.
- add(String, Object) - Method in class org.apache.juneau.rest.httppart.RequestFormParams
-
Adds a parameter value.
- add(String, Object) - Method in class org.apache.juneau.rest.httppart.RequestHeaders
-
Adds a request header value.
- add(String, Object) - Method in class org.apache.juneau.rest.httppart.RequestPathParams
-
Adds a parameter value.
- add(String, Object) - Method in class org.apache.juneau.rest.httppart.RequestQueryParams
-
Adds a parameter value.
- add(String, RestOpContext) - Method in class org.apache.juneau.rest.RestOperations.Builder
-
Adds a method context to this builder.
- add(Throwable) - Method in class org.apache.juneau.rest.stats.ThrownStore
-
Adds the specified thrown exception to this database.
- add(K, V) - Method in class org.apache.juneau.internal.BiMap.Builder
-
Adds a value to this map.
- add(K, V) - Method in class org.apache.juneau.internal.MapBuilder
-
Adds a single entry to this map.
- add(Header...) - Method in class org.apache.juneau.rest.httppart.RequestHeaders
-
Adds request header values.
- add(NameValuePair...) - Method in class org.apache.juneau.rest.httppart.RequestFormParams
-
Adds request parameter values.
- add(NameValuePair...) - Method in class org.apache.juneau.rest.httppart.RequestPathParams
-
Adds request parameter values.
- add(NameValuePair...) - Method in class org.apache.juneau.rest.httppart.RequestQueryParams
-
Adds request parameter values.
- 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(JsonSchema...) - Method in class org.apache.juneau.dto.jsonschema.JsonSchemaMap
-
Convenience method for pre-populating this map with the specified schemas.
- add(Encoder...) - Method in class org.apache.juneau.encoders.EncoderSet.Builder
-
Registers the specified encoders with this group.
- add(Parser...) - Method in class org.apache.juneau.parser.ParserSet.Builder
-
Registers the specified parsers with this group.
- add(AnnotationInfo<?>, AnnotationApplier<Annotation, Object>) - Method in class org.apache.juneau.AnnotationWorkList
-
Adds an entry to this list.
- add(AnnotationList) - Method in class org.apache.juneau.AnnotationWorkList
-
Adds entries for the specified annotations to this work list.
- add(NamedAttribute...) - Method in class org.apache.juneau.rest.httppart.NamedAttributeMap
-
Appends the specified rest matcher classes to the list.
- add(ResponseProcessor...) - Method in class org.apache.juneau.rest.processor.ResponseProcessorList.Builder
-
Appends the specified rest response processor objects to the list.
- add(RestContext) - Method in class org.apache.juneau.rest.RestChildren.Builder
-
Adds a child resource to this builder.
- add(RestOpContext) - Method in class org.apache.juneau.rest.RestOperations.Builder
-
Adds a method context to this builder.
- add(Serializer...) - Method in class org.apache.juneau.serializer.SerializerSet.Builder
-
Registers the specified serializers with this group.
- addAdditionalItems(JsonSchema...) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
-
Bean property appender:
additionalItems . - addAll(int, Collection<? extends E>) - Method in class org.apache.juneau.collections.ControlledArrayList
- addAll(Collection<? extends E>) - Method in class org.apache.juneau.collections.ControlledArrayList
- addAll(Collection<E>) - Method in class org.apache.juneau.internal.ListBuilder
-
Appends the contents of the specified collection into this list.
- addAll(Collection<E>) - Method in class org.apache.juneau.internal.SetBuilder
-
Appends the contents of the specified collection into this set.
- addAll(List<E>, E...) - Static method in class org.apache.juneau.internal.CollectionUtils
-
Adds all the specified values to the specified collection.
- addAll(Map<K, V>) - Method in class org.apache.juneau.internal.MapBuilder
-
Appends the contents of the specified map into this map.
- addAll(Set<E>, E...) - Static method in class org.apache.juneau.internal.CollectionUtils
-
Adds all the specified values to the specified collection.
- addAll(SortedSet<E>, E...) - Static method in class org.apache.juneau.internal.CollectionUtils
-
Adds all the specified values to the specified collection.
- 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. - addAllOf(Object...) - Method in class org.apache.juneau.dto.openapi3.SchemaInfo
-
Adds one or more values to the
allOf property. - addAllOf(Object...) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
-
Bean property appender:
allOf . - addAllOf(JsonSchema...) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
-
Bean property appender:
allOf . - addAny(Object...) - Method in class org.apache.juneau.internal.ListBuilder
-
Adds arbitrary values to this list.
- addAny(Object...) - Method in class org.apache.juneau.internal.MapBuilder
-
Adds arbitrary values to this list.
- addAny(Object...) - Method in class org.apache.juneau.internal.SetBuilder
-
Adds arbitrary values to this set.
- addAnyOf(Object...) - Method in class org.apache.juneau.dto.openapi3.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 . - addBean(Class<T>, T) - Method in class org.apache.juneau.cp.BeanStore
-
Adds an unnamed bean of the specified type to this factory.
- addBean(Class<T>, T) - Method in class org.apache.juneau.svl.VarResolver
-
Adds a bean to this session.
- addBean(Class<T>, T, String) - Method in class org.apache.juneau.cp.BeanStore
-
Adds a named bean of the specified type to this factory.
- addBean(Class<T2>, T2) - Method in class org.apache.juneau.cp.BeanCreateMethodFinder
-
Adds a bean to the lookup for parameters.
- addBeanDef(String, JsonMap) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorSession
-
Adds a schema definition to this session.
- addBeanTypes() - Method in class org.apache.juneau.csv.CsvSerializer.Builder
- addBeanTypes() - Element in annotation type org.apache.juneau.html.annotation.HtmlConfig
-
Add
"_type" properties when needed. - addBeanTypes() - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
- addBeanTypes() - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- addBeanTypes() - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
- addBeanTypes() - Method in class org.apache.juneau.html.HtmlSerializer.Builder
- addBeanTypes() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer.Builder
- addBeanTypes() - Element in annotation type org.apache.juneau.json.annotation.JsonConfig
-
Add
"_type" properties when needed. - addBeanTypes() - Method in class org.apache.juneau.json.JsonSchemaSerializer.Builder
- addBeanTypes() - Method in class org.apache.juneau.json.JsonSerializer.Builder
- addBeanTypes() - Element in annotation type org.apache.juneau.msgpack.annotation.MsgPackConfig
-
Add
"_type" properties when needed. - addBeanTypes() - Method in class org.apache.juneau.msgpack.MsgPackSerializer.Builder
- addBeanTypes() - Method in class org.apache.juneau.oapi.OpenApiSerializer.Builder
- addBeanTypes() - Method in class org.apache.juneau.plaintext.PlainTextSerializer.Builder
- addBeanTypes() - Method in class org.apache.juneau.rest.client.RestClient.Builder
-
Serializer configuration property: Add"_type" properties when needed. - addBeanTypes() - Method in class org.apache.juneau.rest.mock.MockRestClient.Builder
- addBeanTypes() - Element in annotation type org.apache.juneau.serializer.annotation.SerializerConfig
-
Add
"_type" properties when needed. - addBeanTypes() - Method in class org.apache.juneau.serializer.OutputStreamSerializer.Builder
- addBeanTypes() - Method in class org.apache.juneau.serializer.Serializer.Builder
-
Add
"_type" properties when needed. - addBeanTypes() - Method in class org.apache.juneau.serializer.WriterSerializer.Builder
- addBeanTypes() - Method in class org.apache.juneau.soap.SoapXmlSerializer.Builder
- addBeanTypes() - Element in annotation type org.apache.juneau.uon.annotation.UonConfig
-
Add
"_type" properties when needed. - addBeanTypes() - Method in class org.apache.juneau.uon.UonSerializer.Builder
- addBeanTypes() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializer.Builder
- addBeanTypes() - Element in annotation type org.apache.juneau.xml.annotation.XmlConfig
-
Add
"_type" properties when needed. - addBeanTypes() - Method in class org.apache.juneau.xml.XmlSerializer.Builder
- addBeanTypes(boolean) - Method in class org.apache.juneau.csv.CsvSerializer.Builder
- addBeanTypes(boolean) - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
- addBeanTypes(boolean) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- addBeanTypes(boolean) - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
- addBeanTypes(boolean) - Method in class org.apache.juneau.html.HtmlSerializer.Builder
- addBeanTypes(boolean) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer.Builder
- addBeanTypes(boolean) - Method in class org.apache.juneau.json.JsonSchemaSerializer.Builder
- addBeanTypes(boolean) - Method in class org.apache.juneau.json.JsonSerializer.Builder
- addBeanTypes(boolean) - Method in class org.apache.juneau.msgpack.MsgPackSerializer.Builder
- addBeanTypes(boolean) - Method in class org.apache.juneau.oapi.OpenApiSerializer.Builder
- addBeanTypes(boolean) - Method in class org.apache.juneau.plaintext.PlainTextSerializer.Builder
- addBeanTypes(boolean) - Method in class org.apache.juneau.serializer.OutputStreamSerializer.Builder
- addBeanTypes(boolean) - Method in class org.apache.juneau.serializer.Serializer.Builder
-
Same as
Serializer.Builder.addBeanTypes()
but allows you to explicitly specify the value. - addBeanTypes(boolean) - Method in class org.apache.juneau.serializer.WriterSerializer.Builder
- addBeanTypes(boolean) - Method in class org.apache.juneau.soap.SoapXmlSerializer.Builder
- addBeanTypes(boolean) - Method in class org.apache.juneau.uon.UonSerializer.Builder
- addBeanTypes(boolean) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializer.Builder
- addBeanTypes(boolean) - Method in class org.apache.juneau.xml.XmlSerializer.Builder
- addBeanTypesHtml() - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
- addBeanTypesHtml() - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- addBeanTypesHtml() - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
- addBeanTypesHtml() - Method in class org.apache.juneau.html.HtmlSerializer.Builder
-
Add
"_type" properties when needed. - addBeanTypesHtml() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer.Builder
- addBeanTypesHtml(boolean) - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
- addBeanTypesHtml(boolean) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- addBeanTypesHtml(boolean) - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
- addBeanTypesHtml(boolean) - Method in class org.apache.juneau.html.HtmlSerializer.Builder
-
Same as
HtmlSerializer.Builder.addBeanTypesHtml()
but allows you to explicitly specify the value. - addBeanTypesHtml(boolean) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer.Builder
- addBeanTypesJson() - Method in class org.apache.juneau.json.JsonSchemaSerializer.Builder
- addBeanTypesJson() - Method in class org.apache.juneau.json.JsonSerializer.Builder
-
Add
"_type" properties when needed. - addBeanTypesJson(boolean) - Method in class org.apache.juneau.json.JsonSchemaSerializer.Builder
- addBeanTypesJson(boolean) - Method in class org.apache.juneau.json.JsonSerializer.Builder
-
Same as
JsonSerializer.Builder.addBeanTypesJson()
but allows you to explicitly specify the value. - addBeanTypesMsgPack() - Method in class org.apache.juneau.msgpack.MsgPackSerializer.Builder
-
Add
"_type" properties when needed. - addBeanTypesMsgPack(boolean) - Method in class org.apache.juneau.msgpack.MsgPackSerializer.Builder
-
Same as
MsgPackSerializer.Builder.addBeanTypesMsgPack()
but allows you to explicitly specify the value. - addBeanTypesUon() - Method in class org.apache.juneau.oapi.OpenApiSerializer.Builder
- addBeanTypesUon() - Method in class org.apache.juneau.uon.UonSerializer.Builder
-
Add
"_type" properties when needed. - addBeanTypesUon() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializer.Builder
- addBeanTypesUon(boolean) - Method in class org.apache.juneau.oapi.OpenApiSerializer.Builder
- addBeanTypesUon(boolean) - Method in class org.apache.juneau.uon.UonSerializer.Builder
-
Same as
UonSerializer.Builder.addBeanTypesUon()
but allows you to explicitly specify the value. - addBeanTypesUon(boolean) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializer.Builder
- addBeanTypesXml() - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
- addBeanTypesXml() - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- addBeanTypesXml() - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
- addBeanTypesXml() - Method in class org.apache.juneau.html.HtmlSerializer.Builder
- addBeanTypesXml() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer.Builder
- addBeanTypesXml() - Method in class org.apache.juneau.soap.SoapXmlSerializer.Builder
- addBeanTypesXml() - Method in class org.apache.juneau.xml.XmlSerializer.Builder
-
Add
"_type" properties when needed. - addBeanTypesXml(boolean) - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
- addBeanTypesXml(boolean) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- addBeanTypesXml(boolean) - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
- addBeanTypesXml(boolean) - Method in class org.apache.juneau.html.HtmlSerializer.Builder
- addBeanTypesXml(boolean) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer.Builder
- addBeanTypesXml(boolean) - Method in class org.apache.juneau.soap.SoapXmlSerializer.Builder
- addBeanTypesXml(boolean) - Method in class org.apache.juneau.xml.XmlSerializer.Builder
-
Same as
XmlSerializer.Builder.addBeanTypesXml()
but allows you to explicitly specify the value. - addConsumes(MediaType...) - Method in class org.apache.juneau.dto.swagger.Operation
-
Bean property fluent setter:
consumes . - addConsumes(MediaType...) - Method in class org.apache.juneau.dto.swagger.Swagger
-
Bean property appender:
consumes . - addContent(String, MediaType) - Method in class org.apache.juneau.dto.openapi3.RequestBodyInfo
-
Adds one or more values to the
content property. - addContent(String, MediaType) - Method in class org.apache.juneau.dto.openapi3.Response
-
Adds one or more values to the
variables property. - addCookie(Cookie) - Method in class org.apache.juneau.rest.mock.MockServletResponse
- addDateHeader(String, long) - Method in class org.apache.juneau.rest.mock.MockServletResponse
- addDefault() - Method in class org.apache.juneau.svl.VarList
-
Adds the default variables to this list.
- addDefault(String, Object) - Method in class org.apache.juneau.rest.httppart.RequestAttributes
-
Adds a default entry to the request attributes.
- addDefault(String, String) - Method in class org.apache.juneau.rest.httppart.RequestFormParams
-
Adds a default entry to the form data parameters.
- addDefault(String, String) - Method in class org.apache.juneau.rest.httppart.RequestHeaders
-
Adds a default entry to the request headers.
- addDefault(String, String) - Method in class org.apache.juneau.rest.httppart.RequestPathParams
-
Adds a default entry to the query parameters.
- addDefault(String, String) - Method in class org.apache.juneau.rest.httppart.RequestQueryParams
-
Adds a default entry to the query parameters.
- addDefault(List<? extends NameValuePair>) - Method in class org.apache.juneau.rest.httppart.RequestFormParams
-
Adds default entries to these parameters.
- addDefault(List<? extends NameValuePair>) - Method in class org.apache.juneau.rest.httppart.RequestQueryParams
-
Adds default entries to these parameters.
- addDefault(List<Header>) - Method in class org.apache.juneau.rest.httppart.RequestHeaders
-
Adds default entries to these headers.
- addDefault(List<NameValuePair>) - Method in class org.apache.juneau.rest.httppart.RequestPathParams
-
Adds default entries to these parameters.
- addDefault(List<NamedAttribute>) - Method in class org.apache.juneau.rest.httppart.RequestAttributes
-
Adds default entries to the request attributes.
- addDefault(Header...) - Method in class org.apache.juneau.rest.httppart.RequestHeaders
-
Adds default entries to these headers.
- addDefault(NameValuePair...) - Method in class org.apache.juneau.rest.httppart.RequestFormParams
-
Adds default entries to these parameters.
- addDefault(NameValuePair...) - Method in class org.apache.juneau.rest.httppart.RequestPathParams
-
Adds default entries to these parameters.
- addDefault(NameValuePair...) - Method in class org.apache.juneau.rest.httppart.RequestQueryParams
-
Adds default entries to these parameters.
- addDefault(NamedAttribute...) - Method in class org.apache.juneau.rest.httppart.RequestAttributes
-
Adds default entries to the request attributes.
- addDefault(NamedAttributeMap) - Method in class org.apache.juneau.rest.httppart.RequestAttributes
-
Adds default entries to the request attributes.
- addDefinition(String, JsonMap) - Method in class org.apache.juneau.dto.swagger.Swagger
-
Bean property appender:
definitions . - addDefinition(String, JsonSchema) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
-
Bean property appender:
definitions . - addDependency(String, JsonSchema) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
-
Bean property appender:
dependencies . - addDescriptionsTo() - Element in annotation type org.apache.juneau.jsonschema.annotation.JsonSchemaConfig
-
Add descriptions to types.
- addDescriptionsTo(TypeCategory...) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
-
HtmlSchemaSerializer configuration property: Add descriptions. - addDescriptionsTo(TypeCategory...) - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
-
HtmlSchemaSerializer configuration property: Add descriptions. - addDescriptionsTo(TypeCategory...) - Method in class org.apache.juneau.json.JsonSchemaSerializer.Builder
-
JsonSchemaSerializer configuration property: Add descriptions. - addDescriptionsTo(TypeCategory...) - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator.Builder
-
Add descriptions.
- addEncoding(String, Encoding) - Method in class org.apache.juneau.dto.openapi3.MediaType
-
Adds one or more values to the
variables property. - addEnum(Object...) - Method in class org.apache.juneau.dto.openapi3.Items
-
Adds one or more values to the
enum property. - addEnum(Object...) - Method in class org.apache.juneau.dto.openapi3.SchemaInfo
-
Adds one or more values to the
enum property. - addEnum(Object...) - Method in class org.apache.juneau.dto.openapi3.ServerVariable
-
Adds one or more values to the
enum property. - addEnum(Object...) - Method in class org.apache.juneau.dto.swagger.HeaderInfo
-
Bean property fluent setter:
enum . - addEnum(Object...) - Method in class org.apache.juneau.dto.swagger.Items
-
Bean property fluent setter:
enum . - addEnum(Object...) - Method in class org.apache.juneau.dto.swagger.ParameterInfo
-
Bean property appender:
enum . - addEnum(Object...) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
-
Bean property appender:
enum . - addEnum(String...) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
-
Bean property appender:
enum . - addExample(String, Object) - Method in class org.apache.juneau.dto.swagger.ResponseInfo
-
Bean property appender:
examples . - addExample(String, Example) - Method in class org.apache.juneau.dto.openapi3.HeaderInfo
-
Adds a single value to the
examples property. - addExample(String, Example) - Method in class org.apache.juneau.dto.openapi3.MediaType
-
Adds a single value to the
examples property. - addExamplesTo() - Element in annotation type org.apache.juneau.jsonschema.annotation.JsonSchemaConfig
-
Add examples.
- addExamplesTo(TypeCategory...) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
-
HtmlSchemaSerializer configuration property: Add examples. - addExamplesTo(TypeCategory...) - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
-
HtmlSchemaSerializer configuration property: Add examples. - addExamplesTo(TypeCategory...) - Method in class org.apache.juneau.json.JsonSchemaSerializer.Builder
-
JsonSchemaSerializer configuration property: Add examples. - addExamplesTo(TypeCategory...) - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator.Builder
-
Add examples.
- addHeader(String, String) - Method in class org.apache.juneau.http.resource.BasicResource
-
Appends the specified header to the end of the headers in this builder.
- addHeader(String, String) - Method in exception class org.apache.juneau.http.response.BasicHttpException
- addHeader(String, String) - Method in class org.apache.juneau.http.response.BasicHttpResponse
- addHeader(String, String) - Method in class org.apache.juneau.rest.client.RestRequest
-
Adds a header to this message.
- addHeader(String, String) - Method in class org.apache.juneau.rest.client.RestResponse
-
Adds a header to this message.
- addHeader(String, String) - Method in class org.apache.juneau.rest.mock.MockServletResponse
- addHeader(String, String) - Method in class org.apache.juneau.rest.RestResponse
-
Adds a response header with the given name and value.
- addHeader(String, HeaderInfo) - Method in class org.apache.juneau.dto.openapi3.Encoding
-
Adds one or more values to the
headers property. - addHeader(String, HeaderInfo) - Method in class org.apache.juneau.dto.openapi3.Response
-
Adds one or more values to the
variables property. - addHeader(String, HeaderInfo) - Method in class org.apache.juneau.dto.swagger.ResponseInfo
-
Bean property appender:
headers . - addHeader(Header) - Method in exception class org.apache.juneau.http.response.BasicHttpException
- addHeader(Header) - Method in class org.apache.juneau.http.response.BasicHttpResponse
- addHeader(Header) - Method in class org.apache.juneau.rest.client.RestRequest
-
Adds a header to this message.
- addHeader(Header) - Method in class org.apache.juneau.rest.client.RestResponse
-
Adds a header to this message.
- addHeader(Header) - Method in class org.apache.juneau.rest.RestResponse
-
Adds a response header.
- addHeaders(Header...) - Method in class org.apache.juneau.http.resource.BasicResource
-
Appends the specified headers to the end of the headers in this builder.
- addIf(boolean, E) - Method in class org.apache.juneau.internal.ListBuilder
-
Appends a value to this list of the flag is true.
- addIf(boolean, E) - Method in class org.apache.juneau.internal.SetBuilder
-
Adds a value to this set if the specified flag is true.
- addInterceptorFirst(HttpRequestInterceptor) - Method in class org.apache.juneau.rest.client.RestClient.Builder
-
Adds this protocol interceptor to the head of the protocol processing list.
- addInterceptorFirst(HttpRequestInterceptor) - Method in class org.apache.juneau.rest.mock.MockRestClient.Builder
- addInterceptorFirst(HttpResponseInterceptor) - Method in class org.apache.juneau.rest.client.RestClient.Builder
-
Adds this protocol interceptor to the head of the protocol processing list.
- addInterceptorFirst(HttpResponseInterceptor) - Method in class org.apache.juneau.rest.mock.MockRestClient.Builder
- addInterceptorLast(HttpRequestInterceptor) - Method in class org.apache.juneau.rest.client.RestClient.Builder
-
Adds this protocol interceptor to the tail of the protocol processing list.
- addInterceptorLast(HttpRequestInterceptor) - Method in class org.apache.juneau.rest.mock.MockRestClient.Builder
- addInterceptorLast(HttpResponseInterceptor) - Method in class org.apache.juneau.rest.client.RestClient.Builder
-
Adds this protocol interceptor to the tail of the protocol processing list.
- addInterceptorLast(HttpResponseInterceptor) - Method in class org.apache.juneau.rest.mock.MockRestClient.Builder
- addIntHeader(String, int) - Method in class org.apache.juneau.rest.mock.MockServletResponse
- addItems(JsonSchema...) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
-
Bean property appender:
items . - additionalProperties() - Element in annotation type org.apache.juneau.annotation.Schema
-
additionalProperties field of the Swagger Schema Object. - additionalProperties(String...) - Method in class org.apache.juneau.annotation.SchemaAnnotation.Builder
-
Sets the
Schema.additionalProperties()
property on this annotation. - additionalProperties(HttpPartSchema) - Method in class org.apache.juneau.httppart.HttpPartSchema.Builder
-
additionalProperties field. - additionalProperties(HttpPartSchema.Builder) - Method in class org.apache.juneau.httppart.HttpPartSchema.Builder
-
additionalProperties field. - additionalText - Variable in class org.apache.juneau.microservice.resources.LogParser.Entry
- addJson(String...) - Method in class org.apache.juneau.internal.ListBuilder
-
Adds entries to this list via JSON array strings.
- addJson(String...) - Method in class org.apache.juneau.internal.MapBuilder
-
Adds entries to this list via JSON object strings.
- addJson(String...) - Method in class org.apache.juneau.internal.SetBuilder
-
Adds entries to this set via JSON array strings.
- addKey(String) - Method in class org.apache.juneau.internal.DelegateBeanMap
-
Add a key in the next position.
- addKeyValueTableHeaders() - Element in annotation type org.apache.juneau.html.annotation.HtmlConfig
-
Add key/value headers on bean/map tables.
- addKeyValueTableHeaders() - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
- addKeyValueTableHeaders() - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- addKeyValueTableHeaders() - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
- addKeyValueTableHeaders() - Method in class org.apache.juneau.html.HtmlSerializer.Builder
-
HtmlSerializer configuration property: Add key/value headers on bean/map tables. - addKeyValueTableHeaders() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer.Builder
- addKeyValueTableHeaders(boolean) - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
- addKeyValueTableHeaders(boolean) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- addKeyValueTableHeaders(boolean) - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
- addKeyValueTableHeaders(boolean) - Method in class org.apache.juneau.html.HtmlSerializer.Builder
-
Same as
HtmlSerializer.Builder.addKeyValueTableHeaders()
but allows you to explicitly specify the value. - addKeyValueTableHeaders(boolean) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer.Builder
- addLink(String, Link) - Method in class org.apache.juneau.dto.openapi3.Response
-
Adds one or more values to the
variables property. - addListener(ConfigEventListener) - Method in class org.apache.juneau.config.Config
-
Add a listener to this config to react to modification events.
- addMapping(String, String) - Method in class org.apache.juneau.dto.openapi3.Discriminator
-
Adds one or more values to the
mapping property. - addMimeTypes(String) - Method in class org.apache.juneau.rest.staticfile.StaticFiles.Builder
-
Prepend the MIME type values to the MIME types registry.
- addNamespaceUrisToRoot() - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
- addNamespaceUrisToRoot() - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- addNamespaceUrisToRoot() - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
- addNamespaceUrisToRoot() - Method in class org.apache.juneau.html.HtmlSerializer.Builder
- addNamespaceUrisToRoot() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer.Builder
- addNamespaceUrisToRoot() - Method in class org.apache.juneau.soap.SoapXmlSerializer.Builder
- addNamespaceUrisToRoot() - Element in annotation type org.apache.juneau.xml.annotation.XmlConfig
-
Add namespace URLs to the root element.
- addNamespaceUrisToRoot() - Method in class org.apache.juneau.xml.XmlSerializer.Builder
-
Add namespace URLs to the root element.
- addNamespaceUrisToRoot(boolean) - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
- addNamespaceUrisToRoot(boolean) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- addNamespaceUrisToRoot(boolean) - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
- addNamespaceUrisToRoot(boolean) - Method in class org.apache.juneau.html.HtmlSerializer.Builder
- addNamespaceUrisToRoot(boolean) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer.Builder
- addNamespaceUrisToRoot(boolean) - Method in class org.apache.juneau.soap.SoapXmlSerializer.Builder
- addNamespaceUrisToRoot(boolean) - Method in class org.apache.juneau.xml.XmlSerializer.Builder
-
Same as
XmlSerializer.Builder.addNamespaceUrisToRoot()
but allows you to explicitly specify the value. - addOneOf(Object...) - Method in class org.apache.juneau.dto.openapi3.SchemaInfo
-
Adds one or more values to the
allOf property. - addOneOf(JsonSchema...) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
-
Bean property appender:
oneOf . - addPairs(Object...) - Method in class org.apache.juneau.internal.MapBuilder
-
Adds a list of key/value pairs to this map.
- addParameter(String, Object) - Method in class org.apache.juneau.dto.openapi3.Link
-
Adds a single value to the
examples property. - addParameter(String, ParameterInfo) - Method in class org.apache.juneau.dto.swagger.Swagger
-
Bean property appender:
parameters . - addParameters(ParameterInfo...) - Method in class org.apache.juneau.dto.swagger.Operation
-
Bean property fluent setter:
parameters . - addPath(String, String, Operation) - Method in class org.apache.juneau.dto.swagger.Swagger
-
Bean property appender:
paths . - addPatternProperties(JsonSchemaProperty...) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
-
Bean property appender:
patternProperties . - addPhoto(int, BufferedImage) - Method in class org.apache.juneau.examples.rest.PhotosResource
-
[HTTP PUT /photos/{id}] PUT request handler.
- addProduces(MediaType...) - Method in class org.apache.juneau.dto.swagger.Operation
-
Bean property fluent setter:
produces . - addProduces(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 . - addProperty(String, SchemaInfo) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
-
Bean property appender:
properties . - addRequired(String...) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
-
Bean property appender:
required . - addRequired(String...) - Method in class org.apache.juneau.dto.openapi3.SchemaInfo
-
Same as
SchemaInfo.addRequired(String...)
. - addRequired(List<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 . - addRequiredProperties(String...) - Method in class org.apache.juneau.dto.swagger.SchemaInfo
-
Bean property appender:
requiredProperties . - addResponse(String, ResponseInfo) - Method in class org.apache.juneau.dto.swagger.Operation
-
Adds a single value to the
responses property. - addResponse(String, ResponseInfo) - Method in class org.apache.juneau.dto.swagger.Swagger
-
Bean property appender:
responses . - 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. - 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() - Constructor for class org.apache.juneau.examples.rest.UtilityBeansResource.Address
- Address(Object...) - Constructor for class org.apache.juneau.dto.html5.Address
-
Creates an
Address
element with the specified child nodes. - addRootType() - Method in class org.apache.juneau.csv.CsvSerializer.Builder
- addRootType() - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
- addRootType() - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- addRootType() - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
- addRootType() - Method in class org.apache.juneau.html.HtmlSerializer.Builder
- addRootType() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer.Builder
- addRootType() - Method in class org.apache.juneau.json.JsonSchemaSerializer.Builder
- addRootType() - Method in class org.apache.juneau.json.JsonSerializer.Builder
- addRootType() - Method in class org.apache.juneau.msgpack.MsgPackSerializer.Builder
- addRootType() - Method in class org.apache.juneau.oapi.OpenApiSerializer.Builder
- addRootType() - Method in class org.apache.juneau.plaintext.PlainTextSerializer.Builder
- addRootType() - Method in class org.apache.juneau.rest.client.RestClient.Builder
-
Serializer configuration property: Add type attribute to root nodes. - addRootType() - Method in class org.apache.juneau.rest.mock.MockRestClient.Builder
- addRootType() - Element in annotation type org.apache.juneau.serializer.annotation.SerializerConfig
-
Add type attribute to root nodes.
- addRootType() - Method in class org.apache.juneau.serializer.OutputStreamSerializer.Builder
- addRootType() - Method in class org.apache.juneau.serializer.Serializer.Builder
-
Add type attribute to root nodes.
- addRootType() - Method in class org.apache.juneau.serializer.WriterSerializer.Builder
- addRootType() - Method in class org.apache.juneau.soap.SoapXmlSerializer.Builder
- addRootType() - Method in class org.apache.juneau.uon.UonSerializer.Builder
- addRootType() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializer.Builder
- addRootType() - Method in class org.apache.juneau.xml.XmlSerializer.Builder
- addRootType(boolean) - Method in class org.apache.juneau.csv.CsvSerializer.Builder
- addRootType(boolean) - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
- addRootType(boolean) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- addRootType(boolean) - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
- addRootType(boolean) - Method in class org.apache.juneau.html.HtmlSerializer.Builder
- addRootType(boolean) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer.Builder
- addRootType(boolean) - Method in class org.apache.juneau.json.JsonSchemaSerializer.Builder
- addRootType(boolean) - Method in class org.apache.juneau.json.JsonSerializer.Builder
- addRootType(boolean) - Method in class org.apache.juneau.msgpack.MsgPackSerializer.Builder
- addRootType(boolean) - Method in class org.apache.juneau.oapi.OpenApiSerializer.Builder
- addRootType(boolean) - Method in class org.apache.juneau.plaintext.PlainTextSerializer.Builder
- addRootType(boolean) - Method in class org.apache.juneau.serializer.OutputStreamSerializer.Builder
- addRootType(boolean) - Method in class org.apache.juneau.serializer.Serializer.Builder
-
Same as
Serializer.Builder.addRootType()
but allows you to explicitly specify the value. - addRootType(boolean) - Method in class org.apache.juneau.serializer.WriterSerializer.Builder
- addRootType(boolean) - Method in class org.apache.juneau.soap.SoapXmlSerializer.Builder
- addRootType(boolean) - Method in class org.apache.juneau.uon.UonSerializer.Builder
- addRootType(boolean) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializer.Builder
- addRootType(boolean) - Method in class org.apache.juneau.xml.XmlSerializer.Builder
- addSchemes(String...) - Method in class org.apache.juneau.dto.swagger.Operation
-
Bean property fluent setter:
schemes . - addSchemes(String...) - Method in class org.apache.juneau.dto.swagger.Swagger
-
Bean property appender:
schemes . - addScope(String, String) - Method in class org.apache.juneau.dto.openapi3.OAuthFlow
-
Adds a single value to the
examples property. - addScope(String, String) - Method in class org.apache.juneau.dto.swagger.SecurityScheme
-
Bean property appender:
scopes . - addSecurity(String, String...) - Method in class org.apache.juneau.dto.swagger.Operation
- addSecurity(String, String...) - Method in class org.apache.juneau.dto.swagger.Swagger
-
Bean property appender:
security . - addSecurityDefinition(String, SecurityScheme) - Method in class org.apache.juneau.dto.swagger.Swagger
-
Bean property appender:
securityDefinitions . - addSupplier(Class<T>, Supplier<T>) - Method in class org.apache.juneau.cp.BeanStore
-
Adds a supplier for an unnamed bean of the specified type to this factory.
- addSupplier(Class<T>, Supplier<T>, String) - Method in class org.apache.juneau.cp.BeanStore
-
Adds a supplier for a named bean of the specified type to this factory.
- addTags(String...) - Method in class org.apache.juneau.dto.swagger.Operation
-
Bean property fluent adder:
tags . - addTags(Tag...) - Method in class org.apache.juneau.dto.swagger.Swagger
-
Bean property appender:
tags . - addTypes(JsonType...) - Method in class org.apache.juneau.dto.jsonschema.JsonSchema
-
Bean property appender:
type . - addVarBean(Class<T>, T) - Method in class org.apache.juneau.serializer.SerializerSession
-
Adds a session object to the
VarResolverSession
in this session. - addVariable(String, ServerVariable) - Method in class org.apache.juneau.dto.openapi3.Server
-
Adds one or more values to the
variables property. - addWarning(String, Object...) - Method in class org.apache.juneau.BeanSession
-
Logs a warning message.
- addWarning(String, Object...) - Method in class org.apache.juneau.ContextSession
-
Logs a warning message.
- aDiv() - Method in class org.apache.juneau.examples.rest.HtmlBeansResource
-
[HTTP GET /htmlbeans/div]
- 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() - Element in annotation type org.apache.juneau.annotation.Schema
-
Synonym for
Schema.allowEmptyValue()
. - aev() - Method in class org.apache.juneau.httppart.HttpPartSchema.Builder
-
Synonym for
HttpPartSchema.Builder.allowEmptyValue()
. - aev(boolean) - Method in class org.apache.juneau.annotation.SchemaAnnotation.Builder
-
Sets the
Schema.aev()
property on this annotation. - aev(Boolean) - Method in class org.apache.juneau.httppart.HttpPartSchema.Builder
-
Synonym for
HttpPartSchema.Builder.allowEmptyValue(Boolean)
. - aev(String) - Method in class org.apache.juneau.httppart.HttpPartSchema.Builder
-
Synonym for
HttpPartSchema.Builder.allowEmptyValue(String)
. - aForm() - Method in class org.apache.juneau.examples.rest.HtmlBeansResource
-
[HTTP GET /htmlbeans/form]
- age(Integer) - Static method in class org.apache.juneau.http.HttpHeaders
-
Creates a new
Age
header. - age(String) - Static method in class org.apache.juneau.http.HttpHeaders
-
Creates a new
Age
header. - age(Supplier<Integer>) - Static method in class org.apache.juneau.http.HttpHeaders
-
Creates a new
Age
header with a delayed value. - Age - Class in org.apache.juneau.http.header
-
Represents a parsed
Age HTTP response header. - Age(Integer) - Constructor for class org.apache.juneau.http.header.Age
-
Constructor.
- Age(String) - Constructor for class org.apache.juneau.http.header.Age
-
Constructor.
- Age(Supplier<Integer>) - Constructor for class org.apache.juneau.http.header.Age
-
Constructor with delayed value.
- aHyperlink() - Method in class org.apache.juneau.examples.rest.UtilityBeansResource
-
[HTTP GET /utilitybeans/Hyperlink]
- alist(E...) - Static method in class org.apache.juneau.internal.CollectionUtils
-
Convenience method for creating an array-backed list by calling
Arrays.asList(Object...)
. - allOf() - Element in annotation type org.apache.juneau.annotation.Schema
-
allOf field of the Swagger Schema Object. - allOf(String...) - Method in class org.apache.juneau.annotation.SchemaAnnotation.Builder
-
Sets the
Schema.allOf()
property on this annotation. - allow(String) - Static method in class org.apache.juneau.http.HttpHeaders
-
Creates a new
Allow
header. - allow(String...) - Static method in class org.apache.juneau.http.HttpHeaders
-
Creates a new
Allow
header. - allow(Supplier<String[]>) - Static method in class org.apache.juneau.http.HttpHeaders
-
Creates a new
Allow
header with a delayed value. - Allow - Class in org.apache.juneau.http.header
-
Represents a parsed
Allow HTTP response header. - Allow(String) - Constructor for class org.apache.juneau.http.header.Allow
-
Constructor.
- Allow(String...) - Constructor for class org.apache.juneau.http.header.Allow
-
Constructor.
- Allow(Supplier<String[]>) - Constructor for class org.apache.juneau.http.header.Allow
-
Constructor with delayed value.
- allowedHeaderParams() - Element in annotation type org.apache.juneau.rest.annotation.Rest
-
Allowed header URL parameters.
- allowedHeaderParams(String) - Method in class org.apache.juneau.rest.annotation.RestAnnotation.Builder
-
Sets the
Rest.allowedHeaderParams()
property on this annotation. - allowedHeaderParams(String) - Method in class org.apache.juneau.rest.RestContext.Builder
-
Allowed header URL parameters.
- allowedMethodHeaders() - Element in annotation type org.apache.juneau.rest.annotation.Rest
-
Allowed method headers.
- allowedMethodHeaders(String) - Method in class org.apache.juneau.rest.annotation.RestAnnotation.Builder
-
Sets the
Rest.allowedMethodHeaders()
property on this annotation. - allowedMethodHeaders(String) - Method in class org.apache.juneau.rest.RestContext.Builder
-
Allowed method headers.
- allowedMethodParams() - Element in annotation type org.apache.juneau.rest.annotation.Rest
-
Allowed method parameters.
- allowedMethodParams(String) - Method in class org.apache.juneau.rest.annotation.RestAnnotation.Builder
-
Sets the
Rest.allowedMethodParams()
property on this annotation. - allowedMethodParams(String) - Method in class org.apache.juneau.rest.RestContext.Builder
-
Allowed method parameters.
- allowEmptyValue() - Element in annotation type org.apache.juneau.annotation.Schema
-
allowEmptyValue field of the Swagger Parameter Object. - allowEmptyValue() - Method in class org.apache.juneau.httppart.HttpPartSchema.Builder
-
allowEmptyValue field. - allowEmptyValue(boolean) - Method in class org.apache.juneau.annotation.SchemaAnnotation.Builder
-
Sets the
Schema.allowEmptyValue()
property on this annotation. - allowEmptyValue(Boolean) - Method in class org.apache.juneau.httppart.HttpPartSchema.Builder
-
allowEmptyValue field. - allowEmptyValue(String) - Method in class org.apache.juneau.httppart.HttpPartSchema.Builder
-
allowEmptyValue field. - 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.RequestSwaggerVar
- allowNested() - Method in class org.apache.juneau.rest.vars.RequestVar
- 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() - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
-
HtmlSchemaSerializer configuration property: Allow nested descriptions. - allowNestedDescriptions() - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
-
HtmlSchemaSerializer configuration property: Allow nested descriptions. - allowNestedDescriptions() - Method in class org.apache.juneau.json.JsonSchemaSerializer.Builder
-
JsonSchemaSerializer configuration property: Allow nested descriptions. - allowNestedDescriptions() - Element in annotation type org.apache.juneau.jsonschema.annotation.JsonSchemaConfig
-
Allow nested descriptions.
- allowNestedDescriptions() - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator.Builder
-
Allow nested descriptions.
- allowNestedDescriptions(boolean) - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator.Builder
-
Same as
JsonSchemaGenerator.Builder.allowNestedDescriptions()
but allows you to explicitly specify the value. - allowNestedExamples() - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
-
HtmlSchemaSerializer configuration property: Allow nested examples. - allowNestedExamples() - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
-
HtmlSchemaSerializer configuration property: Allow nested examples. - allowNestedExamples() - Method in class org.apache.juneau.json.JsonSchemaSerializer.Builder
-
JsonSchemaSerializer configuration property: Allow nested examples. - allowNestedExamples() - Element in annotation type org.apache.juneau.jsonschema.annotation.JsonSchemaConfig
-
Allow nested examples.
- allowNestedExamples() - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator.Builder
-
Allow nested examples.
- allowNestedExamples(boolean) - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator.Builder
-
Same as
JsonSchemaGenerator.Builder.allowNestedExamples()
but allows you to explicitly specify the value. - allowNoFile() - Method in class org.apache.juneau.common.internal.FileReaderBuilder
-
If called and the file is
null or non-existent, then theFileReaderBuilder.build()
command will return an empty reader instead of aFileNotFoundException
. - 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.RequestSwaggerVar
- allowRecurse() - Method in class org.apache.juneau.rest.vars.RequestVar
- 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.
- ALREADY_REPORTED - Static variable in class org.apache.juneau.http.HttpResponses
-
A synonym for
AlreadyReported.INSTANCE
. - alreadyReported() - Static method in class org.apache.juneau.http.HttpResponses
-
A shortcut for calling
AlreadyReported()
. - 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.
- AlreadyReported(HttpResponse) - Constructor for class org.apache.juneau.http.response.AlreadyReported
-
Constructor.
- AlreadyReported(AlreadyReported) - Constructor for class org.apache.juneau.http.response.AlreadyReported
-
Copy constructor.
- 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.
- ALWAYS - Enum constant in enum org.apache.juneau.Enablement
-
Feature is always enabled.
- anchorText() - Element in annotation type org.apache.juneau.html.annotation.Html
-
Use the specified anchor text when serializing a URI.
- anchorText(String) - Method in class org.apache.juneau.html.annotation.HtmlAnnotation.Builder
-
Sets the
Html.anchorText()
property on this annotation. - AnchorText - Enum in org.apache.juneau.html
-
Identifies possible values for the
HtmlSerializer.Builder.uriAnchorText(AnchorText)
setting. - and(Predicate<T>...) - Static method in class org.apache.juneau.assertions.AssertionPredicates
-
Combines the specified predicates into a singled AND'ed predicate.
- And(Predicate<T>...) - Constructor for class org.apache.juneau.assertions.AssertionPredicate.And
-
Constructor.
- andThen(Function<? super R, ? extends V>) - Method in interface org.apache.juneau.internal.Function2
- andThen(Function<? super R, ? extends V>) - Method in interface org.apache.juneau.internal.Function3
- andThen(Function<? super R, ? extends V>) - Method in interface org.apache.juneau.internal.Function4
- 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
- andThen(Consumer2<? super A, ? super B>) - Method in interface org.apache.juneau.utils.Consumer2
-
Returns a composed
Consumer
that performs, in sequence, this operation followed by theafter operation. - andThen(Consumer3<? super A, ? super B, ? super C>) - Method in interface org.apache.juneau.utils.Consumer3
-
Returns a composed
Consumer
that performs, in sequence, this operation followed by theafter operation. - andThen(Consumer4<? super A, ? super B, ? super C, ? super D>) - Method in interface org.apache.juneau.utils.Consumer4
-
Returns a composed
Consumer
that performs, in sequence, this operation followed by theafter operation. - AnnotationApplier<A extends Annotation,
B> - Class in org.apache.juneau -
Class used to add properties to a context builder (e.g.
- AnnotationApplier(Class<A>, Class<B>, VarResolverSession) - Constructor for class org.apache.juneau.AnnotationApplier
-
Constructor.
- AnnotationApplier.NoOp - Class in org.apache.juneau
-
Represents a no-op configuration apply.
- AnnotationBuilder - Class in org.apache.juneau.annotation
-
Builder for
AnnotationImpl
objects. - AnnotationBuilder(Class<? extends Annotation>) - Constructor for class org.apache.juneau.annotation.AnnotationBuilder
-
Constructor.
- AnnotationGroup - Annotation Type in org.apache.juneau.annotation
-
Applied to annotations that belong to a similar group (e.g.
- AnnotationImpl - Class in org.apache.juneau.annotation
-
A concrete implementation of an annotation.
- AnnotationImpl(AnnotationBuilder) - Constructor for class org.apache.juneau.annotation.AnnotationImpl
-
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.
- 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
- AnnotationProvider - Interface in org.apache.juneau
-
Interface that provides the ability to look up annotations on classes/methods/constructors/fields.
- annotations(Annotation...) - Method in class org.apache.juneau.BeanContext.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.BeanContextable.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.BeanTraverseContext.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.config.Config.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.config.store.ClasspathStore.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.config.store.ConfigStore.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.config.store.FileStore.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.config.store.MemoryStore.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.Context.Builder
-
Defines annotations to apply to specific classes and methods.
- annotations(Annotation...) - Method in class org.apache.juneau.csv.CsvParser.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.csv.CsvSerializer.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.html.HtmlParser.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.html.HtmlSerializer.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.json.JsonParser.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.json.JsonSchemaSerializer.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.json.JsonSerializer.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.msgpack.MsgPackParser.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.msgpack.MsgPackSerializer.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.oapi.OpenApiParser.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.oapi.OpenApiSerializer.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.parser.InputStreamParser.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.parser.Parser.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.parser.ReaderParser.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.plaintext.PlainTextParser.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.plaintext.PlainTextSerializer.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.rest.client.RestClient.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.rest.mock.MockRestClient.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.rest.RestContext.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.rest.RestOpContext.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.serializer.OutputStreamSerializer.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.serializer.Serializer.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.serializer.WriterSerializer.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.soap.SoapXmlSerializer.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.uon.UonParser.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.uon.UonSerializer.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.urlencoding.UrlEncodingParser.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializer.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.xml.XmlParser.Builder
- annotations(Annotation...) - Method in class org.apache.juneau.xml.XmlSerializer.Builder
- annotationType() - Method in class org.apache.juneau.annotation.AnnotationImpl
-
Implements the
Annotation.annotationType()
method for child classes. - AnnotationUtils - Class in org.apache.juneau.internal
-
Annotation utilities.
- AnnotationUtils() - Constructor for class org.apache.juneau.internal.AnnotationUtils
- AnnotationWork - Class in org.apache.juneau
-
A unit of work for applying an annotation to a context builder.
- AnnotationWork(AnnotationInfo, AnnotationApplier) - Constructor for class org.apache.juneau.AnnotationWork
-
Constructor.
- AnnotationWorkList - Class in org.apache.juneau
-
A list of
AnnotationWork
objects. - any() - Static method in class org.apache.juneau.assertions.AssertionPredicates
-
Predicate that always returns
true . - ANY - Enum constant in enum org.apache.juneau.dto.jsonschema.JsonType
-
any
- ANY - Enum constant in enum org.apache.juneau.httppart.HttpPartType
-
Generic part
- ANY - Enum constant in enum org.apache.juneau.jsonschema.TypeCategory
-
Anything
- ANY - Static variable in class org.apache.juneau.http.HttpMethod
-
Represents any HTTP method.
- AnyAssertion<T> - Class in org.apache.juneau.assertions
-
Used for assertion calls against generic POJOs.
- AnyAssertion(T) - Constructor for class org.apache.juneau.assertions.AnyAssertion
-
Constructor.
- ap(HttpPartSchema) - Method in class org.apache.juneau.httppart.HttpPartSchema.Builder
-
Shortcut for
additionalProperties(value) - ap(HttpPartSchema.Builder) - Method in class org.apache.juneau.httppart.HttpPartSchema.Builder
-
Shortcut for
additionalProperties(value) - 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
- append() - Method in class org.apache.juneau.common.internal.FileWriterBuilder
-
Sets the append mode on the writer to
true . - append() - Method in class org.apache.juneau.microservice.LogConfig
-
Specified append mode for the log file.
- append(char) - Method in class org.apache.juneau.csv.CsvWriter
- append(char) - Method in class org.apache.juneau.html.HtmlWriter
- append(char) - Method in class org.apache.juneau.internal.NoCloseWriter
- append(char) - Method in class org.apache.juneau.internal.StringBuilderWriter
- append(char) - Method in class org.apache.juneau.json.JsonWriter
- append(char) - Method in class org.apache.juneau.serializer.SerializerWriter
- append(char) - Method in class org.apache.juneau.uon.UonWriter
- append(char) - Method in class org.apache.juneau.xml.XmlWriter
- append(char[]) - Method in class org.apache.juneau.serializer.SerializerWriter
-
Appends the specified characters to this writer.
- append(char, String) - Method in class org.apache.juneau.common.internal.AsciiMap
-
Adds an entry to this map.
- append(int, char) - Method in class org.apache.juneau.csv.CsvWriter
- append(int, char) - Method in class org.apache.juneau.html.HtmlWriter
- append(int, char) - Method in class org.apache.juneau.json.JsonWriter
- append(int, char) - 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.uon.UonWriter
- append(int, char) - Method in class org.apache.juneau.xml.XmlWriter
- append(int, String) - Method in class org.apache.juneau.csv.CsvWriter
- append(int, String) - Method in class org.apache.juneau.html.HtmlWriter
- append(int, String) - Method in class org.apache.juneau.json.JsonWriter
- 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, String) - Method in class org.apache.juneau.uon.UonWriter
- append(int, String) - Method in class org.apache.juneau.xml.XmlWriter
- append(Writer) - Method in class org.apache.juneau.microservice.resources.LogParser.Entry
- append(Appendable, Object) - Method in class org.apache.juneau.UriResolver
-
Same as
UriResolver.resolve(Object)
except appends result to the specified appendable. - append(CharSequence) - 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.NoCloseWriter
- append(CharSequence, int, int) - Method in class org.apache.juneau.internal.StringBuilderWriter
- append(Class<?>...) - Method in class org.apache.juneau.BeanDictionaryList
-
Append one or more bean classes to this bean dictionary.
- append(Class<? extends RestConverter>...) - Method in class org.apache.juneau.rest.converter.RestConverterList.Builder
-
Appends the specified rest matcher classes to the list.
- append(Class<? extends RestGuard>...) - Method in class org.apache.juneau.rest.guard.RestGuardList.Builder
-
Appends the specified rest matcher classes to the list.
- append(Class<? extends RestMatcher>...) - Method in class org.apache.juneau.rest.matcher.RestMatcherList.Builder
-
Appends the specified rest matcher classes to the list.
- append(Class<? extends Var>...) - Method in class org.apache.juneau.svl.VarList
-
Adds a list of variables to this list.
- append(Object) - Method in class org.apache.juneau.collections.JsonList
-
Adds the value to this list.
- append(Object) - Method in class org.apache.juneau.csv.CsvWriter
- append(Object) - Method in class org.apache.juneau.html.HtmlWriter
- append(Object) - Method in class org.apache.juneau.json.JsonWriter
- append(Object) - Method in class org.apache.juneau.serializer.SerializerWriter
-
Writes the specified text to the writer if it isn't
null . - append(Object) - Method in class org.apache.juneau.uon.UonWriter
- append(Object) - Method in class org.apache.juneau.xml.XmlWriter
- append(Object...) - Method in class org.apache.juneau.collections.JsonList
-
Adds all the values in the specified array to this list.
- append(String) - Method in class org.apache.juneau.csv.CsvWriter
- append(String) - Method in class org.apache.juneau.html.HtmlWriter
- append(String) - Method in class org.apache.juneau.json.JsonWriter
- append(String) - Method in class org.apache.juneau.serializer.SerializerWriter
-
Writes the specified text to the writer if it isn't
null . - append(String) - Method in class org.apache.juneau.uon.UonWriter
- append(String) - Method in class org.apache.juneau.xml.XmlWriter
- append(String, Class<?>) - Method in class org.apache.juneau.BeanDictionaryMap
-
Add a dictionary name mapping for the specified class.
- 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(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, Object) - Method in class org.apache.juneau.collections.JsonMap
-
Adds an entry to this map.
- append(String, Object) - Method in class org.apache.juneau.http.header.HeaderList
-
Appends the specified header to the end of this list.
- append(String, Object) - Method in class org.apache.juneau.http.part.PartList
-
Appends the specified part to the end of this list.
- append(String, String) - Method in class org.apache.juneau.objecttools.SearchArgs
-
Appends the specified search argument.
- append(String, String) - Method in class org.apache.juneau.rest.beans.ResourceDescriptions
-
Adds a new
ResourceDescription
to this list. - append(String, String, String) - Method in class org.apache.juneau.rest.beans.ResourceDescriptions
-
Adds a new
ResourceDescription
to this list when the uri is different from the name. - append(String, Supplier<?>) - Method in class org.apache.juneau.http.header.HeaderList
-
Appends the specified header to the end of this list using a value supplier.
- append(String, Supplier<?>) - Method in class org.apache.juneau.http.part.PartList
-
Appends the specified part to the end of this list using a value supplier.
- append(String, Operation) - Method in class org.apache.juneau.dto.swagger.OperationMap
-
Fluent-style put method.
- append(String, V) - Method in class org.apache.juneau.utils.ReflectionMap.Builder
-
Adds a mapping to this builder.
- append(Collection<?>) - Method in class org.apache.juneau.collections.JsonList
-
Adds all the values in the specified collection to this list.
- append(List<Header>) - Method in class org.apache.juneau.http.header.HeaderList
-
Adds the specified headers to the end of the headers in this list.
- append(List<NameValuePair>) - Method in class org.apache.juneau.http.part.PartList
-
Adds the specified parts to the end of the parts in this list.
- append(Map<String, Object>) - Method in class org.apache.juneau.collections.JsonMap
-
Appends all the entries in the specified map to this map.
- append(Header) - Method in class org.apache.juneau.http.header.HeaderList
-
Adds the specified header to the end of the headers in this list.
- append(Header...) - Method in class org.apache.juneau.http.header.HeaderList
-
Adds the specified headers to the end of the headers in this list.
- append(NameValuePair) - Method in class org.apache.juneau.http.part.PartList
-
Adds the specified part to the end of the parts in this list.
- append(NameValuePair...) - Method in class org.apache.juneau.http.part.PartList
-
Adds the specified parts to the end of the parts in this list.
- append(HtmlWidget...) - Method in class org.apache.juneau.html.HtmlWidgetMap
-
Adds the specified widgets to this map.
- append(RestConverter...) - Method in class org.apache.juneau.rest.converter.RestConverterList.Builder
-
Appends the specified rest matcher objects to the list.
- append(RestGuard...) - Method in class org.apache.juneau.rest.guard.RestGuardList.Builder
-
Appends the specified rest matcher objects to the list.
- append(RestMatcher...) - Method in class org.apache.juneau.rest.matcher.RestMatcherList.Builder
-
Appends the specified rest matcher objects to the list.
- append(Var...) - Method in class org.apache.juneau.svl.VarList
-
Adds a list of variables to this list.
- append(VarList) - Method in class org.apache.juneau.svl.VarList
-
Adds a list of variables to this list.
- append(T[], T...) - Static method in class org.apache.juneau.internal.ArrayUtils
-
Appends one or more elements to an array.
- APPEND - Enum constant in enum org.apache.juneau.ListOperation
-
Elements should be added to the end of the list.
- appendAll(Class<?>, Class<? extends V>, V[]) - Method in class org.apache.juneau.utils.ReflectionMap
-
Finds all values in this map that matches the specified class.
- appendAll(Constructor<?>, Class<? extends V>, V[]) - Method in class org.apache.juneau.utils.ReflectionMap
-
Finds all values in this map that matches the specified constructor.
- appendAll(Field, Class<? extends V>, V[]) - Method in class org.apache.juneau.utils.ReflectionMap
-
Finds all values in this map that matches the specified field.
- appendAll(Method, Class<? extends V>, V[]) - Method in class org.apache.juneau.utils.ReflectionMap
-
Finds all values in this map that matches the specified method.
- appendBoolean(Object) - Method in class org.apache.juneau.uon.UonWriter
-
Appends a boolean value to the output.
- appendFirst(Predicate<T>, String, T...) - Method in class org.apache.juneau.collections.JsonMap
-
Adds the first value that matches the specified predicate.
- 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, char) - Method in class org.apache.juneau.csv.CsvWriter
- appendIf(boolean, char) - Method in class org.apache.juneau.json.JsonWriter
- appendIf(boolean, char) - 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.uon.UonWriter
- appendIf(boolean, Object) - Method in class org.apache.juneau.collections.JsonList
-
Adds an entry to this list if the boolean flag is
true . - appendIf(boolean, String) - Method in class org.apache.juneau.csv.CsvWriter
- appendIf(boolean, String) - Method in class org.apache.juneau.json.JsonWriter
- appendIf(boolean, String) - 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, String, Object) - Method in class org.apache.juneau.collections.JsonMap
-
Add if flag is
true . - appendIf(Predicate<T>, String, T) - Method in class org.apache.juneau.collections.JsonMap
-
Add if predicate matches value.
- appendIf(Predicate<T>, T) - Method in class org.apache.juneau.collections.JsonList
-
Add if predicate matches.
- appendIfAbsent(String, Object) - Method in class org.apache.juneau.collections.JsonMap
-
Adds a value in this map if the entry does not exist or the current value is
null . - appendIfAbsentIf(Predicate<T>, String, T) - Method in class org.apache.juneau.collections.JsonMap
-
Adds a value in this map if the entry does not exist or the current value is
null and the value matches the specified predicate. - appendln(int, String) - Method in class org.apache.juneau.csv.CsvWriter
- appendln(int, String) - Method in class org.apache.juneau.html.HtmlWriter
- appendln(int, 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 theuseWhitespace
setting is enabled). - appendln(int, 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.csv.CsvWriter
- appendln(String) - Method in class org.apache.juneau.html.HtmlWriter
- appendln(String) - Method in class org.apache.juneau.json.JsonWriter
- 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(String) - Method in class org.apache.juneau.uon.UonWriter
- 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.
- appendReverse(Object...) - Method in class org.apache.juneau.collections.JsonList
-
Adds the contents of the array to the list in reverse order.
- appendReverse(List<?>) - Method in class org.apache.juneau.collections.JsonList
-
Adds all the entries in the specified collection to this list in reverse order.
- appendShortName(StringBuilder) - Method in class org.apache.juneau.reflect.ClassInfo
-
Same as
ClassInfo.getShortName()
but appends to an existing string builder. - 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.
- APPLICATION_ATOM_XML - Static variable in class org.apache.juneau.http.header.Accept
- APPLICATION_ATOM_XML - Static variable in class org.apache.juneau.http.header.ContentType
- APPLICATION_FORM_URLENCODED - Static variable in class org.apache.juneau.http.header.Accept
- APPLICATION_FORM_URLENCODED - Static variable in class org.apache.juneau.http.header.ContentType
- APPLICATION_JSON - Static variable in class org.apache.juneau.http.header.Accept
- APPLICATION_JSON - Static variable in class org.apache.juneau.http.header.ContentType
- APPLICATION_OCTET_STREAM - Static variable in class org.apache.juneau.http.header.Accept
- APPLICATION_OCTET_STREAM - Static variable in class org.apache.juneau.http.header.ContentType
- APPLICATION_SOAP_XML - Static variable in class org.apache.juneau.http.header.Accept
- APPLICATION_SOAP_XML - Static variable in class org.apache.juneau.http.header.ContentType
- APPLICATION_SVG_XML - Static variable in class org.apache.juneau.http.header.Accept
- APPLICATION_SVG_XML - Static variable in class org.apache.juneau.http.header.ContentType
- APPLICATION_XHTML_XML - Static variable in class org.apache.juneau.http.header.Accept
- APPLICATION_XHTML_XML - Static variable in class org.apache.juneau.http.header.ContentType
- APPLICATION_XML - Static variable in class org.apache.juneau.http.header.Accept
- APPLICATION_XML - Static variable in class org.apache.juneau.http.header.ContentType
- Applier(VarResolverSession) - Constructor for class org.apache.juneau.annotation.BeanAnnotation.Applier
-
Constructor.
- Applier(VarResolverSession) - Constructor for class org.apache.juneau.annotation.BeancAnnotation.Applier
-
Constructor.
- Applier(VarResolverSession) - Constructor for class org.apache.juneau.annotation.BeanConfigAnnotation.Applier
-
Constructor.
- Applier(VarResolverSession) - Constructor for class org.apache.juneau.annotation.BeanIgnoreAnnotation.Applier
-
Constructor.
- Applier(VarResolverSession) - Constructor for class org.apache.juneau.annotation.BeanpAnnotation.Applier
-
Constructor.
- Applier(VarResolverSession) - Constructor for class org.apache.juneau.annotation.ExampleAnnotation.Applier
-
Constructor.
- Applier(VarResolverSession) - Constructor for class org.apache.juneau.annotation.MarshalledAnnotation.Applier
-
Constructor.
- Applier(VarResolverSession) - Constructor for class org.apache.juneau.annotation.NamePropertyAnnotation.Applier
-
Constructor.
- Applier(VarResolverSession) - Constructor for class org.apache.juneau.annotation.ParentPropertyAnnotation.Applier
-
Constructor.
- Applier(VarResolverSession) - Constructor for class org.apache.juneau.annotation.SwapAnnotation.Applier
-
Constructor.
- Applier(VarResolverSession) - Constructor for class org.apache.juneau.annotation.UriAnnotation.Applier
-
Constructor.
- Applier(VarResolverSession) - Constructor for class org.apache.juneau.http.annotation.ContentAnnotation.Applier
-
Constructor.
- Applier(VarResolverSession) - Constructor for class org.apache.juneau.http.annotation.FormDataAnnotation.Applier
-
Constructor.
- Applier(VarResolverSession) - Constructor for class org.apache.juneau.http.annotation.HeaderAnnotation.Applier
-
Constructor.
- Applier(VarResolverSession) - Constructor for class org.apache.juneau.http.annotation.PathAnnotation.Applier
-
Constructor.
- Applier(VarResolverSession) - Constructor for class org.apache.juneau.http.annotation.QueryAnnotation.Applier
-
Constructor.
- Applier(VarResolverSession) - Constructor for class org.apache.juneau.http.annotation.RequestAnnotation.Applier
-
Constructor.
- Applier(VarResolverSession) - Constructor for class org.apache.juneau.http.annotation.ResponseAnnotation.Applier
-
Constructor.
- Applier(VarResolverSession) - Constructor for class org.apache.juneau.http.annotation.StatusCodeAnnotation.Applier
-
Constructor.
- apply(A, B) - Method in interface org.apache.juneau.internal.Function2
- apply(A, B) - Method in interface org.apache.juneau.utils.Consumer2
-
Performs this operation on the given arguments.
- apply(A, B) - Method in interface org.apache.juneau.utils.Tuple2Function
- apply(A, B, C) - Method in interface org.apache.juneau.internal.Function3
- apply(A, B, C) - Method in interface org.apache.juneau.utils.Consumer3
-
Performs this operation on the given arguments.
- apply(A, B, C) - Method in interface org.apache.juneau.utils.Tuple3Function
- apply(A, B, C, D) - Method in interface org.apache.juneau.internal.Function4
- apply(A, B, C, D) - Method in interface org.apache.juneau.utils.Consumer4
-
Performs this operation on the given arguments.
- 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(Annotation) - Method in class org.apache.juneau.httppart.HttpPartSchema.Builder
-
Apply the specified annotation to this schema.
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.BeanSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.BeanTraverseSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.Context.Builder
-
Apply a consumer to this builder.
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.ContextSession.Builder
-
Applies a consumer to this builder if it's the specified type.
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.csv.CsvParserSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.csv.CsvSerializerSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.html.HtmlDocSerializerSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.html.HtmlParserSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializerSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.html.HtmlSchemaSerializerSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.html.HtmlSerializerSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializerSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.json.JsonParserSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.json.JsonSchemaSerializerSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.json.JsonSerializerSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.jsonschema.JsonSchemaGeneratorSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.msgpack.MsgPackParserSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.msgpack.MsgPackSerializerSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.oapi.OpenApiParserSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.oapi.OpenApiSerializerSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.parser.InputStreamParserSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.parser.ParserSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.parser.ReaderParserSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.plaintext.PlainTextParserSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.plaintext.PlainTextSerializerSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.serializer.OutputStreamSerializerSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.serializer.SerializerSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.serializer.WriterSerializerSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.soap.SoapXmlSerializerSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.uon.UonParserSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.uon.UonSerializerSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.xml.XmlDocSerializerSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.xml.XmlParserSession.Builder
- apply(Class<T>, Consumer<T>) - Method in class org.apache.juneau.xml.XmlSerializerSession.Builder
- apply(Object) - Method in class org.apache.juneau.AnnotationWork
-
Calls
AnnotationApplier.apply(AnnotationInfo, Object)
on the specified builder. - apply(String) - Method in class org.apache.juneau.config.mod.Mod
-
Applies this modification to the specified entry value.
- apply(String) - Method in class org.apache.juneau.config.mod.XorEncodeMod
- apply(AnnotationWorkList) - Method in class org.apache.juneau.BeanContext.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.BeanContextable.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.BeanTraverseContext.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.config.Config.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.config.store.ClasspathStore.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.config.store.ConfigStore.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.config.store.FileStore.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.config.store.MemoryStore.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.Context.Builder
-
Applies a set of applied to this builder.
- apply(AnnotationWorkList) - Method in class org.apache.juneau.cp.ContextBeanCreator
-
Applies the specified annotations to all applicable serializer builders in this group.
- apply(AnnotationWorkList) - Method in class org.apache.juneau.csv.CsvParser.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.csv.CsvSerializer.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.html.HtmlParser.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.html.HtmlSerializer.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.json.JsonParser.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.json.JsonSchemaSerializer.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.json.JsonSerializer.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.msgpack.MsgPackParser.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.msgpack.MsgPackSerializer.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.oapi.OpenApiParser.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.oapi.OpenApiSerializer.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.parser.InputStreamParser.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.parser.Parser.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.parser.ParserSet.Builder
-
Applies the specified annotations to all applicable parser builders in this group.
- apply(AnnotationWorkList) - Method in class org.apache.juneau.parser.ReaderParser.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.plaintext.PlainTextParser.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.plaintext.PlainTextSerializer.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.rest.client.RestClient.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.rest.mock.MockRestClient.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.rest.RestContext.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.rest.RestOpContext.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.serializer.OutputStreamSerializer.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.serializer.Serializer.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.serializer.SerializerSet.Builder
-
Applies the specified annotations to all applicable serializer builders in this group.
- apply(AnnotationWorkList) - Method in class org.apache.juneau.serializer.WriterSerializer.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.soap.SoapXmlSerializer.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.uon.UonParser.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.uon.UonSerializer.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.urlencoding.UrlEncodingParser.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializer.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.xml.XmlParser.Builder
- apply(AnnotationWorkList) - Method in class org.apache.juneau.xml.XmlSerializer.Builder
- apply(AnnotationInfo<A>, B) - Method in class org.apache.juneau.AnnotationApplier
-
Apply the specified annotation to the specified property store builder.
- apply(AnnotationInfo<Annotation>, Object) - Method in class org.apache.juneau.AnnotationApplier.NoOp
- apply(AnnotationInfo<Bean>, BeanContext.Builder) - Method in class org.apache.juneau.annotation.BeanAnnotation.Applier
- apply(AnnotationInfo<Beanc>, BeanContext.Builder) - Method in class org.apache.juneau.annotation.BeancAnnotation.Applier
- apply(AnnotationInfo<BeanConfig>, BeanContext.Builder) - Method in class org.apache.juneau.annotation.BeanConfigAnnotation.Applier
- apply(AnnotationInfo<BeanIgnore>, BeanContext.Builder) - Method in class org.apache.juneau.annotation.BeanIgnoreAnnotation.Applier
- apply(AnnotationInfo<Beanp>, BeanContext.Builder) - Method in class org.apache.juneau.annotation.BeanpAnnotation.Applier
- apply(AnnotationInfo<Example>, BeanContext.Builder) - Method in class org.apache.juneau.annotation.ExampleAnnotation.Applier
- apply(AnnotationInfo<Marshalled>, BeanContext.Builder) - Method in class org.apache.juneau.annotation.MarshalledAnnotation.Applier
- apply(AnnotationInfo<NameProperty>, BeanContext.Builder) - Method in class org.apache.juneau.annotation.NamePropertyAnnotation.Applier
- apply(AnnotationInfo<ParentProperty>, BeanContext.Builder) - Method in class org.apache.juneau.annotation.ParentPropertyAnnotation.Applier
- apply(AnnotationInfo<Schema>, Context.Builder) - Method in class org.apache.juneau.annotation.SchemaAnnotation.Apply
- apply(AnnotationInfo<Swap>, BeanContext.Builder) - Method in class org.apache.juneau.annotation.SwapAnnotation.Applier
- apply(AnnotationInfo<Uri>, BeanContext.Builder) - Method in class org.apache.juneau.annotation.UriAnnotation.Applier
- apply(AnnotationInfo<Csv>, Context.Builder) - Method in class org.apache.juneau.csv.annotation.CsvAnnotation.Apply
- apply(AnnotationInfo<CsvConfig>, CsvParser.Builder) - Method in class org.apache.juneau.csv.annotation.CsvConfigAnnotation.ParserApply
- apply(AnnotationInfo<CsvConfig>, CsvSerializer.Builder) - Method in class org.apache.juneau.csv.annotation.CsvConfigAnnotation.SerializerApply
- apply(AnnotationInfo<Html>, Context.Builder) - Method in class org.apache.juneau.html.annotation.HtmlAnnotation.Apply
- apply(AnnotationInfo<HtmlConfig>, HtmlParser.Builder) - Method in class org.apache.juneau.html.annotation.HtmlConfigAnnotation.ParserApply
- apply(AnnotationInfo<HtmlConfig>, HtmlSerializer.Builder) - Method in class org.apache.juneau.html.annotation.HtmlConfigAnnotation.SerializerApply
- apply(AnnotationInfo<HtmlDocConfig>, HtmlDocSerializer.Builder) - Method in class org.apache.juneau.html.annotation.HtmlDocConfigAnnotation.SerializerApply
- apply(AnnotationInfo<HtmlLink>, Context.Builder) - Method in class org.apache.juneau.html.annotation.HtmlLinkAnnotation.Apply
- apply(AnnotationInfo<Content>, BeanContext.Builder) - Method in class org.apache.juneau.http.annotation.ContentAnnotation.Applier
- apply(AnnotationInfo<FormData>, BeanContext.Builder) - Method in class org.apache.juneau.http.annotation.FormDataAnnotation.Applier
- apply(AnnotationInfo<Header>, BeanContext.Builder) - Method in class org.apache.juneau.http.annotation.HeaderAnnotation.Applier
- apply(AnnotationInfo<Path>, BeanContext.Builder) - Method in class org.apache.juneau.http.annotation.PathAnnotation.Applier
- apply(AnnotationInfo<Query>, BeanContext.Builder) - Method in class org.apache.juneau.http.annotation.QueryAnnotation.Applier
- apply(AnnotationInfo<Request>, BeanContext.Builder) - Method in class org.apache.juneau.http.annotation.RequestAnnotation.Applier
- apply(AnnotationInfo<Response>, BeanContext.Builder) - Method in class org.apache.juneau.http.annotation.ResponseAnnotation.Applier
- apply(AnnotationInfo<StatusCode>, BeanContext.Builder) - Method in class org.apache.juneau.http.annotation.StatusCodeAnnotation.Applier
- apply(AnnotationInfo<Json>, Context.Builder) - Method in class org.apache.juneau.json.annotation.JsonAnnotation.Apply
- apply(AnnotationInfo<JsonConfig>, JsonParser.Builder) - Method in class org.apache.juneau.json.annotation.JsonConfigAnnotation.ParserApply
- apply(AnnotationInfo<JsonConfig>, JsonSerializer.Builder) - Method in class org.apache.juneau.json.annotation.JsonConfigAnnotation.SerializerApply
- apply(AnnotationInfo<JsonSchemaConfig>, JsonSchemaGenerator.Builder) - Method in class org.apache.juneau.jsonschema.annotation.JsonSchemaConfigAnnotation.Apply
- apply(AnnotationInfo<MsgPack>, Context.Builder) - Method in class org.apache.juneau.msgpack.annotation.MsgPackAnnotation.Apply
- apply(AnnotationInfo<MsgPackConfig>, MsgPackParser.Builder) - Method in class org.apache.juneau.msgpack.annotation.MsgPackConfigAnnotation.ParserApply
- apply(AnnotationInfo<MsgPackConfig>, MsgPackSerializer.Builder) - Method in class org.apache.juneau.msgpack.annotation.MsgPackConfigAnnotation.SerializerApply
- apply(AnnotationInfo<OpenApi>, Context.Builder) - Method in class org.apache.juneau.oapi.annotation.OpenApiAnnotation.Apply
- apply(AnnotationInfo<OpenApiConfig>, OpenApiParser.Builder) - Method in class org.apache.juneau.oapi.annotation.OpenApiConfigAnnotation.ParserApply
- apply(AnnotationInfo<OpenApiConfig>, OpenApiSerializer.Builder) - Method in class org.apache.juneau.oapi.annotation.OpenApiConfigAnnotation.SerializerApply
- apply(AnnotationInfo<ParserConfig>, InputStreamParser.Builder) - Method in class org.apache.juneau.parser.annotation.ParserConfigAnnotation.InputStreamParserApply
- apply(AnnotationInfo<ParserConfig>, Parser.Builder) - Method in class org.apache.juneau.parser.annotation.ParserConfigAnnotation.ParserApply
- apply(AnnotationInfo<ParserConfig>, ReaderParser.Builder) - Method in class org.apache.juneau.parser.annotation.ParserConfigAnnotation.ReaderParserApply
- apply(AnnotationInfo<PlainText>, Context.Builder) - Method in class org.apache.juneau.plaintext.annotation.PlainTextAnnotation.Apply
- apply(AnnotationInfo<PlainTextConfig>, PlainTextParser.Builder) - Method in class org.apache.juneau.plaintext.annotation.PlainTextConfigAnnotation.ParserApply
- apply(AnnotationInfo<PlainTextConfig>, PlainTextSerializer.Builder) - Method in class org.apache.juneau.plaintext.annotation.PlainTextConfigAnnotation.SerializerApply
- apply(AnnotationInfo<Rest>, RestContext.Builder) - Method in class org.apache.juneau.rest.annotation.RestAnnotation.RestContextApply
- apply(AnnotationInfo<Rest>, RestOpContext.Builder) - Method in class org.apache.juneau.rest.annotation.RestAnnotation.RestOpContextApply
- apply(AnnotationInfo<RestDelete>, RestOpContext.Builder) - Method in class org.apache.juneau.rest.annotation.RestDeleteAnnotation.RestOpContextApply
- apply(AnnotationInfo<RestGet>, RestOpContext.Builder) - Method in class org.apache.juneau.rest.annotation.RestGetAnnotation.RestOpContextApply
- apply(AnnotationInfo<RestOp>, RestOpContext.Builder) - Method in class org.apache.juneau.rest.annotation.RestOpAnnotation.RestOpContextApply
- apply(AnnotationInfo<RestOptions>, RestOpContext.Builder) - Method in class org.apache.juneau.rest.annotation.RestOptionsAnnotation.RestOpContextApply
- apply(AnnotationInfo<RestPatch>, RestOpContext.Builder) - Method in class org.apache.juneau.rest.annotation.RestPatchAnnotation.RestOpContextApply
- apply(AnnotationInfo<RestPost>, RestOpContext.Builder) - Method in class org.apache.juneau.rest.annotation.RestPostAnnotation.RestOpContextApply
- apply(AnnotationInfo<RestPut>, RestOpContext.Builder) - Method in class org.apache.juneau.rest.annotation.RestPutAnnotation.RestOpContextApply
- apply(AnnotationInfo<SerializerConfig>, OutputStreamSerializer.Builder) - Method in class org.apache.juneau.serializer.annotation.SerializerConfigAnnotation.OutputStreamSerializerApply
- apply(AnnotationInfo<SerializerConfig>, Serializer.Builder) - Method in class org.apache.juneau.serializer.annotation.SerializerConfigAnnotation.SerializerApply
- apply(AnnotationInfo<SerializerConfig>, WriterSerializer.Builder) - Method in class org.apache.juneau.serializer.annotation.SerializerConfigAnnotation.WriterSerializerApply
- apply(AnnotationInfo<SoapXml>, Context.Builder) - Method in class org.apache.juneau.soap.annotation.SoapXmlAnnotation.Apply
- apply(AnnotationInfo<SoapXmlConfig>, SoapXmlSerializer.Builder) - Method in class org.apache.juneau.soap.annotation.SoapXmlConfigAnnotation.SerializerApply
- apply(AnnotationInfo<Uon>, Context.Builder) - Method in class org.apache.juneau.uon.annotation.UonAnnotation.Apply
- apply(AnnotationInfo<UonConfig>, UonParser.Builder) - Method in class org.apache.juneau.uon.annotation.UonConfigAnnotation.ParserApply
- apply(AnnotationInfo<UonConfig>, UonSerializer.Builder) - Method in class org.apache.juneau.uon.annotation.UonConfigAnnotation.SerializerApply
- apply(AnnotationInfo<UrlEncoding>, Context.Builder) - Method in class org.apache.juneau.urlencoding.annotation.UrlEncodingAnnotation.Apply
- apply(AnnotationInfo<UrlEncodingConfig>, UrlEncodingParser.Builder) - Method in class org.apache.juneau.urlencoding.annotation.UrlEncodingConfigAnnotation.ParserApply
- apply(AnnotationInfo<UrlEncodingConfig>, UrlEncodingSerializer.Builder) - Method in class org.apache.juneau.urlencoding.annotation.UrlEncodingConfigAnnotation.SerializerApply
- apply(AnnotationInfo<Xml>, Context.Builder) - Method in class org.apache.juneau.xml.annotation.XmlAnnotation.Apply
- apply(AnnotationInfo<XmlConfig>, XmlParser.Builder) - Method in class org.apache.juneau.xml.annotation.XmlConfigAnnotation.ParserApply
- apply(AnnotationInfo<XmlConfig>, XmlSerializer.Builder) - Method in class org.apache.juneau.xml.annotation.XmlConfigAnnotation.SerializerApply
- apply(T) - Method in interface org.apache.juneau.utils.ThrowingFunction
- Apply(VarResolverSession) - Constructor for class org.apache.juneau.annotation.SchemaAnnotation.Apply
-
Constructor.
- Apply(VarResolverSession) - Constructor for class org.apache.juneau.csv.annotation.CsvAnnotation.Apply
-
Constructor.
- Apply(VarResolverSession) - Constructor for class org.apache.juneau.html.annotation.HtmlAnnotation.Apply
-
Constructor.
- Apply(VarResolverSession) - Constructor for class org.apache.juneau.html.annotation.HtmlLinkAnnotation.Apply
-
Constructor.
- Apply(VarResolverSession) - Constructor for class org.apache.juneau.json.annotation.JsonAnnotation.Apply
-
Constructor.
- Apply(VarResolverSession) - Constructor for class org.apache.juneau.jsonschema.annotation.JsonSchemaConfigAnnotation.Apply
-
Constructor.
- Apply(VarResolverSession) - Constructor for class org.apache.juneau.msgpack.annotation.MsgPackAnnotation.Apply
-
Constructor.
- Apply(VarResolverSession) - Constructor for class org.apache.juneau.oapi.annotation.OpenApiAnnotation.Apply
-
Constructor.
- Apply(VarResolverSession) - Constructor for class org.apache.juneau.plaintext.annotation.PlainTextAnnotation.Apply
-
Constructor.
- Apply(VarResolverSession) - Constructor for class org.apache.juneau.soap.annotation.SoapXmlAnnotation.Apply
-
Constructor.
- Apply(VarResolverSession) - Constructor for class org.apache.juneau.uon.annotation.UonAnnotation.Apply
-
Constructor.
- Apply(VarResolverSession) - Constructor for class org.apache.juneau.urlencoding.annotation.UrlEncodingAnnotation.Apply
-
Constructor.
- Apply(VarResolverSession) - Constructor for class org.apache.juneau.xml.annotation.XmlAnnotation.Apply
-
Constructor.
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.BeanContext.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.BeanContextable.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.BeanTraverseContext.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.config.Config.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.config.store.ClasspathStore.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.config.store.ConfigStore.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.config.store.FileStore.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.config.store.MemoryStore.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.Context.Builder
-
Applies any of the various
@XConfig annotations on the specified class to this context. - applyAnnotations(Class<?>...) - Method in class org.apache.juneau.csv.CsvParser.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.csv.CsvSerializer.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.html.HtmlParser.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.html.HtmlSerializer.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.json.JsonParser.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.json.JsonSchemaSerializer.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.json.JsonSerializer.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.msgpack.MsgPackParser.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.msgpack.MsgPackSerializer.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.oapi.OpenApiParser.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.oapi.OpenApiSerializer.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.parser.InputStreamParser.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.parser.Parser.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.parser.ReaderParser.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.plaintext.PlainTextParser.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.plaintext.PlainTextSerializer.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.rest.client.RestClient.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.rest.mock.MockRestClient.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.rest.RestContext.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.rest.RestOpContext.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.serializer.OutputStreamSerializer.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.serializer.Serializer.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.serializer.WriterSerializer.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.soap.SoapXmlSerializer.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.uon.UonParser.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.uon.UonSerializer.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.urlencoding.UrlEncodingParser.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializer.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.xml.XmlParser.Builder
- applyAnnotations(Class<?>...) - Method in class org.apache.juneau.xml.XmlSerializer.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.BeanContext.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.BeanContextable.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.BeanTraverseContext.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.config.Config.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.config.store.ClasspathStore.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.config.store.ConfigStore.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.config.store.FileStore.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.config.store.MemoryStore.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.Context.Builder
-
Applies any of the various
@XConfig annotations on the specified method to this context. - applyAnnotations(Method...) - Method in class org.apache.juneau.csv.CsvParser.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.csv.CsvSerializer.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.html.HtmlParser.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.html.HtmlSerializer.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.json.JsonParser.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.json.JsonSchemaSerializer.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.json.JsonSerializer.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.msgpack.MsgPackParser.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.msgpack.MsgPackSerializer.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.oapi.OpenApiParser.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.oapi.OpenApiSerializer.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.parser.InputStreamParser.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.parser.Parser.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.parser.ReaderParser.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.plaintext.PlainTextParser.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.plaintext.PlainTextSerializer.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.rest.client.RestClient.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.rest.mock.MockRestClient.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.rest.RestContext.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.rest.RestOpContext.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.serializer.OutputStreamSerializer.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.serializer.Serializer.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.serializer.WriterSerializer.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.soap.SoapXmlSerializer.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.uon.UonParser.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.uon.UonSerializer.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.urlencoding.UrlEncodingParser.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializer.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.xml.XmlParser.Builder
- applyAnnotations(Method...) - Method in class org.apache.juneau.xml.XmlSerializer.Builder
- applyAnnotations(List<Bean>) - Method in class org.apache.juneau.BeanFilter.Builder
-
Applies the information in the specified list of
@Bean
annotations to this filter. - applyAnnotations(List<Marshalled>) - Method in class org.apache.juneau.MarshalledFilter.Builder
-
Applies the information in the specified list of
@Marshalled
annotations to this filter. - applyMods() - Method in class org.apache.juneau.config.Config
-
Encodes and unencoded entries in this config.
- applyOverrides(HttpRequest) - Method in class org.apache.juneau.rest.mock.MockServletRequest
-
If the specified request is a
MockRestRequest
, applies any of the override values to this servlet request. - applyThrows(T) - Method in interface org.apache.juneau.utils.ThrowingFunction
-
The functional method to implement.
- 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 specifiedArea.shape(String)
,Area.coords(String)
, andArea.href(Object)
attributes. - 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 specifiedArea.shape(String)
,Area.coords(String)
, andArea.href(Object)
attributes. - arg(Class<T2>, T2) - Method in class org.apache.juneau.cp.BeanCreator
-
Adds an argument to this creator.
- ArgException - Exception Class in org.apache.juneau.rest.arg
-
General exception due to a malformed Java parameter.
- ArgException(ParamInfo, String, Object...) - Constructor for exception class org.apache.juneau.rest.arg.ArgException
-
Constructor.
- args(String...) - Method in class org.apache.juneau.microservice.Microservice.Builder
-
Specifies the command-line arguments passed into the Java command.
- args(Args) - Method in class org.apache.juneau.microservice.Microservice.Builder
-
Specifies the command-line arguments passed into the Java command.
- 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.
- 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.
- ArgUtils - Class in org.apache.juneau.common.internal
-
Method argument utility methods.
- ArgUtils() - Constructor for class org.apache.juneau.common.internal.ArgUtils
- array(Collection<E>, Class<E>) - Static method in class org.apache.juneau.internal.CollectionUtils
-
Converts the specified collection to an array.
- ARRAY - Enum constant in enum org.apache.juneau.dto.jsonschema.JsonType
-
array
- ARRAY - Enum constant in enum org.apache.juneau.httppart.HttpPartDataType
-
Array or collection.
- ARRAY - Enum constant in enum org.apache.juneau.jsonschema.TypeCategory
-
Array
- ARRAY - Static variable in class org.apache.juneau.http.annotation.ParameterType
- ArrayAssertion<E> - Class in org.apache.juneau.assertions
-
Used for assertion calls against arrays.
- ArrayAssertion(E[]) - Constructor for class org.apache.juneau.assertions.ArrayAssertion
-
Constructor.
- ArrayBuilder<E> - Class in org.apache.juneau.internal
-
Builder for arrays.
- ArrayBuilder(Class<E>) - Constructor for class org.apache.juneau.internal.ArrayBuilder
-
Constructor.
- arrayClass(Class<E>) - Static method in class org.apache.juneau.assertions.Assertion
-
Convenience method for getting the array class of the specified element type.
- 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() - 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
element.<body> /<article> - 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. - as(Class<T>) - Method in class org.apache.juneau.config.Entry
-
Returns this entry converted to the specified type.
- as(Class<T>) - Method in class org.apache.juneau.rest.assertions.FluentRequestContentAssertion
-
Converts the content to a type using
RequestContent.as(Class)
and then returns the value as an object assertion. - as(Class<T>) - Method in class org.apache.juneau.rest.assertions.FluentRequestFormParamAssertion
-
Converts the parameter value to a type using
RequestHttpPart.as(Class)
and then returns the value as an any-object assertion. - as(Class<T>) - Method in class org.apache.juneau.rest.assertions.FluentRequestHeaderAssertion
-
Converts the parameter value to a type using
RequestHttpPart.as(Class)
and then returns the value as an any-object assertion. - as(Class<T>) - Method in class org.apache.juneau.rest.assertions.FluentRequestQueryParamAssertion
-
Converts the parameter value to a type using
RequestHttpPart.as(Class)
and then returns the value as an any-object assertion. - as(Class<T>) - Method in class org.apache.juneau.rest.client.assertion.FluentResponseBodyAssertion
-
Converts the body to a type using
ResponseContent.as(Class)
and then returns the value as an object assertion. - as(Class<T>) - Method in class org.apache.juneau.rest.client.assertion.FluentResponseHeaderAssertion
-
Converts the parameter value to a type using
ResponseHeader.as(Class)
and then returns the value as an any-object assertion. - as(Class<T>) - Method in class org.apache.juneau.rest.client.ResponseContent
-
Same as
ResponseContent.as(Type,Type...)
except optimized for a non-parameterized class. - as(Class<T>) - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Converts this header to the specified type.
- as(Class<T>) - Method in class org.apache.juneau.rest.httppart.RequestAttribute
-
Converts this part to the specified POJO.
- as(Class<T>) - Method in class org.apache.juneau.rest.httppart.RequestContent
-
Reads the input from the HTTP request parsed into a POJO.
- as(Class<T>) - Method in class org.apache.juneau.rest.httppart.RequestHttpPart
-
Converts this part to the specified POJO type using the request
HttpPartParser
and optional schema. - as(Type, Type...) - Method in class org.apache.juneau.config.Entry
-
Returns this entry converted to the specified value.
- as(Type, Type...) - Method in class org.apache.juneau.rest.assertions.FluentRequestContentAssertion
-
Converts the content to a type using
RequestContent.as(Type,Type...)
and then returns the value as an object assertion. - as(Type, Type...) - Method in class org.apache.juneau.rest.assertions.FluentRequestFormParamAssertion
-
Converts the parameter value to a type using
RequestHttpPart.as(Type,Type...)
and then returns the value as an any-object assertion. - as(Type, Type...) - Method in class org.apache.juneau.rest.assertions.FluentRequestHeaderAssertion
-
Converts the parameter value to a type using
RequestHttpPart.as(Type,Type...)
and then returns the value as an any-object assertion. - as(Type, Type...) - Method in class org.apache.juneau.rest.assertions.FluentRequestQueryParamAssertion
-
Converts the parameter value to a type using
RequestHttpPart.as(Type,Type...)
and then returns the value as an any-object assertion. - as(Type, Type...) - Method in class org.apache.juneau.rest.client.assertion.FluentResponseBodyAssertion
-
Converts the body to a type using
ResponseContent.as(Type,Type...)
and then returns the value as an object assertion. - as(Type, Type...) - Method in class org.apache.juneau.rest.client.assertion.FluentResponseHeaderAssertion
-
Converts the parameter value to a type using
ResponseHeader.as(Type,Type...)
and then returns the value as an any-object assertion. - as(Type, Type...) - Method in class org.apache.juneau.rest.client.ResponseContent
-
Parses HTTP body into the specified object type.
- as(Type, Type...) - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Converts this header to the specified type.
- as(Type, Type...) - Method in class org.apache.juneau.rest.httppart.RequestContent
-
Reads the input from the HTTP request parsed into a POJO.
- as(Type, Type...) - Method in class org.apache.juneau.rest.httppart.RequestHttpPart
-
Converts this part to the specified POJO type using the request
HttpPartParser
and optional schema. - as(ClassMeta<T>) - Method in class org.apache.juneau.rest.client.ResponseContent
-
Same as
ResponseContent.as(Class)
except allows you to predefine complex data types using theClassMeta
API. - as(ClassMeta<T>) - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Converts this header to the specified type.
- as(ClassMeta<T>) - Method in class org.apache.juneau.rest.httppart.RequestHttpPart
-
Converts this part to the specified POJO type using the request
HttpPartParser
and optional schema. - as(Parser, Class<T>) - Method in class org.apache.juneau.config.Entry
-
Returns this entry converted to the specified type.
- as(Parser, Type, Type...) - Method in class org.apache.juneau.config.Entry
-
Same as
Entry.as(Type, Type...)
but specifies the parser to use to parse the entry. - as(Value<T>, Class<T>) - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Same as
ResponseHeader.as(Class)
but sets the value in a mutable for fluent calls. - as(Value<T>, Type, Type...) - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Same as
ResponseHeader.as(Type,Type...)
but sets the value in a mutable for fluent calls. - as(Value<T>, ClassMeta<T>) - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Same as
ResponseHeader.as(ClassMeta)
but sets the value in a mutable for fluent calls. - asAbbreviatedString(int) - Method in class org.apache.juneau.rest.client.ResponseContent
-
Same as
ResponseContent.asString()
but truncates the string to the specified length. - asAny() - Method in class org.apache.juneau.assertions.FluentObjectAssertion
-
Converts this assertion into an
FluentAnyAssertion
so that it can be converted to other assertion types. - asApplied2(Function<List<E>, List<E>>) - Method in class org.apache.juneau.assertions.FluentListAssertion
-
Applies a transform on the inner object and returns a new inner object.
- asArray() - Method in class org.apache.juneau.http.header.BasicCsvHeader
-
Returns the header value as an array wrapped in an
Optional
. - asArray() - Method in class org.apache.juneau.http.part.BasicCsvArrayPart
-
Returns The part value as an array wrapped in an
Optional
. - asArray() - Method in class org.apache.juneau.rest.arg.RestOpArgList
-
Returns the contents of this list as a
Class
array. - asArray() - Method in class org.apache.juneau.rest.converter.RestConverterList
-
Returns the contents of this list as a
RestConverter
array. - asArray() - Method in class org.apache.juneau.rest.guard.RestGuardList
-
Returns the entries in this list.
- asArray() - Method in class org.apache.juneau.rest.util.UrlPathMatcherList
-
Returns the contents of this list as a
UrlPathMatcher
array. - asArray(Class<E>) - Method in class org.apache.juneau.assertions.FluentAnyAssertion
-
Converts this object assertion into an array assertion.
- asBase64() - 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.
- asBean() - Method in class org.apache.juneau.assertions.FluentAnyAssertion
-
Converts this object assertion into a bean assertion.
- asBean(Class<T>) - Method in class org.apache.juneau.config.Section
-
Shortcut for calling
asBean(sectionName, c,
.false ) - asBean(Class<T>, boolean) - Method in class org.apache.juneau.config.Section
-
Converts this config file section to the specified bean instance.
- asBean(Class<T2>) - Method in class org.apache.juneau.assertions.FluentAnyAssertion
-
Converts this object assertion into a bean assertion.
- asBeanList() - Method in class org.apache.juneau.assertions.FluentArrayAssertion
-
Converts this assertion into a
FluentBeanListAssertion
. - asBeanList(Class<T2>) - Method in class org.apache.juneau.assertions.FluentAnyAssertion
-
Converts this object assertion into a list-of-beans assertion.
- asBoolean() - Method in class org.apache.juneau.assertions.FluentAnyAssertion
-
Converts this object assertion into a boolean assertion.
- asBoolean() - Method in class org.apache.juneau.config.Entry
-
Returns this entry as a parsed boolean.
- asBoolean() - Method in class org.apache.juneau.http.header.BasicBooleanHeader
- asBoolean() - Method in class org.apache.juneau.http.part.BasicBooleanPart
- asBoolean() - Method in class org.apache.juneau.rest.assertions.FluentRequestFormParamAssertion
-
Converts this object assertion into a boolean assertion.
- asBoolean() - Method in class org.apache.juneau.rest.assertions.FluentRequestHeaderAssertion
-
Converts this object assertion into a boolean assertion.
- asBoolean() - Method in class org.apache.juneau.rest.assertions.FluentRequestQueryParamAssertion
-
Converts this object assertion into a boolean assertion.
- asBoolean() - Method in class org.apache.juneau.rest.client.assertion.FluentResponseHeaderAssertion
-
Converts this object assertion into a boolean assertion.
- asBoolean() - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Returns the value of this header as a boolean.
- asBoolean() - Method in class org.apache.juneau.rest.httppart.RequestHttpPart
-
Returns the value of this parameter as a boolean.
- asBooleanArray() - Method in class org.apache.juneau.assertions.FluentAnyAssertion
-
Converts this object assertion into a primitive boolean array assertion.
- asBooleanHeader() - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Returns the value of this header as an boolean header.
- asBooleanHeader() - Method in class org.apache.juneau.rest.httppart.RequestHeader
-
Returns the value of this header as a
BasicBooleanHeader
. - asBooleanPart() - Method in class org.apache.juneau.rest.httppart.RequestHttpPart
-
Returns the value of this parameter as a
BasicBooleanPart
. - asByteArray() - Method in class org.apache.juneau.assertions.FluentAnyAssertion
-
Converts this object assertion into a primitive byte array assertion.
- asBytes() - Method in class org.apache.juneau.assertions.FluentAnyAssertion
-
Converts this object assertion into a byte array assertion.
- asBytes() - Method in class org.apache.juneau.config.Entry
-
Returns this entry as a byte array.
- asBytes() - Method in class org.apache.juneau.http.entity.BasicHttpEntity
-
Converts the contents of this entity as a byte array.
- asBytes() - Method in class org.apache.juneau.http.entity.ByteArrayEntity
- asBytes() - Method in class org.apache.juneau.http.entity.FileEntity
- asBytes() - Method in class org.apache.juneau.http.entity.ReaderEntity
- asBytes() - Method in class org.apache.juneau.http.entity.StreamEntity
- asBytes() - Method in class org.apache.juneau.http.entity.StringEntity
- asBytes() - Method in class org.apache.juneau.http.resource.BasicResource
-
Converts the contents of the entity of this resource as a byte array.
- asBytes() - Method in class org.apache.juneau.rest.assertions.FluentRequestContentAssertion
-
Provides the ability to perform fluent-style assertions on the bytes of the request content.
- asBytes() - Method in class org.apache.juneau.rest.client.assertion.FluentResponseBodyAssertion
-
Provides the ability to perform fluent-style assertions on the bytes of the response body.
- asBytes() - Method in class org.apache.juneau.rest.client.ResponseContent
-
Returns the HTTP response message body as a byte array.
- asBytes() - Method in class org.apache.juneau.rest.httppart.RequestContent
-
Returns the HTTP content content as a plain string.
- asCausedBy() - Method in class org.apache.juneau.assertions.FluentThrowableAssertion
-
Returns an assertion against the caused-by throwable.
- asCausedBy(Class<X>) - Method in class org.apache.juneau.assertions.FluentThrowableAssertion
-
Returns an assertion against the caused-by throwable.
- asCdl() - Method in class org.apache.juneau.assertions.FluentArrayAssertion
-
Converts the entries in this list to a simple comma-delimited list and returns the value as a fluent string assertion.
- asCdl() - Method in class org.apache.juneau.assertions.FluentListAssertion
-
Converts the entries in this list to a simple comma-delimited list and returns the value as a fluent string assertion.
- asCdl(Function<E, String>) - Method in class org.apache.juneau.assertions.FluentArrayAssertion
-
Converts the entries to strings using the specified stringify function, combines them into a simple comma-delimited list, and returns the value as a fluent string assertion.
- asCdl(Function<E, String>) - Method in class org.apache.juneau.assertions.FluentListAssertion
-
Converts the entries to strings using the specified stringify function, combines them into a simple comma-delimited list, and returns the value as a fluent string assertion.
- asCharArray() - Method in class org.apache.juneau.assertions.FluentAnyAssertion
-
Converts this object assertion into a primitive char array assertion.
- AsciiMap - Class in org.apache.juneau.common.internal
-
Stores a Map of ASCII characters to Strings in a quick-lookup array.
- AsciiMap() - Constructor for class org.apache.juneau.common.internal.AsciiMap
- AsciiSet - Class in org.apache.juneau.common.internal
-
Stores a set of ASCII characters for quick lookup.
- AsciiSet.Builder - Class in org.apache.juneau.common.internal
-
Builder class.
- asCode() - Method in class org.apache.juneau.rest.client.assertion.FluentResponseStatusLineAssertion
-
Returns an assertion against the status code on the response status object.
- asCollection() - Method in class org.apache.juneau.assertions.FluentAnyAssertion
-
Converts this object assertion into a collection assertion.
- asCollection(Class<E>) - Method in class org.apache.juneau.assertions.FluentAnyAssertion
-
Converts this object assertion into a collection assertion.
- asComparable() - Method in class org.apache.juneau.assertions.FluentAnyAssertion
-
Converts this object assertion into a comparable object assertion.
- asCsvArray() - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Returns the value of this header as a list from a comma-delimited string.
- asCsvArray() - Method in class org.apache.juneau.rest.httppart.RequestHttpPart
-
Returns the value of this parameter as a list from a comma-delimited string.
- asCsvArrayPart() - Method in class org.apache.juneau.rest.httppart.RequestHttpPart
-
Returns the value of this parameter as a
BasicCsvArrayPart
. - asCsvHeader() - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Returns the value of this header as a CSV array header.
- asCsvHeader() - Method in class org.apache.juneau.rest.httppart.RequestHeader
-
Returns the value of this header as a
BasicCsvHeader
. - asDate() - Method in class org.apache.juneau.assertions.FluentAnyAssertion
-
Converts this object assertion into a date assertion.
- asDate() - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Returns the value of this header as a date.
- asDate() - Method in class org.apache.juneau.rest.httppart.RequestHttpPart
-
Returns the value of this parameter as a date.
- asDateHeader() - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Returns the value of this header as a date header.
- asDateHeader() - Method in class org.apache.juneau.rest.httppart.RequestHeader
-
Returns the value of this header as a
BasicDateHeader
. - asDatePart() - Method in class org.apache.juneau.rest.httppart.RequestHttpPart
-
Returns the value of this parameter as a
BasicDatePart
. - asDouble() - Method in class org.apache.juneau.config.Entry
-
Returns this entry as a double.
- asDoubleArray() - Method in class org.apache.juneau.assertions.FluentAnyAssertion
-
Converts this object assertion into a primitive double array assertion.
- aSeeOtherRoot() - Method in class org.apache.juneau.examples.rest.UtilityBeansResource
-
[HTTP GET /utilitybeans/SeeOtherRoot]
- asEntityTag() - Method in class org.apache.juneau.http.header.BasicEntityTagHeader
- asEntityTag() - Method in class org.apache.juneau.http.header.IfRange
-
Returns this header as an
EntityTag
. - asEntityTagHeader() - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Returns the value of this header as an entity validator header.
- asEntityTagHeader() - Method in class org.apache.juneau.rest.httppart.RequestHeader
-
Returns the value of this header as a
BasicEntityTagHeader
. - asEntityTags() - Method in class org.apache.juneau.http.header.BasicEntityTagsHeader
-
Returns the header value as an
EntityTags
wrapped in anOptional
. - asEntityTagsHeader() - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Returns the value of this header as an entity validator array header.
- asEntityTagsHeader() - Method in class org.apache.juneau.rest.httppart.RequestHeader
-
Returns the value of this header as a
BasicEntityTagsHeader
. - asEpochMillis() - Method in class org.apache.juneau.assertions.FluentDateAssertion
-
Returns an long assertion on the epoch milliseconds of this date.
- asEpochSeconds() - Method in class org.apache.juneau.assertions.FluentDateAssertion
-
Returns an long assertion on the epoch seconds of this date.
- asFind(Class<X>) - Method in class org.apache.juneau.assertions.FluentThrowableAssertion
-
Returns an assertion against the throwable localized message.
- asFirst() - Method in class org.apache.juneau.assertions.FluentListAssertion
-
Returns the first entry from this list.
- asFirst(int) - Method in class org.apache.juneau.assertions.FluentListAssertion
-
Returns the first X number of entries from this list.
- asFloat() - Method in class org.apache.juneau.config.Entry
-
Returns this entry as a float.
- asFloatArray() - Method in class org.apache.juneau.assertions.FluentAnyAssertion
-
Converts this object assertion into a primitive float array assertion.
- asFuture(Class<T>) - Method in class org.apache.juneau.rest.client.ResponseContent
-
Same as
ResponseContent.as(Class)
but allows you to run the call asynchronously. - asFuture(Type, Type...) - Method in class org.apache.juneau.rest.client.ResponseContent
-
Same as
ResponseContent.as(Type,Type...)
but allows you to run the call asynchronously. - asFuture(ClassMeta<T>) - Method in class org.apache.juneau.rest.client.ResponseContent
-
Same as
ResponseContent.as(ClassMeta)
but allows you to run the call asynchronously. - asHeader() - Method in interface org.apache.juneau.http.header.Headerable
-
Convert the object to a
Header
. - asHeader() - Method in class org.apache.juneau.http.part.BasicPart
- asHeader() - Method in class org.apache.juneau.http.part.SerializedPart
- asHeader(Class<T>) - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Returns the value of this header as a
BasicHeader
. - asHex() - Method in class org.apache.juneau.assertions.FluentByteArrayAssertion
-
Converts this byte array to hexadecimal and returns it as a new assertion.
- asHex() - Method in class org.apache.juneau.rest.client.ResponseContent
-
Returns the HTTP body content as a simple hexadecimal character string.
- asHex() - Method in class org.apache.juneau.rest.httppart.RequestContent
-
Returns the HTTP content content as a simple hexadecimal character string.
- aside() - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
-
Creates an empty
Aside
element. - aside() - Element in annotation type org.apache.juneau.html.annotation.HtmlDocConfig
-
Aside section contents.
- aside() - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
-
Returns the list of aside section contents.
- aside(Object...) - Static method in class org.apache.juneau.dto.html5.HtmlBuilder
-
Creates an
Aside
element with the specified child nodes. - aside(String...) - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
-
Aside section contents.
- aside(String...) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- aside(HtmlDocSerializerSession, HtmlWriter, Object) - Method in class org.apache.juneau.html.BasicHtmlDocTemplate
-
Renders the contents of the
element.<body> /<aside> - 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. - asideFloat() - Element in annotation type org.apache.juneau.html.annotation.HtmlDocConfig
-
Float aside section contents.
- asideFloat(AsideFloat) - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
-
Float aside section contents.
- asideFloat(AsideFloat) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- AsideFloat - Enum in org.apache.juneau.html
-
Identifies possible float values for
HtmlDocSerializer.Builder.asideFloat(AsideFloat)
. - asInputStream() - Method in class org.apache.juneau.rest.client.ResponseContent
-
Returns the HTTP response message body as an input stream.
- asIntArray() - Method in class org.apache.juneau.assertions.FluentAnyAssertion
-
Converts this object assertion into a primitive int array assertion.
- asInteger() - Method in class org.apache.juneau.assertions.FluentAnyAssertion
-
Converts this object assertion into an integer assertion.
- asInteger() - Method in class org.apache.juneau.assertions.FluentLongAssertion
-
Converts this long into an integer and then returns it as an integer assertion.
- asInteger() - Method in class org.apache.juneau.config.Entry
-
Returns this entry as an integer.
- asInteger() - Method in class org.apache.juneau.http.header.BasicIntegerHeader
- asInteger() - Method in class org.apache.juneau.http.header.RetryAfter
-
Returns this header value as an integer.
- asInteger() - Method in class org.apache.juneau.http.part.BasicIntegerPart
- asInteger() - Method in class org.apache.juneau.rest.assertions.FluentRequestFormParamAssertion
-
Converts this object assertion into an integer assertion.
- asInteger() - Method in class org.apache.juneau.rest.assertions.FluentRequestHeaderAssertion
-
Converts this object assertion into an integer assertion.
- asInteger() - Method in class org.apache.juneau.rest.assertions.FluentRequestQueryParamAssertion
-
Converts this object assertion into an integer assertion.
- asInteger() - Method in class org.apache.juneau.rest.client.assertion.FluentResponseHeaderAssertion
-
Converts this object assertion into an integer assertion.
- asInteger() - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Returns the value of this header as an integer.
- asInteger() - Method in class org.apache.juneau.rest.httppart.RequestHttpPart
-
Returns the value of this parameter as an integer.
- asIntegerHeader() - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Returns the value of this header as an integer header.
- asIntegerHeader() - Method in class org.apache.juneau.rest.httppart.RequestHeader
-
Returns the value of this header as a
BasicIntegerHeader
. - asIntegerPart() - Method in class org.apache.juneau.rest.httppart.RequestHttpPart
-
Returns the value of this parameter as a
BasicIntegerPart
. - asInterface(Class<T>) - Method in class org.apache.juneau.config.Section
-
Wraps this section inside a Java interface so that values in the section can be read and write using getters and setters.
- asItem(int) - Method in class org.apache.juneau.assertions.FluentArrayAssertion
-
Returns an object assertion on the item specified at the specified index.
- asItem(int) - Method in class org.apache.juneau.assertions.FluentListAssertion
-
Returns an object assertion on the item specified at the specified index.
- asItem(int) - Method in class org.apache.juneau.assertions.FluentPrimitiveArrayAssertion
-
Returns an object assertion on the item specified at the specified index.
- asJavaStrings() - Method in class org.apache.juneau.assertions.FluentStringAssertion
-
When enabled, text in the message is converted to valid Java strings.
- asJavaStrings() - Method in class org.apache.juneau.assertions.StringAssertion
- asJavaStrings() - Method in class org.apache.juneau.rest.assertions.FluentRequestFormParamAssertion
- asJavaStrings() - Method in class org.apache.juneau.rest.assertions.FluentRequestHeaderAssertion
- asJavaStrings() - Method in class org.apache.juneau.rest.assertions.FluentRequestQueryParamAssertion
- asJavaStrings() - Method in class org.apache.juneau.rest.client.assertion.FluentResponseHeaderAssertion
- asJoin() - Method in class org.apache.juneau.assertions.FluentStringListAssertion
-
Concatenates this list of strings into a
FluentStringAssertion
. - asJoin(String) - Method in class org.apache.juneau.assertions.FluentStringListAssertion
-
Concatenates this list of strings into a
FluentStringAssertion
. - asJoin(String, String, String) - Method in class org.apache.juneau.assertions.FluentStringListAssertion
-
Concatenates this list of strings into a
FluentStringAssertion
. - asJson() - Method in class org.apache.juneau.assertions.FluentObjectAssertion
-
Converts this object to simplified JSON and returns it as a new assertion.
- asJson() - Method in class org.apache.juneau.collections.JsonList
-
A synonym for
JsonList.toString()
- asJson() - Method in class org.apache.juneau.collections.JsonMap
-
A synonym for
JsonMap.toString()
- asJson() - Method in class org.apache.juneau.dto.swagger.Swagger
-
A synonym of
Swagger.toString()
. - asJsonSorted() - Method in class org.apache.juneau.assertions.FluentObjectAssertion
-
Converts this object to sorted simplified JSON and returns it as a new assertion.
- asLast() - Method in class org.apache.juneau.assertions.FluentListAssertion
-
Returns the last entry from this list.
- asLast(int) - Method in class org.apache.juneau.assertions.FluentListAssertion
-
Returns the first X number of entries from this list.
- asLc() - Method in class org.apache.juneau.assertions.FluentStringAssertion
-
Converts the text to lowercase.
- asLength() - Method in class org.apache.juneau.assertions.FluentPrimitiveArrayAssertion
-
Returns an integer assertion on the length of this array.
- asLength() - Method in class org.apache.juneau.assertions.FluentStringAssertion
-
Returns the length of this string as an integer assertion.
- asLines() - Method in class org.apache.juneau.assertions.FluentStringAssertion
-
Splits the string into lines.
- asList() - Method in class org.apache.juneau.assertions.FluentAnyAssertion
-
Converts this object assertion into a list assertion.
- asList() - Method in class org.apache.juneau.config.Entry
-
Returns this entry as a parsed list.
- asList() - Method in class org.apache.juneau.http.header.BasicCsvHeader
-
Returns the header value as a list wrapped in an
Optional
. - asList() - Method in class org.apache.juneau.http.part.BasicCsvArrayPart
- asList(Class<E>) - Method in class org.apache.juneau.assertions.FluentAnyAssertion
-
Converts this object assertion into a list assertion.
- asList(Parser) - Method in class org.apache.juneau.config.Entry
-
Returns this entry as a parsed list.
- asLocalizedMessage() - Method in class org.apache.juneau.assertions.FluentThrowableAssertion
-
Returns an assertion against the throwable localized message.
- asLocalizedMessages() - Method in class org.apache.juneau.assertions.FluentThrowableAssertion
-
Returns an assertion against the throwable message and all caused-by messages.
- asLong() - Method in class org.apache.juneau.assertions.FluentAnyAssertion
-
Converts this object assertion into a long assertion.
- asLong() - Method in class org.apache.juneau.config.Entry
-
Returns this entry as a long.
- asLong() - Method in class org.apache.juneau.http.header.BasicLongHeader
- asLong() - Method in class org.apache.juneau.http.part.BasicLongPart
- asLong() - Method in class org.apache.juneau.rest.assertions.FluentRequestFormParamAssertion
-
Converts this object assertion into a long assertion.
- asLong() - Method in class org.apache.juneau.rest.assertions.FluentRequestHeaderAssertion
-
Converts this object assertion into a long assertion.
- asLong() - Method in class org.apache.juneau.rest.assertions.FluentRequestQueryParamAssertion
-
Converts this object assertion into a long assertion.
- asLong() - Method in class org.apache.juneau.rest.client.assertion.FluentResponseHeaderAssertion
-
Converts this object assertion into a long assertion.
- asLong() - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Returns the value of this header as a long.
- asLong() - Method in class org.apache.juneau.rest.httppart.RequestHttpPart
-
Returns the value of this parameter as a long.
- asLongArray() - Method in class org.apache.juneau.assertions.FluentAnyAssertion
-
Converts this object assertion into a primitive long array assertion.
- asLongHeader() - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Returns the value of this header as a long header.
- asLongHeader() - Method in class org.apache.juneau.rest.httppart.RequestHeader
-
Returns the value of this header as a
BasicLongHeader
. - asLongPart() - Method in class org.apache.juneau.rest.httppart.RequestHttpPart
-
Returns the value of this parameter as a
BasicLongPart
. - asMaintenance() - Method in class org.apache.juneau.assertions.FluentVersionAssertion
-
Extracts the maintenance part of the version string (index position 2).
- asMajor() - Method in class org.apache.juneau.assertions.FluentVersionAssertion
-
Extracts the major part of the version string (index position 0).
- asMajor() - Method in class org.apache.juneau.rest.assertions.FluentProtocolVersionAssertion
-
Returns the protocol major version as a new assertion.
- asMajor() - Method in class org.apache.juneau.rest.client.assertion.FluentResponseStatusLineAssertion
-
Returns an assertion against the protocol major version on the response status object.
- asMap() - Method in class org.apache.juneau.assertions.FluentAnyAssertion
-
Converts this object assertion into a map assertion.
- asMap() - Method in class org.apache.juneau.config.Entry
-
Returns this entry as a parsed map.
- 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.config.Section
-
Returns this section as a map.
- asMap() - Method in class org.apache.juneau.dto.openapi3.OpenApiElement
-
Returns a copy of this swagger element as a modifiable map.
- asMap() - Method in class org.apache.juneau.dto.swagger.SwaggerElement
-
Returns a copy of this swagger element as a modifiable map.
- asMap() - Method in class org.apache.juneau.rest.httppart.RequestAttributes
-
Returns the request attributes as a map.
- asMap() - Method in class org.apache.juneau.rest.RestChildren
-
Returns the children in this object as a map.
- asMap(Class<K>, Class<V>) - Method in class org.apache.juneau.assertions.FluentAnyAssertion
-
Converts this object assertion into a map assertion with the specified key and value types.
- asMap(Schema) - Static method in class org.apache.juneau.annotation.SchemaAnnotation
-
Converts the specified
@Schema annotation into a generic map. - asMap(Parser) - Method in class org.apache.juneau.config.Entry
-
Returns this entry as a parsed map.
- asMatcher(String) - Method in class org.apache.juneau.rest.client.ResponseContent
-
Converts the contents of the response body to a string and then matches the specified pattern against it.
- asMatcher(String) - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Matches the specified pattern against this header value.
- asMatcher(String) - Method in class org.apache.juneau.rest.httppart.RequestHttpPart
-
Matches the specified pattern against this part value.
- asMatcher(String, int) - Method in class org.apache.juneau.rest.client.ResponseContent
-
Converts the contents of the response body to a string and then matches the specified pattern against it.
- asMatcher(String, int) - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Matches the specified pattern against this header value.
- asMatcher(String, int) - Method in class org.apache.juneau.rest.httppart.RequestHttpPart
-
Matches the specified pattern against this part value.
- asMatcher(Pattern) - Method in class org.apache.juneau.rest.client.ResponseContent
-
Converts the contents of the response body to a string and then matches the specified pattern against it.
- asMatcher(Pattern) - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Matches the specified pattern against this header value.
- asMatcher(Pattern) - Method in class org.apache.juneau.rest.httppart.RequestHttpPart
-
Matches the specified pattern against this part value.
- asMediaRanges() - Method in class org.apache.juneau.http.header.BasicMediaRangesHeader
-
Returns the header value as a
MediaRanges
wrapped in anOptional
. - asMediaType() - Method in class org.apache.juneau.http.header.BasicMediaTypeHeader
- asMessage() - Method in class org.apache.juneau.assertions.FluentThrowableAssertion
-
Returns an assertion against the throwable message.
- asMessages() - Method in class org.apache.juneau.assertions.FluentThrowableAssertion
-
Returns an assertion against the throwable message and all caused-by messages.
- asMethod() - Method in class org.apache.juneau.rest.assertions.FluentRequestLineAssertion
-
Returns the request line method string as a new assertion.
- asMinor() - Method in class org.apache.juneau.assertions.FluentVersionAssertion
-
Extracts the minor part of the version string (index position 1).
- asMinor() - Method in class org.apache.juneau.rest.assertions.FluentProtocolVersionAssertion
-
Returns the protocol minor version as a new assertion.
- asMinor() - Method in class org.apache.juneau.rest.client.assertion.FluentResponseStatusLineAssertion
-
Returns an assertion against the protocol minor version on the response status object.
- asNameValuePair() - Method in interface org.apache.juneau.http.part.NameValuePairable
-
Convert the object to a
NameValuePair
. - asObjectRest() - Method in class org.apache.juneau.rest.client.ResponseContent
-
Converts the output from the connection into an
JsonMap
and then wraps that in aObjectRest
. - asObjectRest(Class<?>) - Method in class org.apache.juneau.rest.client.ResponseContent
-
Parses the output from the body into the specified type and then wraps that in a
ObjectRest
. - asOneLine() - Method in class org.apache.juneau.assertions.FluentStringAssertion
-
Removes any newlines from the string.
- asPart(int) - Method in class org.apache.juneau.assertions.FluentVersionAssertion
-
Extracts the specified version part (zero-indexed position).
- asParts() - Method in class org.apache.juneau.http.header.Thrown
-
Returns the class name portion of the header.
- asProperties(String...) - Method in class org.apache.juneau.assertions.FluentBeanAssertion
-
Extracts the specified property as an
FluentListAssertion
. - asProperty(String) - Method in class org.apache.juneau.assertions.FluentBeanAssertion
-
Extracts the specified property as an
FluentAnyAssertion
. - asProperty(String) - Method in class org.apache.juneau.assertions.FluentBeanListAssertion
-
Extracts the specified property from each entry in this list and returns it as a
FluentListAssertion
. - asPropertyMap(String...) - Method in class org.apache.juneau.assertions.FluentBeanAssertion
-
Extracts the specified fields of this bean into a simple map of key/value pairs and returns it as a new
MapAssertion
. - asPropertyMaps(String...) - Method in class org.apache.juneau.assertions.FluentBeanListAssertion
-
Extracts the specified fields of this bean into a simple map of key/value pairs and returns it as a new
FluentListAssertion
containing maps. - asProtocol() - Method in class org.apache.juneau.rest.assertions.FluentProtocolVersionAssertion
-
Returns the protocol string as a new assertion.
- asProtocol() - Method in class org.apache.juneau.rest.client.assertion.FluentResponseStatusLineAssertion
-
Returns an assertion against the protocol on the response status object.
- asProtocolVersion() - Method in class org.apache.juneau.rest.assertions.FluentRequestLineAssertion
-
Returns the request line protocol version as a new assertion.
- asQueryString() - Method in class org.apache.juneau.rest.httppart.RequestFormParams
-
Converts this object to a query string.
- asQueryString() - Method in class org.apache.juneau.rest.httppart.RequestQueryParams
-
Converts this object to a query string.
- asReadableString() - Method in class org.apache.juneau.collections.JsonMap
-
Serialize this object to Simplified JSON using
Json5Serializer.DEFAULT_READABLE
. - asReader() - Method in class org.apache.juneau.rest.client.ResponseContent
-
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.client.ResponseContent
-
Returns the HTTP response message body as a reader using the specified charset.
- asReason() - Method in class org.apache.juneau.rest.client.assertion.FluentResponseStatusLineAssertion
-
Returns an assertion against the reason phrase on the response status object.
- asReplace(String, String) - Method in class org.apache.juneau.assertions.FluentStringAssertion
-
Performs the specified substring replacement on the underlying string.
- asReplaceAll(String, String) - Method in class org.apache.juneau.assertions.FluentStringAssertion
-
Performs the specified regular expression replacement on the underlying string.
- asRuntimeException(Throwable) - Static method in class org.apache.juneau.common.internal.ThrowableUtils
-
Creates a new
RuntimeException
. - asSafeBytes() - Method in class org.apache.juneau.http.entity.BasicHttpEntity
- assertAny(T) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on an arbitrary POJO.
- assertArg(boolean, String, Object...) - Static method in class org.apache.juneau.common.internal.ArgUtils
-
Throws an
IllegalArgumentException
if the specified expression isfalse . - assertArgNotNull(String, T) - Static method in class org.apache.juneau.common.internal.ArgUtils
-
Throws an
IllegalArgumentException
if the specified argument isnull . - assertArray(E[]) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on an array of POJOs.
- assertBean(T) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on a Java bean.
- assertBeanList(List<E>) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on a list of Java beans.
- assertBoolean() - Method in class org.apache.juneau.http.header.BasicBooleanHeader
-
Provides the ability to perform fluent-style assertions on this header.
- assertBoolean() - Method in class org.apache.juneau.http.part.BasicBooleanPart
-
Provides the ability to perform fluent-style assertions on this part.
- assertBoolean(Boolean) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on a Boolean.
- assertBooleanArray(boolean[]) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on a boolean array.
- assertByteArray(byte[]) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on a byte array.
- assertBytes() - Method in class org.apache.juneau.http.entity.BasicHttpEntity
-
Returns an assertion on the contents of this entity.
- assertBytes() - Method in class org.apache.juneau.http.resource.BasicResource
-
Returns an assertion on the contents of the entity of this resource.
- assertBytes() - Method in class org.apache.juneau.rest.client.ResponseContent
-
Shortcut for calling
assertValue().asBytes() . - assertBytes(byte[]) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on a byte array.
- assertBytes(InputStream) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on the contents of an input stream.
- assertCharArray(char[]) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on a char array.
- assertCharset() - Method in class org.apache.juneau.rest.client.RestResponse
-
Provides the ability to perform fluent-style assertions on the response character encoding.
- assertCharset() - Method in class org.apache.juneau.rest.RestRequest
-
Provides the ability to perform fluent-style assertions on the response character encoding.
- assertClassArrayArgIsType(String, Class<E>, Class<?>[]) - Static method in class org.apache.juneau.common.internal.ArgUtils
-
Throws an
IllegalArgumentException
if the specified value doesn't have all subclasses of the specified type. - assertCollection(Collection<E>) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on a collection of POJOs.
- assertComparable(T) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on a Comparable.
- assertContent() - Method in class org.apache.juneau.rest.client.RestResponse
-
Provides the ability to perform fluent-style assertions on this response body.
- assertContent() - Method in class org.apache.juneau.rest.RestRequest
-
Returns a fluent assertion for the request content.
- assertContent(String) - Method in class org.apache.juneau.rest.client.RestResponse
-
Provides the ability to perform fluent-style assertions on this response body.
- assertContentMatches(String) - Method in class org.apache.juneau.rest.client.RestResponse
-
Provides the ability to perform fluent-style assertions on this response body.
- assertContents() - Method in class org.apache.juneau.rest.mock.MockConsole
-
Allows you to perform fluent-style assertions on the contents of this buffer.
- assertContents() - Method in class org.apache.juneau.rest.mock.MockLogger
-
Allows you to perform fluent-style assertions on the contents of the log file.
- assertCsvArray() - Method in class org.apache.juneau.rest.httppart.RequestHttpPart
-
Provides the ability to perform fluent-style assertions on comma-separated string parameters.
- assertDate() - Method in class org.apache.juneau.rest.httppart.RequestHttpPart
-
Provides the ability to perform fluent-style assertions on a date parameter.
- assertDate(Date) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on a Date.
- assertDoubleArray(double[]) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on a double array.
- assertFloatArray(float[]) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on a float array.
- assertFormParam(String) - Method in class org.apache.juneau.rest.RestRequest
-
Returns a fluent assertion for the specified form parameter.
- assertHeader(String) - Method in class org.apache.juneau.rest.client.RestResponse
-
Provides the ability to perform fluent-style assertions on a response header.
- assertHeader(String) - Method in class org.apache.juneau.rest.RestRequest
-
Returns a fluent assertion for the specified header.
- assertIntArray(int[]) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on an int array.
- 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.http.part.BasicIntegerPart
-
Provides the ability to perform fluent-style assertions on this part.
- assertInteger() - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Shortcut for calling
assertValue().asInteger() . - assertInteger() - Method in class org.apache.juneau.rest.httppart.RequestHttpPart
-
Provides the ability to perform fluent-style assertions on an integer parameter.
- assertInteger(Integer) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on an Integer.
- 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.
- AssertionPredicate<T> - Class in org.apache.juneau.assertions
-
Wrapper around a
Predicate
that allows for an error message for when the predicate fails. - AssertionPredicate(Predicate<T>, String, Object...) - Constructor for class org.apache.juneau.assertions.AssertionPredicate
-
Constructor.
- AssertionPredicate.And<T> - Class in org.apache.juneau.assertions
-
Encapsulates multiple predicates into a single AND operation.
- AssertionPredicate.Not<T> - Class in org.apache.juneau.assertions
-
Negates an assertion.
- AssertionPredicate.Or<T> - Class in org.apache.juneau.assertions
-
Encapsulates multiple predicates into a single OR operation.
- AssertionPredicates - Class in org.apache.juneau.assertions
-
Predefined
AssertionPredicate
objects. - AssertionPredicates() - Constructor for class org.apache.juneau.assertions.AssertionPredicates
- Assertions - Class in org.apache.juneau.assertions
-
Main class for creation of assertions for stand-alone testing.
- Assertions() - Constructor for class org.apache.juneau.assertions.Assertions
- assertLastLevel(Level) - Method in class org.apache.juneau.rest.mock.MockLogger
-
Asserts that the last message was logged at the specified level.
- assertLastMessage() - Method in class org.apache.juneau.rest.mock.MockLogger
-
Asserts that the last message matched the specified message.
- assertList() - Method in class org.apache.juneau.http.header.BasicCsvHeader
-
Provides the ability to perform fluent-style assertions on this header.
- assertList() - Method in class org.apache.juneau.http.part.BasicCsvArrayPart
-
Provides the ability to perform fluent-style assertions on this part.
- assertList(List<E>) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on a list of POJOs.
- assertList(Stream<E>) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on a stream of POJOs.
- assertLogged() - Method in class org.apache.juneau.rest.mock.MockLogger
-
Asserts that this logger was called.
- 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.http.part.BasicLongPart
-
Provides the ability to perform fluent-style assertions on this part.
- assertLong() - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Shortcut for calling
assertValue().asLong() . - assertLong() - Method in class org.apache.juneau.rest.httppart.RequestHttpPart
-
Provides the ability to perform fluent-style assertions on a long parameter.
- assertLong(Long) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on a Long.
- assertLongArray(long[]) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on a long array.
- assertMap(Map<K, V>) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on a map.
- assertMessage() - Method in class org.apache.juneau.rest.logger.BasicTestCaptureCallLogger
-
Returns an assertion of the last logged message.
- assertMessageAndReset() - Method in class org.apache.juneau.rest.logger.BasicTestCaptureCallLogger
-
Returns an assertion of the last logged message and then deletes it internally.
- assertModifiable() - Method in exception class org.apache.juneau.BasicRuntimeException
-
Throws an
UnsupportedOperationException
if the unmodifiable flag is set on this bean. - assertModifiable() - Method in class org.apache.juneau.collections.ControlledArrayList
-
Throws an
UnsupportedOperationException
if the unmodifiable flag is set on this bean. - assertModifiable() - Method in class org.apache.juneau.http.BasicStatusLine
-
Throws an
UnsupportedOperationException
if the unmodifiable flag is set on this bean. - assertModifiable() - Method in class org.apache.juneau.http.entity.BasicHttpEntity
-
Throws an
UnsupportedOperationException
if the unmodifiable flag is set on this bean. - assertModifiable() - Method in class org.apache.juneau.http.resource.BasicResource
-
Throws an
UnsupportedOperationException
if the unmodifiable flag is set on this bean. - assertModifiable() - Method in class org.apache.juneau.http.response.BasicHttpResponse
-
Throws an
UnsupportedOperationException
if the unmodifiable flag is set on this bean. - assertName() - Method in class org.apache.juneau.http.header.BasicHeader
-
Provides an object for performing assertions against the name of this header.
- assertName() - Method in class org.apache.juneau.http.part.BasicPart
-
Provides an object for performing assertions against the name of this pair.
- assertName() - Method in class org.apache.juneau.rest.httppart.BasicNamedAttribute
-
Provides an object for performing assertions against the name of this pair.
- assertNoInvalidAnnotations(MethodInfo, Class<? extends Annotation>...) - Static method in exception class org.apache.juneau.annotation.InvalidAnnotationException
-
Throws an
InvalidAnnotationException
if the specified method contains any of the specified annotations. - assertObject(Class<T>) - Method in class org.apache.juneau.rest.client.ResponseContent
-
Shortcut for calling
assertValue().as( .type ) - assertObject(Type, Type...) - Method in class org.apache.juneau.rest.client.ResponseContent
-
Shortcut for calling
assertValue().as( .type ,args ) - assertObject(T) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on a Java Object.
- assertOptional(Optional<T>) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on a Java Object wrapped in an Optional.
- assertQueryParam(String) - Method in class org.apache.juneau.rest.RestRequest
-
Returns a fluent assertion for the specified query parameter.
- assertReader(Reader) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on the contents of a Reader.
- assertRecordCount() - Method in class org.apache.juneau.rest.mock.MockLogger
-
Asserts that the specified number of messages have been logged.
- assertRequestLine() - Method in class org.apache.juneau.rest.RestRequest
-
Returns an assertion on the request line returned by
RestRequest.getRequestLine()
. - assertShortArray(short[]) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on a short array.
- assertSize() - Method in class org.apache.juneau.rest.mock.MockConsole
-
Allows you to perform fluent-style assertions on the size of this buffer.
- assertStatus() - Method in class org.apache.juneau.rest.client.RestResponse
-
Provides the ability to perform fluent-style assertions on the response
StatusLine
object. - assertStatus(int) - Method in class org.apache.juneau.rest.client.RestResponse
-
Provides the ability to perform fluent-style assertions on the response status code.
- assertStatusCode(HttpResponse) - Method in exception class org.apache.juneau.http.response.BasicHttpException
-
Asserts that the specified HTTP response has the same status code as the one on the status line of this bean.
- assertStatusCode(HttpResponse) - Method in class org.apache.juneau.http.response.BasicHttpResponse
-
Asserts that the specified HTTP response has the same status code as the one on the status line of this bean.
- assertString() - Method in class org.apache.juneau.http.entity.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.http.part.BasicStringPart
-
Provides the ability to perform fluent-style assertions on this part.
- assertString() - Method in class org.apache.juneau.http.resource.BasicResource
-
Returns an assertion on the contents of the entity of this resource.
- assertString() - Method in class org.apache.juneau.rest.client.ResponseContent
-
Shortcut for calling
assertValue().asString() . - assertString() - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Shortcut for calling
assertValue().asString() . - assertString() - Method in class org.apache.juneau.rest.httppart.RequestHttpPart
-
Provides the ability to perform fluent-style assertions on this parameter.
- assertString(Object) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on a String.
- assertStringList(List<String>) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on a list of Strings.
- assertStringValue() - Method in class org.apache.juneau.http.header.BasicHeader
-
Provides an object for performing assertions against the value of this header.
- assertThrowable(T) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on a Throwable.
- assertThrown() - Method in class org.apache.juneau.rest.logger.BasicTestCaptureCallLogger
-
Returns the last logged message level.
- assertThrown(Snippet) - Static method in class org.apache.juneau.assertions.Assertions
-
Executes an arbitrary snippet of code and captures anything thrown from it as a Throwable assertion.
- assertValue() - Method in class org.apache.juneau.http.part.BasicPart
-
Provides an object for performing assertions against the value of this pair.
- assertValue() - Method in class org.apache.juneau.rest.client.ResponseContent
-
Provides the ability to perform fluent-style assertions on this response body.
- assertValue() - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Provides the ability to perform fluent-style assertions on this response header.
- assertValue() - Method in class org.apache.juneau.rest.client.ResponseStatusLine
-
Provides the ability to perform fluent-style assertions on this response status line.
- assertValue() - Method in class org.apache.juneau.rest.httppart.BasicNamedAttribute
-
Provides an object for performing assertions against the value of this pair.
- assertVersion() - Method in class org.apache.juneau.http.header.ClientVersion
-
Provides the ability to perform fluent-style assertions on this header.
- assertVersion(Version) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on a Version.
- assertZonedDateTime() - Method in class org.apache.juneau.http.header.BasicDateHeader
-
Provides the ability to perform fluent-style assertions on this header.
- assertZonedDateTime() - Method in class org.apache.juneau.http.part.BasicDatePart
-
Provides the ability to perform fluent-style assertions on this part.
- assertZonedDateTime() - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Shortcut for calling
assertValue().asZonedDateTime() . - assertZonedDateTime(ZonedDateTime) - Static method in class org.apache.juneau.assertions.Assertions
-
Performs an assertion on a ZonedDateTime.
- asSet(T[]) - Static method in class org.apache.juneau.internal.ArrayUtils
-
Converts the specified array to a
Set . - asShortArray() - Method in class org.apache.juneau.assertions.FluentAnyAssertion
-
Converts this object assertion into a primitive short array assertion.
- asSize() - Method in class org.apache.juneau.assertions.FluentCollectionAssertion
-
Returns an integer assertion on the size of this collection.
- asSize() - Method in class org.apache.juneau.assertions.FluentMapAssertion
-
Returns an integer assertion on the size of this map.
- asSorted() - Method in class org.apache.juneau.assertions.FluentArrayAssertion
-
Sorts the entries in this list.
- asSorted() - Method in class org.apache.juneau.assertions.FluentListAssertion
-
Sorts the entries in this list.
- asSorted(Comparator<E>) - Method in class org.apache.juneau.assertions.FluentArrayAssertion
-
Sorts the entries in this list using the specified comparator.
- asSorted(Comparator<E>) - Method in class org.apache.juneau.assertions.FluentListAssertion
-
Sorts the entries in this list using the specified comparator.
- asSpacedHex() - Method in class org.apache.juneau.assertions.FluentByteArrayAssertion
-
Converts this byte array to spaced hexadecimal and returns it as a new assertion.
- asSpacedHex() - Method in class org.apache.juneau.rest.client.ResponseContent
-
Returns the HTTP body content as a simple space-delimited hexadecimal character string.
- asSpacedHex() - Method in class org.apache.juneau.rest.httppart.RequestContent
-
Returns the HTTP content content as a simple space-delimited hexadecimal character string.
- asSplit(String) - Method in class org.apache.juneau.assertions.FluentStringAssertion
-
Splits the string into lines using the specified regular expression.
- asStackTrace() - Method in class org.apache.juneau.assertions.FluentThrowableAssertion
-
Returns an assertion against the throwable localized message.
- asString() - Method in class org.apache.juneau.assertions.FluentArrayAssertion
- asString() - 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.
- asString() - Method in class org.apache.juneau.assertions.FluentObjectAssertion
-
Converts this object to a string using
Object.toString()
and returns it as a new assertion. - asString() - Method in class org.apache.juneau.assertions.FluentPrimitiveArrayAssertion
- asString() - Method in class org.apache.juneau.collections.JsonList
-
Serialize this array to Simplified JSON.
- asString() - Method in class org.apache.juneau.collections.JsonMap
-
Serialize this object to Simplified JSON using
Json5Serializer.DEFAULT
. - asString() - Method in class org.apache.juneau.config.Entry
-
Returns this entry as a string.
- asString() - Method in class org.apache.juneau.http.entity.BasicHttpEntity
-
Converts the contents of this entity as a string.
- asString() - Method in class org.apache.juneau.http.entity.ByteArrayEntity
- asString() - Method in class org.apache.juneau.http.entity.FileEntity
- asString() - Method in class org.apache.juneau.http.entity.ReaderEntity
- asString() - Method in class org.apache.juneau.http.entity.StreamEntity
- asString() - Method in class org.apache.juneau.http.entity.StringEntity
- asString() - Method in class org.apache.juneau.http.header.BasicHeader
-
Returns the value of this header as a string.
- asString() - Method in class org.apache.juneau.http.header.BasicStringHeader
- asString() - Method in class org.apache.juneau.http.part.BasicStringPart
- asString() - Method in class org.apache.juneau.http.resource.BasicResource
-
Converts the contents of the entity of this resource as a string.
- 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.client.assertion.FluentResponseBodyAssertion
-
Provides the ability to perform fluent-style assertions on this response body.
- asString() - Method in class org.apache.juneau.rest.client.ResponseContent
-
Returns the contents of this body as a string.
- asString() - Method in class org.apache.juneau.rest.httppart.RequestAttribute
-
Returns the value of this part as a string.
- asString() - Method in class org.apache.juneau.rest.httppart.RequestContent
-
Returns the HTTP content content as a plain string.
- asString() - Method in class org.apache.juneau.rest.httppart.RequestHttpPart
-
Returns the value of this part as a string.
- asString(Charset) - Method in class org.apache.juneau.assertions.FluentByteArrayAssertion
-
Converts this byte array to a string and returns it as a new assertion.
- asString(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.
- asString(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.
- asString(WriterSerializer) - Method in class org.apache.juneau.collections.JsonList
-
Serialize this array to a string using the specified serializer.
- asString(WriterSerializer) - Method in class org.apache.juneau.collections.JsonMap
-
Serialize this object into a string using the specified serializer.
- asString(Value<String>) - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Same as
BasicHeader.asString()
but sets the value in a mutable for fluent calls. - asStringArray() - Method in class org.apache.juneau.config.Entry
-
Returns this entry as a string array.
- asStringFuture() - Method in class org.apache.juneau.rest.client.ResponseContent
-
Same as
ResponseContent.asString()
but allows you to run the call asynchronously. - asStringHeader() - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Returns the value of this header as a string header.
- asStringHeader() - Method in class org.apache.juneau.rest.httppart.RequestHeader
-
Returns the value of this header as a
BasicStringHeader
. - asStringList() - Method in class org.apache.juneau.assertions.FluentAnyAssertion
-
Converts this object assertion into a collection assertion.
- asStringPart() - Method in class org.apache.juneau.rest.httppart.RequestHttpPart
-
Returns the value of this parameter as a
BasicStringPart
. - asStringRanges() - Method in class org.apache.juneau.http.header.BasicStringRangesHeader
-
Returns the header value as a
StringRanges
wrapped in anOptional
. - asStringRangesHeader() - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Returns the value of this header as a range array header.
- asStringRangesHeader() - Method in class org.apache.juneau.rest.httppart.RequestHeader
-
Returns the value of this header as a
BasicStringRangesHeader
. - asStrings() - Method in class org.apache.juneau.assertions.FluentArrayAssertion
-
Converts this assertion into a
FluentListAssertion
of strings. - asStrings() - Method in class org.apache.juneau.assertions.FluentCollectionAssertion
-
Converts this assertion into a
FluentListAssertion
of strings. - asStrings(Function<E, String>) - Method in class org.apache.juneau.assertions.FluentArrayAssertion
-
Runs the stringify function against all values in this list and returns it as a fluent string list assertion.
- asStrings(Function<E, String>) - Method in class org.apache.juneau.assertions.FluentListAssertion
-
Runs the stringify function against all values in this list and returns it as a fluent string list assertion.
- asSublist(int, int) - Method in class org.apache.juneau.assertions.FluentListAssertion
-
Returns a sublist of the entries in this list.
- asTransformed(Function<E[], E[]>) - Method in class org.apache.juneau.assertions.FluentArrayAssertion
- asTransformed(Function<String, String>) - Method in class org.apache.juneau.assertions.FluentStringAssertion
- asTransformed(Function<Collection<E>, Collection<E>>) - Method in class org.apache.juneau.assertions.FluentCollectionAssertion
- asTransformed(Function<Map<K, V>, Map<K, V>>) - Method in class org.apache.juneau.assertions.FluentMapAssertion
- asTransformed(Function<T, T>) - Method in class org.apache.juneau.assertions.FluentBeanAssertion
- asTransformed(Function<T, T>) - Method in class org.apache.juneau.assertions.FluentComparableAssertion
- asTransformed(Function<T, T>) - Method in class org.apache.juneau.assertions.FluentObjectAssertion
-
Applies a transform on the inner object and returns a new inner object.
- asTransformed(Function<T, T>) - Method in class org.apache.juneau.assertions.FluentPrimitiveArrayAssertion
- asTransformed(Function<T, T>) - Method in class org.apache.juneau.assertions.FluentThrowableAssertion
- asTransformedTo(Function<T, T2>) - Method in class org.apache.juneau.assertions.FluentObjectAssertion
-
Applies a transform on the inner object and returns a new inner object.
- asTrimmed() - Method in class org.apache.juneau.assertions.FluentStringAssertion
-
Removes any leading/trailing whitespace from the string.
- asTrimmed() - Method in class org.apache.juneau.assertions.FluentStringListAssertion
-
Trims all strings in this list (ignoring null) and returns it as a new string-list assertion.
- asUc() - Method in class org.apache.juneau.assertions.FluentStringAssertion
-
Converts the text to uppercase.
- asUri() - Method in class org.apache.juneau.http.header.BasicUriHeader
- asUri() - Method in class org.apache.juneau.http.part.BasicUriPart
- asUri() - Method in class org.apache.juneau.rest.assertions.FluentRequestLineAssertion
-
Returns the request line uri string as a new assertion.
- asUriHeader() - Method in class org.apache.juneau.rest.client.ResponseHeader
-
Returns the value of this header as a URI header.
- asUriHeader() - Method in class org.apache.juneau.rest.httppart.RequestHeader
-
Returns the value of this header as a
BasicUriHeader
. - asUriPart() - Method in class org.apache.juneau.rest.httppart.RequestHttpPart
-
Returns the value of this parameter as a
BasicUriPart
. - asUrlDecode() - Method in class org.apache.juneau.assertions.FluentStringAssertion
-
URL-decodes the text in this assertion.
- asValue(K) - Method in class org.apache.juneau.assertions.FluentMapAssertion
-
Returns an object assertion on the value specified at the specified key.
- asValueMap(K...) - Method in class org.apache.juneau.assertions.FluentMapAssertion
-
Extracts a subset of this map.
- asValues(K...) - Method in class org.apache.juneau.assertions.FluentMapAssertion
-
Returns a
FluentListAssertion
of the values of the specified keys. - asVersion() - Method in class org.apache.juneau.http.header.ClientVersion
-
Returns the header value as a
Version
object. - async(Object) - Method in class org.apache.juneau.dto.html5.Script
-
async attribute.
- asZonedDateTime() - Method in class org.apache.juneau.assertions.FluentAnyAssertion
-
Converts this object assertion into a zoned-datetime assertion.
- asZonedDateTime() - Method in class org.apache.juneau.http.header.BasicDateHeader
-
Returns the header value as a
ZonedDateTime
wrapped in anOptional
. - asZonedDateTime() - Method in class org.apache.juneau.http.part.BasicDatePart
-
Returns The part value as a
ZonedDateTime
wrapped in anOptional
. - asZonedDateTime() - Method in class org.apache.juneau.rest.assertions.FluentRequestFormParamAssertion
-
Converts this object assertion into a zoned-datetime assertion.
- asZonedDateTime() - Method in class org.apache.juneau.rest.assertions.FluentRequestHeaderAssertion
-
Converts this object assertion into a zoned-datetime assertion.
- asZonedDateTime() - Method in class org.apache.juneau.rest.assertions.FluentRequestQueryParamAssertion
-
Converts this object assertion into a zoned-datetime assertion.
- asZonedDateTime() - Method in class org.apache.juneau.rest.client.assertion.FluentResponseHeaderAssertion
-
Converts this object assertion into a zoned-datetime assertion.
- aTable() - Method in class org.apache.juneau.examples.rest.HtmlBeansResource
-
[HTTP GET /htmlbeans/table]
- 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) - Method in class org.apache.juneau.json.JsonWriter
-
Serializes the specified object as a JSON attribute name.
- 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, Object) - Method in class org.apache.juneau.xml.XmlWriter
-
Shortcut for
attr(
null , name, value,false ); - attr(String, Object, boolean) - Method in class org.apache.juneau.html.HtmlWriter
- 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.html.HtmlWriter
- attr(String, String, Object) - Method in class org.apache.juneau.xml.XmlWriter
-
Shortcut for
attr(ns, name, value,
false ); - attr(String, String, Object, boolean) - Method in class org.apache.juneau.html.HtmlWriter
- attr(String, String, Object, boolean) - Method in class org.apache.juneau.xml.XmlWriter
-
Writes an attribute to the output:
ns:name ='value' - attr(Namespace, String, Object) - Method in class org.apache.juneau.xml.XmlWriter
-
Same as
XmlWriter.attr(String, String, Object)
, except pass in aNamespace
object for the namespace. - Attr - Annotation Type in org.apache.juneau.rest.annotation
-
REST request attribute annotation.
- ATTR - Enum constant in enum org.apache.juneau.xml.annotation.XmlFormat
-
Render a bean property as an attribute instead of an element.
- attribute(String, Object) - Method in class org.apache.juneau.rest.mock.MockRestRequest
-
Adds an attribute to the underlying
HttpServletRequest
object. - attribute(String, Object) - Method in class org.apache.juneau.rest.mock.MockServletRequest
-
Fluent setter.
- AttributeArg - Class in org.apache.juneau.rest.arg
- AttributeArg(ParamInfo) - Constructor for class org.apache.juneau.rest.arg.AttributeArg
-
Constructor.
- attributes(Map<String, Object>) - Method in class org.apache.juneau.rest.mock.MockRestRequest
-
Replaces the attributes on the underlying
HttpServletRequest
object. - ATTRS - Enum constant in enum org.apache.juneau.xml.annotation.XmlFormat
-
Render property as attributes instead of an element.
- attrUri(String, Object) - Method in class org.apache.juneau.dto.html5.HtmlElement
-
Adds an arbitrary URI attribute to this element.
- attrUri(String, Object) - Method in class org.apache.juneau.xml.XmlWriter
-
Append an attribute with a 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(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' - 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 specifiedAudio.src(Object)
attribute. - 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 specifiedAudio.src(Object)
attribute. - authenticate(HttpServletResponse) - Method in class org.apache.juneau.rest.mock.MockServletRequest
- authority - Variable in class org.apache.juneau.UriContext
- authorization(String) - Static method in class org.apache.juneau.http.HttpHeaders
-
Creates a new
Authorization
header. - authorization(Supplier<String>) - Static method in class org.apache.juneau.http.HttpHeaders
-
Creates a new
Authorization
header with a delayed value. - Authorization - Class in org.apache.juneau.http.header
-
Represents a parsed
Authorization HTTP request header. - Authorization(String) - Constructor for class org.apache.juneau.http.header.Authorization
-
Constructor.
- Authorization(Supplier<String>) - Constructor for class org.apache.juneau.http.header.Authorization
-
Constructor with delayed value.
- authType(String) - Method in class org.apache.juneau.rest.mock.MockRestRequest
-
Overrides the authorization type value on the underlying
HttpServletRequest
object. - authType(String) - Method in class org.apache.juneau.rest.mock.MockServletRequest
-
Fluent setter.
- autoCloseStreams() - Method in class org.apache.juneau.csv.CsvParser.Builder
- autoCloseStreams() - Method in class org.apache.juneau.html.HtmlParser.Builder
- autoCloseStreams() - Method in class org.apache.juneau.json.JsonParser.Builder
- autoCloseStreams() - Method in class org.apache.juneau.msgpack.MsgPackParser.Builder
- autoCloseStreams() - Method in class org.apache.juneau.oapi.OpenApiParser.Builder
- autoCloseStreams() - Element in annotation type org.apache.juneau.parser.annotation.ParserConfig
-
Auto-close streams.
- autoCloseStreams() - Method in class org.apache.juneau.parser.InputStreamParser.Builder
- autoCloseStreams() - Method in class org.apache.juneau.parser.Parser.Builder
-
Auto-close streams.
- autoCloseStreams() - Method in class org.apache.juneau.parser.ReaderParser.Builder
- autoCloseStreams() - Method in class org.apache.juneau.plaintext.PlainTextParser.Builder
- autoCloseStreams() - Method in class org.apache.juneau.uon.UonParser.Builder
- autoCloseStreams() - Method in class org.apache.juneau.urlencoding.UrlEncodingParser.Builder
- autoCloseStreams() - Method in class org.apache.juneau.xml.XmlParser.Builder
- autoCloseStreams(boolean) - Method in class org.apache.juneau.csv.CsvParser.Builder
- autoCloseStreams(boolean) - Method in class org.apache.juneau.html.HtmlParser.Builder
- autoCloseStreams(boolean) - Method in class org.apache.juneau.json.JsonParser.Builder
- autoCloseStreams(boolean) - Method in class org.apache.juneau.msgpack.MsgPackParser.Builder
- autoCloseStreams(boolean) - Method in class org.apache.juneau.oapi.OpenApiParser.Builder
- autoCloseStreams(boolean) - Method in class org.apache.juneau.parser.InputStreamParser.Builder
- autoCloseStreams(boolean) - Method in class org.apache.juneau.parser.Parser.Builder
-
Same as
Parser.Builder.autoCloseStreams()
but allows you to explicitly specify the value. - autoCloseStreams(boolean) - Method in class org.apache.juneau.parser.ReaderParser.Builder
- autoCloseStreams(boolean) - Method in class org.apache.juneau.plaintext.PlainTextParser.Builder
- autoCloseStreams(boolean) - Method in class org.apache.juneau.uon.UonParser.Builder
- autoCloseStreams(boolean) - Method in class org.apache.juneau.urlencoding.UrlEncodingParser.Builder
- autoCloseStreams(boolean) - Method in class org.apache.juneau.xml.XmlParser.Builder
- 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.
- autofocus(Boolean) - Method in class org.apache.juneau.dto.html5.Textarea
-
autofocus attribute.
- autofocus(Object) - Method in class org.apache.juneau.dto.html5.Button
-
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(String) - Method in class org.apache.juneau.dto.html5.Input
-
autofocus attribute.
- AutoListSwap<T> - Class in org.apache.juneau.swap
-
A dynamic object swap based on reflection of a Java class that converts objects to Lists.
- AutoMapSwap<T> - Class in org.apache.juneau.swap
-
A dynamic object swap based on reflection of a Java class that converts Objects to serializable Maps.
- AutoNumberSwap<T> - Class in org.apache.juneau.swap
-
A dynamic object swap based on reflection of a Java class that converts Objects to Number serializable objects.
- AutoObjectSwap<T> - Class in org.apache.juneau.swap
-
A dynamic object swap based on reflection of a Java class that converts Objects 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() - 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. - 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. - backoffManager(BackoffManager) - Method in class org.apache.juneau.rest.client.RestClient.Builder
-
Assigns
BackoffManager
instance. - backoffManager(BackoffManager) - Method in class org.apache.juneau.rest.mock.MockRestClient.Builder
- BAD_REQUEST - Static variable in class org.apache.juneau.http.HttpResponses
-
A synonym for
BadRequest.INSTANCE
. - badRequest() - Static method in class org.apache.juneau.http.HttpResponses
-
A shortcut for calling
BadRequest()
. - BadRequest - Exception Class in org.apache.juneau.http.response
-
Exception representing an HTTP 400 (Bad Request).
- BadRequest() - Constructor for exception class org.apache.juneau.http.response.BadRequest
-
Constructor.
- BadRequest(String, Object...) - Constructor for exception class org.apache.juneau.http.response.BadRequest
-
Constructor.
- BadRequest(Throwable) - Constructor for exception class org.apache.juneau.http.response.BadRequest
-
Constructor.
- BadRequest(Throwable, String, Object...) - Constructor for exception class org.apache.juneau.http.response.BadRequest
-
Constructor.
- BadRequest(HttpResponse) - Constructor for exception class org.apache.juneau.http.response.BadRequest
-
Constructor.
- BadRequest(BadRequest) - Constructor for exception class org.apache.juneau.http.response.BadRequest
-
Copy constructor.
- 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 specifiedBase.href(Object)
attribute. - 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 specifiedBase.href(Object)
attribute. - Base64() - Constructor for class org.apache.juneau.swaps.ByteArraySwap.Base64
- Base64() - Constructor for class org.apache.juneau.swaps.InputStreamSwap.Base64
- Base64(MsgPackParser.Builder) - Constructor for class org.apache.juneau.msgpack.MsgPackParser.Base64
-
Constructor.
- Base64(MsgPackSerializer.Builder) - Constructor for class org.apache.juneau.msgpack.MsgPackSerializer.Base64
-
Constructor.
- BASE64 - Enum constant in enum org.apache.juneau.BinaryFormat
-
BASE-64.
- base64Decode(String) - Static method in class org.apache.juneau.common.internal.StringUtils
-
BASE64-decodes the specified string.
- base64DecodeToString(String) - Static method in class org.apache.juneau.common.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.common.internal.StringUtils
-
BASE64-encodes the specified byte array.
- base64EncodeToString(String) - Static method in class org.apache.juneau.common.internal.StringUtils
-
Shortcut for calling
base64Encode(in.getBytes(
"UTF-8" )) - BaseHttpPartParser - Class in org.apache.juneau.httppart
-
Base class for implementations of
HttpPartParser
- BaseHttpPartParser(BaseHttpPartParser.Builder) - Constructor for class org.apache.juneau.httppart.BaseHttpPartParser
-
Constructor.
- BaseHttpPartParser.Builder - Class in org.apache.juneau.httppart
-
Builder class.
- 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(BaseHttpPartSerializer.Builder) - Constructor for class org.apache.juneau.httppart.BaseHttpPartSerializer
-
Constructor.
- BaseHttpPartSerializer.Builder - Class in org.apache.juneau.httppart
-
Builder class.
- 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.Messages.Builder
-
Specifies the base name patterns to use for finding the resource bundle.
- BasicAssertionError - Exception Class in org.apache.juneau
-
An extension of
AssertionError
with helper constructors for messages with message-style arguments. - BasicAssertionError(String, Object...) - Constructor for exception class org.apache.juneau.BasicAssertionError
-
Constructor.
- BasicAssertionError(Throwable, String, Object...) - Constructor for exception class org.apache.juneau.BasicAssertionError
-
Constructor.
- basicAuth(String, int, String, String) - Method in class org.apache.juneau.rest.client.RestClient.Builder
-
Set up this client to use BASIC auth.
- basicAuth(String, int, String, String) - Method in class org.apache.juneau.rest.mock.MockRestClient.Builder
- 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.
- BasicBooleanHeader - Class in org.apache.juneau.http.header
-
Category of headers that consist of a single boolean value.
- BasicBooleanHeader(String, Boolean) - Constructor for class org.apache.juneau.http.header.BasicBooleanHeader
-
Constructor.
- BasicBooleanHeader(String, String) - Constructor for class org.apache.juneau.http.header.BasicBooleanHeader
-
Constructor.
- BasicBooleanHeader(String, Supplier<Boolean>) - Constructor for class org.apache.juneau.http.header.BasicBooleanHeader
-
Constructor with delayed value.
- BasicBooleanPart - Class in org.apache.juneau.http.part
-
A
NameValuePair
that consists of a single boolean value. - BasicBooleanPart(String, Boolean) - Constructor for class org.apache.juneau.http.part.BasicBooleanPart
-
Constructor.
- BasicBooleanPart(String, String) - Constructor for class org.apache.juneau.http.part.BasicBooleanPart
-
Constructor.
- BasicBooleanPart(String, Supplier<Boolean>) - Constructor for class org.apache.juneau.http.part.BasicBooleanPart
-
Constructor.
- BasicCallLogger - Class in org.apache.juneau.rest.logger
-
Basic implementation of a call logger.
- BasicCallLogger() - Constructor for class org.apache.juneau.rest.logger.BasicCallLogger
-
Constructor using default settings.
- BasicCallLogger(BeanStore) - Constructor for class org.apache.juneau.rest.logger.BasicCallLogger
-
Constructor using specific settings.
- BasicCsvArrayPart - Class in org.apache.juneau.http.part
-
A
NameValuePair
that consists of a comma-delimited list of string values. - BasicCsvArrayPart(String, String) - Constructor for class org.apache.juneau.http.part.BasicCsvArrayPart
-
Constructor.
- BasicCsvArrayPart(String, String...) - Constructor for class org.apache.juneau.http.part.BasicCsvArrayPart
-
Constructor.
- BasicCsvArrayPart(String, Supplier<String[]>) - Constructor for class org.apache.juneau.http.part.BasicCsvArrayPart
-
Constructor.
- BasicCsvHeader - Class in org.apache.juneau.http.header
-
Category of headers that consist of a comma-delimited list of string values.
- BasicCsvHeader(String, String) - Constructor for class org.apache.juneau.http.header.BasicCsvHeader
-
Constructor.
- BasicCsvHeader(String, String...) - Constructor for class org.apache.juneau.http.header.BasicCsvHeader
-
Constructor.
- BasicCsvHeader(String, Supplier<String[]>) - Constructor for class org.apache.juneau.http.header.BasicCsvHeader
-
Constructor with delayed value.
- BasicDateHeader - Class in org.apache.juneau.http.header
-
Category of headers that consist of a single HTTP-date.
- BasicDateHeader(String, String) - Constructor for class org.apache.juneau.http.header.BasicDateHeader
-
Constructor.
- BasicDateHeader(String, ZonedDateTime) - Constructor for class org.apache.juneau.http.header.BasicDateHeader
-
Constructor.
- BasicDateHeader(String, Supplier<ZonedDateTime>) - Constructor for class org.apache.juneau.http.header.BasicDateHeader
-
Constructor with delayed value.
- BasicDatePart - Class in org.apache.juneau.http.part
-
A
NameValuePair
that consist of a single HTTP-date. - BasicDatePart(String, String) - Constructor for class org.apache.juneau.http.part.BasicDatePart
-
Constructor.
- BasicDatePart(String, ZonedDateTime) - Constructor for class org.apache.juneau.http.part.BasicDatePart
-
Constructor.
- BasicDatePart(String, Supplier<ZonedDateTime>) - Constructor for class org.apache.juneau.http.part.BasicDatePart
-
Constructor.
- BasicDebugEnablement - Class in org.apache.juneau.rest.debug
-
Default implementation of the
DebugEnablement
interface. - BasicDebugEnablement(BeanStore) - Constructor for class org.apache.juneau.rest.debug.BasicDebugEnablement
-
Constructor.
- BasicDisabledCallLogger - Class in org.apache.juneau.rest.logger
-
Default implementation of a
CallLogger
that never logs REST calls. - BasicDisabledCallLogger(BeanStore) - Constructor for class org.apache.juneau.rest.logger.BasicDisabledCallLogger
-
Constructor.
- BasicEntityTagHeader - Class in org.apache.juneau.http.header
-
Category of headers that consist of a single entity validator value.
- BasicEntityTagHeader(String, String) - Constructor for class org.apache.juneau.http.header.BasicEntityTagHeader
-
Constructor.
- BasicEntityTagHeader(String, Supplier<EntityTag>) - Constructor for class org.apache.juneau.http.header.BasicEntityTagHeader
-
Constructor with delayed value.
- BasicEntityTagHeader(String, EntityTag) - Constructor for class org.apache.juneau.http.header.BasicEntityTagHeader
-
Constructor.
- BasicEntityTagsHeader - Class in org.apache.juneau.http.header
-
Category of headers that consist of a comma-delimited list of entity validator values.
- BasicEntityTagsHeader(String, String) - Constructor for class org.apache.juneau.http.header.BasicEntityTagsHeader
-
Constructor.
- BasicEntityTagsHeader(String, Supplier<EntityTags>) - Constructor for class org.apache.juneau.http.header.BasicEntityTagsHeader
-
Constructor with delayed value.
- BasicEntityTagsHeader(String, EntityTags) - Constructor for class org.apache.juneau.http.header.BasicEntityTagsHeader
-
Constructor.
- BasicException - Exception Class 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 class org.apache.juneau.BasicException
-
Constructor.
- BasicException(Throwable) - Constructor for exception class org.apache.juneau.BasicException
-
Constructor.
- BasicException(Throwable, String, Object...) - Constructor for exception class org.apache.juneau.BasicException
-
Constructor.
- BasicFileFinder - Class in org.apache.juneau.cp
-
Basic implementation of a
FileFinder
. - BasicFileFinder() - Constructor for class org.apache.juneau.cp.BasicFileFinder
-
Default constructor.
- BasicFileFinder(FileFinder.Builder) - Constructor for class org.apache.juneau.cp.BasicFileFinder
-
Builder-based constructor.
- BasicGroupOperations - Interface in org.apache.juneau.rest.servlet
-
Basic REST group operation methods.
- basicHeader(String, Object) - Static method in class org.apache.juneau.http.HttpHeaders
-
Creates a new
BasicHeader
header. - basicHeader(String, Supplier<?>) - Static method in class org.apache.juneau.http.HttpHeaders
-
Creates a new
BasicHeader
header with a delayed value. - BasicHeader - Class in org.apache.juneau.http.header
-
Superclass of all headers defined in this package.
- BasicHeader(String, Object) - Constructor for class org.apache.juneau.http.header.BasicHeader
-
Constructor.
- BasicHeader(String, Supplier<Object>) - Constructor for class org.apache.juneau.http.header.BasicHeader
-
Constructor with delayed value.
- BasicHeader(BasicHeader) - Constructor for class org.apache.juneau.http.header.BasicHeader
-
Copy constructor.
- BasicHeaderIterator - Class in org.apache.juneau.http.header
-
Basic implementation of a
HeaderIterator
. - BasicHeaderIterator(Header[], String, boolean) - Constructor for class org.apache.juneau.http.header.BasicHeaderIterator
-
Creates a new header iterator.
- 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.entity
-
A basic
HttpEntity
implementation with additional features. - BasicHttpEntity() - Constructor for class org.apache.juneau.http.entity.BasicHttpEntity
-
Constructor.
- BasicHttpEntity(BasicHttpEntity) - Constructor for class org.apache.juneau.http.entity.BasicHttpEntity
-
Copy constructor.
- BasicHttpEntity(ContentType, Object) - Constructor for class org.apache.juneau.http.entity.BasicHttpEntity
-
Constructor.
- BasicHttpException - Exception Class in org.apache.juneau.http.response
-
Basic implementation of the
HttpResponse
interface for error responses. - BasicHttpException() - Constructor for exception class org.apache.juneau.http.response.BasicHttpException
-
Constructor.
- BasicHttpException(int) - Constructor for exception class org.apache.juneau.http.response.BasicHttpException
-
Constructor.
- BasicHttpException(int, String, Object...) - Constructor for exception class org.apache.juneau.http.response.BasicHttpException
-
Constructor.
- BasicHttpException(int, Throwable) - Constructor for exception class org.apache.juneau.http.response.BasicHttpException
-
Constructor.
- BasicHttpException(int, Throwable, String, Object...) - Constructor for exception class org.apache.juneau.http.response.BasicHttpException
-
Constructor.
- BasicHttpException(HttpResponse) - Constructor for exception class org.apache.juneau.http.response.BasicHttpException
-
Constructor.
- BasicHttpException(BasicHttpException) - Constructor for exception class org.apache.juneau.http.response.BasicHttpException
-
Copy constructor.
- BasicHttpRequestRetryHandler - Class in org.apache.juneau.rest.client
-
An extension of
StandardHttpRequestRetryHandler
that adds support for a retry interval. - BasicHttpRequestRetryHandler(int, int, boolean) - Constructor for class org.apache.juneau.rest.client.BasicHttpRequestRetryHandler
-
Create the request retry handler.
- BasicHttpResponse - Class in org.apache.juneau.http.response
-
Basic implementation of the
HttpResponse
interface. - BasicHttpResponse(HttpResponse) - Constructor for class org.apache.juneau.http.response.BasicHttpResponse
-
Constructor.
- BasicHttpResponse(BasicStatusLine) - Constructor for class org.apache.juneau.http.response.BasicHttpResponse
-
Constructor.
- BasicHttpResponse(BasicHttpResponse) - Constructor for class org.apache.juneau.http.response.BasicHttpResponse
-
Copy constructor.
- BasicIntegerHeader - Class in org.apache.juneau.http.header
-
Category of headers that consist of a single integer value.
- BasicIntegerHeader(String, Integer) - Constructor for class org.apache.juneau.http.header.BasicIntegerHeader
-
Constructor.
- BasicIntegerHeader(String, String) - Constructor for class org.apache.juneau.http.header.BasicIntegerHeader
-
Constructor.
- BasicIntegerHeader(String, Supplier<Integer>) - Constructor for class org.apache.juneau.http.header.BasicIntegerHeader
-
Constructor with delayed value.
- BasicIntegerPart - Class in org.apache.juneau.http.part
-
A
NameValuePair
that consists of a single integer value. - BasicIntegerPart(String, Integer) - Constructor for class org.apache.juneau.http.part.BasicIntegerPart
-
Constructor.
- BasicIntegerPart(String, String) - Constructor for class org.apache.juneau.http.part.BasicIntegerPart
-
Constructor.
- BasicIntegerPart(String, Supplier<Integer>) - Constructor for class org.apache.juneau.http.part.BasicIntegerPart
-
Constructor.
- BasicIsoDate() - Constructor for class org.apache.juneau.swaps.TemporalCalendarSwap.BasicIsoDate
-
Constructor.
- BasicIsoDate() - Constructor for class org.apache.juneau.swaps.TemporalDateSwap.BasicIsoDate
-
Constructor.
- BasicIsoDate() - Constructor for class org.apache.juneau.swaps.TemporalSwap.BasicIsoDate
-
Constructor.
- BasicJson5Config - Interface in org.apache.juneau.rest.config
-
Basic configuration for a REST resource that supports JSON 5 transport.
- BasicJsonConfig - Interface in org.apache.juneau.rest.config
-
Basic configuration for a REST resource that supports JSON transport.
- BasicJsonHtmlConfig - Interface in org.apache.juneau.rest.config
-
Basic configuration for a REST resource that supports JSON and HTML transport.
- BasicLongHeader - Class in org.apache.juneau.http.header
-
Category of headers that consist of a single long value.
- BasicLongHeader(String, Long) - Constructor for class org.apache.juneau.http.header.BasicLongHeader
-
Constructor.
- BasicLongHeader(String, String) - Constructor for class org.apache.juneau.http.header.BasicLongHeader
-
Constructor.
- BasicLongHeader(String, Supplier<Long>) - Constructor for class org.apache.juneau.http.header.BasicLongHeader
-
Constructor with delayed value.
- BasicLongPart - Class in org.apache.juneau.http.part
-
A
NameValuePair
that consists of a single long value. - BasicLongPart(String, Long) - Constructor for class org.apache.juneau.http.part.BasicLongPart
-
Constructor.
- BasicLongPart(String, String) - Constructor for class org.apache.juneau.http.part.BasicLongPart
-
Constructor.
- BasicLongPart(String, Supplier<Long>) - Constructor for class org.apache.juneau.http.part.BasicLongPart
-
Constructor.
- BasicMediaRangesHeader - Class in org.apache.juneau.http.header
-
Category of headers that consist of multiple parameterized string values.
- BasicMediaRangesHeader(String, String) - Constructor for class org.apache.juneau.http.header.BasicMediaRangesHeader
-
Constructor.
- BasicMediaRangesHeader(String, Supplier<MediaRanges>) - Constructor for class org.apache.juneau.http.header.BasicMediaRangesHeader
-
Constructor with delayed value.
- BasicMediaRangesHeader(String, MediaRanges) - Constructor for class org.apache.juneau.http.header.BasicMediaRangesHeader
-
Constructor.
- BasicMediaTypeHeader - Class in org.apache.juneau.http.header
-
Category of headers that consist of a single parameterized string value.
- BasicMediaTypeHeader(String, String) - Constructor for class org.apache.juneau.http.header.BasicMediaTypeHeader
-
Constructor.
- BasicMediaTypeHeader(String, Supplier<MediaType>) - Constructor for class org.apache.juneau.http.header.BasicMediaTypeHeader
-
Constructor with delayed value.
- BasicMediaTypeHeader(String, MediaType) - 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
- BasicNamedAttribute - Class in org.apache.juneau.rest.httppart
-
Implementation of a named object.
- BasicNamedAttribute(String, Object) - Constructor for class org.apache.juneau.rest.httppart.BasicNamedAttribute
-
Constructor.
- BasicNamedAttribute(BasicNamedAttribute) - Constructor for class org.apache.juneau.rest.httppart.BasicNamedAttribute
-
Copy constructor.
- BasicOpenApiConfig - Interface in org.apache.juneau.rest.config
-
Basic configuration for a REST resource that supports OpenAPI transport.
- basicPart(String) - Static method in class org.apache.juneau.http.HttpParts
-
Creates a
BasicPart
from a name/value pair string (e.g. - basicPart(String, Object) - Static method in class org.apache.juneau.http.HttpParts
-
Creates a new
BasicPart
part. - basicPart(String, Supplier<?>) - Static method in class org.apache.juneau.http.HttpParts
-
Creates a new
BasicPart
part with a delayed value. - BasicPart - Class in org.apache.juneau.http.part
-
Implementation of
NameValuePair
for serializing POJOs as URL-encoded form post entries. - BasicPart(String, Object) - Constructor for class org.apache.juneau.http.part.BasicPart
-
Constructor.
- BasicPart(BasicPart) - Constructor for class org.apache.juneau.http.part.BasicPart
-
Copy constructor.
- BasicPartIterator - Class in org.apache.juneau.http.part
-
Basic implementation of a
PartIterator
. - BasicPartIterator(NameValuePair[], String, boolean) - Constructor for class org.apache.juneau.http.part.BasicPartIterator
-
Creates a new part iterator.
- BasicPropertyNamer - Class in org.apache.juneau
-
Default property namer.
- BasicPropertyNamer() - Constructor for class org.apache.juneau.BasicPropertyNamer
- BasicResource - Class in org.apache.juneau.http.resource
-
A basic
HttpResource
implementation with additional features. - BasicResource(HttpResponse) - Constructor for class org.apache.juneau.http.resource.BasicResource
-
Constructor.
- BasicResource(BasicHttpEntity) - Constructor for class org.apache.juneau.http.resource.BasicResource
-
Constructor.
- BasicResource(BasicResource) - Constructor for class org.apache.juneau.http.resource.BasicResource
-
Copy constructor.
- BasicRestCallHandler - Class in org.apache.juneau.rest.client
-
Default HTTP call handler.
- BasicRestCallHandler(RestClient) - Constructor for class org.apache.juneau.rest.client.BasicRestCallHandler
-
Constructor.
- BasicRestCallInterceptor - Class in org.apache.juneau.rest.client
-
A default implementation of a
RestCallInterceptor
. - BasicRestCallInterceptor() - Constructor for class org.apache.juneau.rest.client.BasicRestCallInterceptor
- BasicRestObject - Class in org.apache.juneau.rest.servlet
-
Identical to
BasicRestServlet
but doesn't extend fromHttpServlet
. - BasicRestObject() - Constructor for class org.apache.juneau.rest.servlet.BasicRestObject
- BasicRestObjectGroup - Class in org.apache.juneau.rest.servlet
-
Identical to
BasicRestServletGroup
but doesn't extend fromHttpServlet
. - BasicRestObjectGroup() - Constructor for class org.apache.juneau.rest.servlet.BasicRestObjectGroup
- BasicRestOperations - Interface in org.apache.juneau.rest.servlet
-
Basic REST operation methods.
- BasicRestServlet - Class in org.apache.juneau.rest.servlet
-
Subclass of
RestServlet
with default settings and standard methods defined. - BasicRestServlet() - Constructor for class org.apache.juneau.rest.servlet.BasicRestServlet
- BasicRestServletGroup - Class in org.apache.juneau.rest.servlet
-
Specialized subclass of
BasicRestServlet
for showing "group" pages. - BasicRestServletGroup() - Constructor for class org.apache.juneau.rest.servlet.BasicRestServletGroup
- BasicRuntimeException - Exception Class in org.apache.juneau
-
Subclass of runtime exceptions that take in a message and zero or more arguments.
- BasicRuntimeException(String, Object...) - Constructor for exception class org.apache.juneau.BasicRuntimeException
-
Constructor.
- BasicRuntimeException(Throwable) - Constructor for exception class org.apache.juneau.BasicRuntimeException
-
Constructor.
- BasicRuntimeException(Throwable, String, Object...) - Constructor for exception class org.apache.juneau.BasicRuntimeException
-
Constructor.
- BasicSpringRestServlet - Class in org.apache.juneau.rest.springboot
-
Subclass of
SpringRestServlet
with default settings and standard methods defined. - BasicSpringRestServlet() - Constructor for class org.apache.juneau.rest.springboot.BasicSpringRestServlet
- BasicSpringRestServletGroup - Class in org.apache.juneau.rest.springboot
-
Specialized subclass of
BasicSpringRestServlet
for showing "group" pages. - BasicSpringRestServletGroup() - Constructor for class org.apache.juneau.rest.springboot.BasicSpringRestServletGroup
- BasicStaticFiles - Class in org.apache.juneau.rest.staticfile
-
API for retrieving localized static files from either the classpath or file system.
- BasicStaticFiles() - Constructor for class org.apache.juneau.rest.staticfile.BasicStaticFiles
-
Constructor.
- BasicStaticFiles(BeanStore) - Constructor for class org.apache.juneau.rest.staticfile.BasicStaticFiles
-
Constructor.
- BasicStaticFiles(StaticFiles.Builder) - Constructor for class org.apache.juneau.rest.staticfile.BasicStaticFiles
-
Constructor.
- BasicStatusLine - Class in org.apache.juneau.http
-
A basic implementation of the
StatusLine
interface. - BasicStatusLine() - Constructor for class org.apache.juneau.http.BasicStatusLine
-
Constructor.
- BasicStatusLine(BasicStatusLine) - Constructor for class org.apache.juneau.http.BasicStatusLine
-
Copy constructor.
- BasicStringHeader - Class in org.apache.juneau.http.header
-
Category of headers that consist of a single string value.
- BasicStringHeader(String, String) - Constructor for class org.apache.juneau.http.header.BasicStringHeader
-
Constructor.
- BasicStringHeader(String, Supplier<String>) - Constructor for class org.apache.juneau.http.header.BasicStringHeader
-
Constructor with delayed value.
- BasicStringPart - Class in org.apache.juneau.http.part
-
A
NameValuePair
that consists of a single string value. - BasicStringPart(String, String) - Constructor for class org.apache.juneau.http.part.BasicStringPart
-
Constructor.
- BasicStringPart(String, Supplier<String>) - Constructor for class org.apache.juneau.http.part.BasicStringPart
-
Constructor.
- BasicStringRangesHeader - Class in org.apache.juneau.http.header
-
Category of headers that consist of simple comma-delimited lists of strings with q-values.
- BasicStringRangesHeader(String, String) - Constructor for class org.apache.juneau.http.header.BasicStringRangesHeader
-
Constructor.
- BasicStringRangesHeader(String, Supplier<StringRanges>) - Constructor for class org.apache.juneau.http.header.BasicStringRangesHeader
-
Constructor with delayed value.
- BasicStringRangesHeader(String, StringRanges) - Constructor for class org.apache.juneau.http.header.BasicStringRangesHeader
-
Constructor.
- BasicSwaggerProvider - Class in org.apache.juneau.rest.swagger
-
Basic implementation of a
SwaggerProvider
. - BasicSwaggerProvider(BeanStore) - Constructor for class org.apache.juneau.rest.swagger.BasicSwaggerProvider
-
Constructor.
- BasicSwaggerProvider(SwaggerProvider.Builder) - Constructor for class org.apache.juneau.rest.swagger.BasicSwaggerProvider
-
Constructor.
- BasicSwaggerProviderSession - Class in org.apache.juneau.rest.swagger
-
A single session of generating a Swagger document.
- BasicSwaggerProviderSession(RestContext, Locale, FileFinder, Messages, VarResolverSession, JsonSchemaGeneratorSession) - Constructor for class org.apache.juneau.rest.swagger.BasicSwaggerProviderSession
-
Constructor.
- BasicTestCallLogger - Class in org.apache.juneau.rest.logger
-
Default implementation of a
CallLogger
that only logs REST call errors unless no-log is enabled on the request. - BasicTestCallLogger(BeanStore) - Constructor for class org.apache.juneau.rest.logger.BasicTestCallLogger
-
Constructor.
- BasicTestCaptureCallLogger - Class in org.apache.juneau.rest.logger
-
Implementation of a
CallLogger
that captures log entries for testing logging itself. - BasicTestCaptureCallLogger() - Constructor for class org.apache.juneau.rest.logger.BasicTestCaptureCallLogger
-
Constructor using default settings.
- BasicTestCaptureCallLogger(BeanStore) - Constructor for class org.apache.juneau.rest.logger.BasicTestCaptureCallLogger
-
Constructor using specific settings.
- BasicUniversalConfig - Interface in org.apache.juneau.rest.config
-
Predefined configuration for a REST resource that supports all languages and provides common default configuration values.
- BasicUriHeader - Class in org.apache.juneau.http.header
-
Category of headers that consist of a single URL value.
- BasicUriHeader(String, String) - Constructor for class org.apache.juneau.http.header.BasicUriHeader
-
Constructor.
- BasicUriHeader(String, URI) - Constructor for class org.apache.juneau.http.header.BasicUriHeader
-
Constructor.
- BasicUriHeader(String, Supplier<URI>) - Constructor for class org.apache.juneau.http.header.BasicUriHeader
-
Constructor with delayed value.
- BasicUriPart - Class in org.apache.juneau.http.part
-
A
NameValuePair
that consists of a single URL value. - BasicUriPart(String, String) - Constructor for class org.apache.juneau.http.part.BasicUriPart
-
Constructor.
- BasicUriPart(String, URI) - Constructor for class org.apache.juneau.http.part.BasicUriPart
-
Constructor.
- BasicUriPart(String, Supplier<URI>) - Constructor for class org.apache.juneau.http.part.BasicUriPart
-
Constructor.
- 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 specifiedBdi.text(Object)
node. - 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 specifiedBdi.text(Object)
node. - 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 specifiedBdo.dir(String)
attribute and child nodes. - 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 specifiedBdo.dir(String)
attribute and child nodes. - bean - Variable in class org.apache.juneau.BeanMap
-
The wrapped object.
- bean(Class<T>, T) - Method in class org.apache.juneau.svl.VarResolver.Builder
-
Adds a bean to the bean store in this session.
- bean(Class<T>, T) - Method in class org.apache.juneau.svl.VarResolverSession
-
Adds a bean to this session.
- Bean - Annotation Type in org.apache.juneau.annotation
-
Used to tailor how beans get interpreted by the framework.
- BEAN - Enum constant in enum org.apache.juneau.http.remote.RemoteReturn
-
Response bean
- BEAN - Enum constant in enum org.apache.juneau.jsonschema.TypeCategory
-
Beans
- BeanAnnotation - Class in org.apache.juneau.annotation
-
Utility classes and methods for the
@Bean
annotation. - BeanAnnotation() - Constructor for class org.apache.juneau.annotation.BeanAnnotation
- BeanAnnotation.Applier - Class in org.apache.juneau.annotation
-
Applies targeted
Bean
annotations to aBeanContext.Builder
. - BeanAnnotation.Array - Annotation Type in org.apache.juneau.annotation
-
A collection of
@Bean annotations
. - BeanAnnotation.Builder - Class in org.apache.juneau.annotation
-
Builder class.
- BeanAssertion<T> - Class in org.apache.juneau.assertions
-
Used for assertion calls against Java beans.
- BeanAssertion(T) - Constructor for class org.apache.juneau.assertions.BeanAssertion
-
Constructor.
- BeanBuilder<T> - Class in org.apache.juneau
-
Base class for bean builders.
- BeanBuilder(Class<? extends T>) - Constructor for class org.apache.juneau.BeanBuilder
-
Constructor.
- BeanBuilder(Class<? extends T>, BeanStore) - Constructor for class org.apache.juneau.BeanBuilder
-
Constructor.
- BeanBuilder(BeanBuilder<T>) - Constructor for class org.apache.juneau.BeanBuilder
-
Copy 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
-
Utility classes and methods for the
@Beanc
annotation. - BeancAnnotation() - Constructor for class org.apache.juneau.annotation.BeancAnnotation
- BeancAnnotation.Applier - Class in org.apache.juneau.annotation
-
Applies targeted
Beanc
annotations to aBeanContext.Builder
. - BeancAnnotation.Array - Annotation Type in org.apache.juneau.annotation
-
A collection of
@Beanc annotations
. - BeancAnnotation.Builder - Class in org.apache.juneau.annotation
-
Builder class.
- beanClassVisibility() - Element in annotation type org.apache.juneau.annotation.BeanConfig
-
Minimum bean class visibility.
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.BeanContext.Builder
-
Minimum bean class visibility.
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.BeanContextable.Builder
-
Minimum bean class visibility.
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.BeanTraverseContext.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.csv.CsvParser.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.csv.CsvSerializer.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlParser.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlSerializer.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.json.JsonParser.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.json.JsonSchemaSerializer.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.json.JsonSerializer.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.msgpack.MsgPackParser.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.msgpack.MsgPackSerializer.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.oapi.OpenApiParser.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.oapi.OpenApiSerializer.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.parser.InputStreamParser.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.parser.Parser.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.parser.ReaderParser.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.plaintext.PlainTextParser.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.plaintext.PlainTextSerializer.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.rest.client.RestClient.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.rest.mock.MockRestClient.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.serializer.OutputStreamSerializer.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.serializer.Serializer.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.serializer.WriterSerializer.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.soap.SoapXmlSerializer.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.uon.UonParser.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.uon.UonSerializer.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.urlencoding.UrlEncodingParser.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializer.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.xml.XmlParser.Builder
- beanClassVisibility(Visibility) - Method in class org.apache.juneau.xml.XmlSerializer.Builder
- BeanConfig - Annotation Type in org.apache.juneau.annotation
-
Annotation for specifying config properties defined in
BeanContext
andBeanTraverseContext
. - BeanConfigAnnotation - Class in org.apache.juneau.annotation
-
Utility classes and methods for the
@BeanConfig
annotation. - BeanConfigAnnotation() - Constructor for class org.apache.juneau.annotation.BeanConfigAnnotation
- BeanConfigAnnotation.Applier - Class in org.apache.juneau.annotation
-
Applies
BeanConfig
annotations to aBeanContext.Builder
. - beanConstructorVisibility() - Element in annotation type org.apache.juneau.annotation.BeanConfig
-
Minimum bean constructor visibility.
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.BeanContext.Builder
-
Minimum bean constructor visibility.
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.BeanContextable.Builder
-
Minimum bean constructor visibility.
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.BeanTraverseContext.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.csv.CsvParser.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.csv.CsvSerializer.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlParser.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlSerializer.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.json.JsonParser.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.json.JsonSchemaSerializer.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.json.JsonSerializer.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.msgpack.MsgPackParser.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.msgpack.MsgPackSerializer.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.oapi.OpenApiParser.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.oapi.OpenApiSerializer.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.parser.InputStreamParser.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.parser.Parser.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.parser.ReaderParser.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.plaintext.PlainTextParser.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.plaintext.PlainTextSerializer.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.rest.client.RestClient.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.rest.mock.MockRestClient.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.serializer.OutputStreamSerializer.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.serializer.Serializer.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.serializer.WriterSerializer.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.soap.SoapXmlSerializer.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.uon.UonParser.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.uon.UonSerializer.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.urlencoding.UrlEncodingParser.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializer.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.xml.XmlParser.Builder
- beanConstructorVisibility(Visibility) - Method in class org.apache.juneau.xml.XmlSerializer.Builder
- beanContext() - Method in class org.apache.juneau.BeanContextable.Builder
-
Returns the inner bean context builder.
- beanContext() - Method in class org.apache.juneau.rest.RestContext.Builder
-
Returns the bean context sub-builder.
- beanContext() - Method in class org.apache.juneau.rest.RestOpContext.Builder
-
Returns the bean context sub-builder.
- beanContext(Consumer<BeanContext.Builder>) - Method in class org.apache.juneau.BeanContextable.Builder
-
Applies an operation to the inner bean context builder.
- beanContext(Consumer<BeanContext.Builder>) - Method in class org.apache.juneau.parser.ParserSet.Builder
-
Applies an operation to the bean context builder.
- beanContext(Consumer<BeanContext.Builder>) - Method in class org.apache.juneau.serializer.SerializerSet.Builder
-
Applies an operation to the bean context builder.
- beanContext(BeanContext) - Method in class org.apache.juneau.BeanContextable.Builder
-
Specifies an already-instantiated bean context to use.
- beanContext(BeanContext) - Method in class org.apache.juneau.BeanTraverseContext.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.csv.CsvParser.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.csv.CsvSerializer.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.html.HtmlParser.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.html.HtmlSerializer.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.json.JsonParser.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.json.JsonSchemaSerializer.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.json.JsonSerializer.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.msgpack.MsgPackParser.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.msgpack.MsgPackSerializer.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.oapi.OpenApiParser.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.oapi.OpenApiSerializer.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.parser.InputStreamParser.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.parser.Parser.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.parser.ReaderParser.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.plaintext.PlainTextParser.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.plaintext.PlainTextSerializer.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.rest.client.RestClient.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.rest.mock.MockRestClient.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.serializer.OutputStreamSerializer.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.serializer.Serializer.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.serializer.WriterSerializer.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.soap.SoapXmlSerializer.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.uon.UonParser.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.uon.UonSerializer.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.urlencoding.UrlEncodingParser.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializer.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.utils.BeanDiff.Builder
-
Specifies the bean context to use for introspecting beans.
- beanContext(BeanContext) - Method in class org.apache.juneau.xml.XmlParser.Builder
- beanContext(BeanContext) - Method in class org.apache.juneau.xml.XmlSerializer.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.BeanContextable.Builder
-
Overrides the bean context builder.
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.BeanTraverseContext.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.csv.CsvParser.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.csv.CsvSerializer.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.html.HtmlParser.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.html.HtmlSerializer.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.httppart.HttpPartParser.Creator
-
Associates an existing bean context builder with this part parser.
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.httppart.HttpPartSerializer.Creator
-
Associates an existing bean context builder with this part serializer.
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.json.JsonParser.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.json.JsonSchemaSerializer.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.json.JsonSerializer.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.msgpack.MsgPackParser.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.msgpack.MsgPackSerializer.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.oapi.OpenApiParser.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.oapi.OpenApiSerializer.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.parser.InputStreamParser.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.parser.Parser.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.parser.ParserSet.Builder
-
Associates an existing bean context builder with all parser builders in this group.
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.parser.ReaderParser.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.plaintext.PlainTextParser.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.plaintext.PlainTextSerializer.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.rest.client.RestClient.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.rest.mock.MockRestClient.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.serializer.OutputStreamSerializer.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.serializer.Serializer.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.serializer.SerializerSet.Builder
-
Associates an existing bean context builder with all serializer builders in this group.
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.serializer.WriterSerializer.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.soap.SoapXmlSerializer.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.uon.UonParser.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.uon.UonSerializer.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.urlencoding.UrlEncodingParser.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializer.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.xml.XmlParser.Builder
- beanContext(BeanContext.Builder) - Method in class org.apache.juneau.xml.XmlSerializer.Builder
- BeanContext - Class in org.apache.juneau
-
Bean context.
- BeanContext(BeanContext.Builder) - Constructor for class org.apache.juneau.BeanContext
-
Constructor.
- BeanContext.Builder - Class in org.apache.juneau
-
Builder class.
- BeanContextable - Class in org.apache.juneau
-
Context class for classes that use
BeanContext
objects. - BeanContextable(BeanContextable.Builder) - Constructor for class org.apache.juneau.BeanContextable
-
Constructor.
- BeanContextable.Builder - Class in org.apache.juneau
-
Builder class.
- BeanCreateMethodFinder<T> - Class in org.apache.juneau.cp
-
Utility class for creating beans through creator methods.
- BeanCreator<T> - Class in org.apache.juneau.cp
-
Utility class for creating beans through constructors, creator methods, and builders.
- BeanCreator(Class<T>, BeanStore) - Constructor for class org.apache.juneau.cp.BeanCreator
-
Constructor.
- beanDefMapper() - Element in annotation type org.apache.juneau.jsonschema.annotation.JsonSchemaConfig
-
Bean schema definition mapper.
- beanDefMapper(Class<? extends BeanDefMapper>) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
-
HtmlSchemaSerializer configuration property: Schema definition mapper. - beanDefMapper(Class<? extends BeanDefMapper>) - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
-
HtmlSchemaSerializer configuration property: Schema definition mapper. - beanDefMapper(Class<? extends BeanDefMapper>) - Method in class org.apache.juneau.json.JsonSchemaSerializer.Builder
-
JsonSchemaSerializer configuration property: Schema definition mapper. - beanDefMapper(Class<? extends BeanDefMapper>) - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator.Builder
-
Schema definition mapper.
- BeanDefMapper - Interface in org.apache.juneau.jsonschema
-
Interface used to retrieve identifiers and URIs for bean classes.
- BeanDefMapper.Void - Interface in org.apache.juneau.jsonschema
-
Represents the absence of a bean definition mapper class.
- BeanDescription - Class in org.apache.juneau.rest.beans
-
Simple serializable bean description.
- BeanDescription(Class<?>) - Constructor for class org.apache.juneau.rest.beans.BeanDescription
-
Constructor
- BeanDescription.BeanPropertyDescription - Class in org.apache.juneau.rest.beans
-
Information about a bean property.
- beanDictionary() - Method in class org.apache.juneau.BeanContext.Builder
-
Returns the bean dictionary list.
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.BeanContext.Builder
-
Bean dictionary.
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.BeanContextable.Builder
-
Bean dictionary.
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.BeanTraverseContext.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.csv.CsvParser.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.csv.CsvSerializer.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.html.HtmlParser.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.html.HtmlSerializer.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.json.JsonParser.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.json.JsonSchemaSerializer.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.json.JsonSerializer.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.msgpack.MsgPackParser.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.msgpack.MsgPackSerializer.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.oapi.OpenApiParser.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.oapi.OpenApiSerializer.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.parser.InputStreamParser.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.parser.Parser.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.parser.ReaderParser.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.plaintext.PlainTextParser.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.plaintext.PlainTextSerializer.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.rest.client.RestClient.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.rest.mock.MockRestClient.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.serializer.OutputStreamSerializer.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.serializer.Serializer.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.serializer.WriterSerializer.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.soap.SoapXmlSerializer.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.uon.UonParser.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.uon.UonSerializer.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.urlencoding.UrlEncodingParser.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializer.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.xml.XmlParser.Builder
- beanDictionary(Class<?>...) - Method in class org.apache.juneau.xml.XmlSerializer.Builder
- beanDictionary(Collection<Class<?>>) - Method in class org.apache.juneau.BeanContext.Builder
-
Same as
BeanContext.Builder.beanDictionary(Class...)
but allows you to pass in a collection of classes. - 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.
- 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() - Element in annotation type org.apache.juneau.annotation.BeanConfig
-
Minimum bean field visibility.
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.BeanContext.Builder
-
Minimum bean field visibility.
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.BeanContextable.Builder
-
Minimum bean field visibility.
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.BeanTraverseContext.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.csv.CsvParser.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.csv.CsvSerializer.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlParser.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlSerializer.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.json.JsonParser.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.json.JsonSchemaSerializer.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.json.JsonSerializer.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.msgpack.MsgPackParser.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.msgpack.MsgPackSerializer.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.oapi.OpenApiParser.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.oapi.OpenApiSerializer.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.parser.InputStreamParser.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.parser.Parser.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.parser.ReaderParser.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.plaintext.PlainTextParser.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.plaintext.PlainTextSerializer.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.rest.client.RestClient.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.rest.mock.MockRestClient.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.serializer.OutputStreamSerializer.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.serializer.Serializer.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.serializer.WriterSerializer.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.soap.SoapXmlSerializer.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.uon.UonParser.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.uon.UonSerializer.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.urlencoding.UrlEncodingParser.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializer.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.xml.XmlParser.Builder
- beanFieldVisibility(Visibility) - Method in class org.apache.juneau.xml.XmlSerializer.Builder
- beanFilter - Variable in class org.apache.juneau.BeanMeta
-
Optional bean filter associated with the target class.
- BeanFilter - Class in org.apache.juneau
-
Parent class for all bean filters.
- BeanFilter.Builder - Class in org.apache.juneau
-
Builder class.
- 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
-
Utility classes and methods for the
@BeanIgnore
annotation. - BeanIgnoreAnnotation() - Constructor for class org.apache.juneau.annotation.BeanIgnoreAnnotation
- BeanIgnoreAnnotation.Applier - Class in org.apache.juneau.annotation
-
Applies targeted
BeanIgnore
annotations to aBeanContext.Builder
. - BeanIgnoreAnnotation.Array - Annotation Type in org.apache.juneau.annotation
-
A collection of
@BeanIgnore annotations
. - BeanIgnoreAnnotation.Builder - Class in org.apache.juneau.annotation
-
Builder class.
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.BeanContext.Builder
-
Bean interceptor.
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.BeanContextable.Builder
-
Bean interceptor.
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.BeanTraverseContext.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.csv.CsvParser.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.csv.CsvSerializer.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.html.HtmlParser.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.html.HtmlSerializer.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.json.JsonParser.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.json.JsonSchemaSerializer.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.json.JsonSerializer.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.msgpack.MsgPackParser.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.msgpack.MsgPackSerializer.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.oapi.OpenApiParser.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.oapi.OpenApiSerializer.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.parser.InputStreamParser.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.parser.Parser.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.parser.ReaderParser.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.plaintext.PlainTextParser.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.plaintext.PlainTextSerializer.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.rest.client.RestClient.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.rest.mock.MockRestClient.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.serializer.OutputStreamSerializer.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.serializer.Serializer.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.serializer.WriterSerializer.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.soap.SoapXmlSerializer.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.uon.UonParser.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.uon.UonSerializer.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.urlencoding.UrlEncodingParser.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializer.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.xml.XmlParser.Builder
- beanInterceptor(Class<?>, Class<? extends BeanInterceptor<?>>) - Method in class org.apache.juneau.xml.XmlSerializer.Builder
- BeanInterceptor<T> - Class in org.apache.juneau.swap
-
Bean interceptor.
- BeanInterceptor() - Constructor for class org.apache.juneau.swap.BeanInterceptor
- BeanInterceptor.Void - Class in org.apache.juneau.swap
-
Non-existent bean interceptor.
- BeanListAssertion<E> - Class in org.apache.juneau.assertions
-
Used for assertion calls against Java beans.
- BeanListAssertion(List<E>) - Constructor for class org.apache.juneau.assertions.BeanListAssertion
-
Constructor.
- 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() - Element in annotation type org.apache.juneau.annotation.BeanConfig
-
BeanMap.put() returns old property value.
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.BeanContext.Builder
-
BeanMap.put() returns old property value.
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.BeanContextable.Builder
-
BeanMap.put() returns old property value.
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.BeanTraverseContext.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.csv.CsvParser.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.csv.CsvSerializer.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.html.HtmlParser.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.html.HtmlSerializer.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.json.JsonParser.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.json.JsonSchemaSerializer.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.json.JsonSerializer.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.msgpack.MsgPackParser.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.msgpack.MsgPackSerializer.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.oapi.OpenApiParser.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.oapi.OpenApiSerializer.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.parser.InputStreamParser.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.parser.Parser.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.parser.ReaderParser.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.plaintext.PlainTextParser.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.plaintext.PlainTextSerializer.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.rest.mock.MockRestClient.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.serializer.OutputStreamSerializer.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.serializer.Serializer.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.serializer.WriterSerializer.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.soap.SoapXmlSerializer.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.uon.UonParser.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.uon.UonSerializer.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.urlencoding.UrlEncodingParser.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializer.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.xml.XmlParser.Builder
- beanMapPutReturnsOldValue() - Method in class org.apache.juneau.xml.XmlSerializer.Builder
- beanMapPutReturnsOldValue(boolean) - Method in class org.apache.juneau.BeanContext.Builder
-
Same as
BeanContext.Builder.beanMapPutReturnsOldValue()
but allows you to explicitly specify the value. - 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[], ConstructorInfo) - 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(properties)
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() - Element in annotation type org.apache.juneau.annotation.BeanConfig
-
Minimum bean method visibility.
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.BeanContext.Builder
-
Minimum bean method visibility.
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.BeanContextable.Builder
-
Minimum bean method visibility.
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.BeanTraverseContext.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.csv.CsvParser.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.csv.CsvSerializer.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlParser.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlSerializer.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.json.JsonParser.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.json.JsonSchemaSerializer.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.json.JsonSerializer.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.msgpack.MsgPackParser.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.msgpack.MsgPackSerializer.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.oapi.OpenApiParser.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.oapi.OpenApiSerializer.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.parser.InputStreamParser.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.parser.Parser.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.parser.ReaderParser.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.plaintext.PlainTextParser.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.plaintext.PlainTextSerializer.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.rest.client.RestClient.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.rest.mock.MockRestClient.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.serializer.OutputStreamSerializer.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.serializer.Serializer.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.serializer.WriterSerializer.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.soap.SoapXmlSerializer.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.uon.UonParser.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.uon.UonSerializer.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.urlencoding.UrlEncodingParser.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializer.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.xml.XmlParser.Builder
- beanMethodVisibility(Visibility) - Method in class org.apache.juneau.xml.XmlSerializer.Builder
- 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
-
Utility classes and methods for the
@Beanp
annotation. - BeanpAnnotation() - Constructor for class org.apache.juneau.annotation.BeanpAnnotation
- BeanpAnnotation.Applier - Class in org.apache.juneau.annotation
-
Applies targeted
Beanp
annotations to aBeanContext.Builder
. - BeanpAnnotation.Array - Annotation Type in org.apache.juneau.annotation
-
A collection of
@Beanp annotations
. - BeanpAnnotation.Builder - Class in org.apache.juneau.annotation
-
Builder class.
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.BeanContext.Builder
-
Bean property includes.
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.BeanContextable.Builder
-
Bean property includes.
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.BeanTraverseContext.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.csv.CsvParser.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.csv.CsvSerializer.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.html.HtmlParser.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.html.HtmlSerializer.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.json.JsonParser.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.json.JsonSchemaSerializer.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.json.JsonSerializer.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.msgpack.MsgPackParser.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.msgpack.MsgPackSerializer.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.oapi.OpenApiParser.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.oapi.OpenApiSerializer.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.parser.InputStreamParser.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.parser.Parser.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.parser.ReaderParser.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.plaintext.PlainTextParser.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.plaintext.PlainTextSerializer.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.rest.client.RestClient.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.rest.mock.MockRestClient.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.serializer.OutputStreamSerializer.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.serializer.Serializer.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.serializer.WriterSerializer.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.soap.SoapXmlSerializer.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.uon.UonParser.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.uon.UonSerializer.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.urlencoding.UrlEncodingParser.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializer.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.xml.XmlParser.Builder
- beanProperties(Class<?>, String) - Method in class org.apache.juneau.xml.XmlSerializer.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.BeanContext.Builder
-
Bean property includes.
- beanProperties(String, String) - Method in class org.apache.juneau.BeanContextable.Builder
-
Bean property includes.
- beanProperties(String, String) - Method in class org.apache.juneau.BeanTraverseContext.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.csv.CsvParser.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.csv.CsvSerializer.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.html.HtmlParser.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.html.HtmlSerializer.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.json.JsonParser.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.json.JsonSchemaSerializer.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.json.JsonSerializer.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.msgpack.MsgPackParser.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.msgpack.MsgPackSerializer.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.oapi.OpenApiParser.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.oapi.OpenApiSerializer.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.parser.InputStreamParser.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.parser.Parser.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.parser.ReaderParser.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.plaintext.PlainTextParser.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.plaintext.PlainTextSerializer.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.rest.client.RestClient.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.rest.mock.MockRestClient.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.serializer.OutputStreamSerializer.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.serializer.Serializer.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.serializer.WriterSerializer.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.soap.SoapXmlSerializer.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.uon.UonParser.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.uon.UonSerializer.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.urlencoding.UrlEncodingParser.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializer.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.xml.XmlParser.Builder
- beanProperties(String, String) - Method in class org.apache.juneau.xml.XmlSerializer.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.BeanContext.Builder
-
Bean property includes.
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.BeanContextable.Builder
-
Bean property includes.
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.BeanTraverseContext.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.csv.CsvParser.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.csv.CsvSerializer.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlParser.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlSerializer.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.json.JsonParser.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.json.JsonSchemaSerializer.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.json.JsonSerializer.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.msgpack.MsgPackParser.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.msgpack.MsgPackSerializer.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.oapi.OpenApiParser.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.oapi.OpenApiSerializer.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.parser.InputStreamParser.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.parser.Parser.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.parser.ReaderParser.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.plaintext.PlainTextParser.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.plaintext.PlainTextSerializer.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.rest.client.RestClient.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.rest.mock.MockRestClient.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.serializer.OutputStreamSerializer.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.serializer.Serializer.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.serializer.WriterSerializer.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.soap.SoapXmlSerializer.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.uon.UonParser.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.uon.UonSerializer.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.urlencoding.UrlEncodingParser.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializer.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.xml.XmlParser.Builder
- beanProperties(Map<String, Object>) - Method in class org.apache.juneau.xml.XmlSerializer.Builder
- beanPropertiesExcludes(Class<?>, String) - Method in class org.apache.juneau.BeanContext.Builder
-
Bean property excludes.
- beanPropertiesExcludes(Class<?>, String) - Method in class org.apache.juneau.BeanContextable.Builder
-
Bean property excludes.
- beanPropertiesExcludes(Class<?>, String) - Method in class org.apache.juneau.BeanTraverseContext.Builder
- beanPropertiesExcludes(Class<?>, String) - Method in class org.apache.juneau.csv.CsvParser.Builder
- beanPropertiesExcludes(Class<?>, String) - Method in class org.apache.juneau.csv.CsvSerializer.Builder
- beanPropertiesExcludes(Class<?>, String) - Method in class org.apache.juneau.html.HtmlDocSerializer.Builder
- beanPropertiesExcludes(Class<?>, String) - Method in class org.apache.juneau.html.HtmlParser.Builder
- beanPropertiesExcludes(Class<?>, String) - Method in class org.apache.juneau.html.HtmlSchemaDocSerializer.Builder
- beanPropertiesExcludes(Class<?>, String) - Method in class org.apache.juneau.html.HtmlSchemaSerializer.Builder
- beanPropertiesExcludes(Class<?>, String) - Method in class org.apache.juneau.html.HtmlSerializer.Builder
- beanPropertiesExcludes(Class<?>, String) - Method in class org.apache.juneau.html.HtmlStrippedDocSerializer.Builder
- beanPropertiesExcludes(Class<?>, String) - Method in class org.apache.juneau.json.JsonParser.Builder
- beanPropertiesExcludes(Class<?>, String) - Method in class org.apache.juneau.json.JsonSchemaSerializer.Builder
- beanPropertiesExcludes(Class<?>, String) - Method in class org.apache.juneau.json.JsonSerializer.Builder
- beanPropertiesExcludes(Class<?>, String) - Method in class org.apache.juneau.jsonschema.JsonSchemaGenerator.Builder
- beanPropertiesExcludes(Class<?>, String) - Method in class org.apache.juneau.msgpack.MsgPackParser.Builder
- beanPropertiesExcludes(Class<?>, String) - Method in class org.apache.juneau.msgpack.MsgPackSerializer.Builder
- beanPropertiesExcludes(Class<?>, String) - Method in class org.apache.juneau.oapi.OpenApiParser.Builder
- beanPropertiesExcludes(Class<?>, String) - Method in class org.apache.juneau.oapi.OpenApiSerializer.Builder
- beanPropertiesExcludes(Class<?>, String) - Method in class org.apache.juneau.parser.InputStreamParser.Builder
- beanPropertiesExcludes(Class<?>, String) - Method in class org.apache.juneau.parser.Parser.Builder
- beanPropertiesExcludes(Class<?>, String) - Method in class org.apache.juneau.parser.ReaderParser.Builder
- beanPropertiesExcludes(Class<?>, String) - Method in class org.apache.juneau.plaintext.PlainTextParser.Builder
- beanPropertiesExcludes(Class<?>, String) - Method in class org.apache.juneau.plaintext.PlainTextSerializer.Builder
- beanPropertiesExcludes(Class<?>, String) - Method in class org.apache.juneau.rest.client.RestClient.Builder
- beanPropertiesExcludes(Class<?>, String) - Method in class org.apache.juneau.rest.mock.MockRestClient.Builder
- beanPropertiesExcludes(Class<?>, String) - Method in class org.apache.juneau.serializer.OutputStreamSerializer.Builder
- beanPropertiesExcludes(Class<?>, String) - Method in class org.apache.j