Class QualifierEntry

java.lang.Object
org.springframework.beans.factory.parsing.QualifierEntry
All Implemented Interfaces:
ParseState.Entry

public class QualifierEntry extends Object implements ParseState.Entry
ParseState entry representing an autowire candidate qualifier.
Since:
2.5
Author:
Mark Fisher
  • Constructor Details

    • QualifierEntry

      public QualifierEntry(String typeName)
      Create a new QualifierEntry instance.
      Parameters:
      typeName - the name of the qualifier type
  • Method Details