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,
                         List<org.jboss.jandex.ClassInfo> resourceMethodListeners)
        Implements RestDataResource interfaces defined in a user application. Instances of this class are registered as beans and are later used in the generated JAX-RS controllers.