Example usage for org.springframework.expression.spel.support ReflectivePropertyAccessor subclass-usage

List of usage examples for org.springframework.expression.spel.support ReflectivePropertyAccessor subclass-usage

Introduction

In this page you can find the example usage for org.springframework.expression.spel.support ReflectivePropertyAccessor subclass-usage.

Usage

From source file org.echocat.redprecursor.annotations.utils.AccessAlsoProtectedMembersReflectivePropertyAccessor.java

/**
 * This {@link PropertyAccessor} could access public, protected, package local and private properties and fields of an object.
 */
public class AccessAlsoProtectedMembersReflectivePropertyAccessor extends ReflectivePropertyAccessor {

    private static final Map<Class<?>, Map<String, PropertyDescriptor>> TYPE_TO_PROPERTY_DESCRIPTORS = synchronizedMap(