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.readProperty(AtlasSession session,
io.atlasmap.v2.PropertyField propertyField)
Read a source property value and set into source Field.
|
void |
AtlasPropertyStrategy.writeProperty(AtlasSession session,
io.atlasmap.v2.PropertyField propertyField)
Write a target property value from target Field.
|
Copyright © 2017–2021 Red Hat, Inc.. All rights reserved.