io.github.livr.FunctionKeeper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of livr-spring-validator Show documentation
Show all versions of livr-spring-validator Show documentation
Language Independent Validation Rules (v2.0)
Springframework annotation validator support
The newest version!
package io.github.livr;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.function.Function;
/**
* Created by vladislavbaluk on 10/3/2017.
*/
public class FunctionKeeper {
public FunctionKeeper(Map args, Function function) {
this.args = args;
this.function = function;
}
private Object value;
private Map args;
private Function function;
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy