Package | Description |
---|---|
org.springframework.restdocs.snippet |
Snippet generation.
|
Modifier and Type | Method and Description |
---|---|
Attributes.Attribute |
Attributes.AttributeBuilder.value(java.lang.Object value)
Configures the value of the attribute.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,java.lang.Object> |
Attributes.attributes(Attributes.Attribute... attributes)
Creates a
Map of the given attributes . |
T |
AbstractDescriptor.attributes(Attributes.Attribute... attributes)
Adds the given
attributes to the descriptor. |