Class JpaSecurityDefinition.FieldOrMethod
java.lang.Object
io.quarkus.security.jpa.common.deployment.JpaSecurityDefinition.FieldOrMethod
- Enclosing class:
JpaSecurityDefinition
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFieldOrMethod(org.jboss.jandex.FieldInfo field, org.jboss.jandex.MethodInfo getter) -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.jandex.AnnotationInstanceannotation(org.jboss.jandex.DotName annotationName) name()io.quarkus.gizmo.ResultHandlereadValue(io.quarkus.gizmo.BytecodeCreator bytecodeCreator, io.quarkus.gizmo.ResultHandle userVar) org.jboss.jandex.Typetype()
-
Field Details
-
field
public final org.jboss.jandex.FieldInfo field -
getter
public final org.jboss.jandex.MethodInfo getter
-
-
Constructor Details
-
FieldOrMethod
public FieldOrMethod(org.jboss.jandex.FieldInfo field, org.jboss.jandex.MethodInfo getter)
-
-
Method Details
-
annotation
public org.jboss.jandex.AnnotationInstance annotation(org.jboss.jandex.DotName annotationName) -
name
-
readValue
public io.quarkus.gizmo.ResultHandle readValue(io.quarkus.gizmo.BytecodeCreator bytecodeCreator, io.quarkus.gizmo.ResultHandle userVar) -
type
public org.jboss.jandex.Type type()
-