SchemaCombineSchemapublic abstract class AbstractSchema extends java.lang.Object implements Schema
| Constructor | Description |
|---|---|
AbstractSchema() |
|
AbstractSchema(PropertyMap properties) |
|
AbstractSchema(PropertyMap properties,
PropertyId<?>[] supportedPropertyIds) |
| Modifier and Type | Method | 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)