Package org.apache.commons.beanutils
Class MappedPropertyDescriptor.MappedMethodReference
java.lang.Object
org.apache.commons.beanutils.MappedPropertyDescriptor.MappedMethodReference
- Enclosing class:
MappedPropertyDescriptor
Holds a
Method
in a SoftReference
so that it
it doesn't prevent any ClassLoader being garbage collected, but
tries to re-create the method if the method reference has been
released.
See http://issues.apache.org/jira/browse/BEANUTILS-291-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
className
-
methodName
-
methodRef
-
classRef
-
writeParamTypeRef0
-
writeParamTypeRef1
-
writeParamClassNames
-
-
Constructor Details
-
MappedMethodReference
MappedMethodReference(Method m)
-
-
Method Details
-
get
-
reLoadClass
Try to re-load the class -
reLoadClass
Try to re-load the class
-