接口 ModelProperty
public interface ModelProperty
-
方法详细资料
-
getName
String getName() -
getType
com.fasterxml.classmate.ResolvedType getType() -
qualifiedTypeName
String qualifiedTypeName() -
allowableValues
AllowableValues allowableValues() -
propertyDescription
String propertyDescription() -
isRequired
boolean isRequired() -
isReadOnly
boolean isReadOnly() -
position
int position()
-