Interface ConfiguredBuildable<T>

    • Method Detail

      • isValid

        boolean isValid()
        Determine if this builder will produce a valid object. When this method returns false the Buildable.build() method should throw an exception
        Returns:
        true if it's safe to build() false otherwise