Package akka.serialization.jackson
Class ActorSystemAccess$
- java.lang.Object
-
- akka.serialization.jackson.ActorSystemAccess$
-
- All Implemented Interfaces:
ActorSystemAccess
public class ActorSystemAccess$ extends java.lang.Object implements ActorSystemAccess
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static ActorSystemAccess$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ActorSystemAccess$()
-
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.serialization.jackson.ActorSystemAccess
currentSystem
-
-
-
-
Field Detail
-
MODULE$
public static final ActorSystemAccess$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-