public abstract class PrimitiveValueTypeImpl extends AbstractValueTypeImpl implements PrimitiveValueType
| Modifier and Type | Class and Description |
|---|---|
static class |
PrimitiveValueTypeImpl.BooleanTypeImpl |
static class |
PrimitiveValueTypeImpl.BytesTypeImpl |
static class |
PrimitiveValueTypeImpl.DateTypeImpl |
static class |
PrimitiveValueTypeImpl.DoubleTypeImpl |
static class |
PrimitiveValueTypeImpl.IntegerTypeImpl |
static class |
PrimitiveValueTypeImpl.LongTypeImpl |
static class |
PrimitiveValueTypeImpl.NullTypeImpl |
static class |
PrimitiveValueTypeImpl.NumberTypeImpl |
static class |
PrimitiveValueTypeImpl.ShortTypeImpl |
static class |
PrimitiveValueTypeImpl.StringTypeImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Class<?> |
javaType |
name| Constructor and Description |
|---|
PrimitiveValueTypeImpl(Class<?> javaType) |
PrimitiveValueTypeImpl(String name,
Class<?> javaType) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getJavaType() |
Map<String,Object> |
getValueInfo(TypedValue typedValue)
Get the value info (meta data) for a
TypedValue. |
boolean |
isPrimitiveValueType()
Indicates whether this type is primitive valued.
|
String |
toString() |
canConvertFromTypedValue, convertFromTypedValue, equals, getName, getParent, hashCode, isAbstract, isTransient, unsupportedConversionclone, finalize, getClass, notify, notifyAll, wait, wait, waitcanConvertFromTypedValue, convertFromTypedValue, createValue, getName, getParent, isAbstractprotected Class<?> javaType
public PrimitiveValueTypeImpl(Class<?> javaType)
public Class<?> getJavaType()
getJavaType in interface PrimitiveValueTypepublic boolean isPrimitiveValueType()
ValueTypeisPrimitiveValueType in interface ValueTypepublic String toString()
toString in class AbstractValueTypeImplpublic Map<String,Object> getValueInfo(TypedValue typedValue)
ValueTypeTypedValue.
The keys of the returned map for a TypedValue are available
as constants in the value's ValueType interface.getValueInfo in interface ValueTypeCopyright © 2021. All rights reserved.