public class ValidationInformationImpl extends java.lang.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 |
|---|---|
ActiveDescriptor<?> |
getCandidate() |
Filter |
getFilter() |
Injectee |
getInjectee() |
Operation |
getOperation() |
java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2013 Oracle Corporation. All Rights Reserved.