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, getWriteMethod
public LambdaPropertyDescriptor(Class<?> beanClass, PropertyDescriptor wrapped)
Copyright © 2021 The Apache Software Foundation. All rights reserved.