Class CBORMapperConfigurator


  • public class CBORMapperConfigurator
    extends MapperConfiguratorBase<CBORMapperConfigurator,​com.fasterxml.jackson.databind.ObjectMapper>
    Helper class used to encapsulate details of configuring an ObjectMapper instance to be used for data binding, as well as accessing it.
    • Constructor Detail

      • CBORMapperConfigurator

        public CBORMapperConfigurator​(com.fasterxml.jackson.databind.ObjectMapper mapper,
                                      Annotations[] defAnnotations)