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

artoria.data.validation.support.javax.ResultHandler Maven / Gradle / Ivy

The newest version!
package artoria.data.validation.support.javax;

import artoria.core.Handler;

/**
 * The result handler of the javax validator.
 * @author Kahle
 * @see javax.validation.Validator
 */
public interface ResultHandler extends Handler {

    /**
     * Performs this operation on the given arguments.
     *
     * @param result the first input argument
     * @return The result of handling
     */
    Object handle(Object result);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy