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

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

Introduction

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

The text is from its open source code.

Field

StringIGNORE_BEANINFO_PROPERTY_NAME
System property that instructs Spring to use the Introspector#IGNORE_ALL_BEANINFO mode when calling the JavaBeans Introspector : "spring.beaninfo.ignore", with a value of "true" skipping the search for BeanInfo classes (typically for scenarios where no such classes are being defined for beans in the application in the first place).

Constructor

CachedIntrospectionResults(Class beanClass)
Create a new CachedIntrospectionResults instance for the given class.

Method

voidacceptClassLoader(@Nullable ClassLoader classLoader)
Accept the given ClassLoader as cache-safe, even if its classes would not qualify as cache-safe in this CachedIntrospectionResults class.
TypeDescriptoraddTypeDescriptor(PropertyDescriptor pd, TypeDescriptor td)
voidclearClassLoader(@Nullable ClassLoader classLoader)
Clear the introspection cache for the given ClassLoader, removing the introspection results for all classes underneath that ClassLoader, and removing the ClassLoader (and its children) from the acceptance list.
CachedIntrospectionResultsforClass(Class beanClass)
Create CachedIntrospectionResults for the given bean class.
PropertyDescriptorgetPropertyDescriptor(String name)
PropertyDescriptor[]getPropertyDescriptors()
TypeDescriptorgetTypeDescriptor(PropertyDescriptor pd)