Package com.highmobility.autoapi
Interface Command.PropertyIteration
- Enclosing class:
- Command
public static interface Command.PropertyIteration
-
Method Summary
-
Method Details
-
iterate
- Parameters:
p- The base property.- Returns:
- The parsed property or object, if matched to a field.
- Throws:
Exception- The property parse exception is caught internally. If a property parsing fails, it is ignored and parsing continues with the next property.
-