public interface SectionSupport
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName()
File name (= section name).
|
String |
getHeaderKey(org.springframework.restdocs.operation.Operation operation)
Section header key corresponding to entry in translation file.
|
boolean |
hasContent(org.springframework.restdocs.operation.Operation operation)
Flag if section will render non-empty content.
|
default boolean |
isMergeable()
Flag if section is mergeable with other sections with the same header
|
String getFileName()
String getHeaderKey(org.springframework.restdocs.operation.Operation operation)
operation - operationboolean hasContent(org.springframework.restdocs.operation.Operation operation)
operation - operationdefault boolean isMergeable()
Copyright © 2020 Scalable Capital GmbH. All rights reserved.