public class WildcardRef extends TypeRef
ALSO_IMPORT, DEFAULT_VALUE, INIT, INIT_FUNCTION, LAZY_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, hasAttribute
public WildcardRef()
public WildcardRef(List<TypeRef> bounds, Map<AttributeKey,Object> attributes)
public int getDimensions()
getDimensions
in class TypeRef
public TypeRef withDimensions(int dimensions)
withDimensions
in class TypeRef
public boolean isAssignableFrom(TypeRef ref)
isAssignableFrom
in class TypeRef
Copyright © 2019 JBoss by Red Hat. All rights reserved.