public class Model
extends Object
-
构造器概要
构造器
Model(String id,
String name,
com.fasterxml.classmate.ResolvedType type,
String qualifiedType,
Map<String,ModelProperty> properties,
String description,
String baseModel,
String discriminator,
List<ModelReference> subTypes,
Object example,
Xml xml)
-
方法概要
com.fasterxml.classmate.ResolvedType
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
Model
public Model(String id,
String name,
com.fasterxml.classmate.ResolvedType type,
String qualifiedType,
Map<String,ModelProperty> properties,
String description,
String baseModel,
String discriminator,
List<ModelReference> subTypes,
Object example,
Xml xml)
-
方法详细资料
-
-
-
getQualifiedType
public String getQualifiedType()
-
-
getDescription
public String getDescription()
-
-
getDiscriminator
public String getDiscriminator()
-
-
getType
public com.fasterxml.classmate.ResolvedType getType()
-
-