public class MaxMinConstraintConverter extends BaseConstraintConverter implements IConstraintConverter
| 构造器和说明 |
|---|
MaxMinConstraintConverter() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected List<String> |
getMethods()
子类返回需要反射的验证注解的 字段值
|
protected List<Class<? extends Annotation>> |
getSupport()
子类返回各自具体支持的验证注解 类型
|
protected String |
getType(Class<? extends Annotation> type)
子类返回自定义的类型
|
converter, supportclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconverter, supportprotected List<String> getMethods()
BaseConstraintConvertergetMethods 在类中 BaseConstraintConverterprotected String getType(Class<? extends Annotation> type)
BaseConstraintConvertergetType 在类中 BaseConstraintConvertertype - 注解类型protected List<Class<? extends Annotation>> getSupport()
BaseConstraintConvertergetSupport 在类中 BaseConstraintConverterCopyright © 2022. All rights reserved.