com.espertech.esper.type
Class PrimitiveValueFactory
java.lang.Object
com.espertech.esper.type.PrimitiveValueFactory
public final class PrimitiveValueFactory
- extends Object
Factory class for PrimitiveValue for all fundamental Java types.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrimitiveValueFactory
public PrimitiveValueFactory()
create
public static PrimitiveValue create(Class type)
- Create a placeholder instance for the primitive Java type passed in.
Returns null if the type passed in is not a primitive type.
- Parameters:
type
- is a fundamental Java
- Returns:
- instance of placeholder representing the type, or null if not a primitive type