| Interface | Description |
|---|---|
| Getter<T,P> | |
| Instantiator<S,T> | |
| Setter<T,P> |
| Class | Description |
|---|---|
| ConstructorDefinition<T> | |
| ConstructorOnGetter<T,P> | |
| ConstructorParameter | |
| EnumHelper | |
| FastTupleClassMeta<T> | |
| GetterHelper | |
| GetterInstantiator<S,T> | |
| InstantiatorFactory | |
| ObjectGetterFactory | |
| ObjectSetterFactory | |
| ReflectionConstructorDefinitionFactory | |
| 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.