Interface ClassAliasResolver

    • Method Detail

      • resolve

        Class<?> resolve​(String alias)
        Returns the Class mapped to the given alias or null if the alias is unknown.
        Parameters:
        alias - short name
        Returns:
        the Class mapped to the given alias or null if the alias is unknown.