Class JsArrayOfJsObjSpec

    • Method Detail

      • nullable

        public JsSpec nullable()
        Specified by:
        nullable in interface JsSpec
        Returns:
        the same spec with the nullable flag enabled
      • optional

        public JsSpec optional()
        Specified by:
        optional in interface JsSpec
        Returns:
        the same spec with the optional flag enabled
      • parser

        public JsSpecParser parser()
        Specified by:
        parser in interface JsSpec
        Returns:
        the deserializer used during the parsing process to parse an array of bytes or string into a json value
      • isRequired

        public boolean isRequired()
        Specified by:
        isRequired in interface JsSpec
        Returns:
        whether or not the key is optional.