public interface TypeReferenceReader
TypeReferenceValue.get(TypeSupplier)| Modifier and Type | Method and Description |
|---|---|
<T> T |
convert(TypeSupplier<T> typeReference,
Object value)
converts to defined type on
TypeReference |
<T> boolean |
isCompatible(TypeSupplier<T> type)
verifies if the reader has support of instance from this class.
|
<T> boolean isCompatible(TypeSupplier<T> type)
T - the typetype - the type<T> T convert(TypeSupplier<T> typeReference, Object value)
TypeReferenceT - the typeReference typetypeReference - the typeReferencevalue - the valueCopyright © 2017–2019 Eclipse Foundation. All rights reserved.