public class ProcessingResultImpl extends Object implements ProcessingResult
| Constructor and Description |
|---|
ProcessingResultImpl()
Creates a new instance of ProcessingResultImpl
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(AnnotatedElement element,
HandlerProcessingResult elementResult) |
void |
add(ProcessingResult pr) |
ResultType |
getOverallResult() |
Map<AnnotatedElement,HandlerProcessingResult> |
getResults() |
public ProcessingResultImpl()
public void add(ProcessingResult pr)
public void add(AnnotatedElement element, HandlerProcessingResult elementResult)
public Map<AnnotatedElement,HandlerProcessingResult> getResults()
getResults in interface ProcessingResultpublic ResultType getOverallResult()
getOverallResult in interface ProcessingResultCopyright © 2015. All rights reserved.