| Modifier and Type | Class and Description |
|---|---|
class |
TypeReference<T>
This class is used to pass full generics type information, and avoid problems with type erasure
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
TypeReferenceReaderDecorator.convert(TypeSupplier<T> typeReference,
Object value) |
<T> T |
TypeReferenceReader.convert(TypeSupplier<T> typeReference,
Object value)
converts to defined type on
TypeReference |
<T> T |
Value.get(TypeSupplier<T> typeSupplier)
Converts
Value.get() to specified class |
<T> boolean |
TypeReferenceReaderDecorator.isCompatible(TypeSupplier<T> type) |
<T> boolean |
TypeReferenceReader.isCompatible(TypeSupplier<T> type)
verifies if the reader has support of instance from this class.
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.