Class

pl.touk.nussknacker.openapi.enrichers

BaseSwaggerEnricher

Related Doc: package enrichers

Permalink

abstract class BaseSwaggerEnricher extends Service with ServiceWithExplicitMethod with GenericTimeMeasuringService

Linear Supertypes
GenericTimeMeasuringService, ServiceWithExplicitMethod, WithExplicitMethodToInvoke, Service, Component, Lifecycle, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseSwaggerEnricher
  2. GenericTimeMeasuringService
  3. ServiceWithExplicitMethod
  4. WithExplicitMethodToInvoke
  5. Service
  6. Component
  7. Lifecycle
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BaseSwaggerEnricher(rootUrl: Option[URL], swaggerService: SwaggerService, fixedParams: Map[String, () ⇒ AnyRef])

    Permalink

Abstract Value Members

  1. abstract def espTimer(tags: Map[String, String], metricName: NonEmptyList[String]): EspTimer

    Permalink
    Definition Classes
    GenericTimeMeasuringService
  2. implicit abstract def httpBackendForEc(implicit ec: ExecutionContext): SttpBackend[Future, Nothing, Nothing]

    Permalink
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def additionalDependencies: List[Class[_]]

    Permalink
    Definition Classes
    ServiceWithExplicitMethod → WithExplicitMethodToInvoke
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  7. def close(): Unit

    Permalink
    Definition Classes
    Lifecycle
  8. def detectMeterName(result: Try[Any]): Option[String]

    Permalink
    Attributes
    protected
    Definition Classes
    GenericTimeMeasuringService
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. def instantTimerWindowInSeconds: Long

    Permalink
    Attributes
    protected
    Definition Classes
    GenericTimeMeasuringService
  14. def invoke(params: List[AnyRef]): AnyRef

    Permalink
    Definition Classes
    ServiceWithExplicitMethod → WithExplicitMethodToInvoke
  15. def invokeService(params: List[AnyRef])(implicit ec: ExecutionContext, collector: ServiceInvocationCollector, metaData: MetaData, contextId: ContextId): Future[AnyRef]

    Permalink
    Definition Classes
    BaseSwaggerEnricher → ServiceWithExplicitMethod
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def measuring[T](tags: Map[String, String])(actionFun: ⇒ Future[T])(implicit ec: ExecutionContext): Future[T]

    Permalink
    Attributes
    protected
    Definition Classes
    GenericTimeMeasuringService
  18. def measuring[T](actionFun: ⇒ Future[T])(implicit ec: ExecutionContext): Future[T]

    Permalink
    Attributes
    protected
    Definition Classes
    GenericTimeMeasuringService
  19. def metricName: NonEmptyList[String]

    Permalink
    Attributes
    protected
    Definition Classes
    GenericTimeMeasuringService
  20. lazy val metrics: TrieMap[String, EspTimer]

    Permalink
    Definition Classes
    GenericTimeMeasuringService
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. def open(jobData: JobData): Unit

    Permalink
    Definition Classes
    Lifecycle
  25. def parameterDefinition: List[Parameter]

    Permalink
    Definition Classes
    BaseSwaggerEnricher → WithExplicitMethodToInvoke
  26. def returnType: TypingResult

    Permalink
    Definition Classes
    BaseSwaggerEnricher → WithExplicitMethodToInvoke
  27. final def runtimeClass: Class[_]

    Permalink
    Definition Classes
    ServiceWithExplicitMethod → WithExplicitMethodToInvoke
  28. def serviceName: String

    Permalink
    Attributes
    protected
    Definition Classes
    BaseSwaggerEnricher → GenericTimeMeasuringService
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def tags: Map[String, String]

    Permalink
    Attributes
    protected
    Definition Classes
    GenericTimeMeasuringService
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from GenericTimeMeasuringService

Inherited from ServiceWithExplicitMethod

Inherited from WithExplicitMethodToInvoke

Inherited from Service

Inherited from Component

Inherited from Lifecycle

Inherited from AnyRef

Inherited from Any

Ungrouped