Class ErrorHandling.BuilderBase.ErrorHandlingImpl

java.lang.Object
io.helidon.webserver.ErrorHandling.BuilderBase.ErrorHandlingImpl
All Implemented Interfaces:
Prototype.Api, ErrorHandling
Enclosing class:
ErrorHandling.BuilderBase<BUILDER extends ErrorHandling.BuilderBase<BUILDER,PROTOTYPE>,PROTOTYPE extends ErrorHandling>

protected static class ErrorHandling.BuilderBase.ErrorHandlingImpl extends Object implements ErrorHandling
Generated implementation of the prototype, can be extended by descendant prototype implementations.
  • Constructor Details

    • ErrorHandlingImpl

      protected ErrorHandlingImpl(ErrorHandling.BuilderBase<?,?> builder)
      Create an instance providing a builder.
      Parameters:
      builder - extending builder base of this prototype
  • Method Details

    • includeEntity

      public boolean includeEntity()
    • logAllMessages

      public boolean logAllMessages()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object