Class WeChatPropertiesValidator
- java.lang.Object
-
- org.oxerr.spring.security.wechat.samples.helloworld.WeChatPropertiesValidator
-
- All Implemented Interfaces:
org.springframework.validation.Validator
public class WeChatPropertiesValidator extends Object implements org.springframework.validation.Validator
-
-
Constructor Summary
Constructors Constructor Description WeChatPropertiesValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
supports(Class<?> type)
void
validate(Object o, org.springframework.validation.Errors errors)
-
-
-
Method Detail
-
supports
public boolean supports(Class<?> type)
- Specified by:
supports
in interfaceorg.springframework.validation.Validator
-
validate
public void validate(Object o, org.springframework.validation.Errors errors)
- Specified by:
validate
in interfaceorg.springframework.validation.Validator
-
-