Interface SimplifierExtractor.AttributeExtractor<T>
- Type Parameters:
T- type to extract
- Enclosing class:
SimplifierExtractor<T>
public static interface SimplifierExtractor.AttributeExtractor<T>
Helper interface for extracting and simplifying values
- Since:
- Jul 27, 2009
- Author:
- roland
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classException to be thrown when the result of this extractor should be omitted in the response -
Method Summary
-
Method Details
-
extract
Extract the real value from a given value- Parameters:
value- to extract from- Returns:
- the extracted value
- Throws:
SimplifierExtractor.AttributeExtractor.SkipAttributeException- if this value which is about to be extracted should be omitted in the result
-