Uses of Class
io.sundr.model.PropertyFluent.AnnotationsNested
-
-
Uses of PropertyFluent.AnnotationsNested in io.sundr.model
Methods in io.sundr.model that return PropertyFluent.AnnotationsNested Modifier and Type Method Description PropertyFluent.AnnotationsNested<A>PropertyFluent. addNewAnnotation()PropertyFluent.AnnotationsNested<A>PropertyFluent. addNewAnnotationLike(io.sundr.model.AnnotationRef item)PropertyFluent.AnnotationsNested<A>PropertyFluent. editAnnotation(int index)PropertyFluent.AnnotationsNested<A>PropertyFluent. editFirstAnnotation()PropertyFluent.AnnotationsNested<A>PropertyFluent. editLastAnnotation()PropertyFluent.AnnotationsNested<A>PropertyFluent. editMatchingAnnotation(Predicate<AnnotationRefBuilder> predicate)PropertyFluent.AnnotationsNested<A>PropertyFluent. setNewAnnotationLike(int index, io.sundr.model.AnnotationRef item)
-