Class JpaSecurityDefinition.FieldOrMethod

java.lang.Object
io.quarkus.security.jpa.common.deployment.JpaSecurityDefinition.FieldOrMethod
Enclosing class:
JpaSecurityDefinition

public static class JpaSecurityDefinition.FieldOrMethod extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final org.jboss.jandex.FieldInfo
     
    final org.jboss.jandex.MethodInfo
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    FieldOrMethod(org.jboss.jandex.FieldInfo field, org.jboss.jandex.MethodInfo getter)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.jandex.AnnotationInstance
    annotation(org.jboss.jandex.DotName annotationName)
     
     
    io.quarkus.gizmo.ResultHandle
    readValue(io.quarkus.gizmo.BytecodeCreator bytecodeCreator, io.quarkus.gizmo.ResultHandle userVar)
     
    org.jboss.jandex.Type
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public String 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()