Uses of Enum Class
org.axonframework.springboot.SerializerProperties.SerializerType
Packages that use SerializerProperties.SerializerType
-
Uses of SerializerProperties.SerializerType in org.axonframework.springboot
Methods in org.axonframework.springboot that return SerializerProperties.SerializerTypeModifier and TypeMethodDescriptionSerializerProperties.getEvents()The type of serializer to use to serialize the payload and meta data of Event Messages.SerializerProperties.getGeneral()The type of serializer to use to serialize any type of object, for which no more specific serializer is configured.SerializerProperties.getMessages()The type of serializer to use to serialize the payload and meta data of Messages.Returns the enum constant of this class with the specified name.static SerializerProperties.SerializerType[]SerializerProperties.SerializerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.axonframework.springboot with parameters of type SerializerProperties.SerializerTypeModifier and TypeMethodDescriptionvoidSerializerProperties.setEvents(SerializerProperties.SerializerType serializerType) The type of serializer to use to serialize the payload and meta data of Event Messages.voidSerializerProperties.setGeneral(SerializerProperties.SerializerType serializerType) Sets the type of serializer to use to serialize any type of object, for which no more specific serializer is configured.voidSerializerProperties.setMessages(SerializerProperties.SerializerType serializerType) The type of serializer to use to serialize the payload and meta data of Messages.