Index

A B C D E G H O R T 
All Classes and Interfaces|All Packages|Serialized Form

A

AbstractAggregateExceptionData<EX extends org.fuin.ddd4j.core.AbstractAggregateException> - Class in org.fuin.ddd4j.jsonb
Base class for storing the data from a AbstractAggregateException for marshalling and allows recreating it after unmarshalling.
AbstractAggregateExceptionData() - Constructor for class org.fuin.ddd4j.jsonb.AbstractAggregateExceptionData
Constructor only for marshalling/unmarshalling.
AbstractAggregateExceptionData(AbstractAggregateException) - Constructor for class org.fuin.ddd4j.jsonb.AbstractAggregateExceptionData
Constructor with exception.
AbstractDomainEvent<ID extends org.fuin.ddd4j.core.EntityId> - Class in org.fuin.ddd4j.jsonb
Base class for domain events.
AbstractDomainEvent() - Constructor for class org.fuin.ddd4j.jsonb.AbstractDomainEvent
Protected default constructor for deserialization.
AbstractDomainEvent(EntityIdPath) - Constructor for class org.fuin.ddd4j.jsonb.AbstractDomainEvent
Constructor with entity identifier path.
AbstractDomainEvent(EntityIdPath, Event) - Constructor for class org.fuin.ddd4j.jsonb.AbstractDomainEvent
Constructor with entity identifier path and event this one responds to.
AbstractDomainEvent(EntityIdPath, EventId, EventId) - Constructor for class org.fuin.ddd4j.jsonb.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.jsonb
Base class for event builders.
AbstractEvent - Class in org.fuin.ddd4j.jsonb
Base class for events.
AbstractEvent() - Constructor for class org.fuin.ddd4j.jsonb.AbstractEvent
Default constructor.
AbstractEvent(Event) - Constructor for class org.fuin.ddd4j.jsonb.AbstractEvent
Constructor with event this one responds to.
AbstractEvent(EventId, EventId) - Constructor for class org.fuin.ddd4j.jsonb.AbstractEvent
Constructor with optional data.
AbstractEvent.Builder<TYPE extends AbstractEvent,BUILDER extends AbstractEvent.Builder<TYPE,BUILDER>> - Class in org.fuin.ddd4j.jsonb
Base class for event builders.
AbstractVersionedAggregateExceptionData<EX extends org.fuin.ddd4j.core.AbstractVersionedAggregateException> - Class in org.fuin.ddd4j.jsonb
Base class for storing the data from a AbstractVersionedAggregateException for marshalling and allows recreating it after unmarshalling.
AbstractVersionedAggregateExceptionData() - Constructor for class org.fuin.ddd4j.jsonb.AbstractVersionedAggregateExceptionData
Constructor only for marshalling/unmarshalling.
AbstractVersionedAggregateExceptionData(AbstractVersionedAggregateException) - Constructor for class org.fuin.ddd4j.jsonb.AbstractVersionedAggregateExceptionData
Constructor with exception.
adaptFromJson(Integer) - Method in class org.fuin.ddd4j.jsonb.AggregateVersionJsonbAdapter
 
adaptFromJson(String) - Method in class org.fuin.ddd4j.jsonb.EntityIdJsonbAdapter
 
adaptToJson(AggregateVersion) - Method in class org.fuin.ddd4j.jsonb.AggregateVersionJsonbAdapter
 
adaptToJson(EntityId) - Method in class org.fuin.ddd4j.jsonb.EntityIdJsonbAdapter
 
AggregateAlreadyExistsExceptionData - Class in org.fuin.ddd4j.jsonb
Stores the data from a AggregateAlreadyExistsException for marshalling and allows recreating it after unmarshalling.
AggregateAlreadyExistsExceptionData() - Constructor for class org.fuin.ddd4j.jsonb.AggregateAlreadyExistsExceptionData
Constructor only for marshalling/unmarshalling.
AggregateAlreadyExistsExceptionData(AggregateAlreadyExistsException) - Constructor for class org.fuin.ddd4j.jsonb.AggregateAlreadyExistsExceptionData
Constructor with exception.
AggregateDeletedExceptionData - Class in org.fuin.ddd4j.jsonb
Stores the data from a AggregateDeletedException for marshalling and allows recreating it after unmarshalling.
AggregateDeletedExceptionData() - Constructor for class org.fuin.ddd4j.jsonb.AggregateDeletedExceptionData
Constructor only for marshalling/unmarshalling.
AggregateDeletedExceptionData(AggregateDeletedException) - Constructor for class org.fuin.ddd4j.jsonb.AggregateDeletedExceptionData
Constructor with all data.
AggregateNotFoundExceptionData - Class in org.fuin.ddd4j.jsonb
Stores the data from a AggregateNotFoundException for marshalling and allows recreating it after unmarshalling.
AggregateNotFoundExceptionData() - Constructor for class org.fuin.ddd4j.jsonb.AggregateNotFoundExceptionData
Constructor only for marshalling/unmarshalling.
AggregateNotFoundExceptionData(AggregateNotFoundException) - Constructor for class org.fuin.ddd4j.jsonb.AggregateNotFoundExceptionData
Constructor with all data.
aggregateVersion(AggregateVersion) - Method in class org.fuin.ddd4j.jsonb.AbstractDomainEvent.Builder
Sets the aggregate version.
AggregateVersionConflictExceptionData - Class in org.fuin.ddd4j.jsonb
Stores the data from a AggregateVersionConflictException for marshalling and allows recreating it after unmarshalling.
AggregateVersionConflictExceptionData() - Constructor for class org.fuin.ddd4j.jsonb.AggregateVersionConflictExceptionData
Constructor only for marshalling/unmarshalling.
AggregateVersionConflictExceptionData(AggregateVersionConflictException) - Constructor for class org.fuin.ddd4j.jsonb.AggregateVersionConflictExceptionData
Constructor with all data.
AggregateVersionJsonbAdapter - Class in org.fuin.ddd4j.jsonb
Converts an aggregate version into an integer and back (JSON-B).
AggregateVersionJsonbAdapter() - Constructor for class org.fuin.ddd4j.jsonb.AggregateVersionJsonbAdapter
 
AggregateVersionNotFoundExceptionData - Class in org.fuin.ddd4j.jsonb
Stores the data from a AggregateVersionNotFoundException for marshalling and allows recreating it after unmarshalling.
AggregateVersionNotFoundExceptionData() - Constructor for class org.fuin.ddd4j.jsonb.AggregateVersionNotFoundExceptionData
Constructor only for marshalling/unmarshalling.
AggregateVersionNotFoundExceptionData(AggregateVersionNotFoundException) - Constructor for class org.fuin.ddd4j.jsonb.AggregateVersionNotFoundExceptionData
Constructor with all data.

B

Builder(TYPE) - Constructor for class org.fuin.ddd4j.jsonb.AbstractDomainEvent.Builder
Constructor with event.
Builder(TYPE) - Constructor for class org.fuin.ddd4j.jsonb.AbstractEvent.Builder
Constructor with event.

C

causationId(EventId) - Method in class org.fuin.ddd4j.jsonb.AbstractEvent.Builder
Sets the event that caused this one.
causingEvent(Event) - Method in class org.fuin.ddd4j.jsonb.AbstractEvent.Builder
Takes the id of the event as causation id and copies the correlation id.
correlationId(EventId) - Method in class org.fuin.ddd4j.jsonb.AbstractEvent.Builder
Sets the event this one correlates to.

D

DecryptionFailedExceptionData - Class in org.fuin.ddd4j.jsonb
Stores the data from a DecryptionFailedException for marshalling and allows recreating it after unmarshalling.
DecryptionFailedExceptionData() - Constructor for class org.fuin.ddd4j.jsonb.DecryptionFailedExceptionData
Constructor only for marshalling/unmarshalling.
DecryptionFailedExceptionData(DecryptionFailedException) - Constructor for class org.fuin.ddd4j.jsonb.DecryptionFailedExceptionData
Constructor with all data.
delegate() - Method in class org.fuin.ddd4j.jsonb.AbstractEvent.Builder
Returns the delegate.
DuplicateEncryptionKeyIdExceptionData - Class in org.fuin.ddd4j.jsonb
Stores the data from a DuplicateEncryptionKeyIdException for marshalling and allows recreating it after unmarshalling.
DuplicateEncryptionKeyIdExceptionData() - Constructor for class org.fuin.ddd4j.jsonb.DuplicateEncryptionKeyIdExceptionData
Constructor only for marshalling/unmarshalling.
DuplicateEncryptionKeyIdExceptionData(DuplicateEncryptionKeyIdException) - Constructor for class org.fuin.ddd4j.jsonb.DuplicateEncryptionKeyIdExceptionData
Constructor with all data.
DuplicateEntityExceptionData - Class in org.fuin.ddd4j.jsonb
Stores the data from a DuplicateEntityException for marshalling and allows recreating it after unmarshalling.
DuplicateEntityExceptionData() - Constructor for class org.fuin.ddd4j.jsonb.DuplicateEntityExceptionData
Constructor only for marshalling/unmarshalling.
DuplicateEntityExceptionData(DuplicateEntityException) - Constructor for class org.fuin.ddd4j.jsonb.DuplicateEntityExceptionData
Constructor with all data.

E

EncryptedDataJsonb - Class in org.fuin.ddd4j.jsonb
Container for encrypted data.
EncryptedDataJsonb() - Constructor for class org.fuin.ddd4j.jsonb.EncryptedDataJsonb
Default constructor for deserialization (JAX-B/JSON-B).
EncryptedDataJsonb(String, String, String, String, byte[]) - Constructor for class org.fuin.ddd4j.jsonb.EncryptedDataJsonb
Constructor with all mandatory data.
EncryptionKeyIdUnknownExceptionData - Class in org.fuin.ddd4j.jsonb
Stores the data from a EncryptionKeyIdUnknownException for marshalling and allows recreating it after unmarshalling.
EncryptionKeyIdUnknownExceptionData() - Constructor for class org.fuin.ddd4j.jsonb.EncryptionKeyIdUnknownExceptionData
Constructor only for marshalling/unmarshalling.
EncryptionKeyIdUnknownExceptionData(EncryptionKeyIdUnknownException) - Constructor for class org.fuin.ddd4j.jsonb.EncryptionKeyIdUnknownExceptionData
Constructor with all data.
EncryptionKeyVersionUnknownExceptionData - Class in org.fuin.ddd4j.jsonb
Stores the data from a EncryptionKeyVersionUnknownException for marshalling and allows recreating it after unmarshalling.
EncryptionKeyVersionUnknownExceptionData() - Constructor for class org.fuin.ddd4j.jsonb.EncryptionKeyVersionUnknownExceptionData
Constructor only for marshalling/unmarshalling.
EncryptionKeyVersionUnknownExceptionData(EncryptionKeyVersionUnknownException) - Constructor for class org.fuin.ddd4j.jsonb.EncryptionKeyVersionUnknownExceptionData
Constructor with all data.
ensureBuildableAbstractDomainEvent() - Method in class org.fuin.ddd4j.jsonb.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.jsonb.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.jsonb.AbstractEvent.Builder
Ensures that a filed is set or throws a runtime exception otherwise.
EntityIdJsonbAdapter - Class in org.fuin.ddd4j.jsonb
JAXB and JSON converter for an entity identifier.
EntityIdJsonbAdapter(EntityIdFactory) - Constructor for class org.fuin.ddd4j.jsonb.EntityIdJsonbAdapter
Constructor with factory.
entityIdPath(AggregateRootId) - Method in class org.fuin.ddd4j.jsonb.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.jsonb.AbstractDomainEvent.Builder
Sets the identifier path from aggregate root to the entity that emitted the event.
EntityIdPathJsonbAdapter - Class in org.fuin.ddd4j.jsonb
JAXB and JPA converter for an entity identifier path.
EntityIdPathJsonbAdapter(EntityIdFactory) - Constructor for class org.fuin.ddd4j.jsonb.EntityIdPathJsonbAdapter
Constructor with factory.
EntityNotFoundExceptionData - Class in org.fuin.ddd4j.jsonb
Stores the data from a EntityNotFoundException for marshalling and allows recreating it after unmarshalling.
EntityNotFoundExceptionData() - Constructor for class org.fuin.ddd4j.jsonb.EntityNotFoundExceptionData
Constructor only for marshalling/unmarshalling.
EntityNotFoundExceptionData(EntityNotFoundException) - Constructor for class org.fuin.ddd4j.jsonb.EntityNotFoundExceptionData
Constructor with all data.
equals(Object) - Method in class org.fuin.ddd4j.jsonb.AbstractEvent
 
equals(Object) - Method in class org.fuin.ddd4j.jsonb.AggregateAlreadyExistsExceptionData
 
equals(Object) - Method in class org.fuin.ddd4j.jsonb.AggregateDeletedExceptionData
 
equals(Object) - Method in class org.fuin.ddd4j.jsonb.AggregateNotFoundExceptionData
 
equals(Object) - Method in class org.fuin.ddd4j.jsonb.AggregateVersionConflictExceptionData
 
equals(Object) - Method in class org.fuin.ddd4j.jsonb.AggregateVersionNotFoundExceptionData
 
equals(Object) - Method in class org.fuin.ddd4j.jsonb.DecryptionFailedExceptionData
 
equals(Object) - Method in class org.fuin.ddd4j.jsonb.DuplicateEncryptionKeyIdExceptionData
 
equals(Object) - Method in class org.fuin.ddd4j.jsonb.DuplicateEntityExceptionData
 
equals(Object) - Method in class org.fuin.ddd4j.jsonb.EncryptedDataJsonb
 
equals(Object) - Method in class org.fuin.ddd4j.jsonb.EncryptionKeyIdUnknownExceptionData
 
equals(Object) - Method in class org.fuin.ddd4j.jsonb.EncryptionKeyVersionUnknownExceptionData
 
equals(Object) - Method in class org.fuin.ddd4j.jsonb.EntityNotFoundExceptionData
 
eventId(EventId) - Method in class org.fuin.ddd4j.jsonb.AbstractEvent.Builder
Sets the unique identifier of the event.
EventIdJsonbAdapter - Class in org.fuin.ddd4j.jsonb
JAXB and JPA converter for an entity identifier.
EventIdJsonbAdapter() - Constructor for class org.fuin.ddd4j.jsonb.EventIdJsonbAdapter
 

G

getAggregateId() - Method in class org.fuin.ddd4j.jsonb.AbstractAggregateExceptionData
Returns the unique aggregate identifier.
getAggregateType() - Method in class org.fuin.ddd4j.jsonb.AbstractAggregateExceptionData
Returns the type of the aggregate.
getAggregateVersion() - Method in class org.fuin.ddd4j.jsonb.AbstractDomainEvent
 
getAggregateVersionInteger() - Method in class org.fuin.ddd4j.jsonb.AbstractDomainEvent
 
getCausationId() - Method in class org.fuin.ddd4j.jsonb.AbstractEvent
 
getContentType() - Method in class org.fuin.ddd4j.jsonb.EncryptedDataJsonb
Returns the content type like "application/json; encoding=UTF-8; version=1".
getCorrelationId() - Method in class org.fuin.ddd4j.jsonb.AbstractEvent
 
getDataElement() - Method in class org.fuin.ddd4j.jsonb.AggregateAlreadyExistsExceptionData
 
getDataElement() - Method in class org.fuin.ddd4j.jsonb.AggregateDeletedExceptionData
 
getDataElement() - Method in class org.fuin.ddd4j.jsonb.AggregateNotFoundExceptionData
 
getDataElement() - Method in class org.fuin.ddd4j.jsonb.AggregateVersionConflictExceptionData
 
getDataElement() - Method in class org.fuin.ddd4j.jsonb.AggregateVersionNotFoundExceptionData
 
getDataElement() - Method in class org.fuin.ddd4j.jsonb.DecryptionFailedExceptionData
 
getDataElement() - Method in class org.fuin.ddd4j.jsonb.DuplicateEncryptionKeyIdExceptionData
 
getDataElement() - Method in class org.fuin.ddd4j.jsonb.DuplicateEntityExceptionData
 
getDataElement() - Method in class org.fuin.ddd4j.jsonb.EncryptionKeyIdUnknownExceptionData
 
getDataElement() - Method in class org.fuin.ddd4j.jsonb.EncryptionKeyVersionUnknownExceptionData
 
getDataElement() - Method in class org.fuin.ddd4j.jsonb.EntityNotFoundExceptionData
 
getDataType() - Method in class org.fuin.ddd4j.jsonb.EncryptedDataJsonb
Returns the unique type of the data like "UserPersonalData".
getEncryptedData() - Method in class org.fuin.ddd4j.jsonb.EncryptedDataJsonb
Returns the encrypted data.
getEntityId() - Method in class org.fuin.ddd4j.jsonb.AbstractDomainEvent
 
getEntityIdPath() - Method in class org.fuin.ddd4j.jsonb.AbstractDomainEvent
 
getEventId() - Method in class org.fuin.ddd4j.jsonb.AbstractEvent
 
getEventTimestamp() - Method in class org.fuin.ddd4j.jsonb.AbstractEvent
 
getKeyId() - Method in class org.fuin.ddd4j.jsonb.EncryptedDataJsonb
Returns the unique identifier of the private key used.
getKeyVersion() - Method in class org.fuin.ddd4j.jsonb.EncryptedDataJsonb
Returns the version of the private key used.
getMessage() - Method in class org.fuin.ddd4j.jsonb.AbstractAggregateExceptionData
Returns the exception message.
getMessage() - Method in class org.fuin.ddd4j.jsonb.DecryptionFailedExceptionData
Returns the exception message.
getMessage() - Method in class org.fuin.ddd4j.jsonb.DuplicateEncryptionKeyIdExceptionData
Returns the exception message.
getMessage() - Method in class org.fuin.ddd4j.jsonb.DuplicateEntityExceptionData
Returns the exception message.
getMessage() - Method in class org.fuin.ddd4j.jsonb.EncryptionKeyIdUnknownExceptionData
Returns the exception message.
getMessage() - Method in class org.fuin.ddd4j.jsonb.EncryptionKeyVersionUnknownExceptionData
Returns the exception message.
getMessage() - Method in class org.fuin.ddd4j.jsonb.EntityNotFoundExceptionData
Returns the exception message.
getShortId() - Method in class org.fuin.ddd4j.jsonb.AggregateAlreadyExistsExceptionData
Returns the unique short identifier od the exception.
getShortId() - Method in class org.fuin.ddd4j.jsonb.AggregateDeletedExceptionData
Returns the unique short identifier of the contained exception.
getShortId() - Method in class org.fuin.ddd4j.jsonb.AggregateNotFoundExceptionData
Returns the unique short identifier of the contained exception.
getShortId() - Method in class org.fuin.ddd4j.jsonb.AggregateVersionConflictExceptionData
Returns the unique short identifier of the contained exception.
getShortId() - Method in class org.fuin.ddd4j.jsonb.AggregateVersionNotFoundExceptionData
Returns the unique short identifier of the contained exception.
getShortId() - Method in class org.fuin.ddd4j.jsonb.DecryptionFailedExceptionData
Returns the unique short identifier of the contained exception.
getShortId() - Method in class org.fuin.ddd4j.jsonb.DuplicateEncryptionKeyIdExceptionData
Returns the unique short identifier of the contained exception.
getShortId() - Method in class org.fuin.ddd4j.jsonb.DuplicateEntityExceptionData
Returns the unique short identifier of the contained exception.
getShortId() - Method in class org.fuin.ddd4j.jsonb.EncryptionKeyIdUnknownExceptionData
Returns the unique short identifier of the contained exception.
getShortId() - Method in class org.fuin.ddd4j.jsonb.EncryptionKeyVersionUnknownExceptionData
Returns the unique short identifier of the contained exception.
getShortId() - Method in class org.fuin.ddd4j.jsonb.EntityNotFoundExceptionData
Returns the unique short identifier of the contained exception.
getVersion() - Method in class org.fuin.ddd4j.jsonb.AbstractVersionedAggregateExceptionData
Returns the aggregate version that caused the problem.

H

hashCode() - Method in class org.fuin.ddd4j.jsonb.AbstractEvent
 
hashCode() - Method in class org.fuin.ddd4j.jsonb.AggregateAlreadyExistsExceptionData
 
hashCode() - Method in class org.fuin.ddd4j.jsonb.AggregateDeletedExceptionData
 
hashCode() - Method in class org.fuin.ddd4j.jsonb.AggregateNotFoundExceptionData
 
hashCode() - Method in class org.fuin.ddd4j.jsonb.AggregateVersionConflictExceptionData
 
hashCode() - Method in class org.fuin.ddd4j.jsonb.AggregateVersionNotFoundExceptionData
 
hashCode() - Method in class org.fuin.ddd4j.jsonb.DecryptionFailedExceptionData
 
hashCode() - Method in class org.fuin.ddd4j.jsonb.DuplicateEncryptionKeyIdExceptionData
 
hashCode() - Method in class org.fuin.ddd4j.jsonb.DuplicateEntityExceptionData
 
hashCode() - Method in class org.fuin.ddd4j.jsonb.EncryptedDataJsonb
 
hashCode() - Method in class org.fuin.ddd4j.jsonb.EncryptionKeyIdUnknownExceptionData
 
hashCode() - Method in class org.fuin.ddd4j.jsonb.EncryptionKeyVersionUnknownExceptionData
 
hashCode() - Method in class org.fuin.ddd4j.jsonb.EntityNotFoundExceptionData
 

O

org.fuin.ddd4j.jsonb - module org.fuin.ddd4j.jsonb
 
org.fuin.ddd4j.jsonb - package org.fuin.ddd4j.jsonb
 

R

resetAbstractDomainEvent(TYPE) - Method in class org.fuin.ddd4j.jsonb.AbstractDomainEvent.Builder
Sets the internal instance to a new one.
resetAbstractEvent(TYPE) - Method in class org.fuin.ddd4j.jsonb.AbstractEvent.Builder
Sets the internal instance to a new one.

T

timestamp(ZonedDateTime) - Method in class org.fuin.ddd4j.jsonb.AbstractEvent.Builder
Sets the date/Time the event was created.
toException() - Method in class org.fuin.ddd4j.jsonb.AggregateAlreadyExistsExceptionData
 
toException() - Method in class org.fuin.ddd4j.jsonb.AggregateDeletedExceptionData
 
toException() - Method in class org.fuin.ddd4j.jsonb.AggregateNotFoundExceptionData
 
toException() - Method in class org.fuin.ddd4j.jsonb.AggregateVersionConflictExceptionData
 
toException() - Method in class org.fuin.ddd4j.jsonb.AggregateVersionNotFoundExceptionData
 
toException() - Method in class org.fuin.ddd4j.jsonb.DecryptionFailedExceptionData
 
toException() - Method in class org.fuin.ddd4j.jsonb.DuplicateEncryptionKeyIdExceptionData
 
toException() - Method in class org.fuin.ddd4j.jsonb.DuplicateEntityExceptionData
 
toException() - Method in class org.fuin.ddd4j.jsonb.EncryptionKeyIdUnknownExceptionData
 
toException() - Method in class org.fuin.ddd4j.jsonb.EncryptionKeyVersionUnknownExceptionData
 
toException() - Method in class org.fuin.ddd4j.jsonb.EntityNotFoundExceptionData
 
toString() - Method in class org.fuin.ddd4j.jsonb.AggregateAlreadyExistsExceptionData
 
toString() - Method in class org.fuin.ddd4j.jsonb.AggregateDeletedExceptionData
 
toString() - Method in class org.fuin.ddd4j.jsonb.AggregateNotFoundExceptionData
 
toString() - Method in class org.fuin.ddd4j.jsonb.AggregateVersionConflictExceptionData
 
toString() - Method in class org.fuin.ddd4j.jsonb.AggregateVersionNotFoundExceptionData
 
toString() - Method in class org.fuin.ddd4j.jsonb.DecryptionFailedExceptionData
 
toString() - Method in class org.fuin.ddd4j.jsonb.DuplicateEncryptionKeyIdExceptionData
 
toString() - Method in class org.fuin.ddd4j.jsonb.DuplicateEntityExceptionData
 
toString() - Method in class org.fuin.ddd4j.jsonb.EncryptedDataJsonb
 
toString() - Method in class org.fuin.ddd4j.jsonb.EncryptionKeyIdUnknownExceptionData
 
toString() - Method in class org.fuin.ddd4j.jsonb.EncryptionKeyVersionUnknownExceptionData
 
toString() - Method in class org.fuin.ddd4j.jsonb.EntityNotFoundExceptionData
 
A B C D E G H O R T 
All Classes and Interfaces|All Packages|Serialized Form