Class SimpleBeanPropertyDefinition

java.lang.Object
com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition
com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
All Implemented Interfaces:
Named

public class SimpleBeanPropertyDefinition extends BeanPropertyDefinition
Simple immutable BeanPropertyDefinition implementation that can be wrapped around a AnnotatedMember that is a simple accessor (getter) or mutator (setter, constructor parameter) (or both, for fields).