Interface TypeLoader

    • Method Detail

      • load

        Optional<MetadataType> load​(String typeIdentifier)
        Returns the MetadataType of the specified identifier if found
        Parameters:
        typeIdentifier - The identifier name
        Returns:
        The type if found
      • load

        default Optional<MetadataType> load​(String typeIdentifier,
                                            String typeAlias)
        Returns the MetadataType of the specified identifier if found, optionally assigning specified type alias
        Parameters:
        typeIdentifier - The identifier name
        typeAlias - The nullable type alias
        Returns:
        The type if found