Package org.ocpsoft.rewrite.spi
Interface ValidatorProvider
- All Superinterfaces:
org.ocpsoft.common.pattern.Weighted
public interface ValidatorProvider
extends org.ocpsoft.common.pattern.Weighted
SPI for providing integration with other validation frameworks.
- Author:
- Christian Kaltepoth, Lincoln Baxter, III
-
Method Summary
Modifier and TypeMethodDescriptionValidator<?>getByTargetType(Class<?> targetType) Create aValidatorby a target type.Validator<?>Create aValidatorby some unique ID.Validator<?>getByValidatorType(Class<?> validatorType) Create aValidatorby a third party Validator class.Methods inherited from interface org.ocpsoft.common.pattern.Weighted
priority