Uses of Class
io.sundr.model.PropertyBuilder
-
Uses of PropertyBuilder in io.sundr.model
Method parameters in io.sundr.model with type arguments of type PropertyBuilderModifier and TypeMethodDescriptionMethodFluent.buildMatchingArgument(Predicate<PropertyBuilder> predicate) DeclareFluent.buildMatchingProperty(Predicate<PropertyBuilder> predicate) TypeDefFluent.buildMatchingProperty(Predicate<PropertyBuilder> predicate) MethodFluent.editMatchingArgument(Predicate<PropertyBuilder> predicate) DeclareFluent.editMatchingProperty(Predicate<PropertyBuilder> predicate) TypeDefFluent.editMatchingProperty(Predicate<PropertyBuilder> predicate) booleanMethodFluent.hasMatchingArgument(Predicate<PropertyBuilder> predicate) booleanDeclareFluent.hasMatchingProperty(Predicate<PropertyBuilder> predicate) booleanTypeDefFluent.hasMatchingProperty(Predicate<PropertyBuilder> predicate) MethodFluent.removeMatchingFromArguments(Predicate<PropertyBuilder> predicate) DeclareFluent.removeMatchingFromProperties(Predicate<PropertyBuilder> predicate) TypeDefFluent.removeMatchingFromProperties(Predicate<PropertyBuilder> predicate)