public interface IField extends IMember, Comparable<IField>
| 限定符和类型 | 方法和说明 |
|---|---|
Annotation |
annotation(Class type)
根据注解类型获取对应的
|
Optional<Annotation> |
annotationOpt(Class type)
根据注解类型获取对应的 Optional
|
List<Annotation> |
annotations()
注解列表
|
Field |
field()
原始字段信息
|
Object |
value()
当前字段的值
|
IField |
value(Object value)
设置值
|
compareToField field()
Object value()
List<Annotation> annotations()
Optional<Annotation> annotationOpt(Class type)
type - 类型Annotation annotation(Class type)
type - 类型Copyright © 2024. All rights reserved.