jsonapi-converter icon indicating copy to clipboard operation
jsonapi-converter copied to clipboard

Read type name from application properties

Open avoxm opened this issue 5 years ago • 2 comments

Is there an option to set Type name from application properties. Something like Spring does

Like this :

@Type("${custom-type-name}")
class CustomType {....}

avoxm avatar May 23 '19 21:05 avoxm