c

io.udash.rest.raw

HttpMethodMetadata

final case class HttpMethodMetadata[T](name: String, methodTag: HttpMethodTag, bodyTypeTag: BodyTypeTag, parametersMetadata: RestParametersMetadata, bodyParams: List[ParamMetadata[_]], formBody: Boolean, requestAdjusters: List[RequestAdjuster], responseAdjusters: List[ResponseAdjuster], responseType: HttpResponseType[T]) extends RestMethodMetadata[T] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpMethodMetadata
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. RestMethodMetadata
  7. TypedMetadata
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HttpMethodMetadata(name: String, methodTag: HttpMethodTag, bodyTypeTag: BodyTypeTag, parametersMetadata: RestParametersMetadata, bodyParams: List[ParamMetadata[_]], formBody: Boolean, requestAdjusters: List[RequestAdjuster], responseAdjusters: List[ResponseAdjuster], responseType: HttpResponseType[T])

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. def adjustRequest(request: RestRequest): RestRequest
    Definition Classes
    RestMethodMetadata
  5. def adjustResponse(asyncResponse: Async[RestResponse]): Async[RestResponse]
    Definition Classes
    RestMethodMetadata
  6. def applyPathParams(params: List[PlainValue]): List[PlainValue]
    Definition Classes
    RestMethodMetadata
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val bodyParams: List[ParamMetadata[_]]
  9. val bodyTypeTag: BodyTypeTag
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. val customBody: Boolean
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def extractPathParams(path: List[PlainValue]): com.avsystem.commons.Opt[(List[PlainValue], List[PlainValue])]
    Definition Classes
    RestMethodMetadata
  14. val formBody: Boolean
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val method: HttpMethod
  18. def methodPath: List[PlainValue]
    Definition Classes
    HttpMethodMetadataRestMethodMetadata
  19. val methodTag: HttpMethodTag
  20. val name: String
    Definition Classes
    HttpMethodMetadataRestMethodMetadata
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. val parametersMetadata: RestParametersMetadata
    Definition Classes
    HttpMethodMetadataRestMethodMetadata
  25. val pathPattern: List[PathPatternElement]
    Definition Classes
    RestMethodMetadata
  26. val requestAdjusters: List[RequestAdjuster]
    Definition Classes
    HttpMethodMetadataRestMethodMetadata
  27. val responseAdjusters: List[ResponseAdjuster]
    Definition Classes
    HttpMethodMetadataRestMethodMetadata
  28. val responseType: HttpResponseType[T]
  29. def singleBodyParam: com.avsystem.commons.Opt[ParamMetadata[_]]
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from RestMethodMetadata[T]

Inherited from TypedMetadata[T]

Inherited from AnyRef

Inherited from Any

Ungrouped