Provides information about a Play Application running inside a Play server.
Thread factory that creates threads that are named.
Plugin that injects an object mapper to the JSON library on start and on stop.
Plugin that injects an object mapper to the JSON library on start and on stop.
This solves the issue of the ObjectMapper cache from holding references to the application class loader between reloads.
Represents an application that can be reloaded in Dev Mode.
provides source code to be displayed on error pages
creates and initializes an Application
wraps and starts a fake application (used in tests)
Thread factory that creates threads that are named. Threads will be named with the format:
{name}-{threadNo}
where threadNo is an integer starting from one.