Uses of Class
org.mule.runtime.extension.api.values.ValueBuilder
Packages that use ValueBuilder
-
Uses of ValueBuilder in org.mule.runtime.extension.api.values
Methods in org.mule.runtime.extension.api.values that return ValueBuilderModifier and TypeMethodDescriptionstatic ValueBuilderCreates and returns new instance of aValueBuilder, to help building a newValuerepresented by the givenstatic ValueBuilderCreates and returns new instance of aValueBuilder, to help building a newValuerepresented by the givenValueBuilder.withChild(ValueBuilder valueBuilder) Adds a newValueBuilderchild to theValuethat is being built.ValueBuilder.withDisplayName(String displayName) Adds a display name to theValuethat is being builtMethods in org.mule.runtime.extension.api.values with parameters of type ValueBuilderModifier and TypeMethodDescriptionValueBuilder.withChild(ValueBuilder valueBuilder) Adds a newValueBuilderchild to theValuethat is being built.