public class OvalInspector extends BaseObjectInspector
For more information on OVal, the Object Validation Framework for Java, see http://oval.sourceforge.net.
mLog| Constructor and Description |
|---|
OvalInspector() |
OvalInspector(BaseObjectInspectorConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,String> |
inspectProperty(Property property)
Inspect the given property and return a Map of attributes.
|
getActions, getProperties, inspect, inspectAction, inspectAsDom, inspectEntity, inspectParent, inspectTrait, inspectTraits, shouldInspectPropertyAsEntitypublic OvalInspector()
public OvalInspector(BaseObjectInspectorConfig config)
protected Map<String,String> inspectProperty(Property property) throws Exception
BaseObjectInspectorNote: for convenience, this method does not expect subclasses to deal with DOMs and Elements. Those subclasses wanting more control over these features should override methods higher in the call stack instead.
Does nothing by default.
inspectProperty in class BaseObjectInspectorproperty - the property to inspectExceptionCopyright © 2015. All Rights Reserved.