Class WebSocketVisitor

java.lang.Object
io.micronaut.validation.websocket.WebSocketVisitor
All Implemented Interfaces:
Ordered, Toggleable, TypeElementVisitor<WebSocketComponent,WebSocketMapping>

@SupportedOptions("micronaut.websocket.validation") public class WebSocketVisitor extends Object implements TypeElementVisitor<WebSocketComponent,WebSocketMapping>
A TypeElementVisitor that validates WebSocket implementations at compile time.
Since:
1.0
Author:
graemerocher