com.twitter.finatra.domain

WrappedValue

trait WrappedValue[T] extends Any

Marker interface for Case Classes wrapping a single value. When used with finatra-jackson, the wrapped value will be directly serialized/deserialized without the wrapping object.

WrappedValue is a Universal Trait (http://docs.scala-lang.org/overviews/core/value-classes.html) so that it can be used by value classes.

Self Type
WrappedValue[T] with Product
Linear Supertypes
Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WrappedValue
  2. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def getClass(): Class[_]

    Definition Classes
    Any

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def asString: String

  6. def equals(arg0: Any): Boolean

    Definition Classes
    Any
  7. def hashCode(): Int

    Definition Classes
    Any
  8. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  9. def onlyValue: T

  10. def toString(): String

    Definition Classes
    WrappedValue → Any

Inherited from Any

Ungrouped