Interface MappingResolver.Factory

  • Enclosing class:
    MappingResolver

    public static interface MappingResolver.Factory
    Factory interface for creating MappingResolver instances. The main reason this class is here is that we need to ensure that the class used for VirtualField lookup is always the same. If we would use an injected class it could be different in different class loaders.