Class StandardFieldProperties<T>

java.lang.Object
com.gigaspaces.internal.reflection.standard.StandardFieldProperties<T>
All Implemented Interfaces:
IProperties<T>

public class StandardFieldProperties<T> extends Object implements IProperties<T>
Default implementation of IProperties based on Java Fields reflection.
Since:
7.0
Author:
GuyK
  • Constructor Details

    • StandardFieldProperties

      public StandardFieldProperties(Field[] fields)
  • Method Details