Interface ValueContext

All Known Implementing Classes:
ValueContextImpl

public interface ValueContext
  • Method Details

    • value

      Object value()
    • parent

      ValueContext parent()
    • beanDescription

      com.fasterxml.jackson.databind.introspect.BasicBeanDescription beanDescription()
    • getLocale

      Locale getLocale()
    • getPrettyPrinter

      PrettyPrinter getPrettyPrinter()
    • getPropertyContext

      PropertyContext getPropertyContext(com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition property)
    • getLevel

      int getLevel()
    • toShortString

      default String toShortString()