Interface ListableTypeLoader

  • All Superinterfaces:
    TypeLoader

    public interface ListableTypeLoader
    extends TypeLoader
    A Type Loader capable of listing all available typeIdentifiers with their corresponding MetadataType.
    Since:
    1.5
    • Method Detail

      • getAllTypes

        Map<String,​MetadataType> getAllTypes()
        Returns:
        The list of all available typeIdentifiers with their corresponding MetadataType.