Uses of Class
org.apache.camel.quarkus.component.avro.rpc.it.specific.generated.Value.Builder
-
Packages that use Value.Builder Package Description org.apache.camel.quarkus.component.avro.rpc.it.specific.generated -
-
Uses of Value.Builder in org.apache.camel.quarkus.component.avro.rpc.it.specific.generated
Methods in org.apache.camel.quarkus.component.avro.rpc.it.specific.generated that return Value.Builder Modifier and Type Method Description Value.BuilderValue.Builder. clearValue()Clears the value of the 'value' field.static Value.BuilderValue. newBuilder()Creates a new Value RecordBuilder.static Value.BuilderValue. newBuilder(Value other)Creates a new Value RecordBuilder by copying an existing Value instance.static Value.BuilderValue. newBuilder(Value.Builder other)Creates a new Value RecordBuilder by copying an existing Builder.Value.BuilderValue.Builder. setValue(CharSequence value)Sets the value of the 'value' field.Methods in org.apache.camel.quarkus.component.avro.rpc.it.specific.generated with parameters of type Value.Builder Modifier and Type Method Description static Value.BuilderValue. newBuilder(Value.Builder other)Creates a new Value RecordBuilder by copying an existing Builder.
-