Interface Buildable.Builder<T extends Buildable.Builder<T,​M>,​M extends Buildable<?>>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      M build()
      Creates and return the Model Entity M
      T from​(M in)
      Creates a Builder using the param M as the default values
    • Method Detail

      • build

        M build()
        Creates and return the Model Entity M
        Returns:
        M instance
      • from

        T from​(M in)
        Creates a Builder using the param M as the default values
        Parameters:
        The - Model M
        Returns:
        Builder