Uses of Annotation Interface
org.apache.juneau.annotation.ContextApply
Packages that use ContextApply
Package
Description
Bean and POJO Annotations
CSV Marshalling Annotations
HTML Marshalling Annotations
HTTP Part Annotations
JSON Marshalling Annotations
JSON-Schema Marshalling Annotations
MessagePack Marshalling Annotations
OpenAPI Marshalling Annotations
Parser Annotations
Plaintext Marshalling Annotations
REST Annotations
Serializer Annotations
SOAP/XML Marshalling Annotations
UON Marshalling Annotations
URL-Encoding Marshalling Annotations
XML Marshalling Annotations
-
Uses of ContextApply in org.apache.juneau.annotation
Classes 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 method or field for setting the name of a POJO as it's known by its parent object.@interfaceIdentifies a setter method or field for adding a parent reference to a child object.@interfaceSwagger/OpenAPI/JSON 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.annotation
Classes 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.annotation
Classes 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.annotation
Classes 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 path remainder annotation.@interfaceREST request form-data annotation.@interfaceRequest bean annotation.@interfaceREST response annotation.@interfaceREST 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@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.annotation
Classes 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.annotation
Classes 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.annotation
Classes 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.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@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.annotation
Classes 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.annotation
Classes 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.annotation
Classes 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.annotation
Classes 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.annotation
Classes 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.annotation
Classes 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.