Packages

class ServicePrinter extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServicePrinter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ServicePrinter(service: ServiceDescriptor)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clientMethodSignature(method: MethodDescriptor, contextType: String): String
  6. def clientWithResponseMetadataSignature(method: MethodDescriptor, envOutType: String): String
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def genClient(fp: FunctionalPrinter): FunctionalPrinter
  12. def genClientWithResponseMetadata(fp: FunctionalPrinter): FunctionalPrinter
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def methodInType(method: MethodDescriptor, errorType: String): String
  17. def methodSignature(method: MethodDescriptor, contextType: Option[String], errorType: Option[String]): String
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def print(fp: FunctionalPrinter): FunctionalPrinter
  22. def printAccessor(fp: FunctionalPrinter, method: MethodDescriptor): FunctionalPrinter
  23. def printAccessorWithResponseMetadata(fp: FunctionalPrinter, method: MethodDescriptor): FunctionalPrinter
  24. def printBindService(fp: FunctionalPrinter, method: MethodDescriptor): FunctionalPrinter
  25. def printClientImpl(envType: String)(fp: FunctionalPrinter, method: MethodDescriptor): FunctionalPrinter
  26. def printClientMethodSignature(outEnvType: String)(fp: FunctionalPrinter, method: MethodDescriptor): FunctionalPrinter
  27. def printClientTransform(fp: FunctionalPrinter, method: MethodDescriptor): FunctionalPrinter
  28. def printClientWithResponseMetadataImpl(fp: FunctionalPrinter, method: MethodDescriptor): FunctionalPrinter
  29. def printClientWithResponseMetadataMethodSignature(fp: FunctionalPrinter, method: MethodDescriptor): FunctionalPrinter
  30. def printClientWithResponseMetadataTransform(fp: FunctionalPrinter, method: MethodDescriptor): FunctionalPrinter
  31. def printGTransformMethod(fp: FunctionalPrinter): FunctionalPrinter
  32. def printMethodSignature(contextType: Option[String], errorType: Option[String])(fp: FunctionalPrinter, method: MethodDescriptor): FunctionalPrinter
  33. def printServerTransform(fp: FunctionalPrinter, method: MethodDescriptor): FunctionalPrinter
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped