Uses of Annotation Interface
org.apache.juneau.annotation.ContextApply
Packages that use ContextApply
Package
Description
REST Annotations
- 
Uses of ContextApply in org.apache.juneau.annotationClasses in org.apache.juneau.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interfaceUsed to tailor how beans get interpreted by the framework.@interfaceMaps constructor arguments to property names on beans with read-only properties.@interfaceAnnotation for specifying config properties defined inBeanContextandBeanTraverseContext.@interfaceIgnore classes, fields, and methods from being interpreted as bean or bean components.@interfaceUsed tailor how bean properties get interpreted by the framework.@interfaceIdentifies examples for POJOs.@interfaceAnnotation that can be applied to classes to control how they are marshalled.@interfaceIdentifies a setter as a method for setting the name of a POJO as it's known by its parent object.@interfaceIdentifies a setter as a method for adding a parent reference to a child object.@interfaceSwagger schema annotation.@interfaceAssociatesObjectSwapandSurrogateclasses with POJOs and bean properties.@interfaceUsed to identify a class or bean property as a URI.
- 
Uses of ContextApply in org.apache.juneau.csv.annotationClasses in org.apache.juneau.csv.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interfaceAnnotation that can be applied to classes, fields, and methods to tweak how they are handled byCsvSerializerandCsvParser.@interfaceAnnotation for specifying config properties defined inCsvSerializerandCsvParser.
- 
Uses of ContextApply in org.apache.juneau.html.annotationClasses in org.apache.juneau.html.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interfaceAnnotation that can be applied to classes, fields, and methods to tweak how they are handled byHtmlSerializer.@interfaceAnnotation for specifying config properties defined inHtmlSerializer,HtmlParser, andHtmlDocSerializer.@interfaceAnnotation for specifying config properties defined inHtmlSerializer,HtmlParser, andHtmlDocSerializer.@interfaceUsed in conjunction with theHtmlSerializerclass to define hyperlinks.
- 
Uses of ContextApply in org.apache.juneau.http.annotationClasses in org.apache.juneau.http.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interfaceREST request body annotation.@interfaceREST request form-data annotation.@interfaceREST request header annotation.@interfaceREST request path annotation.@interfaceREST request form-data annotation.@interfaceRequest bean annotation.@interfaceREST response annotation.@interfaceREST response status annotation.
- 
Uses of ContextApply in org.apache.juneau.json.annotationClasses in org.apache.juneau.json.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interfaceAnnotation for specifying various JSON options for the JSON serializers and parsers.@interfaceAnnotation for specifying config properties defined inJsonSerializerandJsonParser.
- 
Uses of ContextApply in org.apache.juneau.jsonschema.annotationClasses in org.apache.juneau.jsonschema.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interfaceAnnotation for specifying config properties defined inJsonSchemaGenerator.
- 
Uses of ContextApply in org.apache.juneau.msgpack.annotationClasses in org.apache.juneau.msgpack.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interfaceAnnotation that can be applied to classes, fields, and methods to tweak how they are handled byMsgPackSerializerandMsgPackParser.@interfaceAnnotation for specifying config properties defined inMsgPackSerializerandMsgPackParser.
- 
Uses of ContextApply in org.apache.juneau.oapi.annotationClasses in org.apache.juneau.oapi.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interfaceAnnotation that can be applied to classes, fields, and methods to tweak how they are handled byOpenApiSerializerandOpenApiParser.@interfaceAnnotation for specifying config properties defined inMsgPackSerializerandMsgPackParser.
- 
Uses of ContextApply in org.apache.juneau.parser.annotationClasses in org.apache.juneau.parser.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interface
- 
Uses of ContextApply in org.apache.juneau.plaintext.annotationClasses in org.apache.juneau.plaintext.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interfaceAnnotation that can be applied to classes, fields, and methods to tweak how they are handled byPlainTextSerializerandPlainTextParser.@interfaceAnnotation for specifying config properties defined inPlainTextSerializerandPlainTextParser.
- 
Uses of ContextApply in org.apache.juneau.rest.annotationClasses in org.apache.juneau.rest.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interfaceUsed to denote that a class is a REST resource and to associate metadata on it.@interfaceIdentifies a REST DELETE operation Java method on aRestServletimplementation class.@interfaceIdentifies a REST GET operation Java method on aRestServletimplementation class.@interfaceIdentifies a REST operation Java method on aRestServletimplementation class.@interfaceIdentifies a REST OPTIONS operation Java method on aRestServletimplementation class.@interfaceIdentifies a REST PATH operation Java method on aRestServletimplementation class.@interfaceIdentifies a REST POST operation Java method on aRestServletimplementation class.@interfaceIdentifies a REST PUT operation Java method on aRestServletimplementation class.
- 
Uses of ContextApply in org.apache.juneau.serializer.annotationClasses in org.apache.juneau.serializer.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interfaceAnnotation for specifying config properties defined inSerializer,OutputStreamSerializer, andWriterSerializer.
- 
Uses of ContextApply in org.apache.juneau.soap.annotationClasses in org.apache.juneau.soap.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interfaceAnnotation that can be applied to classes, fields, and methods to tweak how they are handled bySoapXmlSerializer}.@interfaceAnnotation for specifying config properties defined inSoapXmlSerializer.
- 
Uses of ContextApply in org.apache.juneau.uon.annotationClasses in org.apache.juneau.uon.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interfaceAnnotation that can be applied to classes, fields, and methods to tweak how they are handled byUonSerializerandUonParser.@interfaceAnnotation for specifying config properties defined inUonSerializerandUonParser.
- 
Uses of ContextApply in org.apache.juneau.urlencoding.annotationClasses in org.apache.juneau.urlencoding.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interfaceAnnotation that can be applied to classes, fields, and methods to tweak how they are handled byUrlEncodingSerializerandUrlEncodingParser.@interfaceAnnotation for specifying config properties defined inUrlEncodingSerializerandUrlEncodingParser.
- 
Uses of ContextApply in org.apache.juneau.xml.annotationClasses in org.apache.juneau.xml.annotation with annotations of type ContextApplyModifier and TypeClassDescription@interfaceAnnotation for specifying various XML options for the XML and RDF/XML serializers.@interfaceAnnotation for specifying config properties defined inXmlSerializer,XmlDocSerializer, andXmlParser.