Class NetworkSessionsOverviewJSONCreator
java.lang.Object
com.djrapitops.plan.delivery.rendering.json.network.NetworkSessionsOverviewJSONCreator
@Singleton
@Deprecated(since="2026-04-05 / 5.7 build 3341")
public class NetworkSessionsOverviewJSONCreator
extends Object
implements NetworkTabJSONCreator<Map<String,Object>>
Deprecated.
Use /v1/datapoint instead (types PLAYTIME, AFK_TIME, AFK_TIME_PERCENTAGE).
Creates JSON payload for /network-page Sessions tab.
-
Constructor Summary
ConstructorsConstructorDescriptionNetworkSessionsOverviewJSONCreator(DBSystem dbSystem, net.playeranalytics.plugin.server.PluginLogger logger, Locale locale, Formatters formatters) Deprecated. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface NetworkTabJSONCreator
get
-
Constructor Details
-
NetworkSessionsOverviewJSONCreator
@Inject public NetworkSessionsOverviewJSONCreator(DBSystem dbSystem, net.playeranalytics.plugin.server.PluginLogger logger, Locale locale, Formatters formatters) Deprecated.
-
-
Method Details
-
createJSONAsMap
Deprecated.- Specified by:
createJSONAsMapin interfaceNetworkTabJSONCreator<Map<String,Object>>
-