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.juneauMethods 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 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(AnnotationList annotations) Static creator.static AnnotationWorkListAnnotationWorkList.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.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.configMethods in org.apache.juneau.config with parameters of type AnnotationWorkList
- 
Uses of AnnotationWorkList in org.apache.juneau.config.storeMethods 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.cpMethods 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.csvMethods 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.htmlMethods 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.beanMethods 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(ParamInfo 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(ParamInfo mpi, AnnotationWorkList annotations) Create metadata from specified method parameter.
- 
Uses of AnnotationWorkList in org.apache.juneau.jsonMethods 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.jsonschemaMethods in org.apache.juneau.jsonschema with parameters of type AnnotationWorkList
- 
Uses of AnnotationWorkList in org.apache.juneau.msgpackMethods 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.oapiMethods 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.parserMethods 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.plaintextMethods 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.restMethods 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.argMethods in org.apache.juneau.rest.arg with parameters of type AnnotationWorkListModifier and TypeMethodDescriptionstatic FormDataArgFormDataArg.create(ParamInfo paramInfo, AnnotationWorkList annotations) Static creator.static HeaderArgHeaderArg.create(ParamInfo paramInfo, AnnotationWorkList annotations) Static creator.static PathArgPathArg.create(ParamInfo paramInfo, AnnotationWorkList annotations, UrlPathMatcher pathMatcher) Static creator.static QueryArgQueryArg.create(ParamInfo paramInfo, AnnotationWorkList annotations) Static creator.static RequestBeanArgRequestBeanArg.create(ParamInfo paramInfo, AnnotationWorkList annotations) Static creator.static ResponseBeanArgResponseBeanArg.create(ParamInfo paramInfo, AnnotationWorkList annotations) Static creator.static ResponseHeaderArgResponseHeaderArg.create(ParamInfo paramInfo, AnnotationWorkList annotations) Static creator.Constructors in org.apache.juneau.rest.arg with parameters of type AnnotationWorkListModifierConstructorDescriptionprotectedFormDataArg(ParamInfo pi, AnnotationWorkList annotations) Constructor.protectedHeaderArg(ParamInfo pi, AnnotationWorkList annotations) Constructor.protectedPathArg(ParamInfo paramInfo, AnnotationWorkList annotations, UrlPathMatcher pathMatcher) Constructor.protectedQueryArg(ParamInfo pi, AnnotationWorkList annotations) Constructor.protectedRequestBeanArg(ParamInfo paramInfo, AnnotationWorkList annotations) Constructor.protectedResponseBeanArg(ParamInfo paramInfo, AnnotationWorkList annotations) Constructor.protectedResponseHeaderArg(ParamInfo pi, AnnotationWorkList annotations) Constructor.
- 
Uses of AnnotationWorkList in org.apache.juneau.rest.clientMethods in org.apache.juneau.rest.client with parameters of type AnnotationWorkList
- 
Uses of AnnotationWorkList in org.apache.juneau.rest.mockMethods in org.apache.juneau.rest.mock with parameters of type AnnotationWorkList
- 
Uses of AnnotationWorkList in org.apache.juneau.serializerMethods 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.soapMethods in org.apache.juneau.soap with parameters of type AnnotationWorkList
- 
Uses of AnnotationWorkList in org.apache.juneau.uonMethods 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.urlencodingMethods 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.xmlMethods in org.apache.juneau.xml with parameters of type AnnotationWorkListModifier and TypeMethodDescriptionXmlParser.Builder.apply(AnnotationWorkList work) XmlSerializer.Builder.apply(AnnotationWorkList work)