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

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

    @Immutable
    public static interface RtValuePagination.Mapping<X,​P extends javax.json.JsonValue>
    Mapping from JsonValue successor to the destination type.
    • Method Detail

      • map

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