|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Class Summary | |
|---|---|
| ExtendedReflectedClazz | |
| ExtendedReflectedClazzLoader | A version of ReflectedClazzLoader that supports the extended notion of JavaBeans. |
| ExtendedReflectedListPropertyIntrospector | A ReflectedPropertyIntrospector that discovers list (aka indexed) properties. |
| ExtendedReflectedListPropertyIntrospector.AddAccessorMethodParser | Parser for the addFoo(value) method:
Return type void
Name starts with "add" followed by capitalized singular
form of the property name
One parameter
|
| ExtendedReflectedListPropertyIntrospector.AddIndexedAccessorMethodParser | Parser for the addFoo(index, value) method:
Return type void
Name starts with "add" followed by capitalized singular
form of the property name
Two parameters, first integer
|
| ExtendedReflectedListPropertyIntrospector.RemoveAccessorMethodParser | Parser for the removeFoo(value) method:
Name starts with "remove" followed by capitalized singular
form of the property name
One parameter
|
| ExtendedReflectedListPropertyIntrospector.RemoveIndexedAccessorMethodParser | Parser for the removeFoo(index) method:
Name starts with "remove" followed by capitalized singular
form of the property name
One integer parameter
|
| ExtendedReflectedListPropertyIntrospector.SizeAccessorMethodParser | Parser for the getFooCount() method:
Returns integer
Name starts with "get" followed by capitalized singular
form of the property name, followed by "Count" or "Size"
No parameters
|
| ReflectedMap | This is an implementation of the Map interface
that is based on a Mapped property. |
| ReflectedMappedProperty | |
| ReflectedMappedPropertyIntrospector | A ReflectedPropertyIntrospector that discovers mapped properties. |
| ReflectedMappedPropertyIntrospector.GetAccessorMethodParser | Parser for the getFoo(key) method:
Return type not void
Name starts with "get" followed by capitalized singular
form of the property name
One parameter
|
| ReflectedMappedPropertyIntrospector.KeySetAccessorMethodParser | Parser for the getFooKeys() method:
Returns integer
Name starts with "get" followed by capitalized singular
form of the property name, followed by "Keys" or "KeySet"
No parameters
|
| ReflectedMappedPropertyIntrospector.PutAccessorMethodParser | Parser for the setFoo(key, value) method:
Return type void
Name starts with "set" followed by capitalized singular
form of the property name
Two parameters
|
| ReflectedMappedPropertyIntrospector.ReadAccessorMethodParser | Parser for the getFooMap() method:
Return type not void
Name starts with "get" followed by capitalized property name
No parameters
We don't check if the parameter is a Map here. |
| ReflectedMappedPropertyIntrospector.RemoveAccessorMethodParser | Parser for the removeFoo(key) method:
Name starts with "remove" followed by capitalized singular
form of the property name
One parameter
|
| ReflectedMappedPropertyIntrospector.WriteAccessorMethodParser | Parser for the setFooMap(Map) method:
Return type void
Name starts with "set" followed by capitalized property name
One parameter
We don't check if the parameter is a Map here. |
| ReflectedMappedPropertyParseResults | Holds parse results for individual accessor methods for a mapped property. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||