public class ValidationInformationImpl extends Object implements ValidationInformation
| Constructor and Description |
|---|
ValidationInformationImpl(Operation operation,
ActiveDescriptor<?> candidate)
Creates the validation information
|
ValidationInformationImpl(Operation operation,
ActiveDescriptor<?> candidate,
Injectee injectee,
Filter filter)
Creates the validation information
|
| Modifier and Type | Method and Description |
|---|---|
StackTraceElement |
getCaller()
The implementation of this method is VERY dependent on the implementation
of ServiceLocatorImpl.
|
ActiveDescriptor<?> |
getCandidate() |
Filter |
getFilter() |
Injectee |
getInjectee() |
Operation |
getOperation() |
String |
toString() |
public ValidationInformationImpl(Operation operation, ActiveDescriptor<?> candidate, Injectee injectee, Filter filter)
operation - The operation to performcandidate - The candidate to perform it oninjectee - The injecteee that may be involvedfilter - The filter that may be involved in the lookuppublic ValidationInformationImpl(Operation operation, ActiveDescriptor<?> candidate)
operation - The operation to performcandidate - The candidate to perform it onpublic Operation getOperation()
getOperation in interface ValidationInformationpublic ActiveDescriptor<?> getCandidate()
getCandidate in interface ValidationInformationpublic Injectee getInjectee()
getInjectee in interface ValidationInformationpublic Filter getFilter()
getFilter in interface ValidationInformationpublic StackTraceElement getCaller()
getCaller in interface ValidationInformationCopyright © 2009-2017 Oracle Corporation. All Rights Reserved.