Uses of Interface
com.gigaspaces.internal.reflection.IProperties
Packages that use IProperties
Package
Description
-
Uses of IProperties in com.gigaspaces.internal.reflection
Methods in com.gigaspaces.internal.reflection that return IPropertiesModifier and TypeMethodDescriptionstatic <T> IProperties<T>ReflectionUtil.createFieldProperties(Class<T> declaringClass, Field[] fields) static <T> IProperties<T>ReflectionUtil.createProperties(SpaceTypeInfo typeInfo) <T> IProperties<T>IReflectionFactory.getFieldProperties(Class<T> declaringClass, Field[] fields) <T> IProperties<T>IReflectionFactory.getProperties(SpaceTypeInfo typeInfo) -
Uses of IProperties in com.gigaspaces.internal.reflection.fast
Methods in com.gigaspaces.internal.reflection.fast that return IPropertiesModifier and TypeMethodDescription<T> IProperties<T>ASMReflectionFactory.getFieldProperties(Class<T> declaringClass, Field[] fields) static <T> IProperties<T>ASMFieldPropertiesFactory.getProperties(Class declaringClass, Field[] fields) static <T> IProperties<T>ASMPropertiesFactory.getProperties(SpaceTypeInfo typeInfo) <T> IProperties<T>ASMReflectionFactory.getProperties(SpaceTypeInfo typeInfo) -
Uses of IProperties in com.gigaspaces.internal.reflection.standard
Classes in com.gigaspaces.internal.reflection.standard that implement IPropertiesModifier and TypeClassDescriptionclassDefault implementation of IProperties based on Java Fields reflection.classDefault implementation of IProperties based on Java Methods reflection.Methods in com.gigaspaces.internal.reflection.standard that return IPropertiesModifier and TypeMethodDescription<T> IProperties<T>StandardReflectionFactory.getFieldProperties(Class<T> declaringClass, Field[] fields) <T> IProperties<T>StandardReflectionFactory.getProperties(SpaceTypeInfo typeInfo)