public interface PropertyFluent<A extends PropertyFluent<A>> extends ModifierSupportFluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
PropertyFluent.AnnotationsNested<N> |
static interface |
PropertyFluent.ClassRefTypeNested<N> |
static interface |
PropertyFluent.PrimitiveRefTypeNested<N> |
static interface |
PropertyFluent.TypeParamRefTypeNested<N> |
static interface |
PropertyFluent.VoidRefTypeNested<N> |
static interface |
PropertyFluent.WildcardRefTypeNested<N> |
getModifiers, hasModifiers, withModifiers
addToAttributes, addToAttributes, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributes
A addToAnnotations(int index, AnnotationRef item)
A setToAnnotations(int index, AnnotationRef item)
A addToAnnotations(AnnotationRef... items)
A addAllToAnnotations(Collection<AnnotationRef> items)
A removeFromAnnotations(AnnotationRef... items)
A removeAllFromAnnotations(Collection<AnnotationRef> items)
@Deprecated List<AnnotationRef> getAnnotations()
List<AnnotationRef> buildAnnotations()
AnnotationRef buildAnnotation(int index)
AnnotationRef buildFirstAnnotation()
AnnotationRef buildLastAnnotation()
AnnotationRef buildMatchingAnnotation(Predicate<AnnotationRefBuilder> predicate)
Boolean hasMatchingAnnotation(Predicate<AnnotationRefBuilder> predicate)
A withAnnotations(List<AnnotationRef> annotations)
A withAnnotations(AnnotationRef... annotations)
Boolean hasAnnotations()
PropertyFluent.AnnotationsNested<A> addNewAnnotation()
PropertyFluent.AnnotationsNested<A> addNewAnnotationLike(AnnotationRef item)
PropertyFluent.AnnotationsNested<A> setNewAnnotationLike(int index, AnnotationRef item)
PropertyFluent.AnnotationsNested<A> editAnnotation(int index)
PropertyFluent.AnnotationsNested<A> editFirstAnnotation()
PropertyFluent.AnnotationsNested<A> editLastAnnotation()
PropertyFluent.AnnotationsNested<A> editMatchingAnnotation(Predicate<AnnotationRefBuilder> predicate)
@Deprecated TypeRef getTypeRef()
TypeRef buildTypeRef()
Boolean hasTypeRef()
A withPrimitiveRefType(PrimitiveRef primitiveRefType)
PropertyFluent.PrimitiveRefTypeNested<A> withNewPrimitiveRefType()
PropertyFluent.PrimitiveRefTypeNested<A> withNewPrimitiveRefTypeLike(PrimitiveRef item)
PropertyFluent.VoidRefTypeNested<A> withNewVoidRefType()
PropertyFluent.VoidRefTypeNested<A> withNewVoidRefTypeLike(VoidRef item)
A withWildcardRefType(WildcardRef wildcardRefType)
PropertyFluent.WildcardRefTypeNested<A> withNewWildcardRefType()
PropertyFluent.WildcardRefTypeNested<A> withNewWildcardRefTypeLike(WildcardRef item)
PropertyFluent.ClassRefTypeNested<A> withNewClassRefType()
PropertyFluent.ClassRefTypeNested<A> withNewClassRefTypeLike(ClassRef item)
A withTypeParamRefType(TypeParamRef typeParamRefType)
PropertyFluent.TypeParamRefTypeNested<A> withNewTypeParamRefType()
PropertyFluent.TypeParamRefTypeNested<A> withNewTypeParamRefTypeLike(TypeParamRef item)
String getName()
Boolean hasName()
A withNewName(StringBuilder arg1)
A withNewName(StringBuffer arg1)
Copyright © 2019 JBoss by Red Hat. All rights reserved.