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> |
ModifierSupportFluent.ModifiersNested<N>buildModifiers, editModifiers, editOrNewModifiers, editOrNewModifiersLike, getModifiers, hasModifiers, withModifiers, withNewModifiers, withNewModifiersLikeaddToAttributes, addToAttributes, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributesA addToAnnotations(Integer index, AnnotationRef item)
A setToAnnotations(Integer index, AnnotationRef item)
A addToAnnotations(AnnotationRef... items)
A addAllToAnnotations(Collection<AnnotationRef> items)
A removeFromAnnotations(AnnotationRef... items)
A removeAllFromAnnotations(Collection<AnnotationRef> items)
A removeMatchingFromAnnotations(Predicate<AnnotationRefBuilder> predicate)
@Deprecated List<AnnotationRef> getAnnotations()
List<AnnotationRef> buildAnnotations()
AnnotationRef buildAnnotation(Integer 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(Integer index, AnnotationRef item)
PropertyFluent.AnnotationsNested<A> editAnnotation(Integer index)
PropertyFluent.AnnotationsNested<A> editFirstAnnotation()
PropertyFluent.AnnotationsNested<A> editLastAnnotation()
PropertyFluent.AnnotationsNested<A> editMatchingAnnotation(Predicate<AnnotationRefBuilder> predicate)
@Deprecated TypeRef getTypeRef()
TypeRef buildTypeRef()
Boolean hasTypeRef()
A withTypeParamRefType(TypeParamRef typeParamRefType)
PropertyFluent.TypeParamRefTypeNested<A> withNewTypeParamRefType()
PropertyFluent.TypeParamRefTypeNested<A> withNewTypeParamRefTypeLike(TypeParamRef 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 withPrimitiveRefType(PrimitiveRef primitiveRefType)
PropertyFluent.PrimitiveRefTypeNested<A> withNewPrimitiveRefType()
PropertyFluent.PrimitiveRefTypeNested<A> withNewPrimitiveRefTypeLike(PrimitiveRef item)
PropertyFluent.VoidRefTypeNested<A> withNewVoidRefType()
PropertyFluent.VoidRefTypeNested<A> withNewVoidRefTypeLike(VoidRef item)
String getName()
Boolean hasName()
A addAllToComments(Collection<String> items)
A removeAllFromComments(Collection<String> items)
String getFirstComment()
String getLastComment()
Boolean hasComments()
boolean isEnumConstant()
A withEnumConstant(boolean enumConstant)
Boolean hasEnumConstant()
boolean isSynthetic()
A withSynthetic(boolean synthetic)
Boolean hasSynthetic()
A withEnumConstant()
A withSynthetic()
Copyright © 2023. All rights reserved.