Uses of Class
org.axonframework.serialization.jackson3.Jackson3Serializer.Builder
Packages that use Jackson3Serializer.Builder
-
Uses of Jackson3Serializer.Builder in org.axonframework.serialization.jackson3
Methods in org.axonframework.serialization.jackson3 that return Jackson3Serializer.BuilderModifier and TypeMethodDescriptionstatic Jackson3Serializer.BuilderJackson3Serializer.builder()Instantiate a Builder to be able to create aJackson3Serializer.Jackson3Serializer.Builder.classLoader(ClassLoader classLoader) Sets theConverterused as a converter factory providing converter instances utilized by upcasters to convert between different content types.Jackson3Serializer.Builder.defaultTyping()Configures the underlyingObjectMapperto include type information when serializing Java objects into JSON by activating default typing.Jackson3Serializer.Builder.disableCachingOfUnknownClasses()Disables the caching of the names for classes which couldn't be resolved to a class.Jackson3Serializer.Builder.jsonMapperBuilderCustomizer(Jackson3SerializerCustomizer customizer) Sets a customizer for theJsonMapper.Builderused to construct the finalObjectMapper.Jackson3Serializer.Builder.lenientDeserialization()Configures the serializer to be lenient when when deserializing JSON into Java objects.Jackson3Serializer.Builder.revisionResolver(RevisionResolver revisionResolver) Sets theRevisionResolverused to resolve the revision from an object to be serialized.Constructors in org.axonframework.serialization.jackson3 with parameters of type Jackson3Serializer.BuilderModifierConstructorDescriptionprotectedInstantiate aJackson3Serializerbased on the fields contained in theJackson3Serializer.Builder.