Interface SpELLablePropertyAware

All Known Implementing Classes:
SpELHeader, SpeLJwtClaims, SpELMap, SpELProperties

public interface SpELLablePropertyAware
  • Method Summary

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

    • canRead

      default boolean canRead(org.springframework.expression.EvaluationContext context, Object target, String name)
    • read

      org.springframework.expression.TypedValue read(org.springframework.expression.EvaluationContext context, Object target, String name)
    • camelToKebab

      default String camelToKebab(String string)