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.juneauSubclasses of Context in org.apache.juneauModifier and TypeClassDescriptionclassBean context.classContext class for classes that useBeanContextobjects.classParent 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.BuilderContext.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.configSubclasses 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.storeSubclasses of Context in org.apache.juneau.config.storeModifier and TypeClassDescriptionclassClasspath-based storage location for configuration files.classRepresents a storage location for configuration files.classFilesystem-based storage location for configuration files.classFilesystem-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.csvSubclasses of Context in org.apache.juneau.csvModifier and TypeClassDescriptionclassTODO - Work in progress.classTODO - 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.storeSubclasses of Context in org.apache.juneau.examples.core.config.storeModifier and TypeClassDescriptionclassExample of aConfigStorethat uses a relational database as a backend.
- 
Uses of Context in org.apache.juneau.examples.parserSubclasses of Context in org.apache.juneau.examples.parserModifier and TypeClassDescriptionclassExample parser that converts byte streams toBufferedImageobjects.
- 
Uses of Context in org.apache.juneau.examples.serializerSubclasses of Context in org.apache.juneau.examples.serializerModifier and TypeClassDescriptionclassExample serializer that convertsBufferedImageobjects to byte streams.
- 
Uses of Context in org.apache.juneau.htmlSubclasses of Context in org.apache.juneau.htmlModifier and TypeClassDescriptionclassSerializes POJOs to HTTP responses as HTML documents.classParses text generated by theHtmlSerializerclass back into a POJO model.classSerializes POJO metamodels to HTML.classSerializes POJO metamodels to HTML.static classDefault serializer, with whitespace.static classDefault serializer, single quotes, simple mode.static classDefault serializer, single quotes, simple mode, with whitespace.classSerializes POJO models to HTML.static classDefault serializer, single quotes.static classDefault serializer, single quotes, whitespace added.classSerializes 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.httppartSubclasses of Context in org.apache.juneau.httppartModifier and TypeClassDescriptionclassBase class for implementations ofHttpPartParserclassBase class for implementations ofHttpPartSerializerclassAn implementation ofHttpPartParserthat takes in the strings and tries to convert them to POJOs using constructors and static create methods.classAn implementation ofHttpPartSerializerthat 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.jsonSubclasses of Context in org.apache.juneau.jsonModifier and TypeClassDescriptionclassParses any valid JSON text into a POJO model.classSerializes POJO models to Simplified JSON.static classDefault serializer, single quotes, simple mode, with whitespace.classParses any valid JSON text into a POJO model.static classDefault parser, strict mode.classSerializes POJO metadata to HTTP responses as JSON-Schema.static classDefault serializer, with whitespace.static classDefault serializer, single quotes, simple mode.static classDefault serializer, single quotes, simple mode, with whitespace.classSerializes POJO models to JSON.static classDefault serializer, with whitespace.static classDefault 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.jsonschemaSubclasses of Context in org.apache.juneau.jsonschemaModifier and TypeClassDescriptionclassGenerates 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.msgpackSubclasses of Context in org.apache.juneau.msgpackModifier and TypeClassDescriptionclassParses a MessagePack stream into a POJO model.static classDefault parser, string input encoded as BASE64.static classDefault parser, string input encoded as spaced-hex.classSerializes POJO models to MessagePack.static classDefault serializer, BASE64 string output.static classDefault 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.oapiSubclasses of Context in org.apache.juneau.oapiModifier and TypeClassDescriptionclassOpenAPI part parser.classSerializes 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.parserSubclasses of Context in org.apache.juneau.parserModifier and TypeClassDescriptionclassSubclass ofParserfor byte-based parsers.classParent class for all Juneau parsers.static classRepresents no Parser.static classAn identifier that the previous entries in this group should be inherited.static classAn identifier that the previous entries in this group should not be inherited.classSubclass ofParserfor 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.plaintextSubclasses of Context in org.apache.juneau.plaintextModifier and TypeClassDescriptionclassParsers HTTP plain text request bodies into Group 5 POJOs.classSerializes 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.restSubclasses of Context in org.apache.juneau.restModifier and TypeClassDescriptionclassDefines the initial configuration of aRestServlet or@Rest annotated object.classRepresents 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.clientSubclasses of Context in org.apache.juneau.rest.clientModifier and TypeClassDescriptionclassUtility 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.mockSubclasses 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.rrpcSubclasses of Context in org.apache.juneau.rest.rrpcModifier and TypeClassDescriptionclassA specializedRestOpContextfor handling"RRPC" HTTP methods.
- 
Uses of Context in org.apache.juneau.serializerSubclasses of Context in org.apache.juneau.serializerModifier and TypeClassDescriptionclassSubclass ofSerializerfor byte-based serializers.classParent class for all Juneau serializers.static classRepresents no Serializer.static classAn identifier that the previous entries in this group should be inherited.static classAn identifier that the previous entries in this group should not be inherited.classSubclass ofSerializerfor 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.soapSubclasses of Context in org.apache.juneau.soapModifier and TypeClassDescriptionclassSerializes 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.uonSubclasses of Context in org.apache.juneau.uonModifier and TypeClassDescriptionclassParses UON (a notation for URL-encoded query parameter values) text into POJO models.static classDefault parser, decoding.classSerializes POJO models to UON (a notation for URL-encoded query parameter values).static classEquivalent toUonSerializer..create ().encoding().build();static classEquivalent 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.urlencodingSubclasses of Context in org.apache.juneau.urlencodingModifier and TypeClassDescriptionclassParses URL-encoded text into POJO models.classSerializes POJO models to URL-encoded notation with UON-encoded values (a notation for URL-encoded query paramter values).static classEquivalent toUrlEncodingSerializer..create ().expandedParams().build();static classEquivalent toUrlEncodingSerializer..create ().plainTextParts().build();static classEquivalent 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.xmlSubclasses of Context in org.apache.juneau.xmlModifier and TypeClassDescriptionclassSerializes POJOs to HTTP responses as XML.static classDefault serializer without namespaces.classParses text generated by theXmlSerializerclass back into a POJO model.classSerializes POJO models to XML.static classDefault serializer without namespaces.static classDefault serializer without namespaces, single quotes.static classDefault serializer without namespaces, single quotes, with whitespace.static classDefault serializer, single quotes.static classDefault 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