Class RejectionHandler$

java.lang.Object
akka.http.scaladsl.server.RejectionHandler$

public class RejectionHandler$ extends Object
  • Field Details

    • MODULE$

      public static final RejectionHandler$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • RejectionHandler$

      public RejectionHandler$()
  • Method Details

    • newBuilder

      public RejectionHandler.Builder newBuilder()
      Creates a new RejectionHandler builder.
      Returns:
      (undocumented)
    • applyTransformations

      public scala.collection.immutable.Seq<Rejection> applyTransformations(scala.collection.immutable.Seq<Rejection> rejections)
      Filters out all TransformationRejections from the given sequence and applies them (in order) to the remaining rejections.
      Parameters:
      rejections - (undocumented)
      Returns:
      (undocumented)