public class LambdaMetadataTargetImpl extends MetadataTarget
| Constructor and Description | 
|---|
| LambdaMetadataTargetImpl(Class<?> type) | 
| Modifier and Type | Method and Description | 
|---|---|
| LambdaPropertyDescriptor | getLambdaProperty(String name) | 
| PropertyDescriptor | getProperty(String name) | 
| Class<?> | getPropertyType(String name) | 
| Function<Object,Object> | getReadFunction(String name) | 
| Method | getReadMethod(String name) | 
| Class<?> | getTargetClass() | 
| BiConsumer<Object,Object> | getWriteFunction(String name) | 
| Method | getWriteMethod(String name) | 
| boolean | isTargetInstanceOf(Class type) | 
public LambdaMetadataTargetImpl(Class<?> type) throws IntrospectionException
IntrospectionExceptionpublic PropertyDescriptor getProperty(String name)
getProperty in class MetadataTargetpublic Class<?> getPropertyType(String name)
getPropertyType in class MetadataTargetpublic Method getReadMethod(String name)
getReadMethod in class MetadataTargetpublic Class<?> getTargetClass()
getTargetClass in class MetadataTargetpublic Method getWriteMethod(String name)
getWriteMethod in class MetadataTargetpublic boolean isTargetInstanceOf(Class type)
isTargetInstanceOf in class MetadataTargetpublic LambdaPropertyDescriptor getLambdaProperty(String name)
public BiConsumer<Object,Object> getWriteFunction(String name)
Copyright © 2022 The Apache Software Foundation. All rights reserved.