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, withModifiersaddToAttributes, addToAttributes, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributesA addToAnnotations(int index, AnnotationRef item)
A setToAnnotations(int index, AnnotationRef item)
A addToAnnotations(AnnotationRef... items)
A addAllToAnnotations(java.util.Collection<AnnotationRef> items)
A removeFromAnnotations(AnnotationRef... items)
A removeAllFromAnnotations(java.util.Collection<AnnotationRef> items)
@Deprecated java.util.List<AnnotationRef> getAnnotations()
java.util.List<AnnotationRef> buildAnnotations()
AnnotationRef buildAnnotation(int index)
AnnotationRef buildFirstAnnotation()
AnnotationRef buildLastAnnotation()
AnnotationRef buildMatchingAnnotation(Predicate<AnnotationRefBuilder> predicate)
java.lang.Boolean hasMatchingAnnotation(Predicate<AnnotationRefBuilder> predicate)
A withAnnotations(java.util.List<AnnotationRef> annotations)
A withAnnotations(AnnotationRef... annotations)
java.lang.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()
java.lang.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)
java.lang.String getName()
A withName(java.lang.String name)
java.lang.Boolean hasName()
A withNewName(java.lang.String arg1)
A withNewName(java.lang.StringBuilder arg1)
A withNewName(java.lang.StringBuffer arg1)
Copyright © 2019. All Rights Reserved.