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, String httpMethod, org.mybatis.generator.api.dom.java.FullyQualifiedJavaType recordType)
     
    RestMethod(org.mybatis.generator.api.dom.java.Method original)
     
  • 方法概要

    修饰符和类型
    方法
    说明
     
     
     
     
    void
    setHttpMethod(String httpMethod)
     
    void
    setOperation(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

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • RestMethod

      public RestMethod(String name)
    • RestMethod

      public RestMethod(org.mybatis.generator.api.dom.java.Method original)
    • RestMethod

      public RestMethod(String name, String httpMethod, org.mybatis.generator.api.dom.java.FullyQualifiedJavaType recordType)
  • 方法详细资料

    • getHttpMethod

      public String getHttpMethod()
    • setHttpMethod

      public void setHttpMethod(String httpMethod)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getOperation

      public String getOperation()
    • setOperation

      public void setOperation(String operation)
    • getRestPath

      public String getRestPath()