public interface WildcardRefFluent<A extends WildcardRefFluent<A>> extends TypeRefFluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
WildcardRefFluent.ClassRefBoundsNested<N> |
static interface |
WildcardRefFluent.PrimitiveRefBoundsNested<N> |
static interface |
WildcardRefFluent.TypeParamRefBoundsNested<N> |
static interface |
WildcardRefFluent.VoidRefBoundsNested<N> |
static interface |
WildcardRefFluent.WildcardRefBoundsNested<N> |
addToAttributes, addToAttributes, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributes
A addToBounds(VisitableBuilder<? extends TypeRef,?> builder)
A addToBounds(int index, VisitableBuilder<? extends TypeRef,?> builder)
A addAllToBounds(Collection<TypeRef> items)
A removeFromBounds(VisitableBuilder<? extends TypeRef,?> builder)
A removeAllFromBounds(Collection<TypeRef> items)
@Deprecated List<TypeRef> getBounds()
TypeRef buildBound(int index)
TypeRef buildFirstBound()
TypeRef buildLastBound()
TypeRef buildMatchingBound(Predicate<VisitableBuilder<? extends TypeRef,?>> predicate)
Boolean hasMatchingBound(Predicate<VisitableBuilder<? extends TypeRef,?>> predicate)
Boolean hasBounds()
A addToPrimitiveRefBounds(int index, PrimitiveRef item)
A setToPrimitiveRefBounds(int index, PrimitiveRef item)
A addToPrimitiveRefBounds(PrimitiveRef... items)
A addAllToPrimitiveRefBounds(Collection<PrimitiveRef> items)
A removeFromPrimitiveRefBounds(PrimitiveRef... items)
A removeAllFromPrimitiveRefBounds(Collection<PrimitiveRef> items)
WildcardRefFluent.PrimitiveRefBoundsNested<A> setNewPrimitiveRefBoundLike(int index, PrimitiveRef item)
WildcardRefFluent.PrimitiveRefBoundsNested<A> addNewPrimitiveRefBound()
WildcardRefFluent.PrimitiveRefBoundsNested<A> addNewPrimitiveRefBoundLike(PrimitiveRef item)
A addAllToVoidRefBounds(Collection<VoidRef> items)
A removeAllFromVoidRefBounds(Collection<VoidRef> items)
WildcardRefFluent.VoidRefBoundsNested<A> setNewVoidRefBoundLike(int index, VoidRef item)
WildcardRefFluent.VoidRefBoundsNested<A> addNewVoidRefBound()
WildcardRefFluent.VoidRefBoundsNested<A> addNewVoidRefBoundLike(VoidRef item)
A addToWildcardRefBounds(int index, WildcardRef item)
A setToWildcardRefBounds(int index, WildcardRef item)
A addToWildcardRefBounds(WildcardRef... items)
A addAllToWildcardRefBounds(Collection<WildcardRef> items)
A removeFromWildcardRefBounds(WildcardRef... items)
A removeAllFromWildcardRefBounds(Collection<WildcardRef> items)
WildcardRefFluent.WildcardRefBoundsNested<A> setNewWildcardRefBoundLike(int index, WildcardRef item)
WildcardRefFluent.WildcardRefBoundsNested<A> addNewWildcardRefBound()
WildcardRefFluent.WildcardRefBoundsNested<A> addNewWildcardRefBoundLike(WildcardRef item)
A addAllToClassRefBounds(Collection<ClassRef> items)
A removeAllFromClassRefBounds(Collection<ClassRef> items)
WildcardRefFluent.ClassRefBoundsNested<A> setNewClassRefBoundLike(int index, ClassRef item)
WildcardRefFluent.ClassRefBoundsNested<A> addNewClassRefBound()
WildcardRefFluent.ClassRefBoundsNested<A> addNewClassRefBoundLike(ClassRef item)
A addToTypeParamRefBounds(int index, TypeParamRef item)
A setToTypeParamRefBounds(int index, TypeParamRef item)
A addToTypeParamRefBounds(TypeParamRef... items)
A addAllToTypeParamRefBounds(Collection<TypeParamRef> items)
A removeFromTypeParamRefBounds(TypeParamRef... items)
A removeAllFromTypeParamRefBounds(Collection<TypeParamRef> items)
WildcardRefFluent.TypeParamRefBoundsNested<A> setNewTypeParamRefBoundLike(int index, TypeParamRef item)
WildcardRefFluent.TypeParamRefBoundsNested<A> addNewTypeParamRefBound()
WildcardRefFluent.TypeParamRefBoundsNested<A> addNewTypeParamRefBoundLike(TypeParamRef item)
Copyright © 2019 JBoss by Red Hat. All rights reserved.