All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pub.codex.apix.wrapper.VaildWrapper Maven / Gradle / Ivy

There is a newer version: 5.0.2
Show newest version
package pub.codex.apix.wrapper;

import java.lang.annotation.Annotation;
import java.lang.reflect.Field;

/**
 * 验证包装器
 */
public interface VaildWrapper {


    /**
     * 获取类型
     *
     * @return
     */
    abstract Class getType();

    /**
     * 返回 Vaild group
     *
     * @param field 返回当前字段的Valid group
     * @return
     */
    abstract Class[] getGroup(Field field);


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy