Uses of Class
org.apache.juneau.uon.UonReader
Packages that use UonReader
-
Uses of UonReader in org.apache.juneau.uon
Methods in org.apache.juneau.uon that return UonReaderModifier and TypeMethodDescriptionfinal UonReader
UonParserSession.getUonReader
(ParserPipe pipe, boolean decodeChars) Creates aUonReader
from the specified parser pipe.UonReader.unread()
Methods in org.apache.juneau.uon with parameters of type UonReaderModifier and TypeMethodDescription<T> T
UonParserSession.parseAnything
(ClassMeta<?> eType, UonReader r, Object outer, boolean isUrlParamValue, BeanPropertyMeta pMeta) Workhorse method.protected final Object
Convenience method for parsing an attribute from the specified parser.protected final String
UonParserSession.parseAttrName
(UonReader r, boolean encoded) Parses an attribute name from the specified reader.protected final String
UonParserSession.parseString
(UonReader r, boolean isUrlParamValue) Parses a string value from the specified reader.