Package | Description |
---|---|
com.gigaspaces.internal.reflection | |
com.gigaspaces.internal.reflection.fast | |
com.gigaspaces.internal.reflection.standard |
Modifier and Type | Method and Description |
---|---|
static <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) |
Modifier and Type | Method and Description |
---|---|
<T> IProperties<T> |
ASMReflectionFactory.getFieldProperties(Class<T> declaringClass,
Field[] fields) |
static <T> IProperties<T> |
ASMFieldPropertiesFactory.getProperties(Class declaringClass,
Field[] fields) |
<T> IProperties<T> |
ASMReflectionFactory.getProperties(SpaceTypeInfo typeInfo) |
static <T> IProperties<T> |
ASMPropertiesFactory.getProperties(SpaceTypeInfo typeInfo) |
Modifier and Type | Class and Description |
---|---|
class |
StandardFieldProperties<T>
Default implementation of IProperties based on Java Fields reflection.
|
class |
StandardProperties<T>
Default implementation of IProperties based on Java Methods reflection.
|
Modifier and Type | Method and Description |
---|---|
<T> IProperties<T> |
StandardReflectionFactory.getFieldProperties(Class<T> declaringClass,
Field[] fields) |
<T> IProperties<T> |
StandardReflectionFactory.getProperties(SpaceTypeInfo typeInfo) |
Copyright © GigaSpaces.