Class AbstractChildBuilder<T,​TParent,​TBuilder extends AbstractBuilder<TParent>>

    • Constructor Detail

      • AbstractChildBuilder

        protected AbstractChildBuilder​(TBuilder parentBuilder)
        Creates a child builder
        Parameters:
        parentBuilder - Parent builder
    • Method Detail

      • parent

        public TBuilder parent()
        Gets the parent builder
        Returns:
        Parent builder