Package io.smallrye.config
Class PropertyName
- java.lang.Object
-
- io.smallrye.config.PropertyName
-
public class PropertyName extends Object
-
-
Constructor Summary
Constructors Constructor Description PropertyName(String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()inthashCode()static PropertyNamename(String name)StringtoString()
-
-
-
Constructor Detail
-
PropertyName
public PropertyName(String name)
-
-
Method Detail
-
getName
public String getName()
-
name
public static PropertyName name(String name)
-
-