Class ResourceImplementor


  • class ResourceImplementor
    extends Object
    RestDataResource implementor that generates data access logic depending on which sub-interfaces are used in the application. The method implementation differs depending on a data access strategy (active record or repository).
    • Constructor Detail

    • Method Detail

      • implement

        String implement​(io.quarkus.gizmo.ClassOutput classOutput,
                         DataAccessImplementor dataAccessImplementor,
                         org.jboss.jandex.ClassInfo resourceInterface,
                         String entityType)