Class SimpleParameterizedBuilderRegistry.RegistryValue

    • Method Detail

      • getBuilder

        public ParameterizedBuilder<?> getBuilder()
        Return the registered builder.
        Returns:
        the registered builder
      • dispose

        public void dispose()
        Description copied from interface: Disposable
        Invoked when all resources owned by the implementer can safely be released.

        Once disposed of the object should no longer be considered to be usable.

        Note the Disposable interface is compatible with try-with-resources which will automatically invoke this method.

        Specified by:
        dispose in interface Disposable