public interface ToXContentObject extends ToXContent
XContentBuilder
.
The difference between ToXContent
and ToXContentObject
is that the former may output a fragment that
requires to start and end a new anonymous object externally, while the latter guarantees that what gets printed
out is fully valid syntax without any external addition.ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
EMPTY_PARAMS
Modifier and Type | Method and Description |
---|---|
default boolean |
isFragment() |
toXContent
default boolean isFragment()
isFragment
in interface ToXContent