Uses of Class
org.apache.camel.quarkus.component.avro.rpc.it.specific.generated.Value.Builder
Packages that use Value.Builder
-
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.BuilderModifier and TypeMethodDescriptionValue.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.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.BuilderModifier and TypeMethodDescriptionstatic Value.BuilderValue.newBuilder(Value.Builder other) Creates a new Value RecordBuilder by copying an existing Builder.