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<? extends T> |
classOfObject() |
T |
getObject() |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.