Index
All Classes and Interfaces|All Packages|Serialized Form
A
- AbstractAggregateExceptionData<EX extends org.fuin.ddd4j.core.AbstractAggregateException> - Class in org.fuin.ddd4j.jaxb
-
Base class for storing the data from a
AbstractAggregateExceptionfor marshalling and allows recreating it after unmarshalling. - AbstractAggregateExceptionData() - Constructor for class org.fuin.ddd4j.jaxb.AbstractAggregateExceptionData
-
Constructor only for marshalling/unmarshalling.
- AbstractAggregateExceptionData(AbstractAggregateException) - Constructor for class org.fuin.ddd4j.jaxb.AbstractAggregateExceptionData
-
Constructor with exception.
- AbstractDomainEvent<ID extends org.fuin.ddd4j.core.EntityId> - Class in org.fuin.ddd4j.jaxb
-
Base class for domain events.
- AbstractDomainEvent() - Constructor for class org.fuin.ddd4j.jaxb.AbstractDomainEvent
-
Protected default constructor for deserialization.
- AbstractDomainEvent(EntityIdPath) - Constructor for class org.fuin.ddd4j.jaxb.AbstractDomainEvent
-
Constructor with entity identifier path.
- AbstractDomainEvent(EntityIdPath, Event) - Constructor for class org.fuin.ddd4j.jaxb.AbstractDomainEvent
-
Constructor with entity identifier path and event this one responds to.
- AbstractDomainEvent(EntityIdPath, EventId, EventId) - Constructor for class org.fuin.ddd4j.jaxb.AbstractDomainEvent
-
Constructor with entity identifier path, correlation and causation identifiers.
- AbstractDomainEvent.Builder<ID extends org.fuin.ddd4j.core.EntityId,
TYPE extends AbstractDomainEvent<ID>, BUILDER extends AbstractDomainEvent.Builder<ID, TYPE, BUILDER>> - Class in org.fuin.ddd4j.jaxb -
Base class for event builders.
- AbstractEvent - Class in org.fuin.ddd4j.jaxb
-
Base class for events.
- AbstractEvent() - Constructor for class org.fuin.ddd4j.jaxb.AbstractEvent
-
Default constructor.
- AbstractEvent(Event) - Constructor for class org.fuin.ddd4j.jaxb.AbstractEvent
-
Constructor with event this one responds to.
- AbstractEvent(EventId, EventId) - Constructor for class org.fuin.ddd4j.jaxb.AbstractEvent
-
Constructor with optional data.
- AbstractEvent.Builder<TYPE extends AbstractEvent,
BUILDER extends AbstractEvent.Builder<TYPE, BUILDER>> - Class in org.fuin.ddd4j.jaxb -
Base class for event builders.
- AbstractVersionedAggregateExceptionData<EX extends org.fuin.ddd4j.core.AbstractVersionedAggregateException> - Class in org.fuin.ddd4j.jaxb
-
Base class for storing the data from a
AbstractVersionedAggregateExceptionfor marshalling and allows recreating it after unmarshalling. - AbstractVersionedAggregateExceptionData() - Constructor for class org.fuin.ddd4j.jaxb.AbstractVersionedAggregateExceptionData
-
Constructor only for marshalling/unmarshalling.
- AbstractVersionedAggregateExceptionData(AbstractVersionedAggregateException) - Constructor for class org.fuin.ddd4j.jaxb.AbstractVersionedAggregateExceptionData
-
Constructor with exception.
- AggregateAlreadyExistsExceptionData - Class in org.fuin.ddd4j.jaxb
-
Stores the data from a
AggregateAlreadyExistsExceptionfor marshalling and allows recreating it after unmarshalling. - AggregateAlreadyExistsExceptionData() - Constructor for class org.fuin.ddd4j.jaxb.AggregateAlreadyExistsExceptionData
-
Constructor only for marshalling/unmarshalling.
- AggregateAlreadyExistsExceptionData(AggregateAlreadyExistsException) - Constructor for class org.fuin.ddd4j.jaxb.AggregateAlreadyExistsExceptionData
-
Constructor with exception.
- AggregateDeletedExceptionData - Class in org.fuin.ddd4j.jaxb
-
Stores the data from a
AggregateDeletedExceptionfor marshalling and allows recreating it after unmarshalling. - AggregateDeletedExceptionData() - Constructor for class org.fuin.ddd4j.jaxb.AggregateDeletedExceptionData
-
Constructor only for marshalling/unmarshalling.
- AggregateDeletedExceptionData(AggregateDeletedException) - Constructor for class org.fuin.ddd4j.jaxb.AggregateDeletedExceptionData
-
Constructor with all data.
- AggregateNotFoundExceptionData - Class in org.fuin.ddd4j.jaxb
-
Stores the data from a
AggregateNotFoundExceptionfor marshalling and allows recreating it after unmarshalling. - AggregateNotFoundExceptionData() - Constructor for class org.fuin.ddd4j.jaxb.AggregateNotFoundExceptionData
-
Constructor only for marshalling/unmarshalling.
- AggregateNotFoundExceptionData(AggregateNotFoundException) - Constructor for class org.fuin.ddd4j.jaxb.AggregateNotFoundExceptionData
-
Constructor with all data.
- aggregateVersion(AggregateVersion) - Method in class org.fuin.ddd4j.jaxb.AbstractDomainEvent.Builder
-
Sets the aggregate version.
- AggregateVersionConflictExceptionData - Class in org.fuin.ddd4j.jaxb
-
Stores the data from a
AggregateVersionConflictExceptionfor marshalling and allows recreating it after unmarshalling. - AggregateVersionConflictExceptionData() - Constructor for class org.fuin.ddd4j.jaxb.AggregateVersionConflictExceptionData
-
Constructor only for marshalling/unmarshalling.
- AggregateVersionConflictExceptionData(AggregateVersionConflictException) - Constructor for class org.fuin.ddd4j.jaxb.AggregateVersionConflictExceptionData
-
Constructor with all data.
- AggregateVersionNotFoundExceptionData - Class in org.fuin.ddd4j.jaxb
-
Stores the data from a
AggregateVersionNotFoundExceptionfor marshalling and allows recreating it after unmarshalling. - AggregateVersionNotFoundExceptionData() - Constructor for class org.fuin.ddd4j.jaxb.AggregateVersionNotFoundExceptionData
-
Constructor only for marshalling/unmarshalling.
- AggregateVersionNotFoundExceptionData(AggregateVersionNotFoundException) - Constructor for class org.fuin.ddd4j.jaxb.AggregateVersionNotFoundExceptionData
-
Constructor with all data.
- AggregateVersionXmlAdapter - Class in org.fuin.ddd4j.jaxb
-
Converts an aggregate version into an integer and back.
- AggregateVersionXmlAdapter() - Constructor for class org.fuin.ddd4j.jaxb.AggregateVersionXmlAdapter
B
- Builder(TYPE) - Constructor for class org.fuin.ddd4j.jaxb.AbstractDomainEvent.Builder
-
Constructor with event.
- Builder(TYPE) - Constructor for class org.fuin.ddd4j.jaxb.AbstractEvent.Builder
-
Constructor with event.
C
- causationId(EventId) - Method in class org.fuin.ddd4j.jaxb.AbstractEvent.Builder
-
Sets the event that caused this one.
- causingEvent(Event) - Method in class org.fuin.ddd4j.jaxb.AbstractEvent.Builder
-
Takes the id of the event as causation id and copies the correlation id.
- correlationId(EventId) - Method in class org.fuin.ddd4j.jaxb.AbstractEvent.Builder
-
Sets the event this one correlates to.
D
- DecryptionFailedExceptionData - Class in org.fuin.ddd4j.jaxb
-
Stores the data from a
DecryptionFailedExceptionfor marshalling and allows recreating it after unmarshalling. - DecryptionFailedExceptionData() - Constructor for class org.fuin.ddd4j.jaxb.DecryptionFailedExceptionData
-
Constructor only for marshalling/unmarshalling.
- DecryptionFailedExceptionData(DecryptionFailedException) - Constructor for class org.fuin.ddd4j.jaxb.DecryptionFailedExceptionData
-
Constructor with all data.
- delegate() - Method in class org.fuin.ddd4j.jaxb.AbstractEvent.Builder
-
Returns the delegate.
- DuplicateEncryptionKeyIdExceptionData - Class in org.fuin.ddd4j.jaxb
-
Stores the data from a
DuplicateEncryptionKeyIdExceptionfor marshalling and allows recreating it after unmarshalling. - DuplicateEncryptionKeyIdExceptionData() - Constructor for class org.fuin.ddd4j.jaxb.DuplicateEncryptionKeyIdExceptionData
-
Constructor only for marshalling/unmarshalling.
- DuplicateEncryptionKeyIdExceptionData(DuplicateEncryptionKeyIdException) - Constructor for class org.fuin.ddd4j.jaxb.DuplicateEncryptionKeyIdExceptionData
-
Constructor with all data.
- DuplicateEntityExceptionData - Class in org.fuin.ddd4j.jaxb
-
Stores the data from a
DuplicateEntityExceptionfor marshalling and allows recreating it after unmarshalling. - DuplicateEntityExceptionData() - Constructor for class org.fuin.ddd4j.jaxb.DuplicateEntityExceptionData
-
Constructor only for marshalling/unmarshalling.
- DuplicateEntityExceptionData(DuplicateEntityException) - Constructor for class org.fuin.ddd4j.jaxb.DuplicateEntityExceptionData
-
Constructor with all data.
E
- EncryptedDataJaxb - Class in org.fuin.ddd4j.jaxb
-
Container for encrypted data.
- EncryptedDataJaxb() - Constructor for class org.fuin.ddd4j.jaxb.EncryptedDataJaxb
-
Default constructor for deserialization (JAX-B/JSON-B).
- EncryptedDataJaxb(String, String, String, String, byte[]) - Constructor for class org.fuin.ddd4j.jaxb.EncryptedDataJaxb
-
Constructor with all mandatory data.
- EncryptionKeyIdUnknownExceptionData - Class in org.fuin.ddd4j.jaxb
-
Stores the data from a
EncryptionKeyIdUnknownExceptionfor marshalling and allows recreating it after unmarshalling. - EncryptionKeyIdUnknownExceptionData() - Constructor for class org.fuin.ddd4j.jaxb.EncryptionKeyIdUnknownExceptionData
-
Constructor only for marshalling/unmarshalling.
- EncryptionKeyIdUnknownExceptionData(EncryptionKeyIdUnknownException) - Constructor for class org.fuin.ddd4j.jaxb.EncryptionKeyIdUnknownExceptionData
-
Constructor with all data.
- EncryptionKeyVersionUnknownExceptionData - Class in org.fuin.ddd4j.jaxb
-
Stores the data from a
EncryptionKeyVersionUnknownExceptionfor marshalling and allows recreating it after unmarshalling. - EncryptionKeyVersionUnknownExceptionData() - Constructor for class org.fuin.ddd4j.jaxb.EncryptionKeyVersionUnknownExceptionData
-
Constructor only for marshalling/unmarshalling.
- EncryptionKeyVersionUnknownExceptionData(EncryptionKeyVersionUnknownException) - Constructor for class org.fuin.ddd4j.jaxb.EncryptionKeyVersionUnknownExceptionData
-
Constructor with all data.
- ensureBuildableAbstractDomainEvent() - Method in class org.fuin.ddd4j.jaxb.AbstractDomainEvent.Builder
-
Ensures that everything is set up for building the object or throws a runtime exception otherwise.
- ensureBuildableAbstractEvent() - Method in class org.fuin.ddd4j.jaxb.AbstractEvent.Builder
-
Ensures that everything is set up for building the object or throws a runtime exception otherwise.
- ensureNotNull(String, Object) - Method in class org.fuin.ddd4j.jaxb.AbstractEvent.Builder
-
Ensures that a filed is set or throws a runtime exception otherwise.
- entityIdPath(AggregateRootId) - Method in class org.fuin.ddd4j.jaxb.AbstractDomainEvent.Builder
-
Convenience method to set the entity identifier path if the path has only the aggregate root identifer.
- entityIdPath(EntityIdPath) - Method in class org.fuin.ddd4j.jaxb.AbstractDomainEvent.Builder
-
Sets the identifier path from aggregate root to the entity that emitted the event.
- EntityIdPathXmlAdapter - Class in org.fuin.ddd4j.jaxb
-
JAXB adapter for an entity identifier path.
- EntityIdPathXmlAdapter(EntityIdFactory) - Constructor for class org.fuin.ddd4j.jaxb.EntityIdPathXmlAdapter
-
Constructor with factory.
- EntityIdXmlAdapter - Class in org.fuin.ddd4j.jaxb
-
JAXB adapter for an entity identifier.
- EntityIdXmlAdapter(EntityIdFactory) - Constructor for class org.fuin.ddd4j.jaxb.EntityIdXmlAdapter
-
Constructor with factory.
- EntityNotFoundExceptionData - Class in org.fuin.ddd4j.jaxb
-
Stores the data from a
EntityNotFoundExceptionfor marshalling and allows recreating it after unmarshalling. - EntityNotFoundExceptionData() - Constructor for class org.fuin.ddd4j.jaxb.EntityNotFoundExceptionData
-
Constructor only for marshalling/unmarshalling.
- EntityNotFoundExceptionData(EntityNotFoundException) - Constructor for class org.fuin.ddd4j.jaxb.EntityNotFoundExceptionData
-
Constructor with all data.
- equals(Object) - Method in class org.fuin.ddd4j.jaxb.AbstractEvent
- equals(Object) - Method in class org.fuin.ddd4j.jaxb.AggregateAlreadyExistsExceptionData
- equals(Object) - Method in class org.fuin.ddd4j.jaxb.AggregateDeletedExceptionData
- equals(Object) - Method in class org.fuin.ddd4j.jaxb.AggregateNotFoundExceptionData
- equals(Object) - Method in class org.fuin.ddd4j.jaxb.AggregateVersionConflictExceptionData
- equals(Object) - Method in class org.fuin.ddd4j.jaxb.AggregateVersionNotFoundExceptionData
- equals(Object) - Method in class org.fuin.ddd4j.jaxb.DecryptionFailedExceptionData
- equals(Object) - Method in class org.fuin.ddd4j.jaxb.DuplicateEncryptionKeyIdExceptionData
- equals(Object) - Method in class org.fuin.ddd4j.jaxb.DuplicateEntityExceptionData
- equals(Object) - Method in class org.fuin.ddd4j.jaxb.EncryptedDataJaxb
- equals(Object) - Method in class org.fuin.ddd4j.jaxb.EncryptionKeyIdUnknownExceptionData
- equals(Object) - Method in class org.fuin.ddd4j.jaxb.EncryptionKeyVersionUnknownExceptionData
- equals(Object) - Method in class org.fuin.ddd4j.jaxb.EntityNotFoundExceptionData
- eventId(EventId) - Method in class org.fuin.ddd4j.jaxb.AbstractEvent.Builder
-
Sets the unique identifier of the event.
- EventIdXmlAdapter - Class in org.fuin.ddd4j.jaxb
-
JAXB and JPA converter for an entity identifier.
- EventIdXmlAdapter() - Constructor for class org.fuin.ddd4j.jaxb.EventIdXmlAdapter
G
- getAggregateId() - Method in class org.fuin.ddd4j.jaxb.AbstractAggregateExceptionData
-
Returns the unique aggregate identifier.
- getAggregateType() - Method in class org.fuin.ddd4j.jaxb.AbstractAggregateExceptionData
-
Returns the type of the aggregate.
- getAggregateVersion() - Method in class org.fuin.ddd4j.jaxb.AbstractDomainEvent
- getAggregateVersionInteger() - Method in class org.fuin.ddd4j.jaxb.AbstractDomainEvent
- getCausationId() - Method in class org.fuin.ddd4j.jaxb.AbstractEvent
- getContentType() - Method in class org.fuin.ddd4j.jaxb.EncryptedDataJaxb
-
Returns the content type like "application/json; encoding=UTF-8; version=1".
- getCorrelationId() - Method in class org.fuin.ddd4j.jaxb.AbstractEvent
- getDataElement() - Method in class org.fuin.ddd4j.jaxb.AggregateAlreadyExistsExceptionData
- getDataElement() - Method in class org.fuin.ddd4j.jaxb.AggregateDeletedExceptionData
- getDataElement() - Method in class org.fuin.ddd4j.jaxb.AggregateNotFoundExceptionData
- getDataElement() - Method in class org.fuin.ddd4j.jaxb.AggregateVersionConflictExceptionData
- getDataElement() - Method in class org.fuin.ddd4j.jaxb.AggregateVersionNotFoundExceptionData
- getDataElement() - Method in class org.fuin.ddd4j.jaxb.DecryptionFailedExceptionData
- getDataElement() - Method in class org.fuin.ddd4j.jaxb.DuplicateEncryptionKeyIdExceptionData
- getDataElement() - Method in class org.fuin.ddd4j.jaxb.DuplicateEntityExceptionData
- getDataElement() - Method in class org.fuin.ddd4j.jaxb.EncryptionKeyIdUnknownExceptionData
- getDataElement() - Method in class org.fuin.ddd4j.jaxb.EncryptionKeyVersionUnknownExceptionData
- getDataElement() - Method in class org.fuin.ddd4j.jaxb.EntityNotFoundExceptionData
- getDataType() - Method in class org.fuin.ddd4j.jaxb.EncryptedDataJaxb
-
Returns the unique type of the data like "UserPersonalData".
- getEncryptedData() - Method in class org.fuin.ddd4j.jaxb.EncryptedDataJaxb
-
Returns the encrypted data.
- getEntityId() - Method in class org.fuin.ddd4j.jaxb.AbstractDomainEvent
- getEntityId() - Method in class org.fuin.ddd4j.jaxb.DuplicateEntityExceptionData
-
Returns the unique identifier of the entity.
- getEntityId() - Method in class org.fuin.ddd4j.jaxb.EntityNotFoundExceptionData
-
Returns the unique identifier of the entity.
- getEntityIdPath() - Method in class org.fuin.ddd4j.jaxb.AbstractDomainEvent
- getEventId() - Method in class org.fuin.ddd4j.jaxb.AbstractEvent
- getEventTimestamp() - Method in class org.fuin.ddd4j.jaxb.AbstractEvent
- getKeyId() - Method in class org.fuin.ddd4j.jaxb.DuplicateEncryptionKeyIdExceptionData
-
Returns the key identifier that caused the problem.
- getKeyId() - Method in class org.fuin.ddd4j.jaxb.EncryptedDataJaxb
-
Returns the unique identifier of the private key used.
- getKeyId() - Method in class org.fuin.ddd4j.jaxb.EncryptionKeyIdUnknownExceptionData
-
Returns the key identifier that caused the problem.
- getKeyVersion() - Method in class org.fuin.ddd4j.jaxb.EncryptedDataJaxb
-
Returns the version of the private key used.
- getKeyVersion() - Method in class org.fuin.ddd4j.jaxb.EncryptionKeyVersionUnknownExceptionData
-
Returns the key version that caused the problem.
- getMessage() - Method in class org.fuin.ddd4j.jaxb.AbstractAggregateExceptionData
-
Returns the exception message.
- getMessage() - Method in class org.fuin.ddd4j.jaxb.DecryptionFailedExceptionData
-
Returns the exception message.
- getMessage() - Method in class org.fuin.ddd4j.jaxb.DuplicateEncryptionKeyIdExceptionData
-
Returns the exception message.
- getMessage() - Method in class org.fuin.ddd4j.jaxb.DuplicateEntityExceptionData
-
Returns the exception message.
- getMessage() - Method in class org.fuin.ddd4j.jaxb.EncryptionKeyIdUnknownExceptionData
-
Returns the exception message.
- getMessage() - Method in class org.fuin.ddd4j.jaxb.EncryptionKeyVersionUnknownExceptionData
-
Returns the exception message.
- getMessage() - Method in class org.fuin.ddd4j.jaxb.EntityNotFoundExceptionData
-
Returns the exception message.
- getParentIdPath() - Method in class org.fuin.ddd4j.jaxb.DuplicateEntityExceptionData
-
Returns the path of parent (without entity ID itself).
- getParentIdPath() - Method in class org.fuin.ddd4j.jaxb.EntityNotFoundExceptionData
-
Returns the path of parent (without entity ID itself).
- getShortId() - Method in class org.fuin.ddd4j.jaxb.AggregateAlreadyExistsExceptionData
-
Returns the unique short identifier od the exception.
- getShortId() - Method in class org.fuin.ddd4j.jaxb.AggregateDeletedExceptionData
-
Returns the unique short identifier of the contained exception.
- getShortId() - Method in class org.fuin.ddd4j.jaxb.AggregateNotFoundExceptionData
-
Returns the unique short identifier of the contained exception.
- getShortId() - Method in class org.fuin.ddd4j.jaxb.AggregateVersionConflictExceptionData
-
Returns the unique short identifier of the contained exception.
- getShortId() - Method in class org.fuin.ddd4j.jaxb.AggregateVersionNotFoundExceptionData
-
Returns the unique short identifier of the contained exception.
- getShortId() - Method in class org.fuin.ddd4j.jaxb.DecryptionFailedExceptionData
-
Returns the unique short identifier of the contained exception.
- getShortId() - Method in class org.fuin.ddd4j.jaxb.DuplicateEncryptionKeyIdExceptionData
-
Returns the unique short identifier of the contained exception.
- getShortId() - Method in class org.fuin.ddd4j.jaxb.DuplicateEntityExceptionData
-
Returns the unique short identifier of the contained exception.
- getShortId() - Method in class org.fuin.ddd4j.jaxb.EncryptionKeyIdUnknownExceptionData
-
Returns the unique short identifier of the contained exception.
- getShortId() - Method in class org.fuin.ddd4j.jaxb.EncryptionKeyVersionUnknownExceptionData
-
Returns the unique short identifier of the contained exception.
- getShortId() - Method in class org.fuin.ddd4j.jaxb.EntityNotFoundExceptionData
-
Returns the unique short identifier of the contained exception.
- getVersion() - Method in class org.fuin.ddd4j.jaxb.AbstractVersionedAggregateExceptionData
-
Returns the aggregate version that caused the problem.
H
- hashCode() - Method in class org.fuin.ddd4j.jaxb.AbstractEvent
- hashCode() - Method in class org.fuin.ddd4j.jaxb.AggregateAlreadyExistsExceptionData
- hashCode() - Method in class org.fuin.ddd4j.jaxb.AggregateDeletedExceptionData
- hashCode() - Method in class org.fuin.ddd4j.jaxb.AggregateNotFoundExceptionData
- hashCode() - Method in class org.fuin.ddd4j.jaxb.AggregateVersionConflictExceptionData
- hashCode() - Method in class org.fuin.ddd4j.jaxb.AggregateVersionNotFoundExceptionData
- hashCode() - Method in class org.fuin.ddd4j.jaxb.DecryptionFailedExceptionData
- hashCode() - Method in class org.fuin.ddd4j.jaxb.DuplicateEncryptionKeyIdExceptionData
- hashCode() - Method in class org.fuin.ddd4j.jaxb.DuplicateEntityExceptionData
- hashCode() - Method in class org.fuin.ddd4j.jaxb.EncryptedDataJaxb
- hashCode() - Method in class org.fuin.ddd4j.jaxb.EncryptionKeyIdUnknownExceptionData
- hashCode() - Method in class org.fuin.ddd4j.jaxb.EncryptionKeyVersionUnknownExceptionData
- hashCode() - Method in class org.fuin.ddd4j.jaxb.EntityNotFoundExceptionData
M
- marshal(AggregateVersion) - Method in class org.fuin.ddd4j.jaxb.AggregateVersionXmlAdapter
- marshal(EntityId) - Method in class org.fuin.ddd4j.jaxb.EntityIdXmlAdapter
O
- org.fuin.ddd4j.jaxb - module org.fuin.ddd4j.jaxb
- org.fuin.ddd4j.jaxb - package org.fuin.ddd4j.jaxb
R
- resetAbstractDomainEvent(TYPE) - Method in class org.fuin.ddd4j.jaxb.AbstractDomainEvent.Builder
-
Sets the internal instance to a new one.
- resetAbstractEvent(TYPE) - Method in class org.fuin.ddd4j.jaxb.AbstractEvent.Builder
-
Sets the internal instance to a new one.
T
- timestamp(ZonedDateTime) - Method in class org.fuin.ddd4j.jaxb.AbstractEvent.Builder
-
Sets the date/Time the event was created.
- toException() - Method in class org.fuin.ddd4j.jaxb.AggregateAlreadyExistsExceptionData
- toException() - Method in class org.fuin.ddd4j.jaxb.AggregateDeletedExceptionData
- toException() - Method in class org.fuin.ddd4j.jaxb.AggregateNotFoundExceptionData
- toException() - Method in class org.fuin.ddd4j.jaxb.AggregateVersionConflictExceptionData
- toException() - Method in class org.fuin.ddd4j.jaxb.AggregateVersionNotFoundExceptionData
- toException() - Method in class org.fuin.ddd4j.jaxb.DecryptionFailedExceptionData
- toException() - Method in class org.fuin.ddd4j.jaxb.DuplicateEncryptionKeyIdExceptionData
- toException() - Method in class org.fuin.ddd4j.jaxb.DuplicateEntityExceptionData
- toException() - Method in class org.fuin.ddd4j.jaxb.EncryptionKeyIdUnknownExceptionData
- toException() - Method in class org.fuin.ddd4j.jaxb.EncryptionKeyVersionUnknownExceptionData
- toException() - Method in class org.fuin.ddd4j.jaxb.EntityNotFoundExceptionData
- toString() - Method in class org.fuin.ddd4j.jaxb.AggregateAlreadyExistsExceptionData
- toString() - Method in class org.fuin.ddd4j.jaxb.AggregateDeletedExceptionData
- toString() - Method in class org.fuin.ddd4j.jaxb.AggregateNotFoundExceptionData
- toString() - Method in class org.fuin.ddd4j.jaxb.AggregateVersionConflictExceptionData
- toString() - Method in class org.fuin.ddd4j.jaxb.AggregateVersionNotFoundExceptionData
- toString() - Method in class org.fuin.ddd4j.jaxb.DecryptionFailedExceptionData
- toString() - Method in class org.fuin.ddd4j.jaxb.DuplicateEncryptionKeyIdExceptionData
- toString() - Method in class org.fuin.ddd4j.jaxb.DuplicateEntityExceptionData
- toString() - Method in class org.fuin.ddd4j.jaxb.EncryptedDataJaxb
- toString() - Method in class org.fuin.ddd4j.jaxb.EncryptionKeyIdUnknownExceptionData
- toString() - Method in class org.fuin.ddd4j.jaxb.EncryptionKeyVersionUnknownExceptionData
- toString() - Method in class org.fuin.ddd4j.jaxb.EntityNotFoundExceptionData
U
- unmarshal(Integer) - Method in class org.fuin.ddd4j.jaxb.AggregateVersionXmlAdapter
- unmarshal(String) - Method in class org.fuin.ddd4j.jaxb.EntityIdXmlAdapter
All Classes and Interfaces|All Packages|Serialized Form