T
- supported typepublic static interface DocumentFactoryBuilder.Processor<T>
Modifier and Type | Method and Description |
---|---|
boolean |
tryProcess(java.lang.String prefix,
Templater templater,
T value)
A custom processor can be registered for specialized data types.
|
boolean tryProcess(java.lang.String prefix, Templater templater, T value)
A custom processor can be registered for specialized data types. They will have a priority over generic processors.
If data is processed, the plugin should return true
,
so other processors are not invoked.
prefix
- current navigation prefixtemplater
- Templater instancevalue
- current value