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 JsonProperty
GsonCompatibilityMode. getJsonProperty(java.lang.annotation.Annotation[] annotations)
protected JsonProperty
JacksonCompatibilityMode. 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 JsonProperty
Config. getJsonProperty(java.lang.annotation.Annotation[] annotations)
Methods in com.jsoniter.spi with parameters of type JsonProperty Modifier and Type Method Description private void
Config. updateBindingWithJsonProperty(Binding binding, JsonProperty jsonProperty)
-