public abstract class AbstractSchema extends Object implements Schema
| Constructor and Description |
|---|
AbstractSchema() |
AbstractSchema(PropertyMap properties) |
AbstractSchema(PropertyMap properties,
PropertyId<?>[] supportedPropertyIds) |
| Modifier and Type | Method and Description |
|---|---|
static PropertyMap |
filterProperties(PropertyMap properties,
PropertyId<?>[] supportedPropertyIds) |
PropertyMap |
getProperties() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateValidatorpublic AbstractSchema()
public AbstractSchema(PropertyMap properties)
public AbstractSchema(PropertyMap properties, PropertyId<?>[] supportedPropertyIds)
public PropertyMap getProperties()
getProperties in interface Schemapublic static PropertyMap filterProperties(PropertyMap properties, PropertyId<?>[] supportedPropertyIds)