|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.kernel.plugins.dependency.KernelBeanValidatorBridge
public class KernelBeanValidatorBridge
Wrapper around kernel bean validator.
| Constructor Summary | |
|---|---|
KernelBeanValidatorBridge(KernelBeanValidator validator)
|
|
| Method Summary | |
|---|---|
void |
validateConstructorValues(KernelControllerContext context,
org.jboss.joinpoint.spi.Joinpoint joinpoint)
Validate constructor values. |
void |
validateInstance(KernelControllerContext context,
Object target)
Validate new instance. |
void |
validateMethodValues(KernelControllerContext context,
Object target,
org.jboss.reflect.spi.MethodInfo methodInfo,
Object[] parameters)
Validate method values. |
void |
validatePropertyValue(KernelControllerContext context,
Object target,
org.jboss.beans.info.spi.PropertyInfo propertyInfo,
Object value)
Validate property value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KernelBeanValidatorBridge(KernelBeanValidator validator)
| Method Detail |
|---|
public void validateConstructorValues(KernelControllerContext context,
org.jboss.joinpoint.spi.Joinpoint joinpoint)
throws Throwable
BeanValidatorBridge
validateConstructorValues in interface BeanValidatorBridgecontext - the owner contextjoinpoint - the constructor joinpoint
Throwable - for any error
public void validateInstance(KernelControllerContext context,
Object target)
throws Throwable
BeanValidatorBridge
validateInstance in interface BeanValidatorBridgecontext - the owner contexttarget - the target
Throwable - for any error
public void validatePropertyValue(KernelControllerContext context,
Object target,
org.jboss.beans.info.spi.PropertyInfo propertyInfo,
Object value)
throws Throwable
BeanValidatorBridge
validatePropertyValue in interface BeanValidatorBridgecontext - the owner contexttarget - the targetpropertyInfo - the propertyvalue - the new value
Throwable - for any error
public void validateMethodValues(KernelControllerContext context,
Object target,
org.jboss.reflect.spi.MethodInfo methodInfo,
Object[] parameters)
throws Throwable
BeanValidatorBridge
validateMethodValues in interface BeanValidatorBridgecontext - the owner contexttarget - the targetmethodInfo - the methodparameters - the parameters
Throwable - for any error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||