Uses of Enum Class
io.atlasmap.v2.FieldType
Package
Description
-
Uses of FieldType in io.atlasmap.core
Modifier and TypeMethodDescriptionDefaultAtlasConversionService.fieldTypeFromClass
(Class<?> clazz) DefaultAtlasConversionService.fieldTypeFromClass
(String className) Modifier and TypeMethodDescriptionClass<?>
DefaultAtlasConversionService.classFromFieldType
(FieldType fieldType) DefaultAtlasConversionService.convertType
(Object sourceValue, FieldType origSourceType, FieldType targetType) DefaultAtlasConversionService.convertType
(Object sourceValue, String sourceFormat, FieldType targetType, String targetFormat) DefaultAtlasFieldActionService.findActionDetail
(Action action, FieldType sourceType) 1.DefaultAtlasFieldActionService.findActionProcessor
(Action action, FieldType sourceType) DefaultAtlasConversionService.findMatchingConverter
(FieldType source, FieldType target) DefaultAtlasConversionService.isAssignableFieldType
(FieldType source, FieldType target) DefaultAtlasConversionService.isPrimitive
(FieldType fieldType) -
Uses of FieldType in io.atlasmap.core.validate
Modifier and TypeMethodDescriptionprotected void
MappingFieldPairValidator.doValidateFieldTypes
(List<Validation> validations, String mappingId, Field sourceField, Field targetField, FieldType sourceFieldType) -
Uses of FieldType in io.atlasmap.java.module
Modifier and TypeMethodDescriptionprotected void
JavaMappingFieldPairValidator.doValidateFieldTypes
(List<Validation> validations, String mappingId, Field sourceField, Field targetField, FieldType sourceFieldType) -
Uses of FieldType in io.atlasmap.spi
Modifier and TypeMethodDescriptionAtlasConversionService.fieldTypeFromClass
(Class<?> clazz) AtlasConversionService.fieldTypeFromClass
(String className) Modifier and TypeMethodDescriptionClass<?>
AtlasConversionService.classFromFieldType
(FieldType fieldType) AtlasConversionService.convertType
(Object sourceValue, FieldType origSourceType, FieldType targetType) Perform type conversion with specifyingFieldType
.AtlasConversionService.convertType
(Object sourceValue, String sourceFormat, FieldType targetType, String targetFormat) Perform type conversion with specifyingFieldType
.AtlasFieldActionService.findActionDetail
(Action action, FieldType type) AtlasFieldActionService.findActionProcessor
(Action action, FieldType sourceType) AtlasConversionService.findMatchingConverter
(FieldType source, FieldType target) AtlasConversionService.isAssignableFieldType
(FieldType source, FieldType target) AtlasConversionService.isPrimitive
(FieldType fieldType) -
Uses of FieldType in io.atlasmap.v2
Modifier and TypeFieldDescriptionprotected FieldType
ActionParameter.fieldType
protected FieldType
Constant.fieldType
protected FieldType
Field.fieldType
protected FieldType
Property.fieldType
protected FieldType
CustomAction.inputFieldType
protected FieldType
CustomAction.outputFieldType
protected FieldType
ActionDetail.sourceType
protected FieldType
LookupEntry.sourceType
protected FieldType
ActionDetail.targetType
protected FieldType
LookupEntry.targetType
Modifier and TypeMethodDescriptionstatic FieldType
ActionParameter.getFieldType()
Gets the value of the fieldType property.Constant.getFieldType()
Gets the value of the fieldType property.Field.getFieldType()
Gets the value of the fieldType property.Property.getFieldType()
Gets the value of the fieldType property.CustomAction.getInputFieldType()
Gets the value of the inputFieldType property.CustomAction.getOutputFieldType()
Gets the value of the outputFieldType property.ActionDetail.getSourceType()
Gets the value of the sourceType property.LookupEntry.getSourceType()
Gets the value of the sourceType property.ActionDetail.getTargetType()
Gets the value of the targetType property.LookupEntry.getTargetType()
Gets the value of the targetType property.static FieldType
Returns the enum constant of this class with the specified name.static FieldType[]
FieldType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ActionParameter.setFieldType
(FieldType value) Sets the value of the fieldType property.void
Constant.setFieldType
(FieldType value) Sets the value of the fieldType property.void
Field.setFieldType
(FieldType value) Sets the value of the fieldType property.void
Property.setFieldType
(FieldType value) Sets the value of the fieldType property.void
CustomAction.setInputFieldType
(FieldType value) Sets the value of the inputFieldType property.void
CustomAction.setOutputFieldType
(FieldType value) Sets the value of the outputFieldType property.void
ActionDetail.setSourceType
(FieldType value) Sets the value of the sourceType property.void
LookupEntry.setSourceType
(FieldType value) Sets the value of the sourceType property.void
ActionDetail.setTargetType
(FieldType value) Sets the value of the targetType property.void
LookupEntry.setTargetType
(FieldType value) Sets the value of the targetType property.