Interface Command.PropertyIteration

Enclosing class:
Command

public static interface Command.PropertyIteration
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • iterate

      @Nullable Property iterate(Property p) throws Exception
      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.