ModeShape Distribution 3.2.0.Final

Uses of Interface
org.infinispan.schematic.SchemaLibrary.Problem

Packages that use SchemaLibrary.Problem
org.infinispan.schematic   
org.infinispan.schematic.internal.schema   
 

Uses of SchemaLibrary.Problem in org.infinispan.schematic
 

Subinterfaces of SchemaLibrary.Problem in org.infinispan.schematic
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
 

Uses of SchemaLibrary.Problem in org.infinispan.schematic.internal.schema
 

Classes in org.infinispan.schematic.internal.schema that implement SchemaLibrary.Problem
 class ValidationProblem
           
 class ValidationTypeMismatchProblem
           
 

Methods in org.infinispan.schematic.internal.schema that return types with arguments of type SchemaLibrary.Problem
 Iterator<SchemaLibrary.Problem> ValidationResult.iterator()
           
 

Methods in org.infinispan.schematic.internal.schema with parameters of type SchemaLibrary.Problem
 void ValidationResult.add(SchemaLibrary.Problem problem)
           
 

Method parameters in org.infinispan.schematic.internal.schema with type arguments of type SchemaLibrary.Problem
 void ValidationResult.addAll(Iterable<SchemaLibrary.Problem> results)
           
 


ModeShape Distribution 3.2.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.