Uses of Enum Class
io.atlasmap.spi.FieldDirection
Package
Description
-
Uses of FieldDirection in io.atlasmap.core
Modifier and TypeMethodDescriptionprotected AtlasModule
DefaultAtlasContext.resolveModule
(FieldDirection direction, Field field) -
Uses of FieldDirection in io.atlasmap.core.validate
Modifier and TypeMethodDescriptionvoid
MultipleFieldSelectionValidator.validate
(List<Validation> validations, String mappingId, FieldDirection direction, List<Field> fields) protected void
BaseModuleValidationService.validateField
(String mappingId, Field sourceField, Field targetField, FieldDirection direction, List<Validation> validations) protected void
BaseModuleValidationService.validateFieldGroup
(String mappingId, FieldGroup fieldGroup, FieldDirection direction, List<Validation> validations) protected abstract void
BaseModuleValidationService.validateModuleField
(String mappingId, T field, FieldDirection direction, List<Validation> validation) -
Uses of FieldDirection in io.atlasmap.csv.module
Modifier and TypeMethodDescriptionprotected void
CsvValidationService.validateModuleField
(String mappingId, CsvField field, FieldDirection direction, List<Validation> validation) -
Uses of FieldDirection in io.atlasmap.java.module
Modifier and TypeMethodDescriptionprotected void
JavaValidationService.validateModuleField
(String mappingId, JavaField field, FieldDirection direction, List<Validation> validations) -
Uses of FieldDirection in io.atlasmap.json.module
Modifier and TypeMethodDescriptionprotected void
JsonValidationService.validateModuleField
(String mappingId, JsonField field, FieldDirection direction, List<Validation> validations) -
Uses of FieldDirection in io.atlasmap.spi
Modifier and TypeMethodDescriptionstatic FieldDirection
Returns 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
Modifier and TypeMethodDescriptionprotected void
XmlValidationService.validateModuleField
(String mappingId, XmlField field, FieldDirection direction, List<Validation> validations)