Class AbstractConfigurer<O,​B extends Builder<O>>

  • Type Parameters:
    O - The Object being built by B
    B - The Builder that is building O and is configured by AbstractConfigurer
    All Implemented Interfaces:
    Configurer<O,​B>

    public abstract class AbstractConfigurer<O,​B extends Builder<O>>
    extends Object
    implements Configurer<O,​B>
    A base class for Configurer that allows subclasses to only implement the methods they are interested in. It also provides a mechanism for using the Configurer and when done gaining access to the Builder that is being configured.