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

it.ness.queryable.model.openapi.QApi Maven / Gradle / Ivy

There is a newer version: 3.0.3
Show newest version
package it.ness.queryable.model.openapi;

import org.jboss.forge.roaster.model.source.*;

import java.util.List;

public class QApi {
    public FieldSource field;
    public EnumConstantSource enumField;
    public List> annotations;
    public boolean isId = false;

    @Override
    public String toString() {
        return "QApi{" +
                "field=" + field +
                ", enumField=" + enumField +
                ", annotations=" + annotations +
                ", isId=" + isId +
                '}';
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy