Java org.springframework.beans ExtendedBeanInfo fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans ExtendedBeanInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans ExtendedBeanInfo.

The text is from its open source code.

Constructor

ExtendedBeanInfo(BeanInfo delegate)
Wrap the given BeanInfo instance; copy all its existing property descriptors locally, wrapping each in a custom SimpleIndexedPropertyDescriptor indexed or SimplePropertyDescriptor non-indexed PropertyDescriptor variant that bypasses default JDK weak/soft reference management; then search through its method descriptors to find any non-void returning write methods and update or create the corresponding PropertyDescriptor for each one found.