Uses of Interface
com.jcabi.github.RtValuePagination.Mapping
-
Packages that use RtValuePagination.Mapping Package Description com.jcabi.github Object Oriented Github API. -
-
Uses of RtValuePagination.Mapping in com.jcabi.github
Fields in com.jcabi.github declared as RtValuePagination.Mapping Modifier and Type Field Description static RtValuePagination.Mapping<javax.json.JsonObject,javax.json.JsonObject>RtPagination. COPYINGMapping that just copies JsonObject.Methods in com.jcabi.github that return RtValuePagination.Mapping Modifier and Type Method Description RtValuePagination.Mapping<T,javax.json.JsonObject>RtPagination. mapping()Mapping.RtValuePagination.Mapping<T,P>RtValuePagination. mapping()Mapping.Constructors in com.jcabi.github with parameters of type RtValuePagination.Mapping Constructor Description RtPagination(com.jcabi.http.Request req, RtValuePagination.Mapping<T,javax.json.JsonObject> mpp)Public ctor.RtValuePagination(com.jcabi.http.Request req, RtValuePagination.Mapping<T,P> mpp)Public ctor.
-