Class Deserializers


  • public final class Deserializers
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Boolean> BOOLEAN_STRICT  
      static com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Double> DOUBLE_STRICT  
      static com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Float> FLOAT_STRICT  
      static com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Integer> INTEGER_STRICT  
      static com.fasterxml.jackson.databind.JsonDeserializer<java.time.LocalDate> LOCAL_DATE_STRICT  
      static com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Long> LONG_STRICT  
      static com.fasterxml.jackson.databind.JsonDeserializer<java.time.OffsetDateTime> OFFSET_DATE_TIME_STRICT  
      static com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Short> SHORT_STRICT  
      static com.fasterxml.jackson.databind.Module STRICT_DESERIALIZERS  
      static com.fasterxml.jackson.databind.JsonDeserializer<java.lang.String> STRING_STRICT  
    • Constructor Summary

      Constructors 
      Constructor Description
      Deserializers()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • BOOLEAN_STRICT

        public static final com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Boolean> BOOLEAN_STRICT
      • INTEGER_STRICT

        public static final com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Integer> INTEGER_STRICT
      • LONG_STRICT

        public static final com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Long> LONG_STRICT
      • SHORT_STRICT

        public static final com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Short> SHORT_STRICT
      • FLOAT_STRICT

        public static final com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Float> FLOAT_STRICT
      • DOUBLE_STRICT

        public static final com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Double> DOUBLE_STRICT
      • LOCAL_DATE_STRICT

        public static final com.fasterxml.jackson.databind.JsonDeserializer<java.time.LocalDate> LOCAL_DATE_STRICT
      • OFFSET_DATE_TIME_STRICT

        public static final com.fasterxml.jackson.databind.JsonDeserializer<java.time.OffsetDateTime> OFFSET_DATE_TIME_STRICT
      • STRING_STRICT

        public static final com.fasterxml.jackson.databind.JsonDeserializer<java.lang.String> STRING_STRICT
      • STRICT_DESERIALIZERS

        public static final com.fasterxml.jackson.databind.Module STRICT_DESERIALIZERS
    • Constructor Detail

      • Deserializers

        public Deserializers()