Uses of Class
org.apache.juneau.AnnotationWorkList
Packages that use AnnotationWorkList
Package
Description
CSV Marshalling Support
REST Server API
REST Method Argument Beans
REST Client API
REST Server Mock API
-
Uses of AnnotationWorkList in org.apache.juneau
Methods in org.apache.juneau that return AnnotationWorkListModifier and TypeMethodDescriptionAnnotationWorkList.add
(AnnotationInfo<?> ai, AnnotationApplier<Annotation, Object> aa) Adds an entry to this list.AnnotationWorkList.add
(AnnotationList annotations) Adds entries for the specified annotations to this work list.static AnnotationWorkList
AnnotationWorkList.create()
Static creator.static AnnotationWorkList
AnnotationWorkList.create
(VarResolverSession vrs) Static creator.Context.Builder.getApplied()
Returns all the annotations that have been applied to this builder.static AnnotationWorkList
AnnotationWorkList.of
(AnnotationList annotations) Static creator.static AnnotationWorkList
AnnotationWorkList.of
(VarResolverSession vrs, AnnotationList annotations) Static creator.Methods in org.apache.juneau with parameters of type AnnotationWorkListModifier and TypeMethodDescriptionBeanContext.Builder.apply
(AnnotationWorkList work) BeanContextable.Builder.apply
(AnnotationWorkList work) BeanTraverseContext.Builder.apply
(AnnotationWorkList work) Context.Builder.apply
(AnnotationWorkList work) Applies a set of applied to this builder.boolean
Context.Builder.canApply
(AnnotationWorkList work) Returnstrue if any of the annotations/appliers can be applied to this builder. -
Uses of AnnotationWorkList in org.apache.juneau.config
Methods in org.apache.juneau.config with parameters of type AnnotationWorkList -
Uses of AnnotationWorkList in org.apache.juneau.config.store
Methods in org.apache.juneau.config.store with parameters of type AnnotationWorkListModifier and TypeMethodDescriptionClasspathStore.Builder.apply
(AnnotationWorkList work) ConfigStore.Builder.apply
(AnnotationWorkList work) FileStore.Builder.apply
(AnnotationWorkList work) MemoryStore.Builder.apply
(AnnotationWorkList work) -
Uses of AnnotationWorkList in org.apache.juneau.cp
Methods in org.apache.juneau.cp with parameters of type AnnotationWorkListModifier and TypeMethodDescriptionContextBeanCreator.apply
(AnnotationWorkList work) Applies the specified annotations to all applicable serializer builders in this group.boolean
ContextBeanCreator.canApply
(AnnotationWorkList work) Returns true if any of the annotations/appliers can be applied to the inner builder (if it has one). -
Uses of AnnotationWorkList in org.apache.juneau.csv
Methods in org.apache.juneau.csv with parameters of type AnnotationWorkListModifier and TypeMethodDescriptionCsvParser.Builder.apply
(AnnotationWorkList work) CsvSerializer.Builder.apply
(AnnotationWorkList work) -
Uses of AnnotationWorkList in org.apache.juneau.html
Methods in org.apache.juneau.html with parameters of type AnnotationWorkListModifier and TypeMethodDescriptionHtmlDocSerializer.Builder.apply
(AnnotationWorkList work) HtmlParser.Builder.apply
(AnnotationWorkList work) HtmlSchemaDocSerializer.Builder.apply
(AnnotationWorkList work) HtmlSchemaSerializer.Builder.apply
(AnnotationWorkList work) HtmlSerializer.Builder.apply
(AnnotationWorkList work) HtmlStrippedDocSerializer.Builder.apply
(AnnotationWorkList work) -
Uses of AnnotationWorkList in org.apache.juneau.httppart.bean
Methods in org.apache.juneau.httppart.bean with parameters of type AnnotationWorkListModifier and TypeMethodDescriptionstatic RequestBeanMeta
RequestBeanMeta.create
(Class<?> c, AnnotationWorkList annotations) Create metadata from specified class.static RequestBeanMeta
RequestBeanMeta.create
(ParamInfo mpi, AnnotationWorkList annotations) Create metadata from specified parameter.static ResponseBeanMeta
ResponseBeanMeta.create
(Type t, AnnotationWorkList annotations) Create metadata from specified class.static ResponseBeanMeta
ResponseBeanMeta.create
(MethodInfo m, AnnotationWorkList annotations) Create metadata from specified method return.static ResponseBeanMeta
ResponseBeanMeta.create
(ParamInfo mpi, AnnotationWorkList annotations) Create metadata from specified method parameter. -
Uses of AnnotationWorkList in org.apache.juneau.json
Methods in org.apache.juneau.json with parameters of type AnnotationWorkListModifier and TypeMethodDescriptionJsonParser.Builder.apply
(AnnotationWorkList work) JsonSchemaSerializer.Builder.apply
(AnnotationWorkList work) JsonSerializer.Builder.apply
(AnnotationWorkList work) -
Uses of AnnotationWorkList in org.apache.juneau.jsonschema
Methods in org.apache.juneau.jsonschema with parameters of type AnnotationWorkList -
Uses of AnnotationWorkList in org.apache.juneau.msgpack
Methods in org.apache.juneau.msgpack with parameters of type AnnotationWorkListModifier and TypeMethodDescriptionMsgPackParser.Builder.apply
(AnnotationWorkList work) MsgPackSerializer.Builder.apply
(AnnotationWorkList work) -
Uses of AnnotationWorkList in org.apache.juneau.oapi
Methods in org.apache.juneau.oapi with parameters of type AnnotationWorkListModifier and TypeMethodDescriptionOpenApiParser.Builder.apply
(AnnotationWorkList work) OpenApiSerializer.Builder.apply
(AnnotationWorkList work) -
Uses of AnnotationWorkList in org.apache.juneau.parser
Methods in org.apache.juneau.parser with parameters of type AnnotationWorkListModifier and TypeMethodDescriptionInputStreamParser.Builder.apply
(AnnotationWorkList work) Parser.Builder.apply
(AnnotationWorkList work) ParserSet.Builder.apply
(AnnotationWorkList work) Applies the specified annotations to all applicable parser builders in this group.ReaderParser.Builder.apply
(AnnotationWorkList work) boolean
ParserSet.Builder.canApply
(AnnotationWorkList work) Returnstrue if at least one of the specified annotations can be applied to at least one parser builder in this group. -
Uses of AnnotationWorkList in org.apache.juneau.plaintext
Methods in org.apache.juneau.plaintext with parameters of type AnnotationWorkListModifier and TypeMethodDescriptionPlainTextParser.Builder.apply
(AnnotationWorkList work) PlainTextSerializer.Builder.apply
(AnnotationWorkList work) -
Uses of AnnotationWorkList in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return AnnotationWorkListModifier and TypeMethodDescriptionRestContext.getAnnotations()
Returns the annotations applied to this context.Methods in org.apache.juneau.rest with parameters of type AnnotationWorkListModifier and TypeMethodDescriptionRestContext.Builder.apply
(AnnotationWorkList work) RestOpContext.Builder.apply
(AnnotationWorkList work) -
Uses of AnnotationWorkList in org.apache.juneau.rest.arg
Methods in org.apache.juneau.rest.arg with parameters of type AnnotationWorkListModifier and TypeMethodDescriptionstatic FormDataArg
FormDataArg.create
(ParamInfo paramInfo, AnnotationWorkList annotations) Static creator.static HeaderArg
HeaderArg.create
(ParamInfo paramInfo, AnnotationWorkList annotations) Static creator.static PathArg
PathArg.create
(ParamInfo paramInfo, AnnotationWorkList annotations, UrlPathMatcher pathMatcher) Static creator.static QueryArg
QueryArg.create
(ParamInfo paramInfo, AnnotationWorkList annotations) Static creator.static RequestBeanArg
RequestBeanArg.create
(ParamInfo paramInfo, AnnotationWorkList annotations) Static creator.static ResponseBeanArg
ResponseBeanArg.create
(ParamInfo paramInfo, AnnotationWorkList annotations) Static creator.static ResponseHeaderArg
ResponseHeaderArg.create
(ParamInfo paramInfo, AnnotationWorkList annotations) Static creator.Constructors in org.apache.juneau.rest.arg with parameters of type AnnotationWorkListModifierConstructorDescriptionprotected
FormDataArg
(ParamInfo pi, AnnotationWorkList annotations) Constructor.protected
HeaderArg
(ParamInfo pi, AnnotationWorkList annotations) Constructor.protected
PathArg
(ParamInfo paramInfo, AnnotationWorkList annotations, UrlPathMatcher pathMatcher) Constructor.protected
QueryArg
(ParamInfo pi, AnnotationWorkList annotations) Constructor.protected
RequestBeanArg
(ParamInfo paramInfo, AnnotationWorkList annotations) Constructor.protected
ResponseBeanArg
(ParamInfo paramInfo, AnnotationWorkList annotations) Constructor.protected
ResponseHeaderArg
(ParamInfo pi, AnnotationWorkList annotations) Constructor. -
Uses of AnnotationWorkList in org.apache.juneau.rest.client
Methods in org.apache.juneau.rest.client with parameters of type AnnotationWorkList -
Uses of AnnotationWorkList in org.apache.juneau.rest.mock
Methods in org.apache.juneau.rest.mock with parameters of type AnnotationWorkList -
Uses of AnnotationWorkList in org.apache.juneau.serializer
Methods in org.apache.juneau.serializer with parameters of type AnnotationWorkListModifier and TypeMethodDescriptionOutputStreamSerializer.Builder.apply
(AnnotationWorkList work) Serializer.Builder.apply
(AnnotationWorkList work) SerializerSet.Builder.apply
(AnnotationWorkList work) Applies the specified annotations to all applicable serializer builders in this group.WriterSerializer.Builder.apply
(AnnotationWorkList work) boolean
SerializerSet.Builder.canApply
(AnnotationWorkList work) Returnstrue if at least one of the specified annotations can be applied to at least one serializer builder in this group. -
Uses of AnnotationWorkList in org.apache.juneau.soap
Methods in org.apache.juneau.soap with parameters of type AnnotationWorkList -
Uses of AnnotationWorkList in org.apache.juneau.uon
Methods in org.apache.juneau.uon with parameters of type AnnotationWorkListModifier and TypeMethodDescriptionUonParser.Builder.apply
(AnnotationWorkList work) UonSerializer.Builder.apply
(AnnotationWorkList work) -
Uses of AnnotationWorkList in org.apache.juneau.urlencoding
Methods in org.apache.juneau.urlencoding with parameters of type AnnotationWorkListModifier and TypeMethodDescriptionUrlEncodingParser.Builder.apply
(AnnotationWorkList work) UrlEncodingSerializer.Builder.apply
(AnnotationWorkList work) -
Uses of AnnotationWorkList in org.apache.juneau.xml
Methods in org.apache.juneau.xml with parameters of type AnnotationWorkListModifier and TypeMethodDescriptionXmlParser.Builder.apply
(AnnotationWorkList work) XmlSerializer.Builder.apply
(AnnotationWorkList work)