Interface CompareCondition.Value

Enclosing class:
CompareCondition

public static interface CompareCondition.Value
Value abstraction to capture a value or digest preserving its internal representation. A value can be represented as a byte array or a Object.toString().
Since:
4.1
Author:
Yordan Tsintsov, Mark Paluch
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
     
  • Method Details

    • asBytes

      byte[] asBytes()
      Returns:
      the value as byte array.