Interface RtValuePagination.Mapping<X,P extends jakarta.json.JsonValue>

Type Parameters:
X - Type of custom object
P - Type of source object
Enclosing class:
RtValuePagination<T,P extends jakarta.json.JsonValue>

@Immutable public static interface RtValuePagination.Mapping<X,P extends jakarta.json.JsonValue>
Mapping from JsonValue successor to the destination type.
Since:
0.8
  • Method Summary

    Modifier and Type
    Method
    Description
    map(P value)
    Map JsonValue successor to the type required.
  • Method Details

    • map

      X map(P value)
      Map JsonValue successor to the type required.
      Parameters:
      value - Extends JsonValue
      Returns:
      Custom object