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