RuntimeTypeInfopublic class RuntimeTypeHolder extends Object implements RuntimeTypeInfo
| Constructor | Description |
|---|---|
RuntimeTypeHolder(RuntimeTypeInfo wrapper,
Type runtimeType) |
Creates a new instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
Type |
getRuntimeType() |
Runtime type of this item.
|
RuntimeTypeInfo |
getWrapper() |
Wrapper containing property of this type.
|
public RuntimeTypeHolder(RuntimeTypeInfo wrapper, Type runtimeType)
wrapper - runtime info about classruntimeType - class typepublic RuntimeTypeInfo getWrapper()
getWrapper in interface RuntimeTypeInfopublic Type getRuntimeType()
getRuntimeType in interface RuntimeTypeInfoCopyright © 2018 Oracle Corporation. All rights reserved.