JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
io.restassured.common.mapper.TypeRef
Packages that use
TypeRef
Package
Description
io.restassured.common.mapper
Uses of
TypeRef
in
io.restassured.common.mapper
Methods in
io.restassured.common.mapper
with parameters of type
TypeRef
Modifier and Type
Method
Description
int
TypeRef.
compareTo
(
TypeRef
<
T
> ignored)
The only reason we define this method (and require implementation of
Comparable
) is to prevent constructing a reference without type information.