Class Deserializers

java.lang.Object
com.styra.opa.openapi.utils.Deserializers

public final class Deserializers extends Object
  • Field Details

    • BOOLEAN_STRICT

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

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

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

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

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

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

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

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

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

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

    • Deserializers

      public Deserializers()