Uses of Enum Class
io.atlasmap.v2.FieldType
Packages that use FieldType
Package
Description
-
Uses of FieldType in io.atlasmap.core
Methods in io.atlasmap.core that return FieldTypeModifier and TypeMethodDescriptionDefaultAtlasConversionService.fieldTypeFromClass
(Class<?> clazz) DefaultAtlasConversionService.fieldTypeFromClass
(String className) Methods in io.atlasmap.core with parameters of type FieldTypeModifier 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
Methods in io.atlasmap.core.validate with parameters of type FieldTypeModifier and TypeMethodDescriptionprotected void
MappingFieldPairValidator.doValidateFieldTypes
(List<Validation> validations, String mappingId, Field sourceField, Field targetField, FieldType sourceFieldType) -
Uses of FieldType in io.atlasmap.java.module
Methods in io.atlasmap.java.module with parameters of type FieldTypeModifier and TypeMethodDescriptionprotected void
JavaMappingFieldPairValidator.doValidateFieldTypes
(List<Validation> validations, String mappingId, Field sourceField, Field targetField, FieldType sourceFieldType) -
Uses of FieldType in io.atlasmap.spi
Methods in io.atlasmap.spi that return FieldTypeModifier and TypeMethodDescriptionAtlasConversionService.fieldTypeFromClass
(Class<?> clazz) AtlasConversionService.fieldTypeFromClass
(String className) Methods in io.atlasmap.spi with parameters of type FieldTypeModifier 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
Fields in io.atlasmap.v2 declared as FieldTypeModifier 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
Methods in io.atlasmap.v2 that return FieldTypeModifier 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.Methods in io.atlasmap.v2 with parameters of type FieldTypeModifier 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.