Index

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

A

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

B

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

C

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

D

Ddd4JacksonModule - Class in org.fuin.ddd4j.jackson
Module that registers the adapters for the package.
Ddd4JacksonModule(EntityIdFactory) - Constructor for class org.fuin.ddd4j.jackson.Ddd4JacksonModule
Constructor with entity identifier factory.
DecryptionFailedExceptionData - Class in org.fuin.ddd4j.jackson
Stores the data from a DecryptionFailedException for marshalling and allows recreating it after unmarshalling.
DecryptionFailedExceptionData() - Constructor for class org.fuin.ddd4j.jackson.DecryptionFailedExceptionData
Constructor only for marshalling/unmarshalling.
DecryptionFailedExceptionData(DecryptionFailedException) - Constructor for class org.fuin.ddd4j.jackson.DecryptionFailedExceptionData
Constructor with all data.
delegate() - Method in class org.fuin.ddd4j.jackson.AbstractEvent.Builder
Returns the delegate.
deserialize(JsonParser, DeserializationContext) - Method in class org.fuin.ddd4j.jackson.AggregateVersionJacksonDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.fuin.ddd4j.jackson.EntityIdJacksonDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.fuin.ddd4j.jackson.EntityIdPathJacksonDeserializer
 
DuplicateEncryptionKeyIdExceptionData - Class in org.fuin.ddd4j.jackson
Stores the data from a DuplicateEncryptionKeyIdException for marshalling and allows recreating it after unmarshalling.
DuplicateEncryptionKeyIdExceptionData() - Constructor for class org.fuin.ddd4j.jackson.DuplicateEncryptionKeyIdExceptionData
Constructor only for marshalling/unmarshalling.
DuplicateEncryptionKeyIdExceptionData(DuplicateEncryptionKeyIdException) - Constructor for class org.fuin.ddd4j.jackson.DuplicateEncryptionKeyIdExceptionData
Constructor with all data.
DuplicateEntityExceptionData - Class in org.fuin.ddd4j.jackson
Stores the data from a DuplicateEntityException for marshalling and allows recreating it after unmarshalling.
DuplicateEntityExceptionData() - Constructor for class org.fuin.ddd4j.jackson.DuplicateEntityExceptionData
Constructor only for marshalling/unmarshalling.
DuplicateEntityExceptionData(DuplicateEntityException) - Constructor for class org.fuin.ddd4j.jackson.DuplicateEntityExceptionData
Constructor with all data.

E

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

G

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

H

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

O

org.fuin.ddd4j.jackson - module org.fuin.ddd4j.jackson
 
org.fuin.ddd4j.jackson - package org.fuin.ddd4j.jackson
 

R

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

S

serialize(AggregateVersion, JsonGenerator, SerializerProvider) - Method in class org.fuin.ddd4j.jackson.AggregateVersionJacksonSerializer
 
serialize(T, JsonGenerator, SerializerProvider) - Method in class org.fuin.ddd4j.jackson.EntityIdJacksonSerializer
 
setupModule(Module.SetupContext) - Method in class org.fuin.ddd4j.jackson.Ddd4JacksonModule
 

T

timestamp(ZonedDateTime) - Method in class org.fuin.ddd4j.jackson.AbstractEvent.Builder
Sets the date/Time the event was created.
toException() - Method in class org.fuin.ddd4j.jackson.AggregateAlreadyExistsExceptionData
 
toException() - Method in class org.fuin.ddd4j.jackson.AggregateDeletedExceptionData
 
toException() - Method in class org.fuin.ddd4j.jackson.AggregateNotFoundExceptionData
 
toException() - Method in class org.fuin.ddd4j.jackson.AggregateVersionConflictExceptionData
 
toException() - Method in class org.fuin.ddd4j.jackson.AggregateVersionNotFoundExceptionData
 
toException() - Method in class org.fuin.ddd4j.jackson.DecryptionFailedExceptionData
 
toException() - Method in class org.fuin.ddd4j.jackson.DuplicateEncryptionKeyIdExceptionData
 
toException() - Method in class org.fuin.ddd4j.jackson.DuplicateEntityExceptionData
 
toException() - Method in class org.fuin.ddd4j.jackson.EncryptionKeyIdUnknownExceptionData
 
toException() - Method in class org.fuin.ddd4j.jackson.EncryptionKeyVersionUnknownExceptionData
 
toException() - Method in class org.fuin.ddd4j.jackson.EntityNotFoundExceptionData
 
toString() - Method in class org.fuin.ddd4j.jackson.AggregateAlreadyExistsExceptionData
 
toString() - Method in class org.fuin.ddd4j.jackson.AggregateDeletedExceptionData
 
toString() - Method in class org.fuin.ddd4j.jackson.AggregateNotFoundExceptionData
 
toString() - Method in class org.fuin.ddd4j.jackson.AggregateVersionConflictExceptionData
 
toString() - Method in class org.fuin.ddd4j.jackson.AggregateVersionNotFoundExceptionData
 
toString() - Method in class org.fuin.ddd4j.jackson.DecryptionFailedExceptionData
 
toString() - Method in class org.fuin.ddd4j.jackson.DuplicateEncryptionKeyIdExceptionData
 
toString() - Method in class org.fuin.ddd4j.jackson.DuplicateEntityExceptionData
 
toString() - Method in class org.fuin.ddd4j.jackson.EncryptedDataJackson
 
toString() - Method in class org.fuin.ddd4j.jackson.EncryptionKeyIdUnknownExceptionData
 
toString() - Method in class org.fuin.ddd4j.jackson.EncryptionKeyVersionUnknownExceptionData
 
toString() - Method in class org.fuin.ddd4j.jackson.EntityNotFoundExceptionData
 

V

version() - Method in class org.fuin.ddd4j.jackson.Ddd4JacksonModule
 
A B C D E G H O R S T V 
All Classes and Interfaces|All Packages|Serialized Form