Package io.quarkus.csrf.reactive
Class CsrfReactiveBuildStep.IsEnabled
- java.lang.Object
-
- io.quarkus.csrf.reactive.CsrfReactiveBuildStep.IsEnabled
-
- All Implemented Interfaces:
BooleanSupplier
- Enclosing class:
- CsrfReactiveBuildStep
public static class CsrfReactiveBuildStep.IsEnabled extends Object implements BooleanSupplier
-
-
Field Summary
Fields Modifier and Type Field Description (package private) CsrfReactiveBuildTimeConfigconfig
-
Constructor Summary
Constructors Constructor Description IsEnabled()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAsBoolean()
-
-
-
Field Detail
-
config
CsrfReactiveBuildTimeConfig config
-
-
Method Detail
-
getAsBoolean
public boolean getAsBoolean()
- Specified by:
getAsBooleanin interfaceBooleanSupplier
-
-