Uses of Class
org.apache.camel.quarkus.component.avro.rpc.it.specific.generated.Key.Builder
Packages that use Key.Builder
-
Uses of Key.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 Key.BuilderModifier and TypeMethodDescriptionKey.Builder.clearKey()Clears the value of the 'key' field.static Key.BuilderKey.newBuilder()Creates a new Key RecordBuilder.static Key.BuilderKey.newBuilder(Key other) Creates a new Key RecordBuilder by copying an existing Key instance.static Key.BuilderKey.newBuilder(Key.Builder other) Creates a new Key RecordBuilder by copying an existing Builder.Key.Builder.setKey(CharSequence value) Sets the value of the 'key' field.Methods in org.apache.camel.quarkus.component.avro.rpc.it.specific.generated with parameters of type Key.BuilderModifier and TypeMethodDescriptionstatic Key.BuilderKey.newBuilder(Key.Builder other) Creates a new Key RecordBuilder by copying an existing Builder.