Skip to main content Link Menu Expand (external link) Document Search Copy Copied

@Konfig

With the annotation @Konfig you can define values for provided options in the annotations @Konverter, @Konvert, @KonvertTo or @KonvertFrom.

Example

import io.mcarle.konvert.api.config.ENFORCE_NOT_NULL

@Konverter(options=[
    Konfig(key=ENFORCE_NOT_NULL, value="true")
])