c

one.xingyi.core.script

EntityCodeMaker

class EntityCodeMaker[M[_], Fail, SharedE, DomainE] extends LiftFunctionKleisli[M] with MicroserviceComposers[M] with EndpointKleisli[M]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EntityCodeMaker
  2. EndpointKleisli
  3. MicroserviceComposers
  4. LiftFunctionKleisli
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EntityCodeMaker()(implicit monad: MonadCanFailWithException[M, Fail], failer: SimpleFailer[Fail], domainList: DomainList[SharedE, DomainE], entityPrefixFinder: EntityPrefix[DomainE], proof: ProofOfBinding[SharedE, DomainE])

Type Members

  1. implicit class ComposeWrapperPimper[RawReq, RawRes] extends AnyRef
    Definition Classes
    MicroserviceComposers

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 allCode: (CodeRequest) ⇒ CodeResponse[SharedE, DomainE]
  5. def allCodeEndpoint[J](implicit arg0: JsonWriter[J]): (ServiceRequest) ⇒ M[Option[ServiceResponse]]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def codeDetails: (CodeDetailsRequest) ⇒ M[CodeDetailsResponse]
  9. def codeDetailsEndpoint[J](implicit arg0: JsonWriter[J]): (ServiceRequest) ⇒ M[Option[ServiceResponse]]
  10. def endpoint[Req, Res](normalisedPath: String, matchesServiceRequest: MatchesServiceRequest, debug: Boolean = false)(raw: (Req) ⇒ M[Res])(implicit arg0: ClassTag[Req], arg1: ClassTag[Res], fromServiceRequest: FromServiceRequest[M, Req], toServiceResponse: ToServiceResponse[Req, Res]): (ServiceRequest) ⇒ M[Option[ServiceResponse]]
    Definition Classes
    EndpointKleisli
  11. def endpoints[J](implicit arg0: JsonWriter[J]): List[(ServiceRequest) ⇒ M[Option[ServiceResponse]]]
  12. val entityPrefix: String
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def function[Req, Res](name: String)(fn: (Req) ⇒ Res)(implicit arg0: ClassTag[Req], arg1: ClassTag[Res]): (Req) ⇒ M[Res]
    Definition Classes
    LiftFunctionKleisli
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashMap: Map[String, CodeDetailsResponse]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. implicit val monad: MonadCanFailWithException[M, Fail]
  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. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  28. 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 EndpointKleisli[M]

Inherited from MicroserviceComposers[M]

Inherited from LiftFunctionKleisli[M]

Inherited from AnyRef

Inherited from Any

Ungrouped