Uses of Interface
io.axoniq.dataprotection.serialization.SerializedType
-
Packages that use SerializedType Package Description io.axoniq.dataprotection.api Annotations, exceptions and encryption service objects of the Axon Data Protection Module.io.axoniq.dataprotection.serialization Light-weight version of the serialization functionality in Axon Framework.io.axoniq.dataprotection.serialization.json Support for serialization to JSON via Jackson. -
-
Uses of SerializedType in io.axoniq.dataprotection.api
Methods in io.axoniq.dataprotection.api that return SerializedType Modifier and Type Method Description SerializedTypeFieldEncryptingSerializer. typeForClass(Class type)Returns the type identifier for the given class.Methods in io.axoniq.dataprotection.api with parameters of type SerializedType Modifier and Type Method Description ClassFieldEncryptingSerializer. classForType(SerializedType type)Returns the class for the given type identifier. -
Uses of SerializedType in io.axoniq.dataprotection.serialization
Classes in io.axoniq.dataprotection.serialization that implement SerializedType Modifier and Type Class Description classSimpleSerializedTypeSerializedType implementation that takes its properties as constructor parameters.Methods in io.axoniq.dataprotection.serialization that return SerializedType Modifier and Type Method Description SerializedTypeSerializedObject. getType()Returns the description of the type of object contained in the data.SerializedTypeSimpleSerializedObject. getType()SerializedTypeAbstractXStreamSerializer. typeForClass(Class type)SerializedTypeJavaSerializer. typeForClass(Class type)SerializedTypeSerializer. typeForClass(Class type)Returns the type identifier for the given class.Methods in io.axoniq.dataprotection.serialization with parameters of type SerializedType Modifier and Type Method Description ClassAbstractXStreamSerializer. classForType(SerializedType type)ClassJavaSerializer. classForType(SerializedType type)ClassSerializer. classForType(SerializedType type)Returns the class for the given type identifier.Constructors in io.axoniq.dataprotection.serialization with parameters of type SerializedType Constructor Description SimpleSerializedObject(T data, Class<T> dataType, SerializedType serializedType)Initializes a SimpleSerializedObject using givendataandserializedType.UnknownSerializedTypeException(SerializedType serializedType)Initialize the constructor with a default message, containing details of the givenserializedTypeUnknownSerializedTypeException(SerializedType serializedType, Throwable cause)Initialize the constructor with a default message, containing details of the givenserializedType -
Uses of SerializedType in io.axoniq.dataprotection.serialization.json
Methods in io.axoniq.dataprotection.serialization.json that return SerializedType Modifier and Type Method Description SerializedTypeJacksonSerializer. typeForClass(Class type)Methods in io.axoniq.dataprotection.serialization.json with parameters of type SerializedType Modifier and Type Method Description ClassJacksonSerializer. classForType(SerializedType type)protected StringJacksonSerializer. resolveClassName(SerializedType serializedType)Resolve the class name from the givenserializedType.
-