Java org.springframework.boot.autoconfigure.condition ConditionOutcome fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.boot.autoconfigure.condition ConditionOutcome fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.boot.autoconfigure.condition ConditionOutcome.

The text is from its open source code.

Field

booleanmatch

Method

StringgetMessage()
Return an outcome message or null .
booleanisMatch()
Return true if the outcome was a match.
ConditionOutcomenoMatch(String message)
Create a new ConditionOutcome instance for 'no match'.
ConditionOutcomenoMatch(ConditionMessage message)
Create a new ConditionOutcome instance for 'no match'.