final class reifyName extends Annotation with DirectMetadataParamStrategy

This annotation may only be applied on metadata parameters of type String and instructs the macro engine to reify the name of real RPC trait/method/parameter. Depending on the value of useRawName flag, the macro will either take into account or ignore potential rpcName annotation.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. reifyName
  2. DirectMetadataParamStrategy
  3. MetadataParamStrategy
  4. StaticAnnotation
  5. Annotation
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new reifyName(useRawName: Boolean = false)

Value Members

  1. val useRawName: Boolean