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 voidMappingFieldPairValidator.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 voidJavaMappingFieldPairValidator.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 FieldTypeActionParameter.fieldTypeprotected FieldTypeConstant.fieldTypeprotected FieldTypeField.fieldTypeprotected FieldTypeProperty.fieldTypeprotected FieldTypeCustomAction.inputFieldTypeprotected FieldTypeCustomAction.outputFieldTypeprotected FieldTypeActionDetail.sourceTypeprotected FieldTypeLookupEntry.sourceTypeprotected FieldTypeActionDetail.targetTypeprotected FieldTypeLookupEntry.targetTypeMethods in io.atlasmap.v2 that return FieldTypeModifier and TypeMethodDescriptionstatic FieldTypeActionParameter.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 FieldTypeReturns 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 TypeMethodDescriptionvoidActionParameter.setFieldType(FieldType value) Sets the value of the fieldType property.voidConstant.setFieldType(FieldType value) Sets the value of the fieldType property.voidField.setFieldType(FieldType value) Sets the value of the fieldType property.voidProperty.setFieldType(FieldType value) Sets the value of the fieldType property.voidCustomAction.setInputFieldType(FieldType value) Sets the value of the inputFieldType property.voidCustomAction.setOutputFieldType(FieldType value) Sets the value of the outputFieldType property.voidActionDetail.setSourceType(FieldType value) Sets the value of the sourceType property.voidLookupEntry.setSourceType(FieldType value) Sets the value of the sourceType property.voidActionDetail.setTargetType(FieldType value) Sets the value of the targetType property.voidLookupEntry.setTargetType(FieldType value) Sets the value of the targetType property.