Class WeChatPropertiesValidator

  • All Implemented Interfaces:
    org.springframework.validation.Validator

    public class WeChatPropertiesValidator
    extends Object
    implements org.springframework.validation.Validator
    • Constructor Detail

      • WeChatPropertiesValidator

        public WeChatPropertiesValidator()
    • Method Detail

      • supports

        public boolean supports​(Class<?> type)
        Specified by:
        supports in interface org.springframework.validation.Validator
      • validate

        public void validate​(Object o,
                             org.springframework.validation.Errors errors)
        Specified by:
        validate in interface org.springframework.validation.Validator