Example usage for org.springframework.restdocs.payload JsonFieldType NULL

List of usage examples for org.springframework.restdocs.payload JsonFieldType NULL

Introduction

In this page you can find the example usage for org.springframework.restdocs.payload JsonFieldType NULL.

Prototype

JsonFieldType NULL

To view the source code for org.springframework.restdocs.payload JsonFieldType NULL.

Click Source Link

Document

null .

Usage

From source file:org.springframework.restdocs.payload.JsonFieldTypeResolverTests.java

@Test
public void nullField() throws IOException {
    assertFieldType(JsonFieldType.NULL, "null");
}