Package com.gpudb
Interface TypeObjectMap.Accessor
-
- All Known Implementing Classes:
TypeObjectMap.ConvertingFieldHandler,TypeObjectMap.ConvertingMethodHandler,TypeObjectMap.FieldHandler,TypeObjectMap.MethodHandler
- Enclosing class:
- TypeObjectMap<T>
public static interface TypeObjectMap.AccessorAn accessor that returns a value from an object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectget(Object o)Returns a value from an object.
-