Uses of Interface
org.jminor.common.model.valuemap.ValueMapValidator

Packages that use ValueMapValidator
org.jminor.common.model.valuemap   
org.jminor.framework.domain   
 

Uses of ValueMapValidator in org.jminor.common.model.valuemap
 

Classes in org.jminor.common.model.valuemap that implement ValueMapValidator
 class DefaultValueMapValidator<K,V>
          A default value map validator implementation, which performs basic null validation.
 

Methods in org.jminor.common.model.valuemap that return ValueMapValidator
 ValueMapValidator<K,V> ValueChangeMapEditModel.getValidator()
           
 ValueMapValidator<K,V> AbstractValueChangeMapEditModel.getValidator()
          
 

Constructors in org.jminor.common.model.valuemap with parameters of type ValueMapValidator
AbstractValueChangeMapEditModel(ValueChangeMap<K,V> initialMap, ValueMapValidator<K,V> validator)
          Instantiates a new edit model instance for the given value map.
 

Uses of ValueMapValidator in org.jminor.framework.domain
 

Subinterfaces of ValueMapValidator in org.jminor.framework.domain
static interface Entity.Validator
          Responsible for providing validation for entities.
 

Classes in org.jminor.framework.domain that implement ValueMapValidator
static class Entities.Validator
          A default extensible Entity.Validator implementation.