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, org.springframework.expression.TargetedAccessor
Enclosing interface:
ShortcutConfigurable

public static class ShortcutConfigurable.RestrictivePropertyAccessor extends org.springframework.expression.spel.support.ReflectivePropertyAccessor
Author:
Spencer Gibb
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canRead(org.springframework.expression.EvaluationContext context, Object target, String name)
     

    Methods inherited from class org.springframework.expression.spel.support.ReflectivePropertyAccessor

    canWrite, createOptimalAccessor, findField, findGetterForProperty, findSetterForProperty, getPropertyMethodSuffix, getPropertyMethodSuffixes, getSpecificTargetClasses, isCandidateForProperty, read, write

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RestrictivePropertyAccessor

      public RestrictivePropertyAccessor()
  • Method Details

    • canRead

      public boolean canRead(org.springframework.expression.EvaluationContext context, Object target, String name)
      Specified by:
      canRead in interface org.springframework.expression.PropertyAccessor
      Overrides:
      canRead in class org.springframework.expression.spel.support.ReflectivePropertyAccessor