public class GetterFactoryRegistry<S,K> extends Object
| Constructor | Description |
|---|---|
GetterFactoryRegistry() |
| Modifier and Type | Method | 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 © 2019. All rights reserved.