Uses of Class
org.apache.myfaces.core.api.shared.lang.LambdaPropertyDescriptor
-
Packages that use LambdaPropertyDescriptor Package Description org.apache.myfaces.core.api.shared.lang -
-
Uses of LambdaPropertyDescriptor in org.apache.myfaces.core.api.shared.lang
Methods in org.apache.myfaces.core.api.shared.lang that return LambdaPropertyDescriptor Modifier and Type Method Description static LambdaPropertyDescriptor
PropertyDescriptorUtils. createLambdaPropertyDescriptor(Class<?> target, PropertyDescriptor pd, MethodHandles.Lookup lookup)
static LambdaPropertyDescriptor
PropertyDescriptorUtils. getLambdaPropertyDescriptor(Class<?> target, String name)
Methods in org.apache.myfaces.core.api.shared.lang that return types with arguments of type LambdaPropertyDescriptor Modifier and Type Method Description static Map<String,LambdaPropertyDescriptor>
PropertyDescriptorUtils. getLambdaPropertyDescriptors(Class<?> target)
Methods in org.apache.myfaces.core.api.shared.lang with parameters of type LambdaPropertyDescriptor Modifier and Type Method Description protected static BiConsumer
PropertyDescriptorUtils. createSetter(MethodHandles.Lookup lookup, LambdaPropertyDescriptor propertyInfo, MethodHandle setterHandle)
-