Package | Description |
---|---|
org.apache.myfaces.core.api.shared.lang |
Modifier and Type | Method and Description |
---|---|
static LambdaPropertyDescriptor |
PropertyDescriptorUtils.createLambdaPropertyDescriptor(Class<?> target,
PropertyDescriptor pd,
MethodHandles.Lookup lookup) |
static LambdaPropertyDescriptor |
PropertyDescriptorUtils.getLambdaPropertyDescriptor(Class<?> target,
String name) |
Modifier and Type | Method and Description |
---|---|
static Map<String,LambdaPropertyDescriptor> |
PropertyDescriptorUtils.getLambdaPropertyDescriptors(Class<?> target) |
Modifier and Type | Method and Description |
---|---|
protected static BiConsumer |
PropertyDescriptorUtils.createSetter(MethodHandles.Lookup lookup,
LambdaPropertyDescriptor propertyInfo,
MethodHandle setterHandle) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.