Interface PojoSelectionLoadingContext


public interface PojoSelectionLoadingContext
Context passed PojoMassLoadingStrategy.

Mappers will generally need to cast this type to the mapper-specific subtype.

  • Method Details

    • checkOpen

      void checkOpen()
      Check whether this context is still open, throwing an exception if it is not.
    • runtimeIntrospector

      PojoRuntimeIntrospector runtimeIntrospector()