Class PropertyMetadata

java.lang.Object
com.fasterxml.jackson.databind.PropertyMetadata
All Implemented Interfaces:
Serializable

public class PropertyMetadata extends Object implements Serializable
Simple container class used for storing "additional" metadata about properties. Carved out to reduce number of distinct properties that actual property implementations and place holders need to store; since instances are immutable, they can be freely shared.
Since:
2.3
See Also: