Uses of Class
io.mangoo.core.Config
-
Packages that use Config Package Description io.mangoo.admin io.mangoo.cache io.mangoo.crypto io.mangoo.email io.mangoo.persistence io.mangoo.routing.handlers io.mangoo.scheduler io.mangoo.services -
-
Uses of Config in io.mangoo.admin
Constructors in io.mangoo.admin with parameters of type Config Constructor Description AdminController(Scheduler scheduler, Crypto crypto, Config config, Cache cache, CacheProvider cacheProvider) -
Uses of Config in io.mangoo.cache
Constructors in io.mangoo.cache with parameters of type Config Constructor Description CacheProvider(Config config) -
Uses of Config in io.mangoo.crypto
Constructors in io.mangoo.crypto with parameters of type Config Constructor Description Crypto(Config config) -
Uses of Config in io.mangoo.email
Constructors in io.mangoo.email with parameters of type Config Constructor Description MailEvent(Config config) -
Uses of Config in io.mangoo.persistence
Constructors in io.mangoo.persistence with parameters of type Config Constructor Description DatastoreImpl(Config config) -
Uses of Config in io.mangoo.routing.handlers
Constructors in io.mangoo.routing.handlers with parameters of type Config Constructor Description AuthenticationHandler(Config config)CorsHandler(Config config)InboundCookiesHandler(Config config)LocaleHandler(Config config)OutboundCookiesHandler(Config config) -
Uses of Config in io.mangoo.scheduler
Constructors in io.mangoo.scheduler with parameters of type Config Constructor Description Scheduler(Config config) -
Uses of Config in io.mangoo.services
Constructors in io.mangoo.services with parameters of type Config Constructor Description ConcurrentService(Config config)
-