Class ExtensionJSONResolver
java.lang.Object
com.djrapitops.plan.delivery.webserver.resolver.json.ExtensionJSONResolver
- All Implemented Interfaces:
Resolver
-
Constructor Summary
ConstructorDescriptionExtensionJSONResolver
(DBSystem dbSystem, Identifiers identifiers, AsyncJSONResolverService jsonResolverService) -
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
-
ExtensionJSONResolver
@Inject public ExtensionJSONResolver(DBSystem dbSystem, Identifiers identifiers, AsyncJSONResolverService jsonResolverService)
-
-
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.
-