Uses of Class
com.rezzedup.util.constants.types.TypeCapture
-
Packages that use TypeCapture Package Description com.rezzedup.util.constants.types Type tokens and casting. -
-
Uses of TypeCapture in com.rezzedup.util.constants.types
Fields in com.rezzedup.util.constants.types declared as TypeCapture Modifier and Type Field Description static TypeCapture<Class<?>>Wildcards. CLASSWildcardClasstype capture.static TypeCapture<Collection<?>>Wildcards. COLLECTIONWildcardCollectiontype capture.static TypeCapture<List<?>>Wildcards. LISTWildcardListtype capture.static TypeCapture<Map<?,?>>Wildcards. MAPWildcardMaptype capture.static TypeCapture<Set<?>>Wildcards. SETWildcardSettype capture.Methods in com.rezzedup.util.constants.types that return TypeCapture Modifier and Type Method Description static TypeCapture<Object>TypeCapture. any()Gets the constantObjecttype capture.static <T> TypeCapture<T>TypeCapture. type(TypeCompatible<T> type)Converts an alternative compatible type token into a type captures.static <T> TypeCapture<T>TypeCapture. type(Class<T> type)Captures the type directly from a non-generic class.static TypeCapture<?>TypeCapture. type(Type type)Captures an unknown type.Methods in com.rezzedup.util.constants.types that return types with arguments of type TypeCapture Modifier and Type Method Description List<TypeCapture<?>>TypeCapture. generics()Gets the captured generic type parameters.
-