Uses of Class
org.axonframework.serialization.json.JacksonSerializer.Builder
Packages that use JacksonSerializer.Builder
-
Uses of JacksonSerializer.Builder in org.axonframework.serialization.json
Methods in org.axonframework.serialization.json that return JacksonSerializer.BuilderModifier and TypeMethodDescriptionstatic JacksonSerializer.BuilderJacksonSerializer.builder()Instantiate a Builder to be able to create aJacksonSerializer.JacksonSerializer.Builder.classLoader(ClassLoader classLoader) Sets theConverterused as a converter factory providing converter instances utilized by upcasters to convert between different content types.JacksonSerializer.Builder.defaultTyping()Configures the underlyingObjectMapperto include type information when serializing Java objects into JSON.JacksonSerializer.Builder.disableCachingOfUnknownClasses()Disables the caching of the names for classes which couldn't be resolved to a class.JacksonSerializer.Builder.lenientDeserialization()Configures the underlying ObjectMapper to be lenient when deserializing JSON into Java objects.JacksonSerializer.Builder.objectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) Sets theObjectMapperused to serialize and parse the objects to JSON.JacksonSerializer.Builder.revisionResolver(RevisionResolver revisionResolver) Sets theRevisionResolverused to resolve the revision from an object to be serialized.Constructors in org.axonframework.serialization.json with parameters of type JacksonSerializer.BuilderModifierConstructorDescriptionprotectedInstantiate aJacksonSerializerbased on the fields contained in theJacksonSerializer.Builder.