public class GetterFactoryRegistry<S,K> extends Object
| Constructor and Description |
|---|
GetterFactoryRegistry() |
| Modifier and Type | Method and Description |
|---|---|
GetterFactory<S,K> |
findFactoryFor(Type targetType) |
void |
mapFromTo(Class<?> target,
Class<?> source) |
void |
put(Class<?> target,
GetterFactory<S,K> getterFactory) |
public final void put(Class<?> target, GetterFactory<S,K> getterFactory)
public final GetterFactory<S,K> findFactoryFor(Type targetType)
Copyright © 2017. All rights reserved.