Class ValidationList
- java.lang.Object
-
- net.n2oapp.framework.config.metadata.compile.ValidationList
-
- All Implemented Interfaces:
Serializable,Compiled
public class ValidationList extends Object implements Compiled
Список скомпилированных валидаций, для передачи в scope CompileProcessor- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationList(Map<ReduxModel,Map<String,List<Validation>>> validations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Validation>get(String widgetId, ReduxModel model)
-
-
-
Constructor Detail
-
ValidationList
public ValidationList(Map<ReduxModel,Map<String,List<Validation>>> validations)
-
-
Method Detail
-
get
public List<Validation> get(String widgetId, ReduxModel model)
-
-