public interface PropertyFluent<A extends PropertyFluent<A>> extends ModifierSupportFluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PropertyFluent.AnnotationsNested<N> |
static interface |
PropertyFluent.ClassRefTypeRefNested<N> |
static interface |
PropertyFluent.PrimitiveRefTypeRefNested<N> |
static interface |
PropertyFluent.TypeParamRefTypeRefNested<N> |
static interface |
PropertyFluent.VoidRefTypeRefNested<N> |
static interface |
PropertyFluent.WildcardRefTypeRefNested<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<Builder<? extends AnnotationRef>> 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)
@Deprecated TypeRef getTypeRef()
TypeRef buildTypeRef()
java.lang.Boolean hasTypeRef()
PropertyFluent.VoidRefTypeRefNested<A> withNewVoidRefTypeRef()
PropertyFluent.VoidRefTypeRefNested<A> withNewVoidRefTypeRefLike(VoidRef item)
A withWildcardRefTypeRef(WildcardRef wildcardRefTypeRef)
PropertyFluent.WildcardRefTypeRefNested<A> withNewWildcardRefTypeRef()
PropertyFluent.WildcardRefTypeRefNested<A> withNewWildcardRefTypeRefLike(WildcardRef item)
A withPrimitiveRefTypeRef(PrimitiveRef primitiveRefTypeRef)
PropertyFluent.PrimitiveRefTypeRefNested<A> withNewPrimitiveRefTypeRef()
PropertyFluent.PrimitiveRefTypeRefNested<A> withNewPrimitiveRefTypeRefLike(PrimitiveRef item)
A withTypeParamRefTypeRef(TypeParamRef typeParamRefTypeRef)
PropertyFluent.TypeParamRefTypeRefNested<A> withNewTypeParamRefTypeRef()
PropertyFluent.TypeParamRefTypeRefNested<A> withNewTypeParamRefTypeRefLike(TypeParamRef item)
PropertyFluent.ClassRefTypeRefNested<A> withNewClassRefTypeRef()
PropertyFluent.ClassRefTypeRefNested<A> withNewClassRefTypeRefLike(ClassRef item)
java.lang.String getName()
A withName(java.lang.String name)
java.lang.Boolean hasName()
Copyright © 2018. All Rights Reserved.