Class StringPropertyAccessorData
java.lang.Object
io.quarkus.spring.security.deployment.StringPropertyAccessorData
-
Method Summary
Modifier and TypeMethodDescription(package private) static StringPropertyAccessorDatafrom(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 methodorg.jboss.jandex.ClassInfoorg.jboss.jandex.FieldInfo
-
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()
-