@Column(name = "settings", columnDefinition = "json")
@Convert(converter = HashMapConverter.class)
private Map<String, Object> settings;
I have a JSON column called settings. To define the domain in JDL with JSON column (Map )is there any option?