Uses of Class
org.springframework.boot.autoconfigure.condition.ConditionMessage
Packages that use ConditionMessage
Package
Description
@Condition annotations and supporting classes.-
Uses of ConditionMessage in org.springframework.boot.autoconfigure.condition
Methods in org.springframework.boot.autoconfigure.condition that return ConditionMessageModifier and TypeMethodDescriptionReturn a newConditionMessagebased on the instance and an appended message.ConditionMessage.ItemsBuilder.atAll()Used when no items are available.Indicates something is available.Indicates the reason.static ConditionMessageConditionMessage.empty()Factory method to return a new emptyConditionMessage.ConditionMessage.Builder.foundExactly(Object result) Indicate that an exact result was found.ConditionOutcome.getConditionMessage()Return an outcome message ornull.Indicate the items.ConditionMessage.ItemsBuilder.items(Collection<?> items) Indicate the items.ConditionMessage.ItemsBuilder.items(ConditionMessage.Style style, Object... items) Indicate the items.ConditionMessage.ItemsBuilder.items(ConditionMessage.Style style, Collection<?> items) Indicate the items with aConditionMessage.Style.ConditionMessage.Builder.notAvailable(String item) Indicates something is not available.static ConditionMessageFactory method to create a newConditionMessagewith a specific message.static ConditionMessageConditionMessage.of(Collection<? extends ConditionMessage> messages) Factory method to create a newConditionMessagecomprised of the specified messages.ConditionMessage.Builder.resultedIn(Object result) Indicates a single result.Methods in org.springframework.boot.autoconfigure.condition with parameters of type ConditionMessageModifier and TypeMethodDescriptionstatic ConditionOutcomeConditionOutcome.match(ConditionMessage message) Create a newConditionOutcomeinstance for 'match'.static ConditionOutcomeConditionOutcome.noMatch(ConditionMessage message) Create a newConditionOutcomeinstance for 'no match'.Method parameters in org.springframework.boot.autoconfigure.condition with type arguments of type ConditionMessageModifier and TypeMethodDescriptionstatic ConditionMessageConditionMessage.of(Collection<? extends ConditionMessage> messages) Factory method to create a newConditionMessagecomprised of the specified messages.Constructors in org.springframework.boot.autoconfigure.condition with parameters of type ConditionMessageModifierConstructorDescriptionConditionOutcome(boolean match, ConditionMessage message) Create a newConditionOutcomeinstance.