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

com.fastchar.interfaces.IFastValidator Maven / Gradle / Ivy

package com.fastchar.interfaces;

import com.fastchar.core.FastAction;

public interface IFastValidator {
    //validator   @key:message
    String validate(String validator, String key, Object value);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy