Class Validated<T>

java.lang.Object
com.atlassian.validation.Validated<T>

public class Validated<T> extends Object
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 Details

  • Method Details