RendererHandler

RendererHandler renders results for which accepts returns true

Inheritors

Properties

Link copied to clipboard

Execution to handle result. Should not throw if acceptsField returns true

Functions

Link copied to clipboard
abstract fun accepts(value: Any?): Boolean

Returns true if this renderer accepts value, false otherwise

Link copied to clipboard
open override fun acceptsField(result: FieldValue): Boolean

Returns true if this renderer accepts result, false otherwise

Link copied to clipboard
Link copied to clipboard

Replace variables and return the result.