Class StandardProperties<T>
java.lang.Object
com.gigaspaces.internal.reflection.standard.StandardProperties<T>
- All Implemented Interfaces:
IProperties<T>
Default implementation of IProperties based on Java Methods reflection.
- Since:
- 7.0
- Author:
- GuyK
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.gigaspaces.internal.reflection.IProperties
IProperties.Helper -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INTERNAL_NAME
-
CTOR_DESC
- See Also:
-
GET_VALUE_NAME
- See Also:
-
GET_VALUE_DESC
- See Also:
-
SET_VALUE_NAME
- See Also:
-
SET_VALUE_DESC
- See Also:
-
FROM_NULL_VALUE_NAME
- See Also:
-
FROM_NULL_VALUE_DESC
- See Also:
-
-
Constructor Details
-
StandardProperties
-
-
Method Details
-
getValues
- Specified by:
getValuesin interfaceIProperties<T>
-
setValues
- Specified by:
setValuesin interfaceIProperties<T>
-
getValue
-
setValue
-
convertFromNullIfNeeded
-