Uses of Interface
io.pebbletemplates.pebble.extension.Test
-
Packages that use Test Package Description io.pebbletemplates.pebble.extension io.pebbletemplates.pebble.extension.core io.pebbletemplates.pebble.node.expression -
-
Uses of Test in io.pebbletemplates.pebble.extension
Fields in io.pebbletemplates.pebble.extension with type parameters of type Test Modifier and Type Field Description private java.util.Map<java.lang.String,Test>ExtensionRegistry. testsTests used during the evaluation phase.Methods in io.pebbletemplates.pebble.extension that return Test Modifier and Type Method Description TestExtensionRegistry. getTest(java.lang.String name)Methods in io.pebbletemplates.pebble.extension that return types with arguments of type Test Modifier and Type Method Description java.util.Map<java.lang.String,Test>AbstractExtension. getTests()java.util.Map<java.lang.String,Test>Extension. getTests()Use this method to provide custom tests.java.util.Map<java.lang.String,Test>ExtensionCustomizer. getTests() -
Uses of Test in io.pebbletemplates.pebble.extension.core
Classes in io.pebbletemplates.pebble.extension.core that implement Test Modifier and Type Class Description classDefinedTestImplementation for the test function 'defined'.classEmptyTestclassEvenTestclassIterableTestclassMapTestclassNullTestclassOddTestMethods in io.pebbletemplates.pebble.extension.core that return types with arguments of type Test Modifier and Type Method Description java.util.Map<java.lang.String,Test>CoreExtension. getTests() -
Uses of Test in io.pebbletemplates.pebble.node.expression
Fields in io.pebbletemplates.pebble.node.expression declared as Test Modifier and Type Field Description private TestPositiveTestExpression. cachedTest
-