org.jboss.jca.validator
Class ValidateObject
java.lang.Object
org.jboss.jca.validator.ValidateClass
org.jboss.jca.validator.ValidateObject
- All Implemented Interfaces:
- Validate
public class ValidateObject
- extends ValidateClass
Object wrapper for objects that should be validated
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValidateObject
public ValidateObject(Key key,
Object object)
- Constructor
- Parameters:
key - The keyobject - The key
ValidateObject
public ValidateObject(Key key,
Object object,
List<? extends org.jboss.jca.common.api.metadata.ra.ConfigProperty> configProperties)
- Constructor
- Parameters:
key - The keyobject - The keyconfigProperties - The list of config property metadata
getObject
public Object getObject()
- Get the object
- Returns:
- The object
Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)