Interface ValueTypeResolver
- All Known Implementing Classes:
ValueTypeResolverImpl
public interface ValueTypeResolver
- Author:
- Thorben Lindhauer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getSubTypes
(ValueType type) Returns all (transitive) sub types of the provided type given they are not abstracttypeForName
(String typeName)
-
Method Details
-
addType
-
typeForName
-
getSubTypes
Returns all (transitive) sub types of the provided type given they are not abstract- Returns:
-