public class SimplePropertyMetadata extends Object implements PropertyMetadata
| 构造器和说明 |
|---|
SimplePropertyMetadata() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
fromJson(com.alibaba.fastjson.JSONObject json) |
PropertyMetadata |
merge(PropertyMetadata another,
MergeOption... option) |
static SimplePropertyMetadata |
of(String id,
String name,
DataType type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValueTypegetDescription, getExpand, getExpands, getId, getName, setDescription, setExpands, setNamepublic static SimplePropertyMetadata of(String id, String name, DataType type)
public PropertyMetadata merge(PropertyMetadata another, MergeOption... option)
merge 在接口中 PropertyMetadataCopyright © 2019–2022. All rights reserved.