Packages

package caseclass

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. caseclass
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package exceptions

Type Members

  1. trait SerdeLogging extends Logging

    "Serde" (technically "SerDe") is a portmanteau of "Serialization and Deserialization"

    "Serde" (technically "SerDe") is a portmanteau of "Serialization and Deserialization"

    Mix this trait into a case class to get helpful logging methods. This trait adds a @JsonIgnoreProperties for fields which are defined in the com.twitter.util.logging.Logging trait so that they are not included in JSON serde operations.

    Annotations
    @JsonIgnoreProperties()

Value Members

  1. object CaseClassField extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped