public interface BeanProperty
Modifier and Type | Method and Description |
---|---|
JavaMethod |
getAccessor()
|
JavaMethod |
getMutator()
The setter-method of the bean.
|
String |
getName()
The name of the bean, which is based on the name of the mutator or accessor, not on the field.
|
JavaType |
getType()
The type of the bean, either used as argument type of the mutator or return type of the accessor.
|
String getName()
JavaType getType()
JavaMethod getAccessor()
isProperty
if the property is of type Boolean
or
getProperty
for any other type of Object
.null
JavaMethod getMutator()
null
Copyright © 2002–2021. All rights reserved.