Package | Description |
---|---|
io.atlasmap.spi |
Modifier and Type | Method and Description |
---|---|
Object |
AtlasConversionService.convertType(Object sourceValue,
io.atlasmap.v2.FieldType origSourceType,
io.atlasmap.v2.FieldType targetType)
Perform type conversion with specifying
FieldType . |
Object |
AtlasConversionService.convertType(Object sourceValue,
String sourceFormat,
Class<?> targetType,
String targetFormat)
Perform type conversion with specifying target
Class regardless of AtlasMap FieldType . |
Object |
AtlasConversionService.convertType(Object sourceValue,
String sourceFormat,
io.atlasmap.v2.FieldType targetType,
String targetFormat)
Perform type conversion with specifying
FieldType . |
void |
AtlasPropertyStrategy.processPropertyField(io.atlasmap.v2.AtlasMapping atlasMapping,
io.atlasmap.v2.PropertyField propertyField,
Map<String,Object> runtimeProperties) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.