public class SimpleValueDataExtractor extends AbstractDataExtractor
logger
Constructor and Description |
---|
SimpleValueDataExtractor() |
Modifier and Type | Method and Description |
---|---|
Serializable |
extractData(Serializable in)
Just returns the value unchanged
|
boolean |
isSupported(Serializable data)
Determines if the extractor will be able to pull any data from the given value.
|
afterPropertiesSet, equals, setBeanName, setRegistry
public boolean isSupported(Serializable data)
DataExtractor
data
- the data that might be useful to this extractor (could be null)public Serializable extractData(Serializable in) throws Throwable
in
- the source dataThrowable
- All errors will be handled by the calling frameworkCopyright © 2005–2017 Alfresco Software. All rights reserved.