Class AbstractBuildable.AbstractBuilder<F,​T,​B extends AbstractBuildable.AbstractBuilder<F,​T,​B>>

  • All Implemented Interfaces:
    Builder<T,​B>
    Enclosing class:
    AbstractBuildable<F>

    public abstract static class AbstractBuildable.AbstractBuilder<F,​T,​B extends AbstractBuildable.AbstractBuilder<F,​T,​B>>
    extends Object
    implements Builder<T,​B>
    • Constructor Detail

      • AbstractBuilder

        protected AbstractBuilder​(F factory)
    • Method Detail

      • getFactory

        protected F getFactory()