| Package | Description |
|---|---|
| com.mitchellbosecke.pebble.extension | |
| com.mitchellbosecke.pebble.extension.core |
| Modifier and Type | Method and Description |
|---|---|
Test |
ExtensionRegistry.getTest(String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Test> |
Extension.getTests()
Use this method to provide custom tests.
|
Map<String,Test> |
AbstractExtension.getTests() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefinedTest
Implementation for the test function 'defined'.
|
class |
EmptyTest |
class |
EvenTest |
class |
IterableTest |
class |
MapTest |
class |
NullTest |
class |
OddTest |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Test> |
CoreExtension.getTests() |
Copyright © 2019. All rights reserved.