package netty
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class FormsRoutes(builder: ServerBuilder)(implicit thymeleafEngine: TemplateEngine) extends Controller with JsonProtocol with ThymeleafDirectives with Product with Serializable
- trait JsonProtocol extends DefaultJsonProtocol
- case class Person(id: Long, name: String, age: Long) extends Product with Serializable
- case class PersonRoutes(builder: ServerBuilder)(implicit thymeleafEngine: TemplateEngine) extends ControllerSwagger with JsonProtocol with ThymeleafDirectives with SprayDirectives with Product with Serializable
Value Members
- object NettyExample extends NettyServerApp