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(java.lang.Class<?> componentClass, ReferenceMetadata metadata, java.lang.Class<?> typeClass, java.lang.reflect.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(ScrComponentContext componentContext, java.util.Map<ReferenceMetadata,OpenStatus<S,?>> parameterMap)
Create a new instance -
Uses of ReferenceMetadata in org.apache.felix.scr.impl.inject.field
Fields in org.apache.felix.scr.impl.inject.field declared as ReferenceMetadata Modifier and Type Field Description private ReferenceMetadata
FieldHandler. metadata
The reference metadata.Constructors in org.apache.felix.scr.impl.inject.field with parameters of type ReferenceMetadata Constructor Description FieldHandler(ReferenceMetadata metadata, java.lang.Class<?> componentClass)
Create a new field handlerFieldMethods(ReferenceMetadata m_dependencyMetadata, java.lang.Class<?> instanceClass, DSVersion dsVersion, boolean configurableServiceProperties)
-
Uses of ReferenceMetadata in org.apache.felix.scr.impl.inject.internal
Fields in org.apache.felix.scr.impl.inject.internal declared as ReferenceMetadata Modifier and Type Field Description private ReferenceMetadata[]
ComponentConstructorImpl. constructorRefs
Method parameters in org.apache.felix.scr.impl.inject.internal with type arguments of type ReferenceMetadata Modifier and Type Method Description private java.lang.String
ComponentConstructorImpl. getNames(java.util.List<ReferenceMetadata> refs)
<T> S
ComponentConstructorImpl. newInstance(ScrComponentContext componentContext, java.util.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 ReferenceMetadata Constructor Description BindMethods(ReferenceMetadata m_dependencyMetadata, java.lang.Class<?> instanceClass, DSVersion dsVersion, boolean configurableServiceProperties)
-
Uses of ReferenceMetadata in org.apache.felix.scr.impl.manager
Fields in org.apache.felix.scr.impl.manager declared as ReferenceMetadata Modifier and Type Field Description private ReferenceMetadata
DependencyManager. m_dependencyMetadata
Methods in org.apache.felix.scr.impl.manager that return ReferenceMetadata Modifier and Type Method Description ReferenceMetadata
DependencyManager. getReferenceMetadata()
Methods in org.apache.felix.scr.impl.manager with parameters of type ReferenceMetadata Modifier and Type Method Description private static int
DependencyManager. defaultMinimumCardinality(ReferenceMetadata dependency)
Constructors in org.apache.felix.scr.impl.manager with parameters of type ReferenceMetadata Constructor Description DependencyManager(AbstractComponentManager<S> componentManager, ReferenceMetadata dependency, int index)
Constructor that receives several parameters. -
Uses of ReferenceMetadata in org.apache.felix.scr.impl.metadata
Fields in org.apache.felix.scr.impl.metadata with type parameters of type ReferenceMetadata Modifier and Type Field Description private java.util.List<ReferenceMetadata>
ComponentMetadata. m_references
Methods in org.apache.felix.scr.impl.metadata that return ReferenceMetadata Modifier and Type Method Description (package private) static ReferenceMetadata
ReferenceMetadata. load(java.io.DataInputStream in, MetadataStoreHelper.MetaDataReader metaDataReader)
Methods in org.apache.felix.scr.impl.metadata that return types with arguments of type ReferenceMetadata Modifier and Type Method Description java.util.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 -
Uses of ReferenceMetadata in org.apache.felix.scr.impl.runtime
Method parameters in org.apache.felix.scr.impl.runtime with type arguments of type ReferenceMetadata Modifier and Type Method Description private org.osgi.service.component.runtime.dto.ReferenceDTO[]
ServiceComponentRuntimeImpl. refsToDTO(java.util.List<ReferenceMetadata> dependencies)
-