Uses of Interface
com.jcabi.github.RtValuePagination.Mapping
Packages that use RtValuePagination.Mapping
-
Uses of RtValuePagination.Mapping in com.jcabi.github
Fields in com.jcabi.github declared as RtValuePagination.MappingModifier and TypeFieldDescriptionstatic final RtValuePagination.Mapping<jakarta.json.JsonObject,jakarta.json.JsonObject> RtPagination.COPYINGMapping that just copies JsonObject.Methods in com.jcabi.github that return RtValuePagination.MappingModifier and TypeMethodDescriptionRtValuePagination.Mapping<T,jakarta.json.JsonObject> RtPagination.mapping()Mapping.RtValuePagination.mapping()Mapping.Constructors in com.jcabi.github with parameters of type RtValuePagination.MappingModifierConstructorDescriptionRtPagination(com.jcabi.http.Request req, RtValuePagination.Mapping<T, jakarta.json.JsonObject> mpp) Public ctor.RtValuePagination(com.jcabi.http.Request req, RtValuePagination.Mapping<T, P> mpp) Public ctor.