Uses of Class
org.apache.juneau.uon.UonParser
Packages that use UonParser
Package
Description
Marshallers
OpenAPI Marshalling Support
UON Marshalling Support
URL-Encoding Marshalling Support
-
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 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.urlencoding
Subclasses of UonParser in org.apache.juneau.urlencodingModifier and TypeClassDescriptionclassParses URL-encoded text into POJO models.