JSONPropertyIgnore

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

Use this annotation on a getter method to override the Bean name parser for Bean -> JSONObject mapping. If this annotation is present at any level in the class hierarchy, then the method will not be serialized from the bean into the JSONObject.

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