Uses of Class
com.alibaba.fastjson2.JSONValidator
Packages that use JSONValidator
-
Uses of JSONValidator in com.alibaba.fastjson2
Methods in com.alibaba.fastjson2 that return JSONValidatorModifier and TypeMethodDescriptionstatic JSONValidatorJSONValidator.from(JSONReader jsonReader) Creates a new JSONValidator for the specified JSONReader.static JSONValidatorCreates a new JSONValidator for the specified JSON string.static JSONValidatorJSONValidator.fromUtf8(byte[] jsonBytes) Creates a new JSONValidator for the specified UTF-8 encoded byte array.