object ActionAnnotations extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ActionAnnotations
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val TYPE_OF_CACHE: scala.reflect.api.JavaUniverse.Type
- val TYPE_OF_CACHE_ACTION_DAY: scala.reflect.api.JavaUniverse.Type
- val TYPE_OF_CACHE_ACTION_HOUR: scala.reflect.api.JavaUniverse.Type
- val TYPE_OF_CACHE_ACTION_MINUTE: scala.reflect.api.JavaUniverse.Type
- val TYPE_OF_CACHE_ACTION_SECOND: scala.reflect.api.JavaUniverse.Type
- val TYPE_OF_CACHE_PAGE_DAY: scala.reflect.api.JavaUniverse.Type
- val TYPE_OF_CACHE_PAGE_HOUR: scala.reflect.api.JavaUniverse.Type
- val TYPE_OF_CACHE_PAGE_MINUTE: scala.reflect.api.JavaUniverse.Type
- val TYPE_OF_CACHE_PAGE_SECOND: scala.reflect.api.JavaUniverse.Type
- val TYPE_OF_DELETE: scala.reflect.api.JavaUniverse.Type
- val TYPE_OF_ERROR: scala.reflect.api.JavaUniverse.Type
- val TYPE_OF_ERROR_404: scala.reflect.api.JavaUniverse.Type
- val TYPE_OF_ERROR_500: scala.reflect.api.JavaUniverse.Type
- val TYPE_OF_FIRST: scala.reflect.api.JavaUniverse.Type
- val TYPE_OF_GET: scala.reflect.api.JavaUniverse.Type
- val TYPE_OF_LAST: scala.reflect.api.JavaUniverse.Type
- val TYPE_OF_PATCH: scala.reflect.api.JavaUniverse.Type
- val TYPE_OF_POST: scala.reflect.api.JavaUniverse.Type
- val TYPE_OF_PUT: scala.reflect.api.JavaUniverse.Type
- val TYPE_OF_ROUTE: scala.reflect.api.JavaUniverse.Type
- val TYPE_OF_ROUTE_ORDER: scala.reflect.api.JavaUniverse.Type
- val TYPE_OF_SOCKJS: scala.reflect.api.JavaUniverse.Type
- val TYPE_OF_SOCKJS_COOKIE_NEEDED: scala.reflect.api.JavaUniverse.Type
- val TYPE_OF_SOCKJS_NO_COOKIE_NEEDED: scala.reflect.api.JavaUniverse.Type
- val TYPE_OF_SOCKJS_NO_WEBSOCKET: scala.reflect.api.JavaUniverse.Type
- val TYPE_OF_SWAGGER: scala.reflect.api.JavaUniverse.Type
- val TYPE_OF_WEBSOCKET: scala.reflect.api.JavaUniverse.Type
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fromUniverse(annotations: Seq[scala.reflect.api.JavaUniverse.Annotation]): ActionAnnotations
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()