Package | Description |
---|---|
org.infinispan.schematic | |
org.infinispan.schematic.internal.schema |
Modifier and Type | Method and Description |
---|---|
SchemaLibrary.ProblemType |
SchemaLibrary.Problem.getType()
Get the type of problem.
|
static SchemaLibrary.ProblemType |
SchemaLibrary.ProblemType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaLibrary.ProblemType[] |
SchemaLibrary.ProblemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SchemaLibrary.ProblemType |
ValidationProblem.getType() |
Constructor and Description |
---|
ValidationProblem(SchemaLibrary.ProblemType type,
Path path,
String reason,
Throwable cause) |
ValidationTypeMismatchProblem(SchemaLibrary.ProblemType type,
Path path,
Object actualValue,
JsonSchema.Type actualType,
JsonSchema.Type expectedType,
Object convertedValue,
String reason,
Throwable cause) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.