Package io.micronaut.views
Interface Renderable
- All Known Implementing Classes:
 TurboFrame,TurboStream
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
Functional interface for class which can render to writable.
- Since:
 - 3.4.0
 - Author:
 - Sergio del Amo
 
- 
Method Summary
 
- 
Method Details
- 
render
- Returns:
 - An optional Writable if the class can be rendered.
 
 
 -