Class StringPropertyAccessorData

java.lang.Object
io.quarkus.spring.security.deployment.StringPropertyAccessorData

class StringPropertyAccessorData extends Object
  • Method Details

    • from

      static StringPropertyAccessorData from(org.jboss.jandex.MethodInfo methodInfo, int matchingParameterIndex, String propertyName, org.jboss.jandex.IndexView index, String expression)
      Called with data parsed from a Spring expression like #person.name that is places inside a Spring security annotation on a method
    • getMatchingParameterClassInfo

      public org.jboss.jandex.ClassInfo getMatchingParameterClassInfo()
    • getMatchingParameterFieldInfo

      public org.jboss.jandex.FieldInfo getMatchingParameterFieldInfo()