Package

play

core

Permalink

package core

Visibility
  1. Public
  2. All

Type Members

  1. trait ObjectMapperComponents extends AnyRef

    Permalink

    Components for Jackson ObjectMapper and Play's Json.

  2. class ObjectMapperModule extends SimpleModule

    Permalink

    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]

    Permalink
    Annotations
    @Singleton()

Value Members

  1. package j

    Permalink

Ungrouped