Merge branch '2.7.x'
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.boot.docs.web.servlet.springmvc.json;
|
||||
package org.springframework.boot.docs.features.json.jackson.customserializersanddeserializers;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.boot.docs.web.servlet.springmvc.json;
|
||||
package org.springframework.boot.docs.features.json.jackson.customserializersanddeserializers;
|
||||
|
||||
class MyObject {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.boot.docs.web.servlet.springmvc.json.object;
|
||||
package org.springframework.boot.docs.features.json.jackson.customserializersanddeserializers.object;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.boot.docs.web.servlet.springmvc.json.object;
|
||||
package org.springframework.boot.docs.features.json.jackson.customserializersanddeserializers.object;
|
||||
|
||||
class MyObject {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.boot.docs.web.servlet.springmvc.json
|
||||
package org.springframework.boot.docs.features.json.jackson.customserializersanddeserializers
|
||||
|
||||
import com.fasterxml.jackson.core.JsonGenerator
|
||||
import com.fasterxml.jackson.core.JsonParser
|
||||
@@ -14,6 +14,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.boot.docs.web.servlet.springmvc.json
|
||||
package org.springframework.boot.docs.features.json.jackson.customserializersanddeserializers
|
||||
|
||||
class MyObject(val name: String = "", val age: Int = 0)
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.boot.docs.web.servlet.springmvc.json.`object`
|
||||
package org.springframework.boot.docs.features.json.jackson.customserializersanddeserializers.`object`
|
||||
|
||||
import com.fasterxml.jackson.core.JsonGenerator
|
||||
import com.fasterxml.jackson.core.JsonParser
|
||||
@@ -14,6 +14,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.boot.docs.web.servlet.springmvc.json.`object`
|
||||
package org.springframework.boot.docs.features.json.jackson.customserializersanddeserializers.`object`
|
||||
|
||||
class MyObject(val name: String = "", val age: Int = 0)
|
||||
Reference in New Issue
Block a user