Uses of Class
org.apache.juneau.uon.UonParser
Packages that use UonParser
Package
Description
- 
Uses of UonParser in org.apache.juneau.marshallerConstructors in org.apache.juneau.marshaller with parameters of type UonParser
- 
Uses of UonParser in org.apache.juneau.oapiSubclasses of UonParser in org.apache.juneau.oapi
- 
Uses of UonParser in org.apache.juneau.uonSubclasses of UonParser in org.apache.juneau.uonFields in org.apache.juneau.uon declared as UonParserModifier and TypeFieldDescriptionstatic final UonParserUonParser.DEFAULTReusable instance ofUonParser, all default settings.static final UonParserUonParser.DEFAULT_DECODINGReusable instance ofUonParserwith 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.BuilderCreates a new builder for this object.Constructors in org.apache.juneau.uon with parameters of type UonParser
- 
Uses of UonParser in org.apache.juneau.urlencodingSubclasses of UonParser in org.apache.juneau.urlencodingModifier and TypeClassDescriptionclassParses URL-encoded text into POJO models.