Class 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 Detail

      • InjectionPointName

        public InjectionPointName​(String namedInstanceName,
                                  String mpConfigName)
      • InjectionPointName

        public InjectionPointName​(String namedInstanceName)
    • Method Detail

      • getNamedInstanceName

        public String getNamedInstanceName()
      • getMpConfigName

        public String getMpConfigName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object