Interface OutputValueRenderer
- All Known Implementing Classes:
OutputValueRendererBase
,OutputValueRendererJSONString
,OutputValueRendererXMLString
public interface OutputValueRenderer
For rendering an output value returned by a property.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(Object object, StringBuilder buf) Renders the value to the buffer.
-
Method Details
-
render
Renders the value to the buffer.- Parameters:
object
- to renderbuf
- buffer to populate
-