com.github.kongchen.swagger.docgen.mustache
类 MustacheDataType

java.lang.Object
  继承者 com.github.kongchen.swagger.docgen.mustache.MustacheDataType
所有已实现的接口:
Comparable<MustacheDataType>

public class MustacheDataType
extends Object
implements Comparable<MustacheDataType>


构造方法摘要
MustacheDataType(MustacheDocument mustacheDocument, String requestType)
           
 
方法摘要
 int compareTo(MustacheDataType o)
           
 boolean equals(Object o)
           
 List<MustacheItem> getItems()
           
 String getName()
           
 int hashCode()
           
 void setItems(List<MustacheItem> items)
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

MustacheDataType

public MustacheDataType(MustacheDocument mustacheDocument,
                        String requestType)
方法详细信息

equals

public boolean equals(Object o)
覆盖:
Object 中的 equals

hashCode

public int hashCode()
覆盖:
Object 中的 hashCode

getName

public String getName()

getItems

public List<MustacheItem> getItems()

setItems

public void setItems(List<MustacheItem> items)

compareTo

public int compareTo(MustacheDataType o)
指定者:
接口 Comparable<MustacheDataType> 中的 compareTo

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2015. All Rights Reserved.