package util
- Alphabetic
- Public
- All
Type Members
-
trait
CustomSerializers extends AnyRef
Helper that injects customized serializers
-
case class
EnrichedConfig(config: Config) extends Product with Serializable
It is an enriched configuration.
It is an enriched configuration.
- config
Represents the enriched config
-
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.
-
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.
-
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
-
class
FutureHelper extends AnyRef
A helper class for future-related stuff
-
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.
-
trait
JsonHelperBase extends WithJsonFormats
Util that provide core functions to go back and forth from values T to JValues and its String representations.
-
trait
WithJsonFormats extends CustomSerializers
Helper that contains the basic json formats.
Value Members
-
object
Implicits
Util that contains the implicits to create enriched values.
-
object
JsonHelper extends JsonHelper
Simple JsonHelper object with no customized serializers
- object NameGiver
- object PortGiver