Name

adams.flow.transformer.GetObjectProperty


Synopsis

Retrieves a value from an object's property using a bean property path.
A bean property consists usually of a get and set method, e.g.:
- setDebug(boolean)
- boolean getDebug()
The property name for this pair is:
  debug


Additional information

Flow input/output:
- input: java.lang.Object
- output: adams.flow.core.Unknown


Options