Package com.atlassian.validation
Class Validated<T>
java.lang.Object
com.atlassian.validation.Validated<T>
Convenience composite for holding the validation results and a domain object. Typical use is to
do validation for the purpose of updating an instance of a T and then returning the results of that
request in the form of an instance of this class.
- Since:
- v4.4
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Validated
-
-
Method Details
-
getResult
-
getValue
-