ServiceDefinition

Properties

Link copied to clipboard
@Nullable
@get:Nullable
val documentation: @Nullable String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(object: Any): Boolean
Link copied to clipboard
open fun getHandler(name: String): HandlerDefinition<out Any, out Any, O>
Link copied to clipboard
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun <O> of(name: String, ty: ServiceType, handlers: Collection<HandlerDefinition<out Any, out Any, O>>): ServiceDefinition<O>
Link copied to clipboard
open fun withDocumentation(@Nullable documentation: @Nullable String): ServiceDefinition<O>
Link copied to clipboard