Class IdentityGetter<T>

java.lang.Object
org.simpleflatmapper.reflect.getter.IdentityGetter<T>
All Implemented Interfaces:
Getter<T,T>

public class IdentityGetter<T> extends Object implements Getter<T,T>
  • Constructor Details

    • IdentityGetter

      public IdentityGetter()
  • Method Details

    • get

      public T get(T target)
      Description copied from interface: Getter
      Return the property from the specified object.
      Specified by:
      get in interface Getter<T,T>
      Parameters:
      target - the object to get the property from
      Returns:
      the property