Module org.simpleflatmapper.reflect
Class GetterFactoryRegistry<S,K>
java.lang.Object
org.simpleflatmapper.reflect.getter.GetterFactoryRegistry<S,K>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal GetterFactory<S,K> findFactoryFor(Type targetType) voidfinal voidput(Class<?> target, GetterFactory<S, K> getterFactory)
-
Constructor Details
-
GetterFactoryRegistry
public GetterFactoryRegistry()
-
-
Method Details
-
put
-
findFactoryFor
-
mapFromTo
-