Uses of Class
org.apache.felix.scr.impl.inject.ValueUtils.ValueType
-
-
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_TYPESEmpty array.Methods in org.apache.felix.scr.impl.inject that return ValueUtils.ValueType Modifier and Type Method Description static ValueUtils.ValueTypeValueUtils. 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 argumentstatic ValueUtils.ValueTypeValueUtils. getValueType(java.lang.Class<?> typeClass)Get the value type for the parameter class.static ValueUtils.ValueTypeValueUtils.ValueType. valueOf(java.lang.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 java.lang.ObjectValueUtils. getValue(java.lang.String componentType, ValueUtils.ValueType type, java.lang.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 Modifier and Type Field Description private ValueUtils.ValueTypeFieldHandler. valueTypeValue type. -
Uses of ValueUtils.ValueType in org.apache.felix.scr.impl.inject.internal
Fields in org.apache.felix.scr.impl.inject.internal declared as ValueUtils.ValueType Modifier and Type Field Description private ValueUtils.ValueType[]ComponentConstructorImpl. activationFieldTypesprivate ValueUtils.ValueType[]ComponentConstructorImpl. constructorArgTypes -
Uses of ValueUtils.ValueType in org.apache.felix.scr.impl.inject.methods
Fields in org.apache.felix.scr.impl.inject.methods with type parameters of type ValueUtils.ValueType Modifier and Type Field Description private java.util.List<ValueUtils.ValueType>BindMethod. m_paramTypesMethods 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<java.util.List<ValueUtils.ValueType>>BindMethod. doFindMethod(java.lang.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.ValueType Modifier and Type Method Description protected voidBindMethod. setTypes(java.util.List<ValueUtils.ValueType> types)
-