Interface BuilderHandler


  • public interface BuilderHandler
    Handler responsible for controlling access to writable properties. It's main responsibility is to accept or reject given value depending on the underlying implementation e.g. disallow null values
    See Also:
    DeploymentDescriptorBuilder
    • Method Detail

      • accepted

        boolean accepted​(Object value)
        Verifies if given value is acceptable to be written via builder
        Parameters:
        value -
        Returns: