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 AtlasModule
DefaultAtlasContext.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 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
Methods in io.atlasmap.csv.module with parameters of type FieldDirectionModifier and TypeMethodDescriptionprotected void
CsvValidationService.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 void
JavaValidationService.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 void
JsonValidationService.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 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
Methods in io.atlasmap.xml.module with parameters of type FieldDirectionModifier and TypeMethodDescriptionprotected void
XmlValidationService.validateModuleField
(String mappingId, XmlField field, FieldDirection direction, List<Validation> validations)