S
- The type of the instancepublic interface ReifiedType<S extends ReifiedType<S>> extends Reified, Self<S>
As with the extended Self
interface, generally only the most specific
useful type will be considered.
Modifier and Type | Method and Description |
---|---|
default TypedObject<S> |
asTypedObject() |
default java.lang.reflect.Type |
getThisType() |
TypeToken<S> |
getThisTypeToken() |
TypeToken<S> getThisTypeToken()
TypeToken
over the value of getThisType()
default java.lang.reflect.Type getThisType()
getThisType
in interface Reified
default TypedObject<S> asTypedObject()
TypedObject