public class DefaultDataTypeAnalyzer extends java.lang.Object implements DataTypeAnalyzer, java.lang.Runnable
| Constructor and Description |
|---|
DefaultDataTypeAnalyzer(java.util.Map<java.lang.Class,java.lang.String> configuration) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
identifyDataType(PropertyAdapter adapter)
Identifies the data type, if known, or returns null if not known.
|
void |
run()
Clears the registry on an invalidation event (this is because the registry caches results, and the keys are
classes that may be component classes from the invalidated component class loader).
|
public DefaultDataTypeAnalyzer(java.util.Map<java.lang.Class,java.lang.String> configuration)
public void run()
run in interface java.lang.Runnablepublic java.lang.String identifyDataType(PropertyAdapter adapter)
DataTypeAnalyzeridentifyDataType in interface DataTypeAnalyzer${project.version} - Copyright © 2003-2015 The Apache Software Foundation.