Exemple #1
0
  public short fieldShort() {

    if (!path) {
      FieldAccess field1 = this.field();
      return field1.getShort(objectUnderTest);
    } else {
      return BeanUtils.idxShort(objectUnderTest, name.toString());
    }
  }