- java.lang.Object
-
- com.rezzedup.util.constants.types.Wildcards
-
public class Wildcards extends Object
Constant type captures for common generic wildcard types.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeCapture<Class<?>>CLASSWildcardClasstype capture.static TypeCapture<Collection<?>>COLLECTIONWildcardCollectiontype capture.static TypeCapture<List<?>>LISTWildcardListtype capture.static TypeCapture<Map<?,?>>MAPWildcardMaptype capture.static TypeCapture<Set<?>>SETWildcardSettype capture.
-
-
-
Field Detail
-
CLASS
public static final TypeCapture<Class<?>> CLASS
WildcardClasstype capture.
-
LIST
public static final TypeCapture<List<?>> LIST
WildcardListtype capture.
-
SET
public static final TypeCapture<Set<?>> SET
WildcardSettype capture.
-
COLLECTION
public static final TypeCapture<Collection<?>> COLLECTION
WildcardCollectiontype capture.
-
MAP
public static final TypeCapture<Map<?,?>> MAP
WildcardMaptype capture.
-
-