public class

Validated

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

Class Overview

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.

Summary

Public Constructors
Validated(Validator.Result result, T operand)
Public Methods
Validator.Result getResult()
T getValue()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Validated (Validator.Result result, T operand)

Public Methods

public Validator.Result getResult ()

public T getValue ()