Interface PropertyContext
- All Known Implementing Classes:
 PropertyContextImpl
public interface PropertyContext
- 
Method Summary
Modifier and TypeMethodDescriptiondefault ValueContextcom.fasterxml.jackson.databind.introspect.BeanPropertyDefinitiondefault intgetLevel()default Localedefault StringgetName()default PrettyPrinterdefault Objectowner()default String 
- 
Method Details
- 
owner
ValueContext owner() - 
beanPropertyDefinition
com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition beanPropertyDefinition() - 
getPropertyValue
 - 
getName
 - 
shortToString
 - 
getLocale
 - 
asValueContext
 - 
getLevel
default int getLevel() - 
getPrettyPrinter
 
 -