public interface Renderer<T>
String.| Modifier and Type | Method and Description |
|---|---|
Function<T,String> |
getFunction() |
Class<T> |
getType()
The type of items this
Renderer supports. |
default String |
render(T item)
The rendering method.
|
Copyright © 2023. All rights reserved.