public interface ValidatorProvider
extends org.ocpsoft.common.pattern.Weighted
Modifier and Type | Method and Description |
---|---|
Validator<?> |
getByTargetType(Class<?> targetType)
Create a
Validator by a target type. |
Validator<?> |
getByValidatorId(String id)
Create a
Validator by some unique ID. |
Validator<?> |
getByValidatorType(Class<?> validatorType)
Create a
Validator by a third party Validator class. |
Copyright © 2014 OCPsoft. All Rights Reserved.