Class Builder<T>

  • Direct Known Subclasses:
    SearchResult.SearchResultBuilder

    public abstract class Builder<T>
    extends java.lang.Object
    Builder abstract class for compatibility with Valkey GLIDE wrapper.
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract T build​(java.lang.Object data)  
      • Methods inherited from class java.lang.Object

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

      • Builder

        public Builder()
    • Method Detail

      • build

        public abstract T build​(java.lang.Object data)