public class NullValidator extends Object
Modifier and Type | Method and Description |
---|---|
static void |
validateNull(com.google.gson.JsonObject inputObject,
String value)
Validate a null input against schema.
|
public static void validateNull(com.google.gson.JsonObject inputObject, String value) throws ValidatorException
inputObject
- input schema.value
- null value.ValidatorException
- exception occurs in validation.Copyright © 2005–2020 Apache Software Foundation. All rights reserved.