Class JsonScalarResolver

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.regex.Pattern BOOL
      Boolean as defined in JSON
      static java.util.regex.Pattern FLOAT
      Float as defined in JSON (Number which is Float)
      static java.util.regex.Pattern INT
      Integer as defined in JSON (Number which is Integer)
      static java.util.regex.Pattern NULL
      Null as defined in JSON
    • Field Detail

      • BOOL

        public static final java.util.regex.Pattern BOOL
        Boolean as defined in JSON
      • FLOAT

        public static final java.util.regex.Pattern FLOAT
        Float as defined in JSON (Number which is Float)
      • INT

        public static final java.util.regex.Pattern INT
        Integer as defined in JSON (Number which is Integer)
      • NULL

        public static final java.util.regex.Pattern NULL
        Null as defined in JSON
    • Constructor Detail

      • JsonScalarResolver

        public JsonScalarResolver()