public interface AtlasPropertyStrategy
Modifier and Type | Method and Description |
---|---|
void |
readProperty(AtlasSession session,
io.atlasmap.v2.PropertyField propertyField)
Read a source property value and set into source Field.
|
void |
writeProperty(AtlasSession session,
io.atlasmap.v2.PropertyField propertyField)
Write a target property value from target Field.
|
void readProperty(AtlasSession session, io.atlasmap.v2.PropertyField propertyField) throws AtlasUnsupportedException, AtlasConversionException
session
- AtlasSession
propertyField
- source PropertyField
to set a property valueAtlasUnsupportedException
- if reading property is not supportedAtlasConversionException
- if type conversion failsvoid writeProperty(AtlasSession session, io.atlasmap.v2.PropertyField propertyField) throws AtlasUnsupportedException, AtlasConversionException
session
- AtlasSession
propertyField
- target PropertyField
to read a property value fromAtlasUnsupportedException
- if reading property is not supportedAtlasConversionException
- if type conversion failsCopyright © 2017–2022 Red Hat, Inc.. All rights reserved.