org.jvnet.hk2.internal
Class ValidationInformationImpl
java.lang.Object
org.jvnet.hk2.internal.ValidationInformationImpl
- All Implemented Interfaces:
- ValidationInformation
public class ValidationInformationImpl
- extends java.lang.Object
- implements ValidationInformation
- Author:
- jwells
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ValidationInformationImpl
public ValidationInformationImpl(Operation operation,
ActiveDescriptor<?> candidate,
Injectee injectee,
Filter filter)
- Creates the validation information
- Parameters:
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 lookup
ValidationInformationImpl
public ValidationInformationImpl(Operation operation,
ActiveDescriptor<?> candidate)
- Creates the validation information
- Parameters:
operation - The operation to performcandidate - The candidate to perform it on
getOperation
public Operation getOperation()
- Specified by:
getOperation in interface ValidationInformation
getCandidate
public ActiveDescriptor<?> getCandidate()
- Specified by:
getCandidate in interface ValidationInformation
getInjectee
public Injectee getInjectee()
- Specified by:
getInjectee in interface ValidationInformation
getFilter
public Filter getFilter()
- Specified by:
getFilter in interface ValidationInformation
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2012 Oracle Corporation. All Rights Reserved.