Uses of Class
org.apache.camel.quarkus.component.avro.rpc.it.specific.generated.Key.Builder
-
Packages that use Key.Builder Package Description org.apache.camel.quarkus.component.avro.rpc.it.specific.generated -
-
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.Builder Modifier and Type Method Description Key.BuilderKey.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.BuilderKey.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.Builder Modifier and Type Method Description static Key.BuilderKey. newBuilder(Key.Builder other)Creates a new Key RecordBuilder by copying an existing Builder.
-