This class is a Jackson filter that can be used to exclude missing properties from objects.
public class IsMissingThis class is a Jackson filter that can be used to exclude missing properties from objects. This filter should not be used directly and should instead use the @ExcludeMissing annotation.