Class SessionsOverviewJSONCreator
java.lang.Object
com.djrapitops.plan.delivery.rendering.json.SessionsOverviewJSONCreator
- All Implemented Interfaces:
ServerTabJSONCreator<Map<String,Object>>, Function<ServerUUID, Map<String, Object>>
@Singleton
@Deprecated(since="2026-04-05 / 5.7 build 3341")
public class SessionsOverviewJSONCreator
extends Object
implements ServerTabJSONCreator<Map<String,Object>>
Deprecated.
Use /v1/datapoint instead (types SERVER_OCCUPIED, PLAYTIME, AFK_TIME, AFK_TIME_PERCENTAGE, MOST_ACTIVE_GAMEMODE).
Creates JSON payload for /server-page Sessions tab.
-
Constructor Summary
ConstructorsConstructorDescriptionSessionsOverviewJSONCreator(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 ServerTabJSONCreator
apply
-
Constructor Details
-
SessionsOverviewJSONCreator
@Inject public SessionsOverviewJSONCreator(DBSystem dbSystem, net.playeranalytics.plugin.server.PluginLogger logger, Locale locale, Formatters formatters) Deprecated.
-
-
Method Details
-
createJSONAsMap
Deprecated.- Specified by:
createJSONAsMapin interfaceServerTabJSONCreator<Map<String,Object>>
-