| Interface | Description |
|---|---|
| Getter<T,P> | |
| Instantiator<S,T> | |
| Setter<T,P> |
| Class | Description |
|---|---|
| EnumHelper | |
| FastTupleClassMeta<T> | |
| GetterHelper | |
| GetterInstantiator<S,T> | |
| IdentityGetter<T> | |
| InstantiatorDefinition | |
| InstantiatorFactory | |
| InstantiatorOnGetter<S,T,P> | |
| ObjectGetterFactory | |
| ObjectSetterFactory | |
| Parameter | |
| ReflectionInstantiatorDefinitionFactory | |
| ReflectionService | |
| SetterHelper | |
| TypeHelper | |
| TypeReference<T> |
That class is a way to define generic type without implementing the ParameterizedType.
By defining an anonymous instance of it the new class has access to the actual type argument T that the method getType() returns;
new TypeReference<Tuple2<String,Long>>(){}
|
Copyright © 2015. All rights reserved.