public interface BaseObjectColumnValueSelector<T>
ColumnValueSelector interface. Users of getObject() are encouraged to reduce the parameter/field/etc. type to
BaseObjectColumnValueSelector to make it impossible to accidently call any method other than getObject().
All implementations of this interface MUST also implement ColumnValueSelector.| Modifier and Type | Method and Description |
|---|---|
Class<T> |
classOfObject() |
T |
getObject() |
Copyright © 2011–2018. All rights reserved.