|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.util.SimpleTypeParserFactory
public class SimpleTypeParserFactory
A factory for creating an instance of a parser that parses a String and returns a target type.
Constructor Summary | |
---|---|
SimpleTypeParserFactory()
|
Method Summary | |
---|---|
static SimpleTypeParser |
getParser(java.lang.Class clazz)
Returns a parsers for the String value using the given Java built-in class for parsing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleTypeParserFactory()
Method Detail |
---|
public static SimpleTypeParser getParser(java.lang.Class clazz)
clazz
- is the class to parse the value to
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |