ServiceDescriptor

class ServiceDescriptor<T : Service>(componentDescriptor: ComponentDescriptor<Component>, serviceInterface: Class<T>) : BaseDescriptor<T>

A ServiceDescriptor is a BaseDescriptor that takes care of Services

Constructors

Link copied to clipboard
constructor(componentDescriptor: ComponentDescriptor<Component>, serviceInterface: Class<T>)

Properties

Link copied to clipboard
Link copied to clipboard
open override val isService: Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uri: URI?

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
open fun registerBeans(registry: DefaultListableBeanFactory)
Link copied to clipboard
fun report(builder: StringBuilder)