Uses of Class
org.apache.juneau.AnnotationWorkList
Packages that use AnnotationWorkList
Package
Description
Marshalling API
Configuration Support
Configuration Storage Support
Classpath Utilities
CSV Marshalling Support
HTML Marshalling Support
HTTP Part Beans
JSON Marshalling Support
JSON-Schema Marshalling Support
MessagePack Marshalling Support
OpenAPI Marshalling Support
Parser API
Plaintext Marshalling Support
REST Server API
REST Method Argument Beans
REST Client API
REST Server Mock API
Serializer API
SOAP/XML Marshalling Support
UON Marshalling Support
URL-Encoding Marshalling Support
XML Marshalling Support
-
Uses of AnnotationWorkList in org.apache.juneau
Methods in org.apache.juneau that return AnnotationWorkListModifier and TypeMethodDescriptionAnnotationWorkList.add(Stream<AnnotationInfo<? extends Annotation>> annotations) Adds entries for the specified annotations to this work list.AnnotationWorkList.add(AnnotationInfo<?> ai, AnnotationApplier<Annotation, Object> aa) Adds an entry to this list.static AnnotationWorkListAnnotationWorkList.create()Static creator.static AnnotationWorkListAnnotationWorkList.create(VarResolverSession vrs) Static creator.Context.Builder.getApplied()Returns all the annotations that have been applied to this builder.static AnnotationWorkListAnnotationWorkList.of(Stream<AnnotationInfo<? extends Annotation>> annotations) Static creator.static AnnotationWorkListAnnotationWorkList.of(VarResolverSession vrs, Stream<AnnotationInfo<? extends Annotation>> 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.booleanContext.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.booleanContextBeanCreator.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 RequestBeanMetaRequestBeanMeta.create(Class<?> c, AnnotationWorkList annotations) Create metadata from specified class.static RequestBeanMetaRequestBeanMeta.create(ParameterInfo mpi, AnnotationWorkList annotations) Create metadata from specified parameter.static ResponseBeanMetaResponseBeanMeta.create(Type t, AnnotationWorkList annotations) Create metadata from specified class.static ResponseBeanMetaResponseBeanMeta.create(MethodInfo m, AnnotationWorkList annotations) Create metadata from specified method return.static ResponseBeanMetaResponseBeanMeta.create(ParameterInfo 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) booleanParserSet.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 FormDataArgFormDataArg.create(ParameterInfo paramInfo, AnnotationWorkList annotations) Static creator.static HeaderArgHeaderArg.create(ParameterInfo paramInfo, AnnotationWorkList annotations) Static creator.static PathArgPathArg.create(ParameterInfo paramInfo, AnnotationWorkList annotations, UrlPathMatcher pathMatcher) Static creator.static PathRemainderArgPathRemainderArg.create(ParameterInfo paramInfo, AnnotationWorkList annotations, UrlPathMatcher pathMatcher) Static creator.static QueryArgQueryArg.create(ParameterInfo paramInfo, AnnotationWorkList annotations) Static creator.static RequestBeanArgRequestBeanArg.create(ParameterInfo paramInfo, AnnotationWorkList annotations) Static creator.static ResponseBeanArgResponseBeanArg.create(ParameterInfo paramInfo, AnnotationWorkList annotations) Static creator.static ResponseHeaderArgResponseHeaderArg.create(ParameterInfo paramInfo, AnnotationWorkList annotations) Static creator.Constructors in org.apache.juneau.rest.arg with parameters of type AnnotationWorkListModifierConstructorDescriptionprotectedFormDataArg(ParameterInfo pi, AnnotationWorkList annotations) Constructor.protectedHeaderArg(ParameterInfo pi, AnnotationWorkList annotations) Constructor.protectedPathArg(ParameterInfo paramInfo, AnnotationWorkList annotations, UrlPathMatcher pathMatcher) Constructor.protectedPathRemainderArg(ParameterInfo paramInfo, AnnotationWorkList annotations) Constructor.protectedQueryArg(ParameterInfo pi, AnnotationWorkList annotations) Constructor.protectedRequestBeanArg(ParameterInfo paramInfo, AnnotationWorkList annotations) Constructor.protectedResponseBeanArg(ParameterInfo paramInfo, AnnotationWorkList annotations) Constructor.protectedResponseHeaderArg(ParameterInfo 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) booleanSerializerSet.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)