Package

util

Permalink

package util

Provides utility classes.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class DateUtils extends AnyRef

    Permalink

    Common helper related to time and date operations.

  2. case class ESSettings(clusterName: String, address: String, port: Int) extends Product with Serializable

    Permalink

    Representation for the elasticsearch connection information.

    Representation for the elasticsearch connection information.

    clusterName

    the elasticsearch cluster name.

    address

    the elasticsearch transport address.

    port

    the elasticsearch transport address port.

  3. class RichString extends AnyRef

    Permalink

    Implements additional methods for String.

Value Members

  1. object Binders

    Permalink

    Provides support for map types in play routes.

  2. object NewsleakConfigReader extends TypesafeConfigReader with StandardTypesafeConfig with NoEnvPrefix

    Permalink

    Provides access to the settings defined in the conf/application.conf file.

  3. object RichString

    Permalink

    Companion object for util.RichString that provides a convenient method to wrap an instance of String.

  4. object SessionUtils

    Permalink

    Provides information from the current user session.

  5. object TupleWriters

    Permalink

    Definitions to convert tuple, triple and 4-tuple to JsArray.

    Definitions to convert tuple, triple and 4-tuple to JsArray.

    See also

    taken from http://stackoverflow.com/questions/30921821/play-scala-json-writer-for-seq-of-tuple.

  6. package es

    Permalink

    Provides utility classes for the elasticsearch API.

Inherited from AnyRef

Inherited from Any

Ungrouped