Uses of Interface
io.atlasmap.spi.AtlasConversionService
Packages that use AtlasConversionService
Package
Description
-
Uses of AtlasConversionService in io.atlasmap.api
Methods in io.atlasmap.api that return AtlasConversionService -
Uses of AtlasConversionService in io.atlasmap.core
Classes in io.atlasmap.core that implement AtlasConversionServiceMethods in io.atlasmap.core that return AtlasConversionServiceModifier and TypeMethodDescriptionDefaultAtlasPropertyStrategy.getAtlasConversionService()
BaseAtlasModule.getConversionService()
ConstantModule.getConversionService()
DefaultAtlasFieldActionService.getConversionService()
Methods in io.atlasmap.core with parameters of type AtlasConversionServiceModifier and TypeMethodDescriptionvoid
DefaultAtlasPropertyStrategy.setAtlasConversionService
(AtlasConversionService atlasConversionService) void
BaseAtlasModule.setConversionService
(AtlasConversionService atlasConversionService) void
ConstantModule.setConversionService
(AtlasConversionService atlasConversionService) -
Uses of AtlasConversionService in io.atlasmap.core.validate
Methods in io.atlasmap.core.validate that return AtlasConversionServiceModifier and TypeMethodDescriptionprotected AtlasConversionService
BaseModuleValidationService.getConversionService()
Methods in io.atlasmap.core.validate with parameters of type AtlasConversionServiceModifier and TypeMethodDescriptionprotected void
BaseModuleValidationService.setConversionService
(AtlasConversionService conversionService) Constructors in io.atlasmap.core.validate with parameters of type AtlasConversionServiceModifierConstructorDescriptionBaseModuleValidationService
(AtlasConversionService conversionService, AtlasFieldActionService fieldActionService) -
Uses of AtlasConversionService in io.atlasmap.csv.module
Constructors in io.atlasmap.csv.module with parameters of type AtlasConversionServiceModifierConstructorDescriptionCsvValidationService
(AtlasConversionService conversionService, AtlasFieldActionService fieldActionService) -
Uses of AtlasConversionService in io.atlasmap.dfdl.module
Constructors in io.atlasmap.dfdl.module with parameters of type AtlasConversionServiceModifierConstructorDescriptionDfdlValidationService
(AtlasConversionService conversionService, AtlasFieldActionService fieldActionService) -
Uses of AtlasConversionService in io.atlasmap.java.core
Methods in io.atlasmap.java.core with parameters of type AtlasConversionServiceModifier and TypeMethodDescriptionvoid
JavaFieldReader.setConversionService
(AtlasConversionService conversionService) Constructors in io.atlasmap.java.core with parameters of type AtlasConversionServiceModifierConstructorDescriptionJavaFieldWriterUtil
(AtlasConversionService conversionService) JavaFieldWriterUtil
(ClassLoader classLoader, AtlasConversionService conversionService) TargetValueConverter
(ClassLoader loader, AtlasConversionService conversionService, JavaFieldWriterUtil writerUtil) -
Uses of AtlasConversionService in io.atlasmap.java.inspect
Methods in io.atlasmap.java.inspect with parameters of type AtlasConversionServiceModifier and TypeMethodDescriptionvoid
ClassInspectionService.setConversionService
(AtlasConversionService atlasConversionService) -
Uses of AtlasConversionService in io.atlasmap.java.module
Constructors in io.atlasmap.java.module with parameters of type AtlasConversionServiceModifierConstructorDescriptionJavaValidationService
(AtlasConversionService conversionService, AtlasFieldActionService fieldActionService) -
Uses of AtlasConversionService in io.atlasmap.json.core
Constructors in io.atlasmap.json.core with parameters of type AtlasConversionService -
Uses of AtlasConversionService in io.atlasmap.json.module
Constructors in io.atlasmap.json.module with parameters of type AtlasConversionServiceModifierConstructorDescriptionJsonValidationService
(AtlasConversionService conversionService, AtlasFieldActionService fieldActionService) -
Uses of AtlasConversionService in io.atlasmap.spi
Methods in io.atlasmap.spi that return AtlasConversionServiceMethods in io.atlasmap.spi with parameters of type AtlasConversionServiceModifier and TypeMethodDescriptionvoid
AtlasModule.setConversionService
(AtlasConversionService atlasConversionService) -
Uses of AtlasConversionService in io.atlasmap.xml.core
Constructors in io.atlasmap.xml.core with parameters of type AtlasConversionServiceModifierConstructorDescriptionXmlFieldReader
(ClassLoader cl, AtlasConversionService conversionService) XmlFieldReader
(ClassLoader cl, AtlasConversionService conversionService, Map<String, String> namespaces) -
Uses of AtlasConversionService in io.atlasmap.xml.module
Constructors in io.atlasmap.xml.module with parameters of type AtlasConversionServiceModifierConstructorDescriptionXmlValidationService
(AtlasConversionService conversionService, AtlasFieldActionService fieldActionService)