Package io.quarkus.spring.di.deployment
Class SpringDiEnabled
- java.lang.Object
-
- io.quarkus.spring.di.deployment.SpringDiEnabled
-
- All Implemented Interfaces:
BooleanSupplier
public class SpringDiEnabled extends Object implements BooleanSupplier
-
-
Constructor Summary
Constructors Constructor Description SpringDiEnabled(SpringDiBuildTimeConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAsBoolean()
-
-
-
Constructor Detail
-
SpringDiEnabled
public SpringDiEnabled(SpringDiBuildTimeConfig config)
-
-
Method Detail
-
getAsBoolean
public boolean getAsBoolean()
- Specified by:
getAsBooleanin interfaceBooleanSupplier
-
-