Class ConfigurationListener.ModificationInformation
- java.lang.Object
-
- org.glassfish.hk2.configuration.internal.ConfigurationListener.ModificationInformation
-
- Enclosing class:
- ConfigurationListener
private static class ConfigurationListener.ModificationInformation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private ClassReflectionHelper
helper
private java.util.HashMap<java.lang.Class<?>,java.lang.reflect.Method>
postMethods
private java.util.HashMap<java.lang.Class<?>,java.lang.reflect.Method>
preMethods
-
Constructor Summary
Constructors Modifier Constructor Description private
ModificationInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
dispose()
private java.lang.reflect.Method
getPostDynamicChangeMethod(java.lang.Class<?> rawClass)
private java.lang.reflect.Method
getPreDynamicChangeMethod(java.lang.Class<?> rawClass)
private java.lang.reflect.Method
getSpecialMethod(java.lang.Class<?> rawClass, java.lang.Class<? extends java.lang.annotation.Annotation> anno)
-
-
-
Field Detail
-
helper
private final ClassReflectionHelper helper
-
preMethods
private final java.util.HashMap<java.lang.Class<?>,java.lang.reflect.Method> preMethods
-
postMethods
private final java.util.HashMap<java.lang.Class<?>,java.lang.reflect.Method> postMethods
-
-
Method Detail
-
getPreDynamicChangeMethod
private java.lang.reflect.Method getPreDynamicChangeMethod(java.lang.Class<?> rawClass)
-
getPostDynamicChangeMethod
private java.lang.reflect.Method getPostDynamicChangeMethod(java.lang.Class<?> rawClass)
-
getSpecialMethod
private java.lang.reflect.Method getSpecialMethod(java.lang.Class<?> rawClass, java.lang.Class<? extends java.lang.annotation.Annotation> anno)
-
dispose
private void dispose()
-
-