Class InjectionPointName

java.lang.Object
io.smallrye.context.inject.InjectionPointName

public class InjectionPointName extends Object
Helper class to store the name defined by @NamedInstance as well as the name would be used via MP Config
  • Constructor Details

    • InjectionPointName

      public InjectionPointName(String namedInstanceName, String mpConfigName)
    • InjectionPointName

      public InjectionPointName(String namedInstanceName)
  • Method Details

    • getNamedInstanceName

      public String getNamedInstanceName()
    • getMpConfigName

      public String getMpConfigName()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object