Uses of Class
com.oracle.bmc.dataintegration.model.DynamicTypeHandler
-
Packages that use DynamicTypeHandler Package Description com.oracle.bmc.dataintegration.model -
-
Uses of DynamicTypeHandler in com.oracle.bmc.dataintegration.model
Subclasses of DynamicTypeHandler in com.oracle.bmc.dataintegration.model Modifier and Type Class Description class
FlattenTypeHandler
The flatten type handler.class
RuleTypeConfig
The rule type config.Methods in com.oracle.bmc.dataintegration.model that return DynamicTypeHandler Modifier and Type Method Description DynamicTypeHandler
DynamicType. getTypeHandler()
Methods in com.oracle.bmc.dataintegration.model with parameters of type DynamicTypeHandler Modifier and Type Method Description DynamicType.Builder
DynamicType.Builder. typeHandler(DynamicTypeHandler typeHandler)
Constructors in com.oracle.bmc.dataintegration.model with parameters of type DynamicTypeHandler Constructor Description DynamicType(String key, String modelVersion, ParentReference parentRef, String name, Integer objectStatus, String description, DynamicTypeHandler typeHandler, ConfigDefinition configDefinition)
Deprecated.
-