Class SimpleValuesBean
- java.lang.Object
-
- org.eclipse.microprofile.config.tck.SimpleValuesBean
-
@Dependent public class SimpleValuesBean extends Object
-
-
Constructor Summary
Constructors Constructor Description SimpleValuesBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetBooleanProperty()intgetIntProperty()StringgetStringProperty()
-
-
-
Method Detail
-
getStringProperty
public String getStringProperty()
-
getBooleanProperty
public boolean getBooleanProperty()
-
getIntProperty
public int getIntProperty()
-
-