Class ValueTypeResolverImpl
java.lang.Object
org.camunda.bpm.engine.impl.variable.ValueTypeResolverImpl
- All Implemented Interfaces:
ValueTypeResolver
Resolves ValueType by name.
- Author:
- Daniel Meyer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getSubTypes
(ValueType type) Returns all (transitive) sub types of the provided type given they are not abstracttypeForName
(String typeName)
-
Field Details
-
knownTypes
-
-
Constructor Details
-
ValueTypeResolverImpl
public ValueTypeResolverImpl()
-
-
Method Details
-
addType
- Specified by:
addType
in interfaceValueTypeResolver
-
typeForName
- Specified by:
typeForName
in interfaceValueTypeResolver
-
getSubTypes
Description copied from interface:ValueTypeResolver
Returns all (transitive) sub types of the provided type given they are not abstract- Specified by:
getSubTypes
in interfaceValueTypeResolver
- Returns:
-