类 RestMethod
java.lang.Object
org.mybatis.generator.api.dom.java.JavaElement
org.mybatis.generator.api.dom.java.Method
net.entframework.kernel.db.generator.plugin.generator.RestMethod
public class RestMethod
extends org.mybatis.generator.api.dom.java.Method
-
构造器概要
构造器构造器说明RestMethod(String name) RestMethod(String name, String httpMethod, org.mybatis.generator.api.dom.java.FullyQualifiedJavaType recordType) RestMethod(org.mybatis.generator.api.dom.java.Method original) -
方法概要
修饰符和类型方法说明getUrl()voidsetHttpMethod(String httpMethod) voidsetOperation(String operation) void从类继承的方法 org.mybatis.generator.api.dom.java.Method
addBodyLine, addBodyLine, addBodyLines, addBodyLines, addException, addParameter, addParameter, addTypeParameter, addTypeParameter, getBodyLines, getExceptions, getName, getParameters, getReturnType, getTypeParameters, isAbstract, isConstructor, isDefault, isFinal, isNative, isSynchronized, setAbstract, setConstructor, setDefault, setFinal, setName, setNative, setReturnType, setSynchronized从类继承的方法 org.mybatis.generator.api.dom.java.JavaElement
addAnnotation, addJavaDocLine, addSuppressTypeWarningsAnnotation, getAnnotations, getAttribute, getDescription, getJavaDocLines, getVisibility, getWriteMode, isStatic, removeAttribute, setAttribute, setDescription, setStatic, setVisibility, setWriteMode
-
构造器详细资料
-
RestMethod
-
RestMethod
public RestMethod(org.mybatis.generator.api.dom.java.Method original) -
RestMethod
-
-
方法详细资料
-
getHttpMethod
-
setHttpMethod
-
getUrl
-
setUrl
-
getOperation
-
setOperation
-
getRestPath
-