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.ValueTypeValueUtils. 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> SComponentConstructor. 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 ReferenceMetadataDependencyManager. 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 voidComponentMetadata. addDependency(ReferenceMetadata newReference)Used to add a reference metadata to the component
-