Uses of Class
io.sundr.model.MethodBuilder
-
-
Uses of MethodBuilder in io.sundr.model
Method parameters in io.sundr.model with type arguments of type MethodBuilder Modifier and Type Method Description io.sundr.model.MethodTypeDefFluent. buildMatchingConstructor(Predicate<MethodBuilder> predicate)io.sundr.model.MethodTypeDefFluent. buildMatchingMethod(Predicate<MethodBuilder> predicate)TypeDefFluent.ConstructorsNested<A>TypeDefFluent. editMatchingConstructor(Predicate<MethodBuilder> predicate)TypeDefFluent.MethodsNested<A>TypeDefFluent. editMatchingMethod(Predicate<MethodBuilder> predicate)booleanTypeDefFluent. hasMatchingConstructor(Predicate<MethodBuilder> predicate)booleanTypeDefFluent. hasMatchingMethod(Predicate<MethodBuilder> predicate)ATypeDefFluent. removeMatchingFromConstructors(Predicate<MethodBuilder> predicate)ATypeDefFluent. removeMatchingFromMethods(Predicate<MethodBuilder> predicate)
-