Uses of Interface
org.glassfish.hk2.utilities.reflection.ClassReflectionHelper
-
-
Uses of ClassReflectionHelper in org.glassfish.hk2.configuration.hub.internal
Fields in org.glassfish.hk2.configuration.hub.internal declared as ClassReflectionHelper Modifier and Type Field Description private ClassReflectionHelperTypeImpl. helperprivate ClassReflectionHelperWriteableTypeImpl. helperMethods in org.glassfish.hk2.configuration.hub.internal that return ClassReflectionHelper Modifier and Type Method Description (package private) ClassReflectionHelperTypeImpl. getHelper()(package private) ClassReflectionHelperWriteableTypeImpl. getHelper()Constructors in org.glassfish.hk2.configuration.hub.internal with parameters of type ClassReflectionHelper Constructor Description TypeImpl(Type baseType, ClassReflectionHelper helper) -
Uses of ClassReflectionHelper in org.glassfish.hk2.configuration.internal
Fields in org.glassfish.hk2.configuration.internal declared as ClassReflectionHelper Modifier and Type Field Description private ClassReflectionHelperConfigurationListener.ModificationInformation. helper -
Uses of ClassReflectionHelper in org.glassfish.hk2.configuration.persistence.properties.internal
Fields in org.glassfish.hk2.configuration.persistence.properties.internal declared as ClassReflectionHelper Modifier and Type Field Description private ClassReflectionHelperPropertyFileHandleImpl. reflectionHelper -
Uses of ClassReflectionHelper in org.glassfish.hk2.extras.events.internal
Fields in org.glassfish.hk2.extras.events.internal declared as ClassReflectionHelper Modifier and Type Field Description private ClassReflectionHelperDefaultTopicDistributionService. reflectionHelper -
Uses of ClassReflectionHelper in org.glassfish.hk2.utilities.reflection
Methods in org.glassfish.hk2.utilities.reflection with parameters of type ClassReflectionHelper Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.Object>BeanReflectionHelper. convertJavaBeanToBeanLikeMap(ClassReflectionHelper helper, java.lang.Object bean)Converts a Java bean to a bean-like Mapstatic java.beans.PropertyChangeEvent[]BeanReflectionHelper. getChangeEvents(ClassReflectionHelper helper, java.lang.Object oldBean, java.lang.Object newBean)Gets the set of change events by comparing two different beans. -
Uses of ClassReflectionHelper in org.glassfish.hk2.utilities.reflection.internal
Classes in org.glassfish.hk2.utilities.reflection.internal that implement ClassReflectionHelper Modifier and Type Class Description classClassReflectionHelperImpl -
Uses of ClassReflectionHelper in org.jvnet.hk2.internal
Fields in org.jvnet.hk2.internal declared as ClassReflectionHelper Modifier and Type Field Description private ClassReflectionHelperServiceLocatorImpl. classReflectionHelperMethods in org.jvnet.hk2.internal that return ClassReflectionHelper Modifier and Type Method Description (package private) ClassReflectionHelperServiceLocatorImpl. getClassReflectionHelper()
-