Package akka.http.scaladsl.server
Class RejectionHandler$
- java.lang.Object
-
- akka.http.scaladsl.server.RejectionHandler$
-
public class RejectionHandler$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static RejectionHandler$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description RejectionHandler$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.RejectionHandler.Builder
newBuilder()
Creates a newRejectionHandler
builder.
-
-
-
Field Detail
-
MODULE$
public static final RejectionHandler$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
newBuilder
public RejectionHandler.Builder newBuilder()
Creates a newRejectionHandler
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)
-
-