Interface ValueTypeResolver
-
- All Known Implementing Classes:
ValueTypeResolverImpl
public interface ValueTypeResolver
- Author:
- Thorben Lindhauer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addType(ValueType type)
java.util.Collection<ValueType>
getSubTypes(ValueType type)
Returns all (transitive) sub types of the provided type given they are not abstractValueType
typeForName(java.lang.String typeName)
-