public class PrimitiveType extends PrimitiveOrValueType
DEFAULT_TYPE_PARAMETER| Constructor | Description |
|---|---|
PrimitiveType(java.lang.reflect.Type baseJavaType) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
canBePrototype() |
|
java.lang.Class |
getBaseJavaClass() |
|
protected java.lang.reflect.Type |
getRawDehydratedType() |
Type for JSON representation.
|
boolean |
isInstance(java.lang.Object cdo) |
equals, getBaseJavaType, getConcreteClassTypeArguments, getName, hashCode, isGenericType, prettyPrint, prettyPrintBuilder, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitequals, isBoolean, isJsonPrimitive, isNumber, isStringy, smartToStringpublic boolean canBePrototype()
canBePrototype in class JaversTypepublic boolean isInstance(java.lang.Object cdo)
isInstance in class JaversTypeprotected java.lang.reflect.Type getRawDehydratedType()
public java.lang.Class getBaseJavaClass()