PropertyName

@Retention(value = RetentionPolicy.RUNTIME)
@Target(value = [ElementType.METHOD, ElementType.FIELD])
public annotation PropertyName


Marks a field to be renamed when serialized.

Summary

Public methods

abstract String

Public methods

value

public abstract String value()