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