com.espertech.esper.util
Interface SimpleTypeParser


public interface SimpleTypeParser

Parser of a String input to an object.


Method Summary
 java.lang.Object parse(java.lang.String text)
          Parses the text and returns an object value.
 

Method Detail

parse

java.lang.Object parse(java.lang.String text)
Parses the text and returns an object value.

Parameters:
text - to parse
Returns:
object value

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com