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

org.babyfish.jimmer.client.meta.Service Maven / Gradle / Ivy

There is a newer version: 0.8.177
Show newest version
package org.babyfish.jimmer.client.meta;

import org.jetbrains.annotations.Nullable;

import java.util.List;

public interface Service extends Node {

    Class getJavaType();

    String getUri();

    Operation.HttpMethod getDefaultMethod();

    List getOperations();

    @Nullable
    Document getDocument();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy