Interface ClassDescriptorResolver

    • Method Detail

      • getMappingLoader

        MappingLoader getMappingLoader()
        Note: This method will be removed soon (kv).
      • resolve

        ClassDescriptor resolve​(java.lang.Class<?> type)
                         throws ResolverException
        Returns the ClassDescriptor for the given class.
        Parameters:
        type - the Class to find the ClassDescriptor for
        Returns:
        the ClassDescriptor for the given class
        Throws:
        ResolverException
      • setMappingLoader

        void setMappingLoader​(MappingLoader mappingLoader)
        Sets the mapping loader for this ClassDescriptorResolver. Note: This method will be removed soon (kv).