org.infinispan.schematic.internal.schema
Class SchemaDocument
java.lang.Object
org.infinispan.schematic.internal.schema.SchemaDocument
@Immutable
public class SchemaDocument
- extends Object
A Schema is a Document containing a description of the structure of other JSON/BSON documents.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaDocument
public SchemaDocument(String uri,
Document document,
Validator validator)
getUri
public String getUri()
getDocument
public Document getDocument()
getValidator
public Validator getValidator()
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.