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 Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean accepted​(java.lang.Object value)
      Verifies if given value is acceptable to be written via builder
    • Method Detail

      • accepted

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