Uses of Class
org.apache.camel.quarkus.component.avro.rpc.it.specific.generated.Value
Packages that use Value
Package
Description
-
Uses of Value 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 ValueModifier and TypeMethodDescriptionValue.Builder.build()static ValueValue.fromByteBuffer(ByteBuffer b) Deserializes a Value from a ByteBuffer.Methods in org.apache.camel.quarkus.component.avro.rpc.it.specific.generated that return types with arguments of type ValueModifier and TypeMethodDescriptionstatic org.apache.avro.message.BinaryMessageDecoder<Value>Value.createDecoder(org.apache.avro.message.SchemaStore resolver) Create a new BinaryMessageDecoder instance for this class that uses the specifiedSchemaStore.static org.apache.avro.message.BinaryMessageDecoder<Value>Value.getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<Value>Value.getEncoder()Return the BinaryMessageEncoder instance used by this class.Methods in org.apache.camel.quarkus.component.avro.rpc.it.specific.generated with parameters of type ValueModifier and TypeMethodDescriptionstatic Value.BuilderValue.newBuilder(Value other) Creates a new Value RecordBuilder by copying an existing Value instance.voidvoidMethod parameters in org.apache.camel.quarkus.component.avro.rpc.it.specific.generated with type arguments of type Value -
Uses of Value in org.apache.camel.quarkus.component.avro.rpc.it.specific.impl
Methods in org.apache.camel.quarkus.component.avro.rpc.it.specific.impl that return ValueMethods in org.apache.camel.quarkus.component.avro.rpc.it.specific.impl that return types with arguments of type ValueMethods in org.apache.camel.quarkus.component.avro.rpc.it.specific.impl with parameters of type Value