Class BeanInstanceDescriptor.PropertyDescriptor
- java.lang.Object
-
- org.springframework.aot.context.bootstrap.generator.bean.descriptor.BeanInstanceDescriptor.PropertyDescriptor
-
- Enclosing class:
- BeanInstanceDescriptor
public static class BeanInstanceDescriptor.PropertyDescriptor extends java.lang.Object
Describe a property that is used to initialize a Bean instance.
-
-
Constructor Summary
Constructors Constructor Description PropertyDescriptor(java.lang.reflect.Method writeMethod, PropertyValue propertyValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyValue
getPropertyValue()
java.lang.reflect.Method
getWriteMethod()
-
-
-
Constructor Detail
-
PropertyDescriptor
public PropertyDescriptor(java.lang.reflect.Method writeMethod, PropertyValue propertyValue)
-
-
Method Detail
-
getWriteMethod
public java.lang.reflect.Method getWriteMethod()
-
getPropertyValue
public PropertyValue getPropertyValue()
-
-