The @JsonAlias annotation itself has the response, use the following:
@JsonAlias
data class MyClass @JsonCreator constructor( @JsonAlias({"name", "title"}) val name: String )