Uses of Annotation Interface
org.apache.juneau.annotation.ContextApply
Packages that use ContextApply
Package
Description
REST Annotations
-
Uses of ContextApply in org.apache.juneau.annotation
Classes in org.apache.juneau.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interface
Used to tailor how beans get interpreted by the framework.@interface
Maps constructor arguments to property names on beans with read-only properties.@interface
Annotation for specifying config properties defined inBeanContext
andBeanTraverseContext
.@interface
Ignore classes, fields, and methods from being interpreted as bean or bean components.@interface
Used tailor how bean properties get interpreted by the framework.@interface
Identifies examples for POJOs.@interface
Annotation that can be applied to classes to control how they are marshalled.@interface
Identifies a setter as a method for setting the name of a POJO as it's known by its parent object.@interface
Identifies a setter as a method for adding a parent reference to a child object.@interface
Swagger schema annotation.@interface
AssociatesObjectSwap
andSurrogate
classes with POJOs and bean properties.@interface
Used to identify a class or bean property as a URI. -
Uses of ContextApply in org.apache.juneau.csv.annotation
Classes in org.apache.juneau.csv.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interface
Annotation that can be applied to classes, fields, and methods to tweak how they are handled byCsvSerializer
andCsvParser
.@interface
Annotation for specifying config properties defined inCsvSerializer
andCsvParser
. -
Uses of ContextApply in org.apache.juneau.html.annotation
Classes in org.apache.juneau.html.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interface
Annotation that can be applied to classes, fields, and methods to tweak how they are handled byHtmlSerializer
.@interface
Annotation for specifying config properties defined inHtmlSerializer
,HtmlParser
, andHtmlDocSerializer
.@interface
Annotation for specifying config properties defined inHtmlSerializer
,HtmlParser
, andHtmlDocSerializer
.@interface
Used in conjunction with theHtmlSerializer
class to define hyperlinks. -
Uses of ContextApply in org.apache.juneau.http.annotation
Classes in org.apache.juneau.http.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interface
REST request body annotation.@interface
REST request form-data annotation.@interface
REST request header annotation.@interface
REST request path annotation.@interface
REST request form-data annotation.@interface
Request bean annotation.@interface
REST response annotation.@interface
REST response status annotation. -
Uses of ContextApply in org.apache.juneau.json.annotation
Classes in org.apache.juneau.json.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interface
Annotation for specifying various JSON options for the JSON serializers and parsers.@interface
Annotation for specifying config properties defined inJsonSerializer
andJsonParser
. -
Uses of ContextApply in org.apache.juneau.jsonschema.annotation
Classes in org.apache.juneau.jsonschema.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interface
Annotation for specifying config properties defined inJsonSchemaGenerator
. -
Uses of ContextApply in org.apache.juneau.msgpack.annotation
Classes in org.apache.juneau.msgpack.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interface
Annotation that can be applied to classes, fields, and methods to tweak how they are handled byMsgPackSerializer
andMsgPackParser
.@interface
Annotation for specifying config properties defined inMsgPackSerializer
andMsgPackParser
. -
Uses of ContextApply in org.apache.juneau.oapi.annotation
Classes in org.apache.juneau.oapi.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interface
Annotation that can be applied to classes, fields, and methods to tweak how they are handled byOpenApiSerializer
andOpenApiParser
.@interface
Annotation for specifying config properties defined inMsgPackSerializer
andMsgPackParser
. -
Uses of ContextApply in org.apache.juneau.parser.annotation
Classes in org.apache.juneau.parser.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interface
-
Uses of ContextApply in org.apache.juneau.plaintext.annotation
Classes in org.apache.juneau.plaintext.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interface
Annotation that can be applied to classes, fields, and methods to tweak how they are handled byPlainTextSerializer
andPlainTextParser
.@interface
Annotation for specifying config properties defined inPlainTextSerializer
andPlainTextParser
. -
Uses of ContextApply in org.apache.juneau.rest.annotation
Classes in org.apache.juneau.rest.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interface
Used to denote that a class is a REST resource and to associate metadata on it.@interface
Identifies a REST DELETE operation Java method on aRestServlet
implementation class.@interface
Identifies a REST GET operation Java method on aRestServlet
implementation class.@interface
Identifies a REST operation Java method on aRestServlet
implementation class.@interface
Identifies a REST OPTIONS operation Java method on aRestServlet
implementation class.@interface
Identifies a REST PATH operation Java method on aRestServlet
implementation class.@interface
Identifies a REST POST operation Java method on aRestServlet
implementation class.@interface
Identifies a REST PUT operation Java method on aRestServlet
implementation class. -
Uses of ContextApply in org.apache.juneau.serializer.annotation
Classes in org.apache.juneau.serializer.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interface
Annotation for specifying config properties defined inSerializer
,OutputStreamSerializer
, andWriterSerializer
. -
Uses of ContextApply in org.apache.juneau.soap.annotation
Classes in org.apache.juneau.soap.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interface
Annotation that can be applied to classes, fields, and methods to tweak how they are handled bySoapXmlSerializer
}.@interface
Annotation for specifying config properties defined inSoapXmlSerializer
. -
Uses of ContextApply in org.apache.juneau.uon.annotation
Classes in org.apache.juneau.uon.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interface
Annotation that can be applied to classes, fields, and methods to tweak how they are handled byUonSerializer
andUonParser
.@interface
Annotation for specifying config properties defined inUonSerializer
andUonParser
. -
Uses of ContextApply in org.apache.juneau.urlencoding.annotation
Classes in org.apache.juneau.urlencoding.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interface
Annotation that can be applied to classes, fields, and methods to tweak how they are handled byUrlEncodingSerializer
andUrlEncodingParser
.@interface
Annotation for specifying config properties defined inUrlEncodingSerializer
andUrlEncodingParser
. -
Uses of ContextApply in org.apache.juneau.xml.annotation
Classes in org.apache.juneau.xml.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interface
Annotation for specifying various XML options for the XML and RDF/XML serializers.@interface
Annotation for specifying config properties defined inXmlSerializer
,XmlDocSerializer
, andXmlParser
.