Uses of Class
com.jsoniter.annotation.JsonProperty
-
Packages that use JsonProperty Package Description com.jsoniter.extra com.jsoniter.spi -
-
Uses of JsonProperty in com.jsoniter.extra
Methods in com.jsoniter.extra that return JsonProperty Modifier and Type Method Description protected JsonPropertyGsonCompatibilityMode. getJsonProperty(java.lang.annotation.Annotation[] annotations)protected JsonPropertyJacksonCompatibilityMode. getJsonProperty(java.lang.annotation.Annotation[] annotations) -
Uses of JsonProperty in com.jsoniter.spi
Methods in com.jsoniter.spi that return JsonProperty Modifier and Type Method Description protected JsonPropertyConfig. getJsonProperty(java.lang.annotation.Annotation[] annotations)Methods in com.jsoniter.spi with parameters of type JsonProperty Modifier and Type Method Description private voidConfig. updateBindingWithJsonProperty(Binding binding, JsonProperty jsonProperty)
-