Class Accessor


  • @Internal
    public class Accessor
    extends java.lang.Object
    Used to give public access to package-private members. Strictly for internal use of the library and to avoid polluting the public interface of classes with internals.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Optional<java.lang.String> crc32OfGet​(TransactionGetResult gr)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • crc32OfGet

        public static java.util.Optional<java.lang.String> crc32OfGet​(TransactionGetResult gr)