Uses of Class
org.apache.juneau.uon.UonParserSession
Packages that use UonParserSession
Package
Description
OpenAPI Marshalling Support
UON Marshalling Support
URL-Encoding Marshalling Support
-
Uses of UonParserSession in org.apache.juneau.oapi
Subclasses of UonParserSession in org.apache.juneau.oapiModifier and TypeClassDescriptionclassSession object that lives for the duration of a single use ofOpenApiParser. -
Uses of UonParserSession in org.apache.juneau.uon
Methods in org.apache.juneau.uon that return UonParserSessionModifier and TypeMethodDescriptionUonParserSession.Builder.build()UonParser.getPartSession()UonParser.getSession() -
Uses of UonParserSession in org.apache.juneau.urlencoding
Subclasses of UonParserSession in org.apache.juneau.urlencodingModifier and TypeClassDescriptionclassSession object that lives for the duration of a single use ofUrlEncodingParser.