Uses of Interface
com.gigaspaces.internal.reflection.IGetterMethod
Packages that use IGetterMethod
Package
Description
Support classes for persistency.
-
Uses of IGetterMethod in com.gigaspaces.internal.reflection
Methods in com.gigaspaces.internal.reflection that return IGetterMethodModifier and TypeMethodDescriptionstatic <T> IGetterMethod<T>ReflectionUtil.createGetterMethod(ClassLoader classLoader, Method method) static <T> IGetterMethod<T>ReflectionUtil.createGetterMethod(Method method) <T> IGetterMethod<T>IReflectionFactory.getGetterMethod(ClassLoader classLoader, Method method) default <T> IGetterMethod<T>IReflectionFactory.getGetterMethod(Method method) -
Uses of IGetterMethod in com.gigaspaces.internal.reflection.fast
Classes in com.gigaspaces.internal.reflection.fast that implement IGetterMethodModifier and TypeClassDescriptionclassProvides a base class for the dynamic Getter implementation.Methods in com.gigaspaces.internal.reflection.fast that return IGetterMethodModifier and TypeMethodDescriptionstatic IGetterMethodASMMethodFactory.getGetterMethod(ClassLoader classLoader, Method refMethod) Retrieves an IMethod or creates a new class that represents this method.static IGetterMethodASMMethodFactory.getGetterMethod(Method refMethod) <T> IGetterMethod<T>ASMReflectionFactory.getGetterMethod(ClassLoader classLoader, Method method) -
Uses of IGetterMethod in com.gigaspaces.internal.reflection.standard
Classes in com.gigaspaces.internal.reflection.standard that implement IGetterMethodModifier and TypeClassDescriptionclassProvides a wrapper over the standard getter method reflectionMethods in com.gigaspaces.internal.reflection.standard that return IGetterMethodModifier and TypeMethodDescription<T> IGetterMethod<T>StandardReflectionFactory.getGetterMethod(ClassLoader classLoader, Method method) -
Uses of IGetterMethod in com.gigaspaces.persistency.metadata
Methods in com.gigaspaces.persistency.metadata that return IGetterMethodModifier and TypeMethodDescription -
Uses of IGetterMethod in org.openspaces.persistency.support
Methods in org.openspaces.persistency.support that return IGetterMethod