Uses of Interface
org.apache.felix.scr.impl.inject.ComponentConstructor
-
Packages that use ComponentConstructor Package Description org.apache.felix.scr.impl.inject org.apache.felix.scr.impl.inject.internal -
-
Uses of ComponentConstructor in org.apache.felix.scr.impl.inject
Methods in org.apache.felix.scr.impl.inject that return ComponentConstructor Modifier and Type Method Description ComponentConstructor<T>
ComponentMethods. getConstructor()
-
Uses of ComponentConstructor in org.apache.felix.scr.impl.inject.internal
Classes in org.apache.felix.scr.impl.inject.internal that implement ComponentConstructor Modifier and Type Class Description class
ComponentConstructorImpl<S>
This implementation is used to construct a component instance object, call the constructor and set the activation fields.Fields in org.apache.felix.scr.impl.inject.internal declared as ComponentConstructor Modifier and Type Field Description private ComponentConstructor<T>
ComponentMethodsImpl. m_constructor
Methods in org.apache.felix.scr.impl.inject.internal that return ComponentConstructor Modifier and Type Method Description ComponentConstructor<T>
ComponentMethodsImpl. getConstructor()
-