Uses of Class
io.sundr.model.TypeDefBuilder
-
-
Uses of TypeDefBuilder in io.sundr.model
Method parameters in io.sundr.model with type arguments of type TypeDefBuilder Modifier and Type Method Description io.sundr.model.TypeDefTypeDefFluent. buildMatchingInnerType(Predicate<TypeDefBuilder> predicate)io.sundr.model.TypeDefSourceFluent. buildMatchingType(Predicate<TypeDefBuilder> predicate)TypeDefFluent.InnerTypesNested<A>TypeDefFluent. editMatchingInnerType(Predicate<TypeDefBuilder> predicate)SourceFluent.TypesNested<A>SourceFluent. editMatchingType(Predicate<TypeDefBuilder> predicate)booleanTypeDefFluent. hasMatchingInnerType(Predicate<TypeDefBuilder> predicate)booleanSourceFluent. hasMatchingType(Predicate<TypeDefBuilder> predicate)ATypeDefFluent. removeMatchingFromInnerTypes(Predicate<TypeDefBuilder> predicate)ASourceFluent. removeMatchingFromTypes(Predicate<TypeDefBuilder> predicate)
-