Uses of Interface
com.gigaspaces.internal.reflection.IParamsConstructor
Packages that use IParamsConstructor
Package
Description
-
Uses of IParamsConstructor in com.gigaspaces.internal.metadata
Methods in com.gigaspaces.internal.metadata that return IParamsConstructor -
Uses of IParamsConstructor in com.gigaspaces.internal.reflection
Methods in com.gigaspaces.internal.reflection that return IParamsConstructorModifier and TypeMethodDescriptionstatic <T> IParamsConstructor<T>ReflectionUtil.createParamsCtor(Constructor<T> ctor) <T> IParamsConstructor<T>IReflectionFactory.getParamsConstructor(Constructor<T> ctor) -
Uses of IParamsConstructor in com.gigaspaces.internal.reflection.fast
Methods in com.gigaspaces.internal.reflection.fast that return IParamsConstructorModifier and TypeMethodDescriptionstatic IParamsConstructorASMConstructorFactory.getParamsConstructor(Constructor originalCtor) <T> IParamsConstructor<T>ASMReflectionFactory.getParamsConstructor(Constructor<T> ctor) -
Uses of IParamsConstructor in com.gigaspaces.internal.reflection.standard
Classes in com.gigaspaces.internal.reflection.standard that implement IParamsConstructorModifier and TypeClassDescriptionclassProvides a wrapper over the standard parameter constructor reflectionMethods in com.gigaspaces.internal.reflection.standard that return IParamsConstructorModifier and TypeMethodDescription<T> IParamsConstructor<T>StandardReflectionFactory.getParamsConstructor(Constructor<T> ctor)