Class SimpleFlatMapperAvailable
- java.lang.Object
-
- io.micronaut.configuration.jooq.graal.SimpleFlatMapperAvailable
-
- All Implemented Interfaces:
BooleanSupplier
@Internal public class SimpleFlatMapperAvailable extends Object implements BooleanSupplier
Companion class for DefaultReflectionServiceSubstitute.- Since:
- 2.3.5
- Author:
- Lukas Moravec
-
-
Constructor Summary
Constructors Constructor Description SimpleFlatMapperAvailable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getAsBoolean()
-
-
-
Method Detail
-
getAsBoolean
public boolean getAsBoolean()
- Specified by:
getAsBoolean
in interfaceBooleanSupplier
-
-