Package | Description |
---|---|
org.springframework.boot.autoconfigure.condition |
@Condition annotations and supporting classes. |
Modifier and Type | Method and Description |
---|---|
ConditionMessage.ItemsBuilder |
ConditionMessage.Builder.didNotFind(String article)
Indicate that one or more results were not found.
|
ConditionMessage.ItemsBuilder |
ConditionMessage.Builder.didNotFind(String singular,
String plural)
Indicate that one or more results were found.
|
ConditionMessage.ItemsBuilder |
ConditionMessage.Builder.found(String article)
Indicate that one or more results were found.
|
ConditionMessage.ItemsBuilder |
ConditionMessage.Builder.found(String singular,
String plural)
Indicate that one or more results were found.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.