Uses of Class
org.apache.felix.scr.impl.inject.ValueUtils.ValueType
-
Packages that use ValueUtils.ValueType Package Description org.apache.felix.scr.impl.inject org.apache.felix.scr.impl.inject.methods -
-
Uses of ValueUtils.ValueType in org.apache.felix.scr.impl.inject
Fields in org.apache.felix.scr.impl.inject declared as ValueUtils.ValueType Modifier and Type Field Description static ValueUtils.ValueType[]
ValueUtils. EMPTY_VALUE_TYPES
Empty array.Methods in org.apache.felix.scr.impl.inject that return ValueUtils.ValueType 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 argumentstatic ValueUtils.ValueType
ValueUtils. getValueType(Class<?> typeClass)
Get the value type for the parameter class.static ValueUtils.ValueType
ValueUtils.ValueType. valueOf(String name)
Returns 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.ValueType Modifier and Type Method Description static Object
ValueUtils. getValue(String componentType, ValueUtils.ValueType type, Class<?> targetType, ComponentContextImpl componentContext, RefPair<?,?> refPair)
Get the value for the value type -
Uses of ValueUtils.ValueType in org.apache.felix.scr.impl.inject.methods
Methods in org.apache.felix.scr.impl.inject.methods that return types with arguments of type ValueUtils.ValueType Modifier and Type Method Description protected BaseMethod.MethodInfo<List<ValueUtils.ValueType>>
BindMethod. doFindMethod(Class<?> targetClass, boolean acceptPrivate, boolean acceptPackage, ComponentLogger logger)
Finds the method named in theBaseMethod.m_methodName
field in the giventargetClass
.Method parameters in org.apache.felix.scr.impl.inject.methods with type arguments of type ValueUtils.ValueType Modifier and Type Method Description protected void
BindMethod. setTypes(List<ValueUtils.ValueType> types)
-