Class ValidationInformationImpl

java.lang.Object
org.jvnet.hk2.internal.ValidationInformationImpl
All Implemented Interfaces:
ValidationInformation

public class ValidationInformationImpl extends Object implements ValidationInformation
Author:
jwells
  • Constructor Details

    • ValidationInformationImpl

      public ValidationInformationImpl(Operation operation, ActiveDescriptor<?> candidate, Injectee injectee, Filter filter)
      Creates the validation information
      Parameters:
      operation - The operation to perform
      candidate - The candidate to perform it on
      injectee - The injecteee that may be involved
      filter - 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 perform
      candidate - The candidate to perform it on
  • Method Details