Package com.openai.core
Class JsonField.IsMissing
-
- All Implemented Interfaces:
public final class JsonField.IsMissing
This 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.
-
-
Constructor Summary
Constructors Constructor Description JsonField.IsMissing()
-