Package io.quarkus.test.configuration
Class PropertyLookup
- java.lang.Object
-
- io.quarkus.test.configuration.PropertyLookup
-
public class PropertyLookup extends Object
-
-
Constructor Summary
Constructors Constructor Description PropertyLookup(String propertyKey)PropertyLookup(String propertyKey, String defaultValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringget()Stringget(ServiceContext service)BooleangetAsBoolean()StringgetPropertyKey()
-
-
-
Method Detail
-
getPropertyKey
public String getPropertyKey()
-
get
public String get(ServiceContext service)
-
get
public String get()
-
getAsBoolean
public Boolean getAsBoolean()
-
-