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, wait
createValidator
public AbstractSchema()
public AbstractSchema(PropertyMap properties)
public AbstractSchema(PropertyMap properties, PropertyId<?>[] supportedPropertyIds)
public PropertyMap getProperties()
getProperties
in interface Schema
public static PropertyMap filterProperties(PropertyMap properties, PropertyId<?>[] supportedPropertyIds)