public class ValueContext extends Object implements IValueContext
| 构造器和说明 |
|---|
ValueContext() |
| 限定符和类型 | 方法和说明 |
|---|---|
Field |
field()
当前字段信息
|
ValueContext |
field(Field field) |
String |
fieldName()
字段名称
|
ValueContext |
fieldName(String fieldName) |
String |
format()
真正的格式化信息
|
ValueContext |
format(String format) |
static ValueContext |
newInstance()
新建一个对象实例
|
Object |
object()
当前对象实例
|
ValueContext |
object(Object object) |
Field |
parentField()
父类字段
|
ValueContext |
parentField(Field parentField) |
Object |
parentObject()
父类对象
|
ValueContext |
parentObject(Object parentObject) |
PropertyEntry |
propertyEntry()
属性明细注解
|
ValueContext |
propertyEntry(PropertyEntry propertyEntry) |
PropertyField |
propertyField()
属性字段注解信息
|
ValueContext |
propertyField(PropertyField propertyField) |
PropertyFormat |
propertyFormat()
属性格式化
|
ValueContext |
propertyFormat(PropertyFormat propertyFormat) |
String |
propertyName()
属性名称
|
ValueContext |
propertyName(String propertyName) |
String |
propertyNamePrefix()
属性名称前缀
|
ValueContext |
propertyNamePrefix(String propertyNamePrefix) |
public static ValueContext newInstance()
public Object object()
IValueContextobject 在接口中 IValueContextpublic ValueContext object(Object object)
public Field field()
IValueContextfield 在接口中 IValueContextpublic ValueContext field(Field field)
public PropertyField propertyField()
IValueContextpropertyField 在接口中 IValueContextpublic ValueContext propertyField(PropertyField propertyField)
public String fieldName()
IValueContextfieldName 在接口中 IValueContextpublic ValueContext fieldName(String fieldName)
public String propertyName()
IValueContextpropertyName 在接口中 IValueContextpublic ValueContext propertyName(String propertyName)
public PropertyEntry propertyEntry()
IValueContextpropertyEntry 在接口中 IValueContextpublic ValueContext propertyEntry(PropertyEntry propertyEntry)
public Object parentObject()
IValueContextparentObject 在接口中 IValueContextpublic ValueContext parentObject(Object parentObject)
public Field parentField()
IValueContextparentField 在接口中 IValueContextpublic ValueContext parentField(Field parentField)
public String propertyNamePrefix()
IValueContextpropertyNamePrefix 在接口中 IValueContextpublic ValueContext propertyNamePrefix(String propertyNamePrefix)
public PropertyFormat propertyFormat()
IValueContextpropertyFormat 在接口中 IValueContextpublic ValueContext propertyFormat(PropertyFormat propertyFormat)
public String format()
IValueContextformat 在接口中 IValueContextpublic ValueContext format(String format)
Copyright © 2021. All rights reserved.