|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.eos.util.functions.ConfigurationKeyIntrospectorFunction.ConfigurationKeySupport
public static class ConfigurationKeyIntrospectorFunction.ConfigurationKeySupport
Simple holder for reflection data.
| Constructor Summary | |
|---|---|
ConfigurationKeyIntrospectorFunction.ConfigurationKeySupport(Class<?> clazz,
String configKeyValue)
Creates a new instance. |
|
| Method Summary | |
|---|---|
Class<?> |
getConfigKeyHolderClass()
Returns the class to refelect. |
String |
getConfigKeyValue()
Returns the value of the configuration key field. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationKeyIntrospectorFunction.ConfigurationKeySupport(@Nullable
Class<?> clazz,
@Nullable
String configKeyValue)
clazz - the class to introspectconfigKeyValue - the value of the configuration key field| Method Detail |
|---|
public Class<?> getConfigKeyHolderClass()
nullpublic String getConfigKeyValue()
nullpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||