Uses of Class
org.apache.juneau.Context
Packages that use Context
Package
Description
CSV Marshalling Support
REST Server API
REST Client API
REST Server Mock API
-
Uses of Context in org.apache.juneau
Subclasses of Context in org.apache.juneauModifier and TypeClassDescriptionclass
Bean context.class
Context class for classes that useBeanContext
objects.class
Parent class for all classes that traverse POJOs.Methods in org.apache.juneau with type parameters of type ContextModifier and TypeMethodDescriptionfinal <T extends Context>
TConvenience method for callingContext.Builder.build()
while avoiding a cast.Methods in org.apache.juneau that return ContextModifier and TypeMethodDescriptionContext.Builder.build()
Build the object.ContextSession.getContext()
Returns the context that created this session.Methods in org.apache.juneau with parameters of type ContextModifier and TypeMethodDescriptionSpecifies a pre-instantiated bean for theContext.Builder.build()
method to return.Method parameters in org.apache.juneau with type arguments of type ContextModifier and TypeMethodDescriptionSpecifies a cache to use for hashkey-based caching.static Context.Builder
Context.createBuilder
(Class<? extends Context> type) Instantiates a builder of the specified context class.Associates a context class with this builder.Constructors in org.apache.juneau with parameters of type Context -
Uses of Context in org.apache.juneau.config
Subclasses of Context in org.apache.juneau.configMethods in org.apache.juneau.config with parameters of type ContextMethod parameters in org.apache.juneau.config with type arguments of type ContextModifier and TypeMethodDescription -
Uses of Context in org.apache.juneau.config.store
Subclasses of Context in org.apache.juneau.config.storeModifier and TypeClassDescriptionclass
Classpath-based storage location for configuration files.class
Represents a storage location for configuration files.class
Filesystem-based storage location for configuration files.class
Filesystem-based storage location for configuration files.Methods in org.apache.juneau.config.store with parameters of type ContextModifier and TypeMethodDescriptionMethod parameters in org.apache.juneau.config.store with type arguments of type ContextModifier and TypeMethodDescription -
Uses of Context in org.apache.juneau.csv
Subclasses of Context in org.apache.juneau.csvModifier and TypeClassDescriptionclass
TODO - Work in progress.class
TODO - Work in progress.Methods in org.apache.juneau.csv with parameters of type ContextModifier and TypeMethodDescriptionMethod parameters in org.apache.juneau.csv with type arguments of type ContextModifier and TypeMethodDescription -
Uses of Context in org.apache.juneau.examples.core.config.store
Subclasses of Context in org.apache.juneau.examples.core.config.storeModifier and TypeClassDescriptionclass
Example of aConfigStore
that uses a relational database as a backend. -
Uses of Context in org.apache.juneau.examples.parser
Subclasses of Context in org.apache.juneau.examples.parserModifier and TypeClassDescriptionclass
Example parser that converts byte streams toBufferedImage
objects. -
Uses of Context in org.apache.juneau.examples.serializer
Subclasses of Context in org.apache.juneau.examples.serializerModifier and TypeClassDescriptionclass
Example serializer that convertsBufferedImage
objects to byte streams. -
Uses of Context in org.apache.juneau.html
Subclasses of Context in org.apache.juneau.htmlModifier and TypeClassDescriptionclass
Serializes POJOs to HTTP responses as HTML documents.class
Parses text generated by theHtmlSerializer
class back into a POJO model.class
Serializes POJO metamodels to HTML.class
Serializes POJO metamodels to HTML.static class
Default serializer, with whitespace.static class
Default serializer, single quotes, simple mode.static class
Default serializer, single quotes, simple mode, with whitespace.class
Serializes POJO models to HTML.static class
Default serializer, single quotes.static class
Default serializer, single quotes, whitespace added.class
Serializes POJOs to HTTP responses as stripped HTML.Methods in org.apache.juneau.html with parameters of type ContextModifier and TypeMethodDescriptionMethod parameters in org.apache.juneau.html with type arguments of type ContextModifier and TypeMethodDescription -
Uses of Context in org.apache.juneau.httppart
Subclasses of Context in org.apache.juneau.httppartModifier and TypeClassDescriptionclass
Base class for implementations ofHttpPartParser
class
Base class for implementations ofHttpPartSerializer
class
An implementation ofHttpPartParser
that takes in the strings and tries to convert them to POJOs using constructors and static create methods.class
An implementation ofHttpPartSerializer
that simply serializes everything usingObject.toString()
.Method parameters in org.apache.juneau.httppart with type arguments of type ContextModifier and TypeMethodDescription -
Uses of Context in org.apache.juneau.json
Subclasses of Context in org.apache.juneau.jsonModifier and TypeClassDescriptionclass
Parses any valid JSON text into a POJO model.class
Serializes POJO models to Simplified JSON.static class
Default serializer, single quotes, simple mode, with whitespace.class
Parses any valid JSON text into a POJO model.static class
Default parser, strict mode.class
Serializes POJO metadata to HTTP responses as JSON-Schema.static class
Default serializer, with whitespace.static class
Default serializer, single quotes, simple mode.static class
Default serializer, single quotes, simple mode, with whitespace.class
Serializes POJO models to JSON.static class
Default serializer, with whitespace.static class
Default serializer, single quotes, simple mode, with whitespace and recursion detection.Methods in org.apache.juneau.json with parameters of type ContextModifier and TypeMethodDescriptionMethod parameters in org.apache.juneau.json with type arguments of type ContextModifier and TypeMethodDescription -
Uses of Context in org.apache.juneau.jsonschema
Subclasses of Context in org.apache.juneau.jsonschemaModifier and TypeClassDescriptionclass
Generates JSON-schema metadata about POJOs.Methods in org.apache.juneau.jsonschema with parameters of type ContextModifier and TypeMethodDescriptionMethod parameters in org.apache.juneau.jsonschema with type arguments of type ContextModifier and TypeMethodDescription -
Uses of Context in org.apache.juneau.msgpack
Subclasses of Context in org.apache.juneau.msgpackModifier and TypeClassDescriptionclass
Parses a MessagePack stream into a POJO model.static class
Default parser, string input encoded as BASE64.static class
Default parser, string input encoded as spaced-hex.class
Serializes POJO models to MessagePack.static class
Default serializer, BASE64 string output.static class
Default serializer, spaced-hex string output.Methods in org.apache.juneau.msgpack with parameters of type ContextModifier and TypeMethodDescriptionMethod parameters in org.apache.juneau.msgpack with type arguments of type ContextModifier and TypeMethodDescription -
Uses of Context in org.apache.juneau.oapi
Subclasses of Context in org.apache.juneau.oapiModifier and TypeClassDescriptionclass
OpenAPI part parser.class
Serializes POJOs to values suitable for transmission as HTTP headers, query/form-data parameters, and path variables.Methods in org.apache.juneau.oapi with parameters of type ContextModifier and TypeMethodDescriptionMethod parameters in org.apache.juneau.oapi with type arguments of type ContextModifier and TypeMethodDescription -
Uses of Context in org.apache.juneau.parser
Subclasses of Context in org.apache.juneau.parserModifier and TypeClassDescriptionclass
Subclass ofParser
for byte-based parsers.class
Parent class for all Juneau parsers.static class
Represents no Parser.static class
An identifier that the previous entries in this group should be inherited.static class
An identifier that the previous entries in this group should not be inherited.class
Subclass ofParser
for characters-based parsers.Methods in org.apache.juneau.parser with parameters of type ContextModifier and TypeMethodDescriptionMethod parameters in org.apache.juneau.parser with type arguments of type ContextModifier and TypeMethodDescription -
Uses of Context in org.apache.juneau.plaintext
Subclasses of Context in org.apache.juneau.plaintextModifier and TypeClassDescriptionclass
Parsers HTTP plain text request bodies into Group 5 POJOs.class
Serializes POJOs to plain text using just thetoString() method on the serialized object.Methods in org.apache.juneau.plaintext with parameters of type ContextModifier and TypeMethodDescriptionMethod parameters in org.apache.juneau.plaintext with type arguments of type ContextModifier and TypeMethodDescription -
Uses of Context in org.apache.juneau.rest
Subclasses of Context in org.apache.juneau.restModifier and TypeClassDescriptionclass
Defines the initial configuration of aRestServlet or@Rest annotated object.class
Represents a single Java servlet/resource method annotated with@RestOp
.Methods in org.apache.juneau.rest with parameters of type ContextModifier and TypeMethodDescriptionMethod parameters in org.apache.juneau.rest with type arguments of type ContextModifier and TypeMethodDescription -
Uses of Context in org.apache.juneau.rest.client
Subclasses of Context in org.apache.juneau.rest.clientModifier and TypeClassDescriptionclass
Utility class for interfacing with remote REST interfaces.Methods in org.apache.juneau.rest.client with parameters of type ContextMethod parameters in org.apache.juneau.rest.client with type arguments of type ContextModifier and TypeMethodDescription -
Uses of Context in org.apache.juneau.rest.mock
Subclasses of Context in org.apache.juneau.rest.mockMethods in org.apache.juneau.rest.mock with parameters of type ContextModifier and TypeMethodDescriptionMethod parameters in org.apache.juneau.rest.mock with type arguments of type ContextModifier and TypeMethodDescription -
Uses of Context in org.apache.juneau.rest.rrpc
Subclasses of Context in org.apache.juneau.rest.rrpcModifier and TypeClassDescriptionclass
A specializedRestOpContext
for handling"RRPC" HTTP methods. -
Uses of Context in org.apache.juneau.serializer
Subclasses of Context in org.apache.juneau.serializerModifier and TypeClassDescriptionclass
Subclass ofSerializer
for byte-based serializers.class
Parent class for all Juneau serializers.static class
Represents no Serializer.static class
An identifier that the previous entries in this group should be inherited.static class
An identifier that the previous entries in this group should not be inherited.class
Subclass ofSerializer
for character-based serializers.Methods in org.apache.juneau.serializer with parameters of type ContextModifier and TypeMethodDescriptionMethod parameters in org.apache.juneau.serializer with type arguments of type ContextModifier and TypeMethodDescription -
Uses of Context in org.apache.juneau.soap
Subclasses of Context in org.apache.juneau.soapModifier and TypeClassDescriptionclass
Serializes POJOs to HTTP responses as XML+SOAP.Methods in org.apache.juneau.soap with parameters of type ContextModifier and TypeMethodDescriptionMethod parameters in org.apache.juneau.soap with type arguments of type ContextModifier and TypeMethodDescription -
Uses of Context in org.apache.juneau.uon
Subclasses of Context in org.apache.juneau.uonModifier and TypeClassDescriptionclass
Parses UON (a notation for URL-encoded query parameter values) text into POJO models.static class
Default parser, decoding.class
Serializes POJO models to UON (a notation for URL-encoded query parameter values).static class
Equivalent toUonSerializer.
.create ().encoding().build();static class
Equivalent toUonSerializer.
.create ().ws().build();Methods in org.apache.juneau.uon with parameters of type ContextModifier and TypeMethodDescriptionMethod parameters in org.apache.juneau.uon with type arguments of type ContextModifier and TypeMethodDescription -
Uses of Context in org.apache.juneau.urlencoding
Subclasses of Context in org.apache.juneau.urlencodingModifier and TypeClassDescriptionclass
Parses URL-encoded text into POJO models.class
Serializes POJO models to URL-encoded notation with UON-encoded values (a notation for URL-encoded query paramter values).static class
Equivalent toUrlEncodingSerializer.
.create ().expandedParams().build();static class
Equivalent toUrlEncodingSerializer.
.create ().plainTextParts().build();static class
Equivalent toUrlEncodingSerializer.
.create ().useWhitespace().build();Methods in org.apache.juneau.urlencoding with parameters of type ContextModifier and TypeMethodDescriptionMethod parameters in org.apache.juneau.urlencoding with type arguments of type ContextModifier and TypeMethodDescription -
Uses of Context in org.apache.juneau.xml
Subclasses of Context in org.apache.juneau.xmlModifier and TypeClassDescriptionclass
Serializes POJOs to HTTP responses as XML.static class
Default serializer without namespaces.class
Parses text generated by theXmlSerializer
class back into a POJO model.class
Serializes POJO models to XML.static class
Default serializer without namespaces.static class
Default serializer without namespaces, single quotes.static class
Default serializer without namespaces, single quotes, with whitespace.static class
Default serializer, single quotes.static class
Default serializer, single quotes, whitespace added.Methods in org.apache.juneau.xml with parameters of type ContextModifier and TypeMethodDescriptionMethod parameters in org.apache.juneau.xml with type arguments of type ContextModifier and TypeMethodDescription