Class ResourceImplementor

java.lang.Object
io.quarkus.spring.data.rest.deployment.ResourceImplementor

public class ResourceImplementor extends Object
  • Constructor Details

  • Method Details

    • implement

      public String implement(io.quarkus.gizmo.ClassOutput classOutput, String resourceType, String entityType)
      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.