- All Implemented Interfaces:
com.rosetta.model.lib.validation.ValidatorWithArg<Tx,Set<String>>
public class TxOnlyExistsValidator
extends Object
implements com.rosetta.model.lib.validation.ValidatorWithArg<Tx,Set<String>>
-
Constructor Summary
Constructors
-
Method Summary
<T2 extends Tx>
com.rosetta.model.lib.validation.ValidationResult<Tx>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TxOnlyExistsValidator
public TxOnlyExistsValidator()
-
Method Details
-
validate
public <T2 extends Tx>
com.rosetta.model.lib.validation.ValidationResult<Tx> validate(com.rosetta.model.lib.path.RosettaPath path,
T2 o,
Set<String> fields)
- Specified by:
validate in interface com.rosetta.model.lib.validation.ValidatorWithArg<Tx,Set<String>>