package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait CustomSerializers extends AnyRef

    Helper that injects customized serializers

  2. case class EnrichedConfig(config: Config) extends Product with Serializable

    It is an enriched configuration.

    It is an enriched configuration.

    config

    Represents the enriched config

  3. case class EnrichedDate(date: Date) extends Product with Serializable

    It is an enriched date

    It is an enriched date

    date

    Represents the date that gets enriched.

  4. case class EnrichedDatetime(dateTime: DateTime) extends Product with Serializable

    It is an enriched date time.

    It is an enriched date time.

    dateTime

    Represents the dateTime that gets enriched.

  5. case class EnrichedInstant(instant: Instant) extends Product with Serializable

    It is an enriched instant

    It is an enriched instant

    instant

    Represents the instant that gets enriched

  6. class FutureHelper extends AnyRef

    A helper class for future-related stuff

  7. class JsonHelper extends JsonHelperBase

    Helper class that packages the basic json functions and allows for a customized iterable of serializers to be plugged in to the json support environment.

  8. trait JsonHelperBase extends WithJsonFormats

    Util that provide core functions to go back and forth from values T to JValues and its String representations.

  9. trait WithJsonFormats extends CustomSerializers

    Helper that contains the basic json formats.

Value Members

  1. object Implicits

    Util that contains the implicits to create enriched values.

  2. object JsonHelper extends JsonHelper

    Simple JsonHelper object with no customized serializers

  3. object NameGiver
  4. object PortGiver

Ungrouped