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.juneauFields in org.apache.juneau declared as UriContextMethods in org.apache.juneau that return UriContextModifier and TypeMethodDescriptionstatic UriContextStatic creator.static UriContextStatic creator.Methods in org.apache.juneau with parameters of type UriContextModifier and TypeMethodDescriptionstatic UriResolverUriResolver.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.csvMethods 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.htmlMethods 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.jsonMethods 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.msgpackMethods 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.oapiMethods 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.plaintextMethods 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.restMethods 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.clientMethods 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.mockMethods in org.apache.juneau.rest.mock with parameters of type UriContext
- 
Uses of UriContext in org.apache.juneau.serializerMethods in org.apache.juneau.serializer that return UriContextModifier and TypeMethodDescriptionprotected final UriContextSerializer.getUriContext()URI context bean.protected final UriContextSerializerSession.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.soapMethods 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.uonMethods 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.urlencodingMethods 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.xmlMethods 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)