Uses of Class
com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
Packages that use SimpleBeanPropertyDefinition Package Description com.fasterxml.jackson.databind.util Utility classes for Mapper package. -
-
Uses of SimpleBeanPropertyDefinition in com.fasterxml.jackson.databind.util
Methods in com.fasterxml.jackson.databind.util that return SimpleBeanPropertyDefinition Modifier and Type Method Description static SimpleBeanPropertyDefinition
SimpleBeanPropertyDefinition. construct(MapperConfig<?> config, AnnotatedMember member)
static SimpleBeanPropertyDefinition
SimpleBeanPropertyDefinition. construct(MapperConfig<?> config, AnnotatedMember member, PropertyName name)
static SimpleBeanPropertyDefinition
SimpleBeanPropertyDefinition. construct(MapperConfig<?> config, AnnotatedMember member, PropertyName name, PropertyMetadata metadata, com.fasterxml.jackson.annotation.JsonInclude.Include inclusion)
Method called to create instance for virtual properties.static SimpleBeanPropertyDefinition
SimpleBeanPropertyDefinition. construct(MapperConfig<?> config, AnnotatedMember member, PropertyName name, PropertyMetadata metadata, com.fasterxml.jackson.annotation.JsonInclude.Value inclusion)
-