Class Serializers


  • public class Serializers
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
      Deprecated.
      Specify whether you want lenient() or strict()} parsing
      static com.fasterxml.jackson.databind.ObjectMapper lenient()  
      static com.fasterxml.jackson.databind.ObjectMapper strict()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getObjectMapper

        @Nonnull
        public static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
        Deprecated.
        Specify whether you want lenient() or strict()} parsing
        Returns:
        an ObjectMapper configured to do things as we want
      • lenient

        public static com.fasterxml.jackson.databind.ObjectMapper lenient()
      • strict

        @Nonnull
        public static com.fasterxml.jackson.databind.ObjectMapper strict()
        Returns:
        an ObjectMapper configured to do things as we want