|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KernelBeanValidator | |
---|---|
org.jboss.kernel | The core Kernel implementation. |
org.jboss.kernel.plugins.bootstrap.basic | Kernel plugins, a basic bootstrap implementation. |
org.jboss.kernel.plugins.config.property | Kernel plugins, a kernel configuration implementation using system properties. |
org.jboss.kernel.plugins.dependency | Kernel plugins, an abstract dependency implementation. |
org.jboss.kernel.plugins.validation | |
org.jboss.kernel.plugins.validation.basic | |
org.jboss.kernel.spi.config | Classes used to define configuration plugins. |
Uses of KernelBeanValidator in org.jboss.kernel |
---|
Fields in org.jboss.kernel declared as KernelBeanValidator | |
---|---|
protected KernelBeanValidator |
Kernel.validator
The kernel bean validator |
Methods in org.jboss.kernel that return KernelBeanValidator | |
---|---|
KernelBeanValidator |
Kernel.getValidator()
Get the kernel bean validator. |
Methods in org.jboss.kernel with parameters of type KernelBeanValidator | |
---|---|
void |
Kernel.setValidator(KernelBeanValidator validator)
Set the bean validator. |
Uses of KernelBeanValidator in org.jboss.kernel.plugins.bootstrap.basic |
---|
Methods in org.jboss.kernel.plugins.bootstrap.basic that return KernelBeanValidator | |
---|---|
protected KernelBeanValidator |
BasicKernelInitializer.createKernelBeanValidator(Kernel kernel)
Create the bean validator |
Uses of KernelBeanValidator in org.jboss.kernel.plugins.config.property |
---|
Methods in org.jboss.kernel.plugins.config.property that return KernelBeanValidator | |
---|---|
KernelBeanValidator |
PropertyKernelConfig.createKernelBeanValidator()
|
Uses of KernelBeanValidator in org.jboss.kernel.plugins.dependency |
---|
Constructors in org.jboss.kernel.plugins.dependency with parameters of type KernelBeanValidator | |
---|---|
KernelBeanValidatorBridge(KernelBeanValidator validator)
|
Uses of KernelBeanValidator in org.jboss.kernel.plugins.validation |
---|
Classes in org.jboss.kernel.plugins.validation that implement KernelBeanValidator | |
---|---|
class |
AbstractKernelBeanValidator
Abstract kernel bean validator. |
Uses of KernelBeanValidator in org.jboss.kernel.plugins.validation.basic |
---|
Classes in org.jboss.kernel.plugins.validation.basic that implement KernelBeanValidator | |
---|---|
class |
BasicKernelBeanValidator
Basic impl of kernel bean validator. |
Uses of KernelBeanValidator in org.jboss.kernel.spi.config |
---|
Methods in org.jboss.kernel.spi.config that return KernelBeanValidator | |
---|---|
KernelBeanValidator |
KernelConfig.createKernelBeanValidator()
Create kernel bean validator. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |