Class StringPropertyAccessorData
- java.lang.Object
-
- io.quarkus.spring.security.deployment.StringPropertyAccessorData
-
class StringPropertyAccessorData extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (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.ClassInfogetMatchingParameterClassInfo()org.jboss.jandex.FieldInfogetMatchingParameterFieldInfo()
-
-
-
Method Detail
-
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()
-
-