T - The input type for the renderer.S - The output type for the renderer.public interface Renderer<T,S>
| Modifier and Type | Method and Description |
|---|---|
S |
render(T entity)
Renders an object of one type as an instance of another.
|
S render(T entity)
entity - An object to render as a different type.