Object/Trait

ru.tinkoff.tschema.swagger.OpenApi

Method

Related Docs: trait Method | package OpenApi

Permalink

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

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

    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. implicit val circeKeyDecoder: KeyDecoder[Method]

    Permalink
    Definition Classes
    CirceKeyEnum
  6. implicit val circeKeyEncoder: KeyEncoder[Method]

    Permalink
    Definition Classes
    CirceKeyEnum
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. object delete extends Method with Product with Serializable

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. macro def findValues: IndexedSeq[Method]

    Permalink
    Attributes
    protected
    Definition Classes
    Enum
  12. object get extends Method with Product with Serializable

    Permalink
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. object head extends Method with Product with Serializable

    Permalink
  16. def indexOf(member: Method): Int

    Permalink
    Definition Classes
    Enum
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final lazy val lowerCaseNamesToValuesMap: Map[String, Method]

    Permalink
    Definition Classes
    Enum
  19. lazy val namesToValuesMap: Map[String, Method]

    Permalink
    Definition Classes
    Enum
  20. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. object options extends Method with Product with Serializable

    Permalink
  24. object patch extends Method with Product with Serializable

    Permalink
  25. object post extends Method with Product with Serializable

    Permalink
  26. object put extends Method with Product with Serializable

    Permalink
  27. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  29. final lazy val upperCaseNameValuesToMap: Map[String, Method]

    Permalink
    Definition Classes
    Enum
  30. val values: IndexedSeq[Method]

    Permalink
    Definition Classes
    Method → Enum
  31. final lazy val valuesToIndex: Map[Method, Int]

    Permalink
    Definition Classes
    Enum
  32. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def withName(name: String): Method

    Permalink
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  36. def withNameInsensitive(name: String): Method

    Permalink
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  37. def withNameInsensitiveOption(name: String): Option[Method]

    Permalink
    Definition Classes
    Enum
  38. def withNameLowercaseOnly(name: String): Method

    Permalink
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  39. def withNameLowercaseOnlyOption(name: String): Option[Method]

    Permalink
    Definition Classes
    Enum
  40. def withNameOption(name: String): Option[Method]

    Permalink
    Definition Classes
    Enum
  41. def withNameUppercaseOnly(name: String): Method

    Permalink
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  42. def withNameUppercaseOnlyOption(name: String): Option[Method]

    Permalink
    Definition Classes
    Enum

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    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