Uses of Class
com.networknt.schema.VersionCode
-
Packages that use VersionCode Package Description com.networknt.schema -
-
Uses of VersionCode in com.networknt.schema
Fields in com.networknt.schema declared as VersionCode Modifier and Type Field Description private VersionCode
ValidatorTypeCode. versionCode
Methods in com.networknt.schema that return VersionCode Modifier and Type Method Description VersionCode
ValidatorTypeCode. getVersionCode()
static VersionCode
VersionCode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VersionCode[]
VersionCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.networknt.schema with parameters of type VersionCode Constructor Description ValidatorTypeCode(java.lang.String value, java.lang.String errorCode, ValidatorFactory validatorFactory, VersionCode versionCode)
-