Uses of Class
io.zerocopy.json.schema.SchemaProblem
-
Packages that use SchemaProblem Package Description io.zerocopy.json.schema -
-
Uses of SchemaProblem in io.zerocopy.json.schema
Methods in io.zerocopy.json.schema that return SchemaProblem Modifier and Type Method Description SchemaProblemSchemaException. getError()static SchemaProblemSchemaProblem. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SchemaProblem[]SchemaProblem. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.zerocopy.json.schema with parameters of type SchemaProblem Constructor Description SchemaException(SchemaProblem error)SchemaException(SchemaProblem error, java.lang.String message)SchemaException(SchemaProblem error, java.lang.String message, java.lang.Throwable cause)SchemaException(SchemaProblem error, java.lang.Throwable cause)
-