All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.rest.client.reactive.deployment.GeneratedClassResult Maven / Gradle / Ivy

There is a newer version: 3.15.1
Show newest version
package io.quarkus.rest.client.reactive.deployment;

public class GeneratedClassResult {
    final String interfaceName;
    final String generatedClassName;
    final int priority;

    public GeneratedClassResult(String interfaceName, String generatedClassName, int priority) {
        this.interfaceName = interfaceName;
        this.generatedClassName = generatedClassName;
        this.priority = priority;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy