Uses of Class
ch.admin.bit.jeap.domainevent.avro.event.integration.idl.IdlTestIntegrationReference
Packages that use IdlTestIntegrationReference
-
Uses of IdlTestIntegrationReference in ch.admin.bit.jeap.domainevent.avro.event.integration.idl
Methods in ch.admin.bit.jeap.domainevent.avro.event.integration.idl that return IdlTestIntegrationReferenceModifier and TypeMethodDescriptionIdlTestIntegrationReference.Builder.build()static IdlTestIntegrationReferenceIdlTestIntegrationReference.fromByteBuffer(ByteBuffer b) Deserializes a IdlTestIntegrationReference from a ByteBuffer.IdlTestIntegrationReferences.Builder.getSystem()Gets the value of the 'system' field.IdlTestIntegrationReferences.getSystem()Gets the value of the 'system' field.Methods in ch.admin.bit.jeap.domainevent.avro.event.integration.idl that return types with arguments of type IdlTestIntegrationReferenceModifier and TypeMethodDescriptionstatic org.apache.avro.message.BinaryMessageDecoder<IdlTestIntegrationReference> IdlTestIntegrationReference.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<IdlTestIntegrationReference> IdlTestIntegrationReference.getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<IdlTestIntegrationReference> IdlTestIntegrationReference.getEncoder()Return the BinaryMessageEncoder instance used by this class.IdlTestIntegrationReferences.Builder.getOptionalSystem()Gets the value of the 'system' field as an OptionalIdlTestIntegrationReferences.getOptionalSystem()Gets the value of the 'system' field as an OptionalMethods in ch.admin.bit.jeap.domainevent.avro.event.integration.idl with parameters of type IdlTestIntegrationReferenceModifier and TypeMethodDescriptionIdlTestIntegrationReference.newBuilder(IdlTestIntegrationReference other) Creates a new IdlTestIntegrationReference RecordBuilder by copying an existing IdlTestIntegrationReference instance.IdlTestIntegrationReferences.Builder.setSystem(IdlTestIntegrationReference value) Sets the value of the 'system' field.voidIdlTestIntegrationReferences.setSystem(IdlTestIntegrationReference value) Sets the value of the 'system' field.Constructors in ch.admin.bit.jeap.domainevent.avro.event.integration.idl with parameters of type IdlTestIntegrationReferenceModifierConstructorDescriptionAll-args constructor.