| Class | Description |
|---|---|
| CriticalRule<V,D> |
Class represents Rule with violation level = CRITICAL
|
| ErrorRule<V,D> |
Class represents Rule with violation level = ERROR
|
| NoDataRule<V> |
This class makes life easier if you need to create Rule without inner data
|
| NoticeRule<V,D> |
Class represents Rule with violation level = NOTICE
|
| NullValuePropagationStopper<T> |
Special class, that will stop validation chain if value is null
This can be useful if any of rules next in chain use value.some_method and can throw NPE
|
| PermissibleRule<V,D> |
Class represents Rule with violation level = PERMISSIBLE
|
Copyright © 2015. All Rights Reserved.