public final class ColumnMeta extends Object implements Cloneable, Copyable<ColumnMeta>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ColumnMeta.Builder |
| 限定符和类型 | 方法和说明 |
|---|---|
static ColumnMeta.Builder |
builder() |
ColumnMeta |
clone() |
ColumnMeta |
copy() |
String |
getProp(String key) |
Map<String,String> |
getProps() |
Map<String,String> |
getProps(Predicate<String> filter) |
Map<String,String> |
getPropsIfNotEmpty() |
Map<String,String> |
getPropsIfNotEmpty(Predicate<String> filter) |
String |
getPropString() |
String |
getPropString(Predicate<String> filter) |
boolean |
hasProperties(Predicate<String> filter) |
<V> VarRef<V> |
wrap(V value) |
public String getPropString()
public <V> VarRef<V> wrap(V value)
public ColumnMeta clone()
public ColumnMeta copy()
copy 在接口中 Copyable<ColumnMeta>@AnnotationProcessing public static ColumnMeta.Builder builder()
Copyright © 2025 fossc. All rights reserved.