Uses of Class
org.apache.juneau.uon.UonParserSession
Packages that use UonParserSession
-
Uses of UonParserSession in org.apache.juneau.oapi
Subclasses of UonParserSession in org.apache.juneau.oapiModifier and TypeClassDescriptionclass
Session 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 TypeClassDescriptionclass
Session object that lives for the duration of a single use ofUrlEncodingParser
.