java.lang.Object
com.thoughtworks.qdox.model.impl.DefaultBeanProperty
- 所有已实现的接口:
BeanProperty
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明The setter-method of the bean.getName()The name of the bean, which is based on the name of the mutator or accessor, not on the field.getType()The type of the bean, either used as argument type of the mutator or return type of the accessor.voidsetAccessor(JavaMethod accessor) voidsetMutator(JavaMethod mutator) void
-
构造器详细资料
-
DefaultBeanProperty
-
-
方法详细资料
-
getName
The name of the bean, which is based on the name of the mutator or accessor, not on the field.- 指定者:
getName在接口中BeanProperty- 返回:
- the name of the bean
-
setType
-
getType
The type of the bean, either used as argument type of the mutator or return type of the accessor.- 指定者:
getType在接口中BeanProperty- 返回:
- the type of the bean
-
getAccessor
This can return both theisPropertyif the property is of typeBooleanorgetPropertyfor any other type ofObject.- 指定者:
getAccessor在接口中BeanProperty- 返回:
- the getter, otherwise
null
-
setAccessor
-
getMutator
The setter-method of the bean.- 指定者:
getMutator在接口中BeanProperty- 返回:
- the setter, otherwise
null
-
setMutator
-