Class SimpleBeanPropertyDefinition

java.lang.Object
tools.jackson.databind.introspect.BeanPropertyDefinition
tools.jackson.databind.util.SimpleBeanPropertyDefinition
All Implemented Interfaces:
tools.jackson.core.util.Named, FullyNamed

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).