Uses of Interface
com.gigaspaces.internal.reflection.IMember
Packages that use IMember
Package
Description
-
Uses of IMember in com.gigaspaces.internal.reflection
Subinterfaces of IMember in com.gigaspaces.internal.reflectionModifier and TypeInterfaceDescriptioninterfaceIField<T,F> Provides an abstraction over a field reflection.interfaceRepresents a getter methodinterfaceIMethod<T>Provides an abstraction over a method reflection.interfaceIProcedure<T>Provides an abstraction over a method reflection.interfaceRepresents a setter method -
Uses of IMember in com.gigaspaces.internal.reflection.fast
Classes in com.gigaspaces.internal.reflection.fast that implement IMemberModifier and TypeClassDescriptionclassProvides a base class for the dynamic Getter implementation.classProvides a base class for the dynamic method implementation.classProvides a base class for the dynamic Setter implementation. -
Uses of IMember in com.gigaspaces.internal.reflection.standard
Classes in com.gigaspaces.internal.reflection.standard that implement IMemberModifier and TypeClassDescriptionclassStandardField<T,F> A wrapper over theFieldclass.classProvides a wrapper over the standard getter method reflectionclassProvides a wrapper over the standard method reflectionclassProvides a wrapper over the standard method reflectionclassProvides a wrapper over the standard setter method reflection