Uses of Class
org.apache.juneau.uon.UonParser
Packages that use UonParser
Package
Description
-
Uses of UonParser in org.apache.juneau.marshaller
Constructors in org.apache.juneau.marshaller with parameters of type UonParser -
Uses of UonParser in org.apache.juneau.oapi
Subclasses of UonParser in org.apache.juneau.oapi -
Uses of UonParser in org.apache.juneau.uon
Subclasses of UonParser in org.apache.juneau.uonFields in org.apache.juneau.uon declared as UonParserModifier and TypeFieldDescriptionstatic final UonParser
UonParser.DEFAULT
Reusable instance ofUonParser
, all default settings.static final UonParser
UonParser.DEFAULT_DECODING
Reusable instance ofUonParser
with decodeChars set to true.Methods in org.apache.juneau.uon that return UonParserMethods in org.apache.juneau.uon with parameters of type UonParserModifier and TypeMethodDescriptionstatic UonParserSession.Builder
Creates a new builder for this object.Constructors in org.apache.juneau.uon with parameters of type UonParser -
Uses of UonParser in org.apache.juneau.urlencoding
Subclasses of UonParser in org.apache.juneau.urlencodingModifier and TypeClassDescriptionclass
Parses URL-encoded text into POJO models.