Package | Description |
---|---|
org.infinispan.schematic | |
org.infinispan.schematic.internal.schema |
Modifier and Type | Interface and Description |
---|---|
static interface |
SchemaLibrary.MismatchedTypeProblem
A special type of problem where a field value was not of the expected type, but where the field value could be converted to
the expected type
|
Modifier and Type | Class and Description |
---|---|
class |
ValidationProblem |
class |
ValidationTypeMismatchProblem |
Modifier and Type | Method and Description |
---|---|
Iterator<SchemaLibrary.Problem> |
ValidationResult.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
ValidationResult.add(SchemaLibrary.Problem problem) |
Modifier and Type | Method and Description |
---|---|
void |
ValidationResult.addAll(Iterable<SchemaLibrary.Problem> results) |
Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.