Uses of Class
com.fasterxml.jackson.databind.annotation.JsonAppend.Attr
-
Packages that use JsonAppend.Attr Package Description com.fasterxml.jackson.databind.annotation Annotations that directly depend on classes in databinding bundle (not just Jackson core) and cannot be included in Jackson core annotations package (because it cannot have any external dependencies).com.fasterxml.jackson.databind.introspect Functionality needed for Bean introspection, required for detecting accessors and mutators for Beans, as well as locating and handling method annotations. -
-
Uses of JsonAppend.Attr in com.fasterxml.jackson.databind.annotation
Methods in com.fasterxml.jackson.databind.annotation that return JsonAppend.Attr Modifier and Type Method Description JsonAppend.Attr[]
attrs()
Set of attribute-backed properties to include when serializing a POJO. -
Uses of JsonAppend.Attr in com.fasterxml.jackson.databind.introspect
Methods in com.fasterxml.jackson.databind.introspect with parameters of type JsonAppend.Attr Modifier and Type Method Description protected BeanPropertyWriter
JacksonAnnotationIntrospector. _constructVirtualProperty(JsonAppend.Attr attr, MapperConfig<?> config, AnnotatedClass ac, JavaType type)
-