Package akka.http.scaladsl.server
Class MalformedQueryParamRejection$
- java.lang.Object
-
- scala.runtime.AbstractFunction3<java.lang.String,java.lang.String,scala.Option<java.lang.Throwable>,MalformedQueryParamRejection>
-
- akka.http.scaladsl.server.MalformedQueryParamRejection$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Function3<java.lang.String,java.lang.String,scala.Option<java.lang.Throwable>,MalformedQueryParamRejection>
public class MalformedQueryParamRejection$ extends scala.runtime.AbstractFunction3<java.lang.String,java.lang.String,scala.Option<java.lang.Throwable>,MalformedQueryParamRejection> implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static MalformedQueryParamRejection$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description MalformedQueryParamRejection$()
-
-
-
Field Detail
-
MODULE$
public static final MalformedQueryParamRejection$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-