Packages

p

play

core

package core

Type Members

  1. trait ObjectMapperComponents extends AnyRef

    Components for Jackson ObjectMapper and Play's Json.

  2. class ObjectMapperModule extends SimpleModule

    Module that injects an object mapper to the JSON library on start and on stop.

    Module 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.

  3. class ObjectMapperProvider extends Provider[ObjectMapper]
    Annotations
    @Singleton()

Ungrouped