|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.loom.validator.RequiredValidatorFactory
public class RequiredValidatorFactory
Creates the appropiate RequiredValidatorclass, depending on the property type
| Constructor Summary | |
|---|---|
RequiredValidatorFactory()
|
|
| Method Summary | |
|---|---|
static AbstractRequiredValidator<?> |
createValidator(java.lang.Class<?> propertyClass)
Create a RequiredValidator instance for the specified property class |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RequiredValidatorFactory()
| Method Detail |
|---|
public static AbstractRequiredValidator<?> createValidator(java.lang.Class<?> propertyClass)
propertyClass - the property class
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||