Uses of Class
ch.admin.bit.jeap.domainevent.avro.event.integration.idl.IdlTestIntegrationReferences
Packages that use IdlTestIntegrationReferences
-
Uses of IdlTestIntegrationReferences in ch.admin.bit.jeap.domainevent.avro.event.integration.idl
Methods in ch.admin.bit.jeap.domainevent.avro.event.integration.idl that return IdlTestIntegrationReferencesModifier and TypeMethodDescriptionIdlTestIntegrationReferences.Builder.build()static IdlTestIntegrationReferencesIdlTestIntegrationReferences.fromByteBuffer(ByteBuffer b) Deserializes a IdlTestIntegrationReferences from a ByteBuffer.IdlTestIntegrationEvent.Builder.getReferences()Gets the value of the 'references' field.IdlTestIntegrationEvent.getReferences()Gets the value of the 'references' field.Methods in ch.admin.bit.jeap.domainevent.avro.event.integration.idl that return types with arguments of type IdlTestIntegrationReferencesModifier and TypeMethodDescriptionstatic org.apache.avro.message.BinaryMessageDecoder<IdlTestIntegrationReferences> IdlTestIntegrationReferences.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<IdlTestIntegrationReferences> IdlTestIntegrationReferences.getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<IdlTestIntegrationReferences> IdlTestIntegrationReferences.getEncoder()Return the BinaryMessageEncoder instance used by this class.IdlTestIntegrationEvent.Builder.getOptionalReferences()Gets the value of the 'references' field as an OptionalIdlTestIntegrationEvent.getOptionalReferences()Gets the value of the 'references' field as an OptionalMethods in ch.admin.bit.jeap.domainevent.avro.event.integration.idl with parameters of type IdlTestIntegrationReferencesModifier and TypeMethodDescriptionIdlTestIntegrationReferences.newBuilder(IdlTestIntegrationReferences other) Creates a new IdlTestIntegrationReferences RecordBuilder by copying an existing IdlTestIntegrationReferences instance.IdlTestIntegrationEvent.Builder.setReferences(IdlTestIntegrationReferences value) Sets the value of the 'references' field.voidIdlTestIntegrationEvent.setReferences(IdlTestIntegrationReferences value) Sets the value of the 'references' field.Constructors in ch.admin.bit.jeap.domainevent.avro.event.integration.idl with parameters of type IdlTestIntegrationReferencesModifierConstructorDescriptionIdlTestIntegrationEvent(AvroDomainEventIdentity identity, AvroDomainEventType type, AvroDomainEventPublisher publisher, IdlTestIntegrationReferences references, IdlTestIntegrationPayload payload, String domainEventVersion) All-args constructor.