Jackson Glossary: VisibilityChecker

Role

This interface defines API for configuration objects used to figure out whether specific property components (fields, getters, setters, constructor parameters) can be auto-detected or not. An instance is defined to be used by ObjectMapper and is passed to POJO property detection functionality to be used when auto-detecting POJO properties.

Visibility levels of components are defined using org.codehaus.jackson.annotate.JsonAutoDetect#Visibility enumeration.

Known implementations


Back to Jackson Term Glossary


CategoryJackson

VisibilityChecker (last edited 2011-09-24 04:59:41 by TatuSaloranta)

Copyright ©2009 FasterXML, LLC