Package org.simpleframework.util.parse
package org.simpleframework.util.parse
-
ClassesClassDescriptionMapParser<T>The
MapParserobject represents a parser for name value pairs.This is primarily used to replace theStringBufferclass, as a way for theParserto store the char's for a specific region within the parse data that constitutes a desired value.ThisParserobject is to be used as a simple template for parsing uncomplicated expressions.