Uses of Interface
jakarta.data.spi.expression.literal.BooleanLiteral
Packages that use BooleanLiteral
-
Uses of BooleanLiteral in jakarta.data.spi.expression.literal
Methods in jakarta.data.spi.expression.literal that return BooleanLiteralModifier and TypeMethodDescriptionstatic BooleanLiteralBooleanLiteral.of(boolean value) Creates aBooleanLiteralthat represents the given value.