JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
com.scivicslab.pojoactor.core.JsonState
Packages that use
JsonState
Package
Description
com.scivicslab.pojoactor.core
Uses of
JsonState
in
com.scivicslab.pojoactor.core
Methods in
com.scivicslab.pojoactor.core
that return
JsonState
Modifier and Type
Method
Description
JsonState
JsonState.
copy
()
Creates a deep copy of this JsonState.
JsonState
ActorRef.
json
()
Returns the JSON state container for this actor, creating it if necessary.
JsonState
JsonState.
put
(
String
path,
Object
value)
Sets a value at the given path, creating intermediate nodes as needed.