Uses of Class
org.apache.juneau.AnnotationApplier
Packages that use AnnotationApplier
Package
Description
REST Annotations
-
Uses of AnnotationApplier in org.apache.juneau
Subclasses of AnnotationApplier in org.apache.juneauModifier and TypeClassDescriptionstatic class
Represents a no-op configuration apply.Methods in org.apache.juneau with parameters of type AnnotationApplierModifier and TypeMethodDescriptionAnnotationWorkList.add
(AnnotationInfo<?> ai, AnnotationApplier<Annotation, Object> aa) Adds an entry to this list.Constructors in org.apache.juneau with parameters of type AnnotationApplierModifierConstructorDescriptionAnnotationWork
(AnnotationInfo annotation, AnnotationApplier applier) Constructor. -
Uses of AnnotationApplier in org.apache.juneau.annotation
Subclasses of AnnotationApplier in org.apache.juneau.annotationModifier and TypeClassDescriptionstatic class
Applies targetedBean
annotations to aBeanContext.Builder
.static class
Applies targetedBeanc
annotations to aBeanContext.Builder
.static class
AppliesBeanConfig
annotations to aBeanContext.Builder
.static class
Applies targetedBeanIgnore
annotations to aBeanContext.Builder
.static class
Applies targetedBeanp
annotations to aBeanContext.Builder
.static class
Applies targetedExample
annotations to aBeanContext.Builder
.static class
Applies targetedMarshalled
annotations to aBeanContext.Builder
.static class
Applies targetedNameProperty
annotations to aBeanContext.Builder
.static class
Applies targetedParentProperty
annotations to aBeanContext.Builder
.static class
Applies targetedSchema
annotations to aContext.Builder
.static class
Applies targetedSwap
annotations to aBeanContext.Builder
.static class
Applies targetedUri
annotations to aBeanContext.Builder
. -
Uses of AnnotationApplier in org.apache.juneau.csv.annotation
Subclasses of AnnotationApplier in org.apache.juneau.csv.annotationModifier and TypeClassDescriptionstatic class
Applies targetedCsv
annotations to aContext.Builder
.static class
AppliesCsvConfig
annotations to aCsvParser.Builder
.static class
AppliesCsvConfig
annotations to aCsvSerializer.Builder
. -
Uses of AnnotationApplier in org.apache.juneau.html.annotation
Subclasses of AnnotationApplier in org.apache.juneau.html.annotationModifier and TypeClassDescriptionstatic class
Applies targetedHtml
annotations to aContext.Builder
.static class
AppliesHtmlConfig
annotations to aHtmlParser.Builder
.static class
AppliesHtmlConfig
annotations to aHtmlSerializer.Builder
.static class
AppliesHtmlDocConfig
annotations to aHtmlDocSerializer.Builder
.static class
Applies targetedHtmlLink
annotations to aContext.Builder
. -
Uses of AnnotationApplier in org.apache.juneau.http.annotation
Subclasses of AnnotationApplier in org.apache.juneau.http.annotationModifier and TypeClassDescriptionstatic class
Applies targetedContent
annotations to aBeanContext.Builder
.static class
Applies targetedFormData
annotations to aBeanContext.Builder
.static class
Applies targetedHeader
annotations to aBeanContext.Builder
.static class
Applies targetedPath
annotations to aBeanContext.Builder
.static class
Applies targetedQuery
annotations to aBeanContext.Builder
.static class
Applies targetedRequest
annotations to aBeanContext.Builder
.static class
Applies targetedResponse
annotations to aBeanContext.Builder
.static class
Applies targetedStatusCode
annotations to aBeanContext.Builder
. -
Uses of AnnotationApplier in org.apache.juneau.json.annotation
Subclasses of AnnotationApplier in org.apache.juneau.json.annotationModifier and TypeClassDescriptionstatic class
Applies targetedJson
annotations to aContext.Builder
.static class
AppliesJsonConfig
annotations to aJsonParser.Builder
.static class
AppliesJsonConfig
annotations to aJsonSerializer.Builder
. -
Uses of AnnotationApplier in org.apache.juneau.jsonschema.annotation
Subclasses of AnnotationApplier in org.apache.juneau.jsonschema.annotationModifier and TypeClassDescriptionstatic class
AppliesJsonSchemaConfig
annotations to aJsonSchemaGenerator.Builder
. -
Uses of AnnotationApplier in org.apache.juneau.msgpack.annotation
Subclasses of AnnotationApplier in org.apache.juneau.msgpack.annotationModifier and TypeClassDescriptionstatic class
Applies targetedMsgPack
annotations to aContext.Builder
.static class
AppliesMsgPackConfig
annotations to aMsgPackParser.Builder
.static class
AppliesMsgPackConfig
annotations to aMsgPackSerializer.Builder
. -
Uses of AnnotationApplier in org.apache.juneau.oapi.annotation
Subclasses of AnnotationApplier in org.apache.juneau.oapi.annotationModifier and TypeClassDescriptionstatic class
Applies targetedOpenApi
annotations to aContext.Builder
.static class
AppliesOpenApiConfig
annotations to aOpenApiParser.Builder
.static class
AppliesOpenApiConfig
annotations to aOpenApiSerializer.Builder
. -
Uses of AnnotationApplier in org.apache.juneau.parser.annotation
Subclasses of AnnotationApplier in org.apache.juneau.parser.annotationModifier and TypeClassDescriptionstatic class
AppliesParserConfig
annotations to aInputStreamParser.Builder
.static class
AppliesParserConfig
annotations to aParser.Builder
.static class
AppliesParserConfig
annotations to aReaderParser.Builder
. -
Uses of AnnotationApplier in org.apache.juneau.plaintext.annotation
Subclasses of AnnotationApplier in org.apache.juneau.plaintext.annotationModifier and TypeClassDescriptionstatic class
Applies targetedPlainText
annotations to aContext.Builder
.static class
AppliesPlainTextConfig
annotations to aPlainTextParser.Builder
.static class
AppliesPlainTextConfig
annotations to aPlainTextSerializer.Builder
. -
Uses of AnnotationApplier in org.apache.juneau.reflect
Method parameters in org.apache.juneau.reflect with type arguments of type AnnotationApplierModifier and TypeMethodDescriptionAnnotationInfo.getApplies
(VarResolverSession vrs, Consumer<AnnotationApplier<Annotation, Object>> consumer) If this annotation has aContextApply
annotation, consumes an instance of the specifiedAnnotationApplier
class. -
Uses of AnnotationApplier in org.apache.juneau.rest.annotation
Subclasses of AnnotationApplier in org.apache.juneau.rest.annotationModifier and TypeClassDescriptionstatic class
AppliesRest
annotations to aRestContext.Builder
.static class
AppliesRest
annotations to aRestOpContext.Builder
.static class
AppliesRestDelete
annotations to aRestOpContext.Builder
.static class
AppliesRestGet
annotations to aRestOpContext.Builder
.static class
AppliesRestOp
annotations to aRestOpContext.Builder
.static class
AppliesRestOptions
annotations to aRestOpContext.Builder
.static class
AppliesRestPatch
annotations to aRestOpContext.Builder
.static class
AppliesRestPost
annotations to aRestOpContext.Builder
.static class
AppliesRestPut
annotations to aRestOpContext.Builder
. -
Uses of AnnotationApplier in org.apache.juneau.serializer.annotation
Subclasses of AnnotationApplier in org.apache.juneau.serializer.annotationModifier and TypeClassDescriptionstatic class
AppliesSerializerConfig
annotations to aOutputStreamSerializer.Builder
.static class
AppliesSerializerConfig
annotations to aSerializer.Builder
.static class
AppliesSerializerConfig
annotations to aWriterSerializer.Builder
. -
Uses of AnnotationApplier in org.apache.juneau.soap.annotation
Subclasses of AnnotationApplier in org.apache.juneau.soap.annotationModifier and TypeClassDescriptionstatic class
Applies targetedSoapXml
annotations to aContext.Builder
.static class
AppliesSoapXmlConfig
annotations to aSoapXmlSerializer.Builder
. -
Uses of AnnotationApplier in org.apache.juneau.uon.annotation
Subclasses of AnnotationApplier in org.apache.juneau.uon.annotationModifier and TypeClassDescriptionstatic class
Applies targetedUon
annotations to aContext.Builder
.static class
AppliesUonConfig
annotations to aUonParser.Builder
.static class
AppliesUonConfig
annotations to aUonSerializer.Builder
. -
Uses of AnnotationApplier in org.apache.juneau.urlencoding.annotation
Subclasses of AnnotationApplier in org.apache.juneau.urlencoding.annotationModifier and TypeClassDescriptionstatic class
Applies targetedUrlEncoding
annotations to aContext.Builder
.static class
AppliesUrlEncodingConfig
annotations to aUrlEncodingParser.Builder
.static class
AppliesUrlEncodingConfig
annotations to aUrlEncodingSerializer.Builder
. -
Uses of AnnotationApplier in org.apache.juneau.xml.annotation
Subclasses of AnnotationApplier in org.apache.juneau.xml.annotationModifier and TypeClassDescriptionstatic class
Applies targetedXml
annotations to aContext.Builder
.static class
AppliesXmlConfig
annotations to aXmlParser.Builder
.static class
AppliesXmlConfig
annotations to aXmlSerializer.Builder
.