public class PropertyResolver extends java.lang.Object implements IPropertyResolver
| 构造器和说明 |
|---|
PropertyResolver(RestDocParseConfig config) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<PropertyItem> |
getPropertyItems(RestDocParseConfig configuration,
java.lang.Class clazz) |
java.lang.reflect.Type |
getPropertyType(PropertyItem item) |
java.util.List<PropertyItem> |
resolve(java.lang.reflect.Type type)
解析类型包含的属性
|
public PropertyResolver(RestDocParseConfig config)
public java.util.List<PropertyItem> resolve(java.lang.reflect.Type type)
IPropertyResolverresolve 在接口中 IPropertyResolverpublic java.util.List<PropertyItem> getPropertyItems(RestDocParseConfig configuration, java.lang.Class clazz)
public java.lang.reflect.Type getPropertyType(PropertyItem item)
Copyright © 2020. All Rights Reserved.