public class DefaultDataTypeAnalyzer extends Object implements DataTypeAnalyzer, InvalidationListener
Constructor and Description |
---|
DefaultDataTypeAnalyzer(Map<Class,String> configuration) |
Modifier and Type | Method and Description |
---|---|
String |
identifyDataType(PropertyAdapter adapter)
Identifies the data type, if known, or returns null if not known.
|
void |
objectWasInvalidated()
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(Map<Class,String> configuration)
public void objectWasInvalidated()
objectWasInvalidated
in interface InvalidationListener
public String identifyDataType(PropertyAdapter adapter)
DataTypeAnalyzer
identifyDataType
in interface DataTypeAnalyzer
Copyright © 2003-2012 The Apache Software Foundation.