Uses of Class
net.odoframework.util.Pair
| Package | Description |
|---|---|
| net.odoframework.beans | |
| net.odoframework.beans.types | |
| net.odoframework.http | |
| net.odoframework.util |
-
Uses of Pair in net.odoframework.beans
Constructors in net.odoframework.beans with parameters of type Pair Constructor Description MapToObjectMapper(Pair<String,Binding<T,?>>... properties) -
Uses of Pair in net.odoframework.beans.types
Methods in net.odoframework.beans.types that return types with arguments of type Pair Modifier and Type Method Description static Map<Pair<Class<?>,Class<?>>,Function<?,?>>NumberCoercingConverter. numberCoercions() -
Uses of Pair in net.odoframework.http
Methods in net.odoframework.http that return types with arguments of type Pair Modifier and Type Method Description Set<Pair<String,String>>URIBuilder. getQueryParameters()Collection<Pair<String,String>>BasicAuth. toHeader()Collection<Pair<String,String>>Credentials. toHeader()Collection<Pair<String,String>>TokenAuthentication. toHeader() -
Uses of Pair in net.odoframework.util
Subclasses of Pair in net.odoframework.util Modifier and Type Class Description classWritablePair<T,K>Methods in net.odoframework.util that return Pair Modifier and Type Method Description static <A, B> Pair<A,B>Pair. cons(A left, B right)Methods in net.odoframework.util with parameters of type Pair Modifier and Type Method Description static <T, K> Map<T,K>Pair. toMap(Pair<T,K>... pairs)