Uses of Class
com.fasterxml.jackson.databind.annotation.JsonAppend.Prop
-
Packages that use JsonAppend.Prop 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.Prop in com.fasterxml.jackson.databind.annotation
Methods in com.fasterxml.jackson.databind.annotation that return JsonAppend.Prop Modifier and Type Method Description JsonAppend.Prop[]
props()
Set of general virtual properties to include when serializing a POJO. -
Uses of JsonAppend.Prop in com.fasterxml.jackson.databind.introspect
Methods in com.fasterxml.jackson.databind.introspect with parameters of type JsonAppend.Prop Modifier and Type Method Description protected BeanPropertyWriter
JacksonAnnotationIntrospector. _constructVirtualProperty(JsonAppend.Prop prop, MapperConfig<?> config, AnnotatedClass ac)
-