Uses of Interface
com.gigaspaces.internal.reflection.IConstructor
Packages that use IConstructor
Package
Description
Support classes for persistency.
-
Uses of IConstructor in com.gigaspaces.internal.io
Fields in com.gigaspaces.internal.io with type parameters of type IConstructorModifier and TypeFieldDescriptionfinal IntegerObjectMap<IConstructor<?>>MarshalInputStream.Context._externalizableCtorCache -
Uses of IConstructor in com.gigaspaces.internal.metadata
Methods in com.gigaspaces.internal.metadata that return IConstructor -
Uses of IConstructor in com.gigaspaces.internal.reflection
Methods in com.gigaspaces.internal.reflection that return IConstructorModifier and TypeMethodDescriptionstatic <T> IConstructor<T>ReflectionUtil.createCtor(Class<T> type) static <T> IConstructor<T>ReflectionUtil.createCtor(Constructor<T> ctor) <T> IConstructor<T>IReflectionFactory.getConstructor(Constructor<T> ctor) -
Uses of IConstructor in com.gigaspaces.internal.reflection.fast
Methods in com.gigaspaces.internal.reflection.fast that return IConstructorModifier and TypeMethodDescriptionstatic IConstructorASMConstructorFactory.getConstructor(Constructor originalCtor) <T> IConstructor<T>ASMReflectionFactory.getConstructor(Constructor<T> ctor) -
Uses of IConstructor in com.gigaspaces.internal.reflection.standard
Classes in com.gigaspaces.internal.reflection.standard that implement IConstructorModifier and TypeClassDescriptionclassProvides a wrapper over the standard constructor reflectionMethods in com.gigaspaces.internal.reflection.standard that return IConstructorModifier and TypeMethodDescription<T> IConstructor<T>StandardReflectionFactory.getConstructor(Constructor<T> ctor) -
Uses of IConstructor in com.gigaspaces.persistency.metadata
Methods in com.gigaspaces.persistency.metadata that return IConstructor -
Uses of IConstructor in org.openspaces.persistency.support
Methods in org.openspaces.persistency.support that return IConstructor