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