|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SuperTypeResolverStrategy | |
|---|---|
| ma.glasnost.orika.impl | |
| ma.glasnost.orika.inheritance | |
| ma.glasnost.orika.unenhance | |
| Uses of SuperTypeResolverStrategy in ma.glasnost.orika.impl |
|---|
| Fields in ma.glasnost.orika.impl declared as SuperTypeResolverStrategy | |
|---|---|
protected SuperTypeResolverStrategy |
DefaultMapperFactory.MapperFactoryBuilder.superTypeStrategy
The SuperTypeResolverStrategy configured for the MapperFactory |
| Methods in ma.glasnost.orika.impl with parameters of type SuperTypeResolverStrategy | |
|---|---|
protected UnenhanceStrategy |
DefaultMapperFactory.buildUnenhanceStrategy(UnenhanceStrategy unenhanceStrategy,
SuperTypeResolverStrategy superTypeStrategy)
Generates the UnenhanceStrategy to be used for this MapperFactory, applying the passed delegateStrategy if not null. This allows the MapperFactory a chance to fill in the unenhance strategy with references to other parts of the factory (registered mappers, converters, object factories) which may be important in the "unenhancing" process. |
B |
DefaultMapperFactory.MapperFactoryBuilder.superTypeResolverStrategy(SuperTypeResolverStrategy superTypeStrategy)
Configure the SuperTypeResolverStrategy to use with the generated MapperFactory |
| Uses of SuperTypeResolverStrategy in ma.glasnost.orika.inheritance |
|---|
| Classes in ma.glasnost.orika.inheritance that implement SuperTypeResolverStrategy | |
|---|---|
class |
DefaultSuperTypeResolverStrategy
|
| Methods in ma.glasnost.orika.inheritance with parameters of type SuperTypeResolverStrategy | ||
|---|---|---|
static
|
SuperTypeResolver.getSuperType(Type<?> enhancedClass,
SuperTypeResolverStrategy strategy)
|
|
| Uses of SuperTypeResolverStrategy in ma.glasnost.orika.unenhance |
|---|
| Methods in ma.glasnost.orika.unenhance with parameters of type SuperTypeResolverStrategy | |
|---|---|
void |
BaseUnenhancer.addSuperTypeResolverStrategy(SuperTypeResolverStrategy strategy)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||