Uses of Interface
io.atlasmap.spi.AtlasFieldActionService
Packages that use AtlasFieldActionService
Package
Description
-
Uses of AtlasFieldActionService in io.atlasmap.api
Methods in io.atlasmap.api that return AtlasFieldActionService -
Uses of AtlasFieldActionService in io.atlasmap.core
Classes in io.atlasmap.core that implement AtlasFieldActionServiceMethods in io.atlasmap.core that return AtlasFieldActionServiceModifier and TypeMethodDescriptionBaseAtlasModule.getFieldActionService()
ConstantModule.getFieldActionService()
Methods in io.atlasmap.core with parameters of type AtlasFieldActionServiceModifier and TypeMethodDescriptionprotected AtlasCollectionHelper
BaseAtlasModule.createCollectionHelper
(AtlasFieldActionService fieldActionService) void
BaseAtlasModule.setFieldActionService
(AtlasFieldActionService atlasFieldActionService) void
ConstantModule.setFieldActionService
(AtlasFieldActionService atlasFieldActionService) Constructors in io.atlasmap.core with parameters of type AtlasFieldActionServiceModifierConstructorDescriptionDefaultAtlasCollectionHelper
(AtlasFieldActionService fieldActionService) -
Uses of AtlasFieldActionService in io.atlasmap.core.validate
Methods in io.atlasmap.core.validate that return AtlasFieldActionServiceModifier and TypeMethodDescriptionprotected AtlasFieldActionService
BaseModuleValidationService.getFieldActionService()
Constructors in io.atlasmap.core.validate with parameters of type AtlasFieldActionServiceModifierConstructorDescriptionBaseModuleValidationService
(AtlasConversionService conversionService, AtlasFieldActionService fieldActionService) -
Uses of AtlasFieldActionService in io.atlasmap.csv.module
Constructors in io.atlasmap.csv.module with parameters of type AtlasFieldActionServiceModifierConstructorDescriptionCsvValidationService
(AtlasConversionService conversionService, AtlasFieldActionService fieldActionService) -
Uses of AtlasFieldActionService in io.atlasmap.dfdl.module
Constructors in io.atlasmap.dfdl.module with parameters of type AtlasFieldActionServiceModifierConstructorDescriptionDfdlValidationService
(AtlasConversionService conversionService, AtlasFieldActionService fieldActionService) -
Uses of AtlasFieldActionService in io.atlasmap.java.module
Constructors in io.atlasmap.java.module with parameters of type AtlasFieldActionServiceModifierConstructorDescriptionJavaValidationService
(AtlasConversionService conversionService, AtlasFieldActionService fieldActionService) -
Uses of AtlasFieldActionService in io.atlasmap.json.module
Constructors in io.atlasmap.json.module with parameters of type AtlasFieldActionServiceModifierConstructorDescriptionJsonValidationService
(AtlasConversionService conversionService, AtlasFieldActionService fieldActionService) -
Uses of AtlasFieldActionService in io.atlasmap.spi
Methods in io.atlasmap.spi that return AtlasFieldActionServiceMethods in io.atlasmap.spi with parameters of type AtlasFieldActionServiceModifier and TypeMethodDescriptionvoid
AtlasModule.setFieldActionService
(AtlasFieldActionService atlasFieldActionService) -
Uses of AtlasFieldActionService in io.atlasmap.xml.core
Constructors in io.atlasmap.xml.core with parameters of type AtlasFieldActionService -
Uses of AtlasFieldActionService in io.atlasmap.xml.module
Methods in io.atlasmap.xml.module with parameters of type AtlasFieldActionServiceModifier and TypeMethodDescriptionprotected AtlasCollectionHelper
XmlModule.createCollectionHelper
(AtlasFieldActionService fieldActionService) Constructors in io.atlasmap.xml.module with parameters of type AtlasFieldActionServiceModifierConstructorDescriptionXmlValidationService
(AtlasConversionService conversionService, AtlasFieldActionService fieldActionService)