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 TypeMethodDescriptionvoidDefaultAtlasPropertyStrategy.setAtlasConversionService(AtlasConversionService atlasConversionService) voidBaseAtlasModule.setConversionService(AtlasConversionService atlasConversionService) voidConstantModule.setConversionService(AtlasConversionService atlasConversionService) -
Uses of AtlasConversionService in io.atlasmap.core.validate
Methods in io.atlasmap.core.validate that return AtlasConversionServiceModifier and TypeMethodDescriptionprotected AtlasConversionServiceBaseModuleValidationService.getConversionService()Methods in io.atlasmap.core.validate with parameters of type AtlasConversionServiceModifier and TypeMethodDescriptionprotected voidBaseModuleValidationService.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 TypeMethodDescriptionvoidJavaFieldReader.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 TypeMethodDescriptionvoidClassInspectionService.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 TypeMethodDescriptionvoidAtlasModule.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)