public class EntryMeta extends Object implements IEntryMeta
| 限定符和类型 | 字段和说明 |
|---|---|
EntryType |
entryType
类型
|
Function |
getter
getter方法
|
boolean |
ignoreNull
忽略空值情况
|
Type |
javaType
字段java类型
|
String |
name
字段名称
|
BiConsumer |
setter
setter方法
|
public final String name
public final Type javaType
public EntryType entryType
public final Function getter
public final BiConsumer setter
public final boolean ignoreNull
public EntryMeta(String name, Type javaType, EntryType entryType, Function<F,V> getter, BiConsumer<F,V> setter, boolean ignoreNull)
protected Function getter()
protected BiConsumer setter()
public <R> R get(Object target)
R - 字段值类型target - Form对象Copyright © 2023. All rights reserved.