Uses of Class
org.apache.felix.scr.impl.metadata.ReferenceMetadata
Packages that use ReferenceMetadata
Package
Description
-
Uses of ReferenceMetadata in org.apache.felix.scr.impl.inject
Methods in org.apache.felix.scr.impl.inject with parameters of type ReferenceMetadataModifier and TypeMethodDescriptionstatic 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 ReferenceMetadataModifier and TypeMethodDescription<T> S
ComponentConstructor.newInstance
(ScrComponentContext componentContext, Map<ReferenceMetadata, 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 ReferenceMetadataModifierConstructorDescriptionFieldHandler
(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.internal
Method parameters in org.apache.felix.scr.impl.inject.internal with type arguments of type ReferenceMetadataModifier and TypeMethodDescription<T> S
ComponentConstructorImpl.newInstance
(ScrComponentContext componentContext, Map<ReferenceMetadata, OpenStatus<S, ?>> parameterMap) Create a new instance -
Uses of ReferenceMetadata in org.apache.felix.scr.impl.inject.methods
Constructors in org.apache.felix.scr.impl.inject.methods with parameters of type ReferenceMetadataModifierConstructorDescriptionBindMethods
(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 -
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 ReferenceMetadataModifier and TypeMethodDescriptionComponentMetadata.getDependencies()
Returns the dependency descriptorsMethods in org.apache.felix.scr.impl.metadata with parameters of type ReferenceMetadataModifier and TypeMethodDescriptionvoid
ComponentMetadata.addDependency
(ReferenceMetadata newReference) Used to add a reference metadata to the component