public class LambdaPropertyDescriptor extends PropertyDescriptorWrapper
| Constructor and Description | 
|---|
| LambdaPropertyDescriptor(Class<?> beanClass,
                        PropertyDescriptor wrapped) | 
| Modifier and Type | Method and Description | 
|---|---|
| Function<Object,Object> | getReadFunction() | 
| BiConsumer<Object,Object> | getWriteFunction() | 
getName, getPropertyType, getReadMethod, getWrapped, getWriteMethodpublic LambdaPropertyDescriptor(Class<?> beanClass, PropertyDescriptor wrapped)
Copyright © 2022 The Apache Software Foundation. All rights reserved.