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