Uses of Enum
org.apache.felix.scr.impl.inject.ValueUtils.ValueType
Packages that use ValueUtils.ValueType
Package
Description
-
Uses of ValueUtils.ValueType in org.apache.felix.scr.impl.inject
Subclasses with type arguments of type ValueUtils.ValueType in org.apache.felix.scr.impl.injectModifier and TypeClassDescriptionstatic enumThe value type of the field, activation field or constructor parameterFields in org.apache.felix.scr.impl.inject declared as ValueUtils.ValueTypeModifier and TypeFieldDescriptionstatic final ValueUtils.ValueType[]ValueUtils.EMPTY_VALUE_TYPESEmpty array.Methods in org.apache.felix.scr.impl.inject that return ValueUtils.ValueTypeModifier and TypeMethodDescriptionstatic ValueUtils.ValueTypeValueUtils.getReferenceValueType(Class<?> componentClass, ReferenceMetadata metadata, Class<?> typeClass, Field field, ComponentLogger logger) Get the value type of the reference for a field/constructor argumentstatic ValueUtils.ValueTypeValueUtils.getValueType(Class<?> typeClass) Get the value type for the parameter class.static ValueUtils.ValueTypeReturns the enum constant of this type with the specified name.static ValueUtils.ValueType[]ValueUtils.ValueType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.felix.scr.impl.inject with parameters of type ValueUtils.ValueTypeModifier and TypeMethodDescriptionstatic ObjectValueUtils.getValue(String componentType, ValueUtils.ValueType type, Class<?> targetType, ScrComponentContext componentContext, RefPair<?, ?> refPair) Get the value for the value type -
Uses of ValueUtils.ValueType in org.apache.felix.scr.impl.inject.field
Fields in org.apache.felix.scr.impl.inject.field declared as ValueUtils.ValueType -
Uses of ValueUtils.ValueType in org.apache.felix.scr.impl.inject.internal
Fields in org.apache.felix.scr.impl.inject.internal declared as ValueUtils.ValueTypeModifier and TypeFieldDescriptionprivate final ValueUtils.ValueType[]ComponentConstructorImpl.activationFieldTypesprivate final ValueUtils.ValueType[]ComponentConstructorImpl.constructorArgTypes -
Uses of ValueUtils.ValueType in org.apache.felix.scr.impl.inject.methods
Subclasses with type arguments of type ValueUtils.ValueType in org.apache.felix.scr.impl.inject.methodsModifier and TypeClassDescriptionclassComponent method to be invoked on service (un)binding.Fields in org.apache.felix.scr.impl.inject.methods with type parameters of type ValueUtils.ValueTypeMethods in org.apache.felix.scr.impl.inject.methods that return types with arguments of type ValueUtils.ValueTypeModifier and TypeMethodDescriptionprotected BaseMethod.MethodInfo<List<ValueUtils.ValueType>> BindMethod.doFindMethod(Class<?> targetClass, boolean acceptPrivate, boolean acceptPackage, ComponentLogger logger) Finds the method named in theBaseMethod.m_methodNamefield in the giventargetClass.Method parameters in org.apache.felix.scr.impl.inject.methods with type arguments of type ValueUtils.ValueTypeModifier and TypeMethodDescriptionprotected voidBindMethod.setTypes(List<ValueUtils.ValueType> types)