Package de.objektkontor.config
Class ConfigInspector
java.lang.Object
de.objektkontor.config.ConfigInspector
- Direct Known Subclasses:
ConfigComparator,ConfigDuplicator,ConfigLoader,ConfigTracker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voidappendName(StringBuilder buffer, String name) static Stringstatic Stringstatic StringgetConfigParameterFields(Class<?> type) protected static Class<?>getFieldType(Object config, Field field) protected static ObjectgetFieldValue(Object config, Field field) protected static FieldgetIdentifierField(Class<?> type) protected static StringgetParameterDescription(Field field) protected static StringgetParameterKey(String prefix, Field field) protected static booleanhasObserver(Object config) protected static ObjectnewFieldInstance(Field field, Class<?> exactType) protected static <C> CnewInstanceOfSameType(C source) protected static voidsetFieldValue(Object config, Field field, Object value)
-
Constructor Details
-
ConfigInspector
public ConfigInspector()
-
-
Method Details
-
dump
-
dump
-
dump
-
getParameterKey
-
getParameterDescription
-
getFieldType
-
getFieldValue
-
setFieldValue
-
newInstanceOfSameType
protected static <C> C newInstanceOfSameType(C source) -
newFieldInstance
-
getConfigParameterFields
-
getIdentifierField
-
hasObserver
-
appendName
-