Interface MappingResolver.Factory
-
- Enclosing class:
- MappingResolver
public static interface MappingResolver.FactoryFactory interface for creatingMappingResolverinstances. The main reason this class is here is that we need to ensure that the class used forVirtualFieldlookup is always the same. If we would use an injected class it could be different in different class loaders.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MappingResolverget()
-
-
-
Method Detail
-
get
@Nullable MappingResolver get()
-
-