Packages

case class GetterSignature[T](name: String, paramMetadata: List[GetterRPCFramework.ParamMetadata[_]], annotations: List[MetadataAnnotation], resultMetadata: RpcMetadataCompanion.Lazy[T]) extends Signature with TypedMetadata[T] with Product with Serializable

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

Instance Constructors

  1. new GetterSignature(name: String, paramMetadata: List[GetterRPCFramework.ParamMetadata[_]], annotations: List[MetadataAnnotation], resultMetadata: RpcMetadataCompanion.Lazy[T])

Value Members

  1. val annotations: List[MetadataAnnotation]
    Definition Classes
    GetterSignatureSignature
  2. val name: String
    Definition Classes
    GetterSignatureSignature
  3. val paramMetadata: List[GetterRPCFramework.ParamMetadata[_]]
    Definition Classes
    GetterSignatureSignature
  4. val resultMetadata: RpcMetadataCompanion.Lazy[T]
    Annotations
    @infer( clue = meta.this.infer.<init>$default$1 ) @checked()