Package 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
-
-
Constructor Summary
Constructors Constructor Description ValidateObject(Key key, Object object)ConstructorValidateObject(Key key, Object object, List<? extends ConfigProperty> configProperties)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetObject()Get the object-
Methods inherited from class org.jboss.jca.validator.ValidateClass
getClassLoader, getClassName, getClazz, getConfigProperties, getKey
-
-
-
-
Constructor Detail
-
ValidateObject
public ValidateObject(Key key, Object object)
Constructor- Parameters:
key- The keyobject- The key
-
ValidateObject
public ValidateObject(Key key, Object object, List<? extends ConfigProperty> configProperties)
Constructor- Parameters:
key- The keyobject- The keyconfigProperties- The list of config property metadata
-
-
Method Detail
-
getObject
public Object getObject()
Get the object- Returns:
- The object
-
-