T
- type to extractpublic static interface SimplifierExtractor.AttributeExtractor<T>
Modifier and Type | Interface and Description |
---|---|
static class |
SimplifierExtractor.AttributeExtractor.SkipAttributeException
Exception to be thrown when the result of this extractor should be omitted in the response
|
Modifier and Type | Method and Description |
---|---|
Object |
extract(T value)
Extract the real value from a given value
|
Object extract(T value) throws SimplifierExtractor.AttributeExtractor.SkipAttributeException
value
- to extract fromSimplifierExtractor.AttributeExtractor.SkipAttributeException
- if this value which is about to be extracted
should be omitted in the resultCopyright © 2017. All rights reserved.