Class PlayerJSONResolver
java.lang.Object
com.djrapitops.plan.delivery.webserver.resolver.json.PlayerJSONResolver
- All Implemented Interfaces:
Resolver
-
Constructor Summary
ConstructorDescriptionPlayerJSONResolver
(Identifiers identifiers, Formatters formatters, PlayerJSONCreator jsonCreator) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.djrapitops.plan.delivery.web.resolver.Resolver
newResponseBuilder, requiresAuth
-
Constructor Details
-
PlayerJSONResolver
@Inject public PlayerJSONResolver(Identifiers identifiers, Formatters formatters, PlayerJSONCreator jsonCreator)
-
-
Method Details
-
canAccess
Description copied from interface:Resolver
Implement access control if authorization is enabled.Is not called when access control is not active.
-
resolve
Description copied from interface:Resolver
Implement request resolution.
-