Interface ModelTypedList.ValueWrapper

Enclosing class:
ModelTypedList<T>

public static interface ModelTypedList.ValueWrapper
Since:
3.9.0
  • Method Summary

    Modifier and Type
    Method
    Description
    wrap(IPObject pobject, IType targetType, Object value)
    Wraps the low-level value from data object into the high-level value returned by IPObject
  • Method Details

    • wrap

      @Nullable Object wrap(@NotNull IPObject pobject, @NotNull IType targetType, @Nullable Object value)
      Wraps the low-level value from data object into the high-level value returned by IPObject
      Parameters:
      pobject - (not null)
      targetType - - target value type
      value -
      Returns:
      the high-level value