endgen/endpoints-templates/Codecs.ftl

7 lines
137 B
Text
Raw Normal View History

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