Package org.jboss.jca.validator
Class ValidateObject
java.lang.Object
org.jboss.jca.validator.ValidateClass
org.jboss.jca.validator.ValidateObject
- All Implemented Interfaces:
Validate
Object wrapper for objects that should be validated
-
Constructor Summary
ConstructorsConstructorDescriptionValidateObject(Key key, Object object) ConstructorValidateObject(Key key, Object object, List<? extends ConfigProperty> configProperties) Constructor -
Method Summary
Methods inherited from class org.jboss.jca.validator.ValidateClass
getClassLoader, getClassName, getClazz, getConfigProperties, getKey
-
Constructor Details
-
ValidateObject
Constructor- Parameters:
key- The keyobject- The key
-
ValidateObject
Constructor- Parameters:
key- The keyobject- The keyconfigProperties- The list of config property metadata
-
-
Method Details
-
getObject
Get the object- Returns:
- The object
-