Class

pl.touk.nussknacker.openapi.enrichers

StandaloneSwaggerEnricher

Related Doc: package enrichers

Permalink

class StandaloneSwaggerEnricher extends BaseSwaggerEnricher with TimeMeasuringService

Linear Supertypes
TimeMeasuringService, WithEspTimers, StandaloneContextLifecycle, BaseSwaggerEnricher, GenericTimeMeasuringService, ServiceWithExplicitMethod, WithExplicitMethodToInvoke, Service, Component, Lifecycle, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StandaloneSwaggerEnricher
  2. TimeMeasuringService
  3. WithEspTimers
  4. StandaloneContextLifecycle
  5. BaseSwaggerEnricher
  6. GenericTimeMeasuringService
  7. ServiceWithExplicitMethod
  8. WithExplicitMethodToInvoke
  9. Service
  10. Component
  11. Lifecycle
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StandaloneSwaggerEnricher(rootUrl: Option[URL], swaggerService: SwaggerService, fixedParams: Map[String, () ⇒ AnyRef], backendForEc: (ExecutionContext) ⇒ SttpBackend[Future, Nothing, Nothing])

    Permalink

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. var context: StandaloneContext

    Permalink
    Definition Classes
    TimeMeasuringService → WithEspTimers
  9. def detectMeterName(result: Try[Any]): Option[String]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def espTimer(tags: Map[String, String], name: NonEmptyList[String]): EspTimer

    Permalink
    Definition Classes
    WithEspTimers
  13. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. implicit def httpBackendForEc(implicit ec: ExecutionContext): SttpBackend[Future, Nothing, Nothing]

    Permalink
    Attributes
    protected
    Definition Classes
    StandaloneSwaggerEnricherBaseSwaggerEnricher
  16. def instantTimerWindowInSeconds: Long

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. def open(jobData: JobData, runtimeContext: StandaloneContext): Unit

    Permalink
    Definition Classes
    TimeMeasuringService → StandaloneContextLifecycle
  28. def open(jobData: JobData): Unit

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. 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 TimeMeasuringService

Inherited from WithEspTimers

Inherited from StandaloneContextLifecycle

Inherited from BaseSwaggerEnricher

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