JSONPropertyName

@Retention(value = RUNTIME)
@Target(value = [])
annotation class JSONPropertyName

Use this annotation on a getter method to override the Bean name parser for Bean -> JSONObject mapping. A value set to empty string "" will have the Bean parser fall back to the default field name processing.

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String
Link copied to clipboard
abstract fun value(): String