Uses of Class
io.sundr.model.TypeDefFluent.ConstructorsNested
-
-
Uses of TypeDefFluent.ConstructorsNested in io.sundr.model
Methods in io.sundr.model that return TypeDefFluent.ConstructorsNested Modifier and Type Method Description TypeDefFluent.ConstructorsNested<A>TypeDefFluent. addNewConstructor()TypeDefFluent.ConstructorsNested<A>TypeDefFluent. addNewConstructorLike(io.sundr.model.Method item)TypeDefFluent.ConstructorsNested<A>TypeDefFluent. editConstructor(int index)TypeDefFluent.ConstructorsNested<A>TypeDefFluent. editFirstConstructor()TypeDefFluent.ConstructorsNested<A>TypeDefFluent. editLastConstructor()TypeDefFluent.ConstructorsNested<A>TypeDefFluent. editMatchingConstructor(Predicate<MethodBuilder> predicate)TypeDefFluent.ConstructorsNested<A>TypeDefFluent. setNewConstructorLike(int index, io.sundr.model.Method item)
-