endgen/endpoints-templates/Codecs.ftl

7 lines
144 B
Text
Raw Normal View History

2025-04-01 20:38:42 +02:00
package se.senashdev.projekt.api
object Codecs:
<#list typeDefinitions as type>
given Codec[${type.name?cap_first}] = deriveCodec
</#list>