Class ShortcutConfigurable.RestrictivePropertyAccessor

  • All Implemented Interfaces:
    org.springframework.expression.PropertyAccessor
    Enclosing interface:
    ShortcutConfigurable

    public static class ShortcutConfigurable.RestrictivePropertyAccessor
    extends org.springframework.expression.spel.support.ReflectivePropertyAccessor
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.springframework.expression.spel.support.ReflectivePropertyAccessor

        org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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, getLastReadInvokerPair, getPropertyMethodSuffix, getPropertyMethodSuffixes, getSpecificTargetClasses, isCandidateForProperty, read, write
    • Constructor Detail

      • RestrictivePropertyAccessor

        public RestrictivePropertyAccessor()
    • Method Detail

      • 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