public class JetLinksPropertyMetadata extends Object implements PropertyMetadata
| 构造器和说明 |
|---|
JetLinksPropertyMetadata() |
JetLinksPropertyMetadata(com.alibaba.fastjson.JSONObject json) |
JetLinksPropertyMetadata(PropertyMetadata another) |
JetLinksPropertyMetadata(String id,
String name,
DataType type) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
fromJson(com.alibaba.fastjson.JSONObject jsonObject) |
protected Optional<DataTypeCodec<DataType>> |
getDataTypeCodec(DataType dataType) |
DataType |
getValueType() |
PropertyMetadata |
merge(PropertyMetadata another,
MergeOption... option) |
protected DataType |
parseDataType() |
com.alibaba.fastjson.JSONObject |
toJson() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDescription, getExpand, getExpands, getId, getName, setDescription, setExpands, setNamepublic JetLinksPropertyMetadata()
public JetLinksPropertyMetadata(com.alibaba.fastjson.JSONObject json)
public JetLinksPropertyMetadata(PropertyMetadata another)
protected Optional<DataTypeCodec<DataType>> getDataTypeCodec(DataType dataType)
protected DataType parseDataType()
public DataType getValueType()
getValueType 在接口中 PropertyMetadatapublic void fromJson(com.alibaba.fastjson.JSONObject jsonObject)
public PropertyMetadata merge(PropertyMetadata another, MergeOption... option)
merge 在接口中 PropertyMetadataCopyright © 2019–2022. All rights reserved.