public interface ValueRetrieverSource
ValueRetriever
.Modifier and Type | Method and Description |
---|---|
void |
init(boolean isCaseInsensitive)
Initialises.
|
<T> ValueRetriever<T> |
sourceValueRetriever(Class<T> type)
Sources the
ValueRetriever for the type. |
void init(boolean isCaseInsensitive) throws Exception
isCaseInsensitive
- Indicates if property name comparison is case insensitive.Exception
- If fails to specify case sensitivity.<T> ValueRetriever<T> sourceValueRetriever(Class<T> type) throws Exception
ValueRetriever
for the type.T
- Type.type
- Type.ValueRetriever
for the type
.Exception
- If fails to obtain the ValueRetriever
.Copyright © 2005–2016. All rights reserved.