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.
      • supportedTypes

        default Set<Class<? extends Heaplet>> supportedTypes()
        Returns the set of heaplet classes supported by this alias resolver.
        Returns:
        a (possibly empty, never null) set of heaplet classes
        See Also:
        TypeInfo, NoTypeInfo