Recognized

sealed trait Recognized extends Method
class Method
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object CONNECT.type
object DELETE.type
object GET.type
object HEAD.type
object OPTIONS.type
object PATCH.type
object POST.type
object PUT.type
object TRACE.type
object UNKNOWN.type

Type members

Inherited types

Inherited from:
Method

Value members

Inherited methods

final def asRecognized: Option[Recognized]
Inherited from:
Method
def canEqual(that: Any): Boolean
Inherited from:
Equals
def companion: GeneratedEnumCompanion[Method]
Inherited from:
Method
def index: Int
Inherited from:
GeneratedEnum
def isConnect: Boolean
Inherited from:
Method
def isDelete: Boolean
Inherited from:
Method
def isGet: Boolean
Inherited from:
Method
def isHead: Boolean
Inherited from:
Method
def isOptions: Boolean
Inherited from:
Method
def isPatch: Boolean
Inherited from:
Method
def isPost: Boolean
Inherited from:
Method
def isPut: Boolean
Inherited from:
Method
def isTrace: Boolean
Inherited from:
Method
def isUnknown: Boolean
Inherited from:
Method
def isUnrecognized: Boolean
Inherited from:
GeneratedEnum
def javaValueDescriptor: EnumValueDescriptor
Inherited from:
GeneratedEnum
def name: String
Inherited from:
GeneratedEnum
def productArity: Int
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
def productElementName(n: Int): String
Inherited from:
Product
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def productPrefix: String
Inherited from:
Product
def scalaValueDescriptor: EnumValueDescriptor
Inherited from:
GeneratedEnum
override def toString: String
Definition Classes
GeneratedEnum -> Any
Inherited from:
GeneratedEnum

Inherited fields

val value: Int
Inherited from:
Method