public interface TypeVariableSource<O extends JavaSource<O>> extends TypeVariable<O>, NamedSource<TypeVariableSource<O>>
GenericCapableSource JavaSource.| Modifier and Type | Method and Description |
|---|---|
TypeVariableSource<O> |
removeBounds()
Remove any bounds declared on this type variable.
|
TypeVariableSource<O> |
setBounds(Class<?>... bounds)
Set the bounds of this type variable.
|
TypeVariableSource<O> |
setBounds(JavaType<?>... bounds)
Set the bounds of this type variable.
|
TypeVariableSource<O> |
setBounds(String... bounds)
Set the bounds of this type variable.
|
getBoundsgetInternalsetNameTypeVariableSource<O> setBounds(JavaType<?>... bounds)
bounds - TypeVariableSource<O> setBounds(Class<?>... bounds)
bounds - TypeVariableSource<O> setBounds(String... bounds)
bounds - TypeVariableSource<O> removeBounds()
Copyright © 2019 JBoss by Red Hat. All rights reserved.