IgnoreExtraProperties

@Retention(value = RetentionPolicy.RUNTIME)
@Target(value = [ElementType.TYPE])
public annotation IgnoreExtraProperties


Properties that don't map to class fields are ignored when serializing to a class annotated with this annotation.