public class WildcardRef extends TypeRef
ALSO_IMPORT, INIT| Constructor and Description |
|---|
WildcardRef() |
WildcardRef(List<TypeRef> bounds,
Map<AttributeKey,Object> attributes) |
| Modifier and Type | Method and Description |
|---|---|
List<TypeRef> |
getBounds() |
int |
getDimensions() |
boolean |
isAssignableFrom(TypeRef ref) |
String |
toString() |
TypeRef |
withDimensions(int dimensions) |
getAttribute, getAttributes, hasAttributepublic WildcardRef()
public WildcardRef(List<TypeRef> bounds, Map<AttributeKey,Object> attributes)
public int getDimensions()
getDimensions in class TypeRefpublic TypeRef withDimensions(int dimensions)
withDimensions in class TypeRefpublic boolean isAssignableFrom(TypeRef ref)
isAssignableFrom in class TypeRefCopyright © 2016. All Rights Reserved.