Class UUIDUnspecifiedTypeGetter<R>

java.lang.Object
org.simpleflatmapper.reflect.getter.UUIDUnspecifiedTypeGetter<R>
All Implemented Interfaces:
Getter<R,UUID>

public final class UUIDUnspecifiedTypeGetter<R> extends Object implements Getter<R,UUID>
  • Constructor Details

    • UUIDUnspecifiedTypeGetter

      public UUIDUnspecifiedTypeGetter(Getter<R,?> getter)
  • Method Details

    • get

      public UUID get(R target) throws Exception
      Description copied from interface: Getter
      Return the property from the specified object.
      Specified by:
      get in interface Getter<R,UUID>
      Parameters:
      target - the object to get the property from
      Returns:
      the property
      Throws:
      Exception - if anything goes wrong
    • toString

      public String toString()
      Overrides:
      toString in class Object