public class Tuples extends Object
| Constructor and Description |
|---|
Tuples() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isTuple(Type type) |
static ParameterizedType |
tupleImplementationTypeDef(Class<?> tupleImplementation,
Type... tupleTypes) |
static ParameterizedType |
typeDef(Type... types) |
public static boolean isTuple(Type type)
public static ParameterizedType typeDef(Type... types)
public static ParameterizedType tupleImplementationTypeDef(Class<?> tupleImplementation, Type... tupleTypes)
Copyright © 2015. All rights reserved.