Interface MappingManager

    • Method Detail

      • getMappingContext

        <T> MappingContext<T> getMappingContext​(Class<T> mappingType)
        Deprecated.
      • getMappingContext

        <T> MappingContext<T> getMappingContext​(String mappingType)
        Get the mapping context based on the type
        Type Parameters:
        T -
        Parameters:
        mappingType - MappingType
        Returns:
        See Also:
        MappingType