Class StepMetaProps

java.lang.Object
org.pentaho.di.core.util.serialization.StepMetaProps

public class StepMetaProps extends Object
A slim representation of StepMetaInterface properties, used as a way to leverage alternative serialization strategies (e.g. MetaXmlSerializer

Public methods allow conversion: from(StepMetaInterface) and to(StepMetaInterface)

Internally, the StepMetaProps holds a list of StepMetaProps.PropGroup elements, each corresponding to a MetadataInjection group.

InjectionDeep not yet supported.