|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BeanProperties<B>
| Method Summary | |
|---|---|
IndexedPropertyDescriptor |
getIndexedPropertyDescriptor(String propertyName)
|
Method |
getIndexedReadMethod(String propertyName)
|
Method |
getIndexedWriteMethod(String propertyName)
|
Map<String,PropertyDescriptor> |
getPropertiesIndex()
|
PropertyDescriptor |
getPropertyDescriptor(String propertyName)
|
Method |
getReadPropertyMethod(String propertyName)
|
Method |
getWriteMethod(String name)
|
boolean |
hasProperty(String propertyName)
Checks if the current bean type has a property identified by the input name. |
boolean |
isReadable(String propertyName)
Checks if the specified property name identifies a readable property. |
boolean |
isWritable(String propertyName)
Checks if the specified property name identifies a writable property. |
| Method Detail |
|---|
boolean hasProperty(String propertyName)
throws IntrospectionException
propertyName - the name of the property to be checked.
IntrospectionException
boolean isReadable(String propertyName)
throws IntrospectionException
propertyName - the name of the property to be checked.
true, if the property is readable.
IntrospectionException - TODO
NoSuchMethodException - TODO
boolean isWritable(String propertyName)
throws IntrospectionException
propertyName - the name of the property to be checked.
true, if the property is writable.
IntrospectionException - TODO
NoSuchMethodException - TODO
PropertyDescriptor getPropertyDescriptor(String propertyName)
throws IntrospectionException
propertyName -
IntrospectionException
NoSuchMethodException
Method getReadPropertyMethod(String propertyName)
throws IntrospectionException,
NoSuchMethodException
propertyName -
IntrospectionException
NoSuchMethodException
Method getWriteMethod(String name)
throws NoSuchMethodException,
IntrospectionException
name -
NoSuchMethodException
IntrospectionException
IndexedPropertyDescriptor getIndexedPropertyDescriptor(String propertyName)
throws NoSuchMethodException,
IntrospectionException
propertyName -
NoSuchMethodException
IntrospectionException
Method getIndexedReadMethod(String propertyName)
throws NoSuchMethodException,
IntrospectionException
propertyName -
NoSuchMethodException
IntrospectionException
Method getIndexedWriteMethod(String propertyName)
throws NoSuchMethodException,
IntrospectionException
propertyName -
NoSuchMethodException
IntrospectionException
Map<String,PropertyDescriptor> getPropertiesIndex()
throws IntrospectionException
IntrospectionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||