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. tests
Tests used during the evaluation phase.Methods in io.pebbletemplates.pebble.extension that return Test Modifier and Type Method Description Test
ExtensionRegistry. 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 class
DefinedTest
Implementation for the test function 'defined'.class
EmptyTest
class
EvenTest
class
IterableTest
class
MapTest
class
NullTest
class
OddTest
Methods 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 Test
PositiveTestExpression. cachedTest
-