|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.plugin.value.retriever.ValueRetrieverSourceImpl
public class ValueRetrieverSourceImpl
ValueRetrieverSource implementation.
| Constructor Summary | |
|---|---|
ValueRetrieverSourceImpl()
|
|
| Method Summary | ||
|---|---|---|
void |
init(boolean isCaseInsensitive)
Initialises. |
|
static Object |
retrieveValue(Object object,
Method method)
Retrieves the value from the object. |
|
|
sourceValueRetriever(Class<T> type)
Sources the ValueRetriever for the type. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValueRetrieverSourceImpl()
| Method Detail |
|---|
public static Object retrieveValue(Object object,
Method method)
throws Exception
object - Object containing the value.method - Method to retrieve the value.
Exception - If fails to retrieve the value.
public void init(boolean isCaseInsensitive)
throws Exception
ValueRetrieverSource
init in interface ValueRetrieverSourceisCaseInsensitive - Indicates if property name comparison is case insensitive.
Exception
public <T> ValueRetriever<T> sourceValueRetriever(Class<T> type)
throws Exception
ValueRetrieverSourceValueRetriever for the type.
sourceValueRetriever in interface ValueRetrieverSourcetype - Type.
ValueRetriever for the type.
Exception - If fails to obtain the ValueRetriever.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||