Class SprayJsonSupport$
- java.lang.Object
-
- akka.http.scaladsl.marshallers.sprayjson.SprayJsonSupport$
-
- All Implemented Interfaces:
SprayJsonSupport
public class SprayJsonSupport$ extends java.lang.Object implements SprayJsonSupport
-
-
Field Summary
Fields Modifier and Type Field Description static SprayJsonSupport$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description SprayJsonSupport$()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.http.scaladsl.marshallers.sprayjson.SprayJsonSupport
sprayJsonByteStringUnmarshaller, sprayJsonMarshaller, sprayJsonMarshallerConverter, sprayJsonSourceReader, sprayJsonUnmarshaller, sprayJsonUnmarshallerConverter, sprayJsValueByteStringUnmarshaller, sprayJsValueMarshaller, sprayJsValueUnmarshaller
-
-
-
-
Field Detail
-
MODULE$
public static final SprayJsonSupport$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-