Package com.jcabi.github
Interface RtValuePagination.Mapping<X,P extends jakarta.json.JsonValue>
- Type Parameters:
X- Type of custom objectP- 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
-
Method Details
-
map
Map JsonValue successor to the type required.- Parameters:
value- Extends JsonValue- Returns:
- Custom object
-