Class/Object

org.coursera.naptime.schema

Handler

Related Docs: object Handler | package schema

Permalink

final class Handler extends ScalaRecordTemplate with Product

The schema for a particular resource's Naptime handler.

Annotations
@Generated()
Linear Supertypes
Product, Equals, ScalaRecordTemplate, ScalaTemplate, RecordTemplate, DataTemplate[DataMap], Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Handler
  2. Product
  3. Equals
  4. ScalaRecordTemplate
  5. ScalaTemplate
  6. RecordTemplate
  7. DataTemplate
  8. Cloneable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. lazy val attributes: AttributeArray

    Permalink

    A list of attributes related to this handler.

  6. def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    Handler → Equals
  7. def clone(): Handler

    Permalink
    Definition Classes
    Handler → RecordTemplate → DataTemplate → AnyRef
  8. def contains(arg0: Field): Boolean

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
  9. def copy(dataMap: DataMap, conversion: DataConversion): Handler

    Permalink
    Definition Classes
    Handler → ScalaRecordTemplate
  10. def copy(kind: HandlerKind = this.kind, name: String = this.name, parameters: ParameterArray = this.parameters, inputBody: Option[CustomBodyType] = this.inputBody, customOutputBody: Option[CustomBodyType] = this.customOutputBody, attributes: AttributeArray = this.attributes): Handler

    Permalink
  11. def copy(): Handler

    Permalink
    Definition Classes
    Handler → RecordTemplate → DataTemplate
  12. lazy val customOutputBody: Option[CustomBodyType]

    Permalink

    If the handler produces a custom response body that is not the expected based on the Resource, the type is specified here.

  13. def data(): DataMap

    Permalink
    Definition Classes
    RecordTemplate → DataTemplate
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    Handler → Equals → RecordTemplate → AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    Handler → RecordTemplate → AnyRef → Any
  19. lazy val inputBody: Option[CustomBodyType]

    Permalink

    If the handler consumes a request body, the type is specified here.

  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. lazy val kind: HandlerKind

    Permalink

    The type of operation for this handler.

  22. lazy val name: String

    Permalink

    The name of the function that implements this handler.

    The name of the function that implements this handler. For FINDER and ACTION kinds, this is also the name used to invoke the handler.

  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def obtainCustomType[T](field: Field, valueClass: Class[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    ScalaRecordTemplate
  27. def obtainCustomType[T](arg0: Field, arg1: Class[T], arg2: GetMode): T

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... ) @throws( ... )
  28. def obtainDirect[T](field: Field, valueClass: Class[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    ScalaRecordTemplate
  29. def obtainDirect[T](arg0: Field, arg1: Class[T], arg2: GetMode): T

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... ) @throws( ... )
  30. def obtainWrapped[T <: DataTemplate[_]](field: Field, valueClass: Class[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    ScalaRecordTemplate
  31. def obtainWrapped[T <: DataTemplate[_]](arg0: Field, arg1: Class[T], arg2: GetMode): T

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... ) @throws( ... )
  32. lazy val parameters: ParameterArray

    Permalink

    The query parameters for the handler.

  33. val productArity: Int

    Permalink
    Definition Classes
    Handler → Product
  34. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Handler → Product
  35. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  36. val productPrefix: String

    Permalink
    Definition Classes
    Handler → Product
  37. def putCustomType[T](field: Field, valueClass: Class[T], dataClass: Class[_], obj: T): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ScalaRecordTemplate
  38. def putCustomType[T](arg0: Field, arg1: Class[T], arg2: Class[_], arg3: T, arg4: SetMode): Unit

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... )
  39. def putDirect[T](arg0: Field, arg1: Class[T], arg2: T): Unit

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... )
  40. def putDirect[T](arg0: Field, arg1: Class[T], arg2: T, arg3: SetMode): Unit

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... )
  41. def putDirect[T](arg0: Field, arg1: Class[T], arg2: Class[_], arg3: T, arg4: SetMode): Unit

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... )
  42. def putWrapped[T <: DataTemplate[_]](arg0: Field, arg1: Class[T], arg2: T): Unit

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... )
  43. def putWrapped[T <: DataTemplate[_]](arg0: Field, arg1: Class[T], arg2: T, arg3: SetMode): Unit

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... )
  44. def remove(arg0: Field): Boolean

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
  45. def schema(): RecordDataSchema

    Permalink
    Definition Classes
    RecordTemplate → DataTemplate
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  47. def toString(): String

    Permalink
    Definition Classes
    Handler → RecordTemplate → AnyRef → Any
  48. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Product

Inherited from Equals

Inherited from ScalaRecordTemplate

Inherited from ScalaTemplate

Inherited from RecordTemplate

Inherited from DataTemplate[DataMap]

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped