Interface ValueTypeResolver

  • All Known Implementing Classes:
    ValueTypeResolverImpl

    public interface ValueTypeResolver
    Author:
    Thorben Lindhauer
    • Method Detail

      • typeForName

        ValueType typeForName​(java.lang.String typeName)
      • getSubTypes

        java.util.Collection<ValueType> getSubTypes​(ValueType type)
        Returns all (transitive) sub types of the provided type given they are not abstract
        Returns: