Uses of Class
org.apache.felix.scr.impl.metadata.ReferenceMetadata
-
-
Uses of ReferenceMetadata in org.apache.felix.scr.impl.inject
Methods in org.apache.felix.scr.impl.inject with parameters of type ReferenceMetadata Modifier and Type Method Description static ValueUtils.ValueType
ValueUtils. getReferenceValueType(Class<?> componentClass, ReferenceMetadata metadata, Class<?> typeClass, Field field, ComponentLogger logger)
Get the value type of the reference for a field/constructor argumentMethod parameters in org.apache.felix.scr.impl.inject with type arguments of type ReferenceMetadata Modifier and Type Method Description <T> S
ComponentConstructor. newInstance(ComponentContextImpl<S> componentContext, Map<ReferenceMetadata,DependencyManager.OpenStatus<S,?>> parameterMap)
Create a new instance -
Uses of ReferenceMetadata in org.apache.felix.scr.impl.inject.field
Constructors in org.apache.felix.scr.impl.inject.field with parameters of type ReferenceMetadata Constructor Description FieldHandler(ReferenceMetadata metadata, Class<?> componentClass)
Create a new field handlerFieldMethods(ReferenceMetadata m_dependencyMetadata, Class<?> instanceClass, DSVersion dsVersion, boolean configurableServiceProperties)
-
Uses of ReferenceMetadata in org.apache.felix.scr.impl.inject.methods
Constructors in org.apache.felix.scr.impl.inject.methods with parameters of type ReferenceMetadata Constructor Description BindMethods(ReferenceMetadata m_dependencyMetadata, Class<?> instanceClass, DSVersion dsVersion, boolean configurableServiceProperties)
-
Uses of ReferenceMetadata in org.apache.felix.scr.impl.manager
Methods in org.apache.felix.scr.impl.manager that return ReferenceMetadata Modifier and Type Method Description ReferenceMetadata
DependencyManager. getReferenceMetadata()
-
Uses of ReferenceMetadata in org.apache.felix.scr.impl.metadata
Methods in org.apache.felix.scr.impl.metadata that return types with arguments of type ReferenceMetadata Modifier and Type Method Description List<ReferenceMetadata>
ComponentMetadata. getDependencies()
Returns the dependency descriptorsMethods in org.apache.felix.scr.impl.metadata with parameters of type ReferenceMetadata Modifier and Type Method Description void
ComponentMetadata. addDependency(ReferenceMetadata newReference)
Used to add a reference metadata to the component
-