Class AbstractSchema
java.lang.Object
com.thaiopensource.validate.AbstractSchema
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractSchema(PropertyMap properties) AbstractSchema(PropertyMap properties, PropertyId<?>[] supportedPropertyIds) -
Method Summary
Modifier and TypeMethodDescriptionstatic PropertyMapfilterProperties(PropertyMap properties, PropertyId<?>[] supportedPropertyIds) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.thaiopensource.validate.Schema
createValidator
-
Constructor Details
-
AbstractSchema
public AbstractSchema() -
AbstractSchema
-
AbstractSchema
-
-
Method Details
-
getProperties
- Specified by:
getPropertiesin interfaceSchema
-
filterProperties
public static PropertyMap filterProperties(PropertyMap properties, PropertyId<?>[] supportedPropertyIds)
-