com.stackmob.newman

enumeration

package enumeration

Linear Supertypes
EnumerationImplicits, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. enumeration
  2. EnumerationImplicits
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit class RichString extends AnyRef

    Definition Classes
    EnumerationImplicits

Value Members

  1. def enumReader[T <: Enumeration](reader: (String) ⇒ Option[T]): EnumReader[T]

  2. implicit def enumerationJSON[T <: Enumeration](implicit reader: EnumReader[T], m: Manifest[T]): net.liftweb.json.scalaz.JsonScalaz.JSON[T]

    Definition Classes
    EnumerationImplicits
  3. def lowerEnumReader[T <: Enumeration](values: T*): EnumReader[T]

  4. def upperEnumReader[T <: Enumeration](values: T*): EnumReader[T]

Inherited from EnumerationImplicits

Inherited from AnyRef

Inherited from Any

Ungrouped