Uses of Class
org.apache.juneau.UriContext
Packages that use UriContext
Package
Description
CSV Marshalling Support
REST Server API
REST Client API
REST Server Mock API
-
Uses of UriContext in org.apache.juneau
Fields in org.apache.juneau declared as UriContextMethods in org.apache.juneau that return UriContextModifier and TypeMethodDescriptionstatic UriContext
Static creator.static UriContext
Static creator.Methods in org.apache.juneau with parameters of type UriContextModifier and TypeMethodDescriptionstatic UriResolver
UriResolver.of
(UriResolution resolution, UriRelativity relativity, UriContext uriContext) Static creator.Constructors in org.apache.juneau with parameters of type UriContextModifierConstructorDescriptionUriResolver
(UriResolution resolution, UriRelativity relativity, UriContext uriContext) Constructor. -
Uses of UriContext in org.apache.juneau.csv
Methods in org.apache.juneau.csv with parameters of type UriContextModifier and TypeMethodDescriptionCsvSerializer.Builder.uriContext
(UriContext value) CsvSerializerSession.Builder.uriContext
(UriContext value) -
Uses of UriContext in org.apache.juneau.html
Methods in org.apache.juneau.html with parameters of type UriContextModifier and TypeMethodDescriptionHtmlDocSerializer.Builder.uriContext
(UriContext value) HtmlDocSerializerSession.Builder.uriContext
(UriContext value) HtmlSchemaDocSerializer.Builder.uriContext
(UriContext value) HtmlSchemaDocSerializerSession.Builder.uriContext
(UriContext value) HtmlSchemaSerializer.Builder.uriContext
(UriContext value) HtmlSchemaSerializerSession.Builder.uriContext
(UriContext value) HtmlSerializer.Builder.uriContext
(UriContext value) HtmlSerializerSession.Builder.uriContext
(UriContext value) HtmlStrippedDocSerializer.Builder.uriContext
(UriContext value) HtmlStrippedDocSerializerSession.Builder.uriContext
(UriContext value) -
Uses of UriContext in org.apache.juneau.json
Methods in org.apache.juneau.json with parameters of type UriContextModifier and TypeMethodDescriptionJsonSchemaSerializer.Builder.uriContext
(UriContext value) JsonSchemaSerializerSession.Builder.uriContext
(UriContext value) JsonSerializer.Builder.uriContext
(UriContext value) JsonSerializerSession.Builder.uriContext
(UriContext value) -
Uses of UriContext in org.apache.juneau.msgpack
Methods in org.apache.juneau.msgpack with parameters of type UriContextModifier and TypeMethodDescriptionMsgPackSerializer.Builder.uriContext
(UriContext value) MsgPackSerializerSession.Builder.uriContext
(UriContext value) -
Uses of UriContext in org.apache.juneau.oapi
Methods in org.apache.juneau.oapi with parameters of type UriContextModifier and TypeMethodDescriptionOpenApiSerializer.Builder.uriContext
(UriContext value) OpenApiSerializerSession.Builder.uriContext
(UriContext value) -
Uses of UriContext in org.apache.juneau.plaintext
Methods in org.apache.juneau.plaintext with parameters of type UriContextModifier and TypeMethodDescriptionPlainTextSerializer.Builder.uriContext
(UriContext value) PlainTextSerializerSession.Builder.uriContext
(UriContext value) -
Uses of UriContext in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return UriContextModifier and TypeMethodDescriptionRestRequest.getUriContext()
Returns the URI context of the request. -
Uses of UriContext in org.apache.juneau.rest.client
Methods in org.apache.juneau.rest.client with parameters of type UriContextModifier and TypeMethodDescriptionRestClient.Builder.uriContext
(UriContext value) Serializer configuration property: URI context bean. -
Uses of UriContext in org.apache.juneau.rest.mock
Methods in org.apache.juneau.rest.mock with parameters of type UriContext -
Uses of UriContext in org.apache.juneau.serializer
Methods in org.apache.juneau.serializer that return UriContextModifier and TypeMethodDescriptionprotected final UriContext
Serializer.getUriContext()
URI context bean.protected final UriContext
SerializerSession.getUriContext()
URI context bean.Methods in org.apache.juneau.serializer with parameters of type UriContextModifier and TypeMethodDescriptionOutputStreamSerializer.Builder.uriContext
(UriContext value) OutputStreamSerializerSession.Builder.uriContext
(UriContext value) Serializer.Builder.uriContext
(UriContext value) URI context bean.SerializerSession.Builder.uriContext
(UriContext value) URI context bean.WriterSerializer.Builder.uriContext
(UriContext value) WriterSerializerSession.Builder.uriContext
(UriContext value) -
Uses of UriContext in org.apache.juneau.soap
Methods in org.apache.juneau.soap with parameters of type UriContextModifier and TypeMethodDescriptionSoapXmlSerializer.Builder.uriContext
(UriContext value) SoapXmlSerializerSession.Builder.uriContext
(UriContext value) -
Uses of UriContext in org.apache.juneau.uon
Methods in org.apache.juneau.uon with parameters of type UriContextModifier and TypeMethodDescriptionUonSerializer.Builder.uriContext
(UriContext value) UonSerializerSession.Builder.uriContext
(UriContext value) -
Uses of UriContext in org.apache.juneau.urlencoding
Methods in org.apache.juneau.urlencoding with parameters of type UriContextModifier and TypeMethodDescriptionUrlEncodingSerializer.Builder.uriContext
(UriContext value) UrlEncodingSerializerSession.Builder.uriContext
(UriContext value) -
Uses of UriContext in org.apache.juneau.xml
Methods in org.apache.juneau.xml with parameters of type UriContextModifier and TypeMethodDescriptionXmlDocSerializerSession.Builder.uriContext
(UriContext value) XmlSerializer.Builder.uriContext
(UriContext value) XmlSerializerSession.Builder.uriContext
(UriContext value)