程序包的使用
org.springframework.boot.json
程序包
说明
Support for parsing JSON.
Support for structured logging.
-
类说明Base class for parsers wrapped or implemented in this package.
IllegalArgumentException
thrown when source JSON is invalid.Interface that can be used to write JSON output.A member that contributes JSON.A path used to identify a specific JSON member.Callback used to configure JSON members.Callback interface that can beapplied
toJsonWriter.Members
to change names or filter members.Interface that can be used to extract name/value pairs from an element.Callback interface that can beapplied
toJsonWriter.Members
to process values before they are written.JSON content that can be written out. -
类说明Interface that can be used to write JSON output.Callback used to configure JSON members.Interface that can be used to extract name/value pairs from an element.