Class ShortcutConfigurable.RestrictivePropertyAccessor
- java.lang.Object
-
- org.springframework.expression.spel.support.ReflectivePropertyAccessor
-
- org.springframework.cloud.gateway.support.ShortcutConfigurable.RestrictivePropertyAccessor
-
- All Implemented Interfaces:
org.springframework.expression.PropertyAccessor
- Enclosing interface:
- ShortcutConfigurable
public static class ShortcutConfigurable.RestrictivePropertyAccessor extends org.springframework.expression.spel.support.ReflectivePropertyAccessor
-
-
Constructor Summary
Constructors Constructor Description RestrictivePropertyAccessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanRead(org.springframework.expression.EvaluationContext context, Object target, String name)-
Methods inherited from class org.springframework.expression.spel.support.ReflectivePropertyAccessor
canWrite, createOptimalAccessor, findField, findGetterForProperty, findSetterForProperty, getLastReadInvokerPair, getPropertyMethodSuffix, getPropertyMethodSuffixes, getSpecificTargetClasses, isCandidateForProperty, read, write
-
-