Uses of Class
com.sun.corba.ee.impl.copyobject.OldReflectObjectCopierImpl.ReflectAttrs
-
Packages that use OldReflectObjectCopierImpl.ReflectAttrs Package Description com.sun.corba.ee.impl.copyobject -
-
Uses of OldReflectObjectCopierImpl.ReflectAttrs in com.sun.corba.ee.impl.copyobject
Fields in com.sun.corba.ee.impl.copyobject with type parameters of type OldReflectObjectCopierImpl.ReflectAttrs Modifier and Type Field Description private static java.util.Map<java.lang.Class,OldReflectObjectCopierImpl.ReflectAttrs>
OldReflectObjectCopierImpl. reflectCache
reflectCache is used to cache the reflection attributes of a classMethods in com.sun.corba.ee.impl.copyobject that return OldReflectObjectCopierImpl.ReflectAttrs Modifier and Type Method Description private OldReflectObjectCopierImpl.ReflectAttrs
OldReflectObjectCopierImpl. getClassAttrs(java.lang.Class cls)
Gets the reflection attributes for a class from the cache or if it is not in the cache yet, computes the attributes and populates the cacheMethods in com.sun.corba.ee.impl.copyobject with parameters of type OldReflectObjectCopierImpl.ReflectAttrs Modifier and Type Method Description private java.lang.Object
OldReflectObjectCopierImpl. copyAnyClass(OldReflectObjectCopierImpl.ReflectAttrs attrs, java.lang.Object obj)
-