Packages

object Method extends Enum[Method] with CirceKeyEnum[Method]

Source
OpenApi.scala
Linear Supertypes
CirceKeyEnum[Method], Enum[Method], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Method
  2. CirceKeyEnum
  3. Enum
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. implicit val circeKeyDecoder: KeyDecoder[Method]
    Definition Classes
    CirceKeyEnum
  6. implicit val circeKeyEncoder: KeyEncoder[Method]
    Definition Classes
    CirceKeyEnum
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. macro def findValues: IndexedSeq[Method]
    Attributes
    protected
    Definition Classes
    Enum
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def indexOf(member: Method): Int
    Definition Classes
    Enum
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final lazy val lowerCaseNamesToValuesMap: Map[String, Method]
    Definition Classes
    Enum
  16. lazy val namesToValuesMap: Map[String, Method]
    Definition Classes
    Enum
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final lazy val upperCaseNameValuesToMap: Map[String, Method]
    Definition Classes
    Enum
  23. val values: IndexedSeq[Method]
    Definition Classes
    Method → Enum
  24. final lazy val valuesToIndex: Map[Method, Int]
    Definition Classes
    Enum
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def withName(name: String): Method
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  29. def withNameInsensitive(name: String): Method
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  30. def withNameInsensitiveOption(name: String): Option[Method]
    Definition Classes
    Enum
  31. def withNameLowercaseOnly(name: String): Method
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  32. def withNameLowercaseOnlyOption(name: String): Option[Method]
    Definition Classes
    Enum
  33. def withNameOption(name: String): Option[Method]
    Definition Classes
    Enum
  34. def withNameUppercaseOnly(name: String): Method
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  35. def withNameUppercaseOnlyOption(name: String): Option[Method]
    Definition Classes
    Enum
  36. object delete extends Method with Product with Serializable
  37. object get extends Method with Product with Serializable
  38. object head extends Method with Product with Serializable
  39. object options extends Method with Product with Serializable
  40. object patch extends Method with Product with Serializable
  41. object post extends Method with Product with Serializable
  42. object put extends Method with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from CirceKeyEnum[Method]

Inherited from Enum[Method]

Inherited from AnyRef

Inherited from Any

Ungrouped