Package com.enonic.xp.data
Class ValueType<T>
- java.lang.Object
-
- com.enonic.xp.data.ValueType<T>
-
@PublicApi public abstract class ValueType<T> extends Object
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Tconvert(Object object)booleanequals(Object o)abstract ValuefromJsonValue(Object object)Returns a new Value of this ValueType from object used in JSON.Class<T>getJavaType()StringgetName()inthashCode()StringtoString()
-
-
-
Method Detail
-
getName
public final String getName()
-
-