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