Package org.approvej.verify
Class InplaceVerifier
java.lang.Object
org.approvej.verify.InplaceVerifier
A verifier that checks if the received value is equal to a value given in place.
-
Method Details
-
inplace
Creates aVerifierusing the given previouslyApproved value.- Parameters:
previouslyApproved- the approved value- Returns:
- a new
InplaceVerifierfor the given previouslyApproved value.
-
accept
-