Interface ComparisonObjectMapperCustomizer
- All Superinterfaces:
Consumer<com.fasterxml.jackson.databind.ObjectMapper>
- All Known Implementing Classes:
DefaultComparisonObjectMapperCustomizer
public interface ComparisonObjectMapperCustomizer
extends Consumer<com.fasterxml.jackson.databind.ObjectMapper>
Customizer for a Jackson
ObjectMapper
that will prepare the mapper for
serialization/deserialization in a custom way that allows some flexibility with successful object
comparison. The primary goal for this object to help with field comparison in
ContextStateBuilder
.-
Method Summary