|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.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 fieldMethod Detail |
---|
public Class<?> getConfigKeyHolderClass()
null
public String getConfigKeyValue()
null
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |