public class RestrictedPropertyAccessor
extends org.springframework.expression.spel.support.ReflectivePropertyAccessor
Constructor and Description |
---|
RestrictedPropertyAccessor() |
Modifier and Type | Method and Description |
---|---|
boolean |
canRead(org.springframework.expression.EvaluationContext context,
Object target,
String name) |
canWrite, createOptimalAccessor, findField, findGetterForProperty, findSetterForProperty, getLastReadInvokerPair, getPropertyMethodSuffix, getPropertyMethodSuffixes, getSpecificTargetClasses, isCandidateForProperty, read, write
public boolean canRead(org.springframework.expression.EvaluationContext context, Object target, String name) throws org.springframework.expression.AccessException
canRead
in interface org.springframework.expression.PropertyAccessor
canRead
in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
org.springframework.expression.AccessException