Java org.springframework.restdocs.payload JsonFieldType fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.restdocs.payload JsonFieldType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.restdocs.payload JsonFieldType.

The text is from its open source code.

Field

JsonFieldTypeARRAY
An array.
JsonFieldTypeBOOLEAN
A boolean value.
JsonFieldTypeOBJECT
An object (map).
JsonFieldTypeNUMBER
A number.
JsonFieldTypeNULL
null .
JsonFieldTypeSTRING
A string.
JsonFieldTypeVARIES
A variety of different types.