Package io.smallrye.context.inject
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 Summary
Constructors Constructor Description InjectionPointName(String namedInstanceName)InjectionPointName(String namedInstanceName, String mpConfigName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetMpConfigName()StringgetNamedInstanceName()inthashCode()
-