Interface Builder<T>

Type Parameters:
T - type to be build
All Known Implementing Classes:
ClientBuilder

public interface Builder<T>
interface to build instance of T
  • Method Summary

    Modifier and Type
    Method
    Description
    build an instance of the generic type
  • Method Details

    • build

      T build()
      build an instance of the generic type
      Returns:
      build instance