public abstract class ReifiableTypeDescription extends Object implements TypeDescription, ValueDescription
Class).TypeDescription.TypeKindValueDescription.ValueKind| Constructor and Description |
|---|
ReifiableTypeDescription() |
| Modifier and Type | Method and Description |
|---|---|
ValueDescription.ValueKind |
getValueKind()
Returns the value kind.
|
TypeDescription |
getValueType()
Returns the value type.
|
static ReifiableTypeDescription |
of(Class<?> aClass)
Returns an instance.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetErasure, getTypeKindpublic final ValueDescription.ValueKind getValueKind()
ValueDescriptiongetValueKind in interface ValueDescriptionpublic final TypeDescription getValueType()
ValueDescriptiongetValueType in interface ValueDescriptionpublic static ReifiableTypeDescription of(Class<?> aClass)
aClass - the reflective objectCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.