Uses of Enum Class
io.atlasmap.spi.FieldDirection
Packages that use FieldDirection
Package
Description
-
Uses of FieldDirection in io.atlasmap.core
Methods in io.atlasmap.core with parameters of type FieldDirectionModifier and TypeMethodDescriptionprotected AtlasModuleDefaultAtlasContext.resolveModule(FieldDirection direction, Field field) -
Uses of FieldDirection in io.atlasmap.core.validate
Methods in io.atlasmap.core.validate with parameters of type FieldDirectionModifier and TypeMethodDescriptionvoidMultipleFieldSelectionValidator.validate(List<Validation> validations, String mappingId, FieldDirection direction, List<Field> fields) protected voidBaseModuleValidationService.validateField(String mappingId, Field sourceField, Field targetField, FieldDirection direction, List<Validation> validations) protected voidBaseModuleValidationService.validateFieldGroup(String mappingId, FieldGroup fieldGroup, FieldDirection direction, List<Validation> validations) protected abstract voidBaseModuleValidationService.validateModuleField(String mappingId, T field, FieldDirection direction, List<Validation> validation) -
Uses of FieldDirection in io.atlasmap.csv.module
Methods in io.atlasmap.csv.module with parameters of type FieldDirectionModifier and TypeMethodDescriptionprotected voidCsvValidationService.validateModuleField(String mappingId, CsvField field, FieldDirection direction, List<Validation> validation) -
Uses of FieldDirection in io.atlasmap.java.module
Methods in io.atlasmap.java.module with parameters of type FieldDirectionModifier and TypeMethodDescriptionprotected voidJavaValidationService.validateModuleField(String mappingId, JavaField field, FieldDirection direction, List<Validation> validations) -
Uses of FieldDirection in io.atlasmap.json.module
Methods in io.atlasmap.json.module with parameters of type FieldDirectionModifier and TypeMethodDescriptionprotected voidJsonValidationService.validateModuleField(String mappingId, JsonField field, FieldDirection direction, List<Validation> validations) -
Uses of FieldDirection in io.atlasmap.spi
Methods in io.atlasmap.spi that return FieldDirectionModifier and TypeMethodDescriptionstatic FieldDirectionReturns the enum constant of this class with the specified name.static FieldDirection[]FieldDirection.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FieldDirection in io.atlasmap.xml.module
Methods in io.atlasmap.xml.module with parameters of type FieldDirectionModifier and TypeMethodDescriptionprotected voidXmlValidationService.validateModuleField(String mappingId, XmlField field, FieldDirection direction, List<Validation> validations)