Package com.atlan.samples.writers
Interface RowGenerator
-
public interface RowGenerator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Iterable<java.lang.String>
valuesFromAsset(com.atlan.model.assets.Asset asset)
Interface to generate an iterable set of values for a row.
-