Package com.rosetta.model.lib.expression
Class ComparisonResult
java.lang.Object
com.rosetta.model.lib.expression.ComparisonResult
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.rosetta.model.lib.mapper.Mapper
Mapper.Path -
Method Summary
Modifier and TypeMethodDescriptionand(ComparisonResult other) Deprecated.Deprecated.andNullSafe(ComparisonResult other) asMapper()static ComparisonResultstatic ComparisonResultfailureEmptyOperand(String error) Deprecated.get()getError()getMulti()getOrDefault(Boolean defaultValue) Optional<?> List<?> getPaths()booleanstatic ComparisonResultDeprecated.static ComparisonResultofEmpty()static ComparisonResultofNullSafe(Mapper<Boolean> result) or(ComparisonResult other) Deprecated.Deprecated.orNullSafe(ComparisonResult other) intstatic ComparisonResultsuccess()static ComparisonResultsuccessEmptyOperand(String error) Deprecated.
-
Method Details
-
success
-
successEmptyOperand
Deprecated. -
failure
-
failureEmptyOperand
Deprecated. -
ofEmpty
-
ofNullSafe
-
of
Deprecated. -
get
-
getOrDefault
- Specified by:
getOrDefaultin interfaceMapper<Boolean>
-
getError
-
isEmptyOperand
public boolean isEmptyOperand() -
andNullSafe
-
and
Deprecated. -
andIgnoreEmptyOperand
Deprecated. -
orNullSafe
-
or
Deprecated. -
orIgnoreEmptyOperand
Deprecated. -
getMulti
-
getParent
-
getParentMulti
- Specified by:
getParentMultiin interfaceMapper<Boolean>
-
resultCount
public int resultCount()- Specified by:
resultCountin interfaceMapper<Boolean>
-
asMapper
-
getPaths
-
getErrorPaths
- Specified by:
getErrorPathsin interfaceMapper<Boolean>
-
getErrors
-