protected static final class SpringBootCondition.Outcome extends Object
Constructor and Description |
---|
SpringBootCondition.Outcome(boolean match,
String message) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
boolean |
isMatch() |
static SpringBootCondition.Outcome |
match() |
static SpringBootCondition.Outcome |
match(String message) |
static SpringBootCondition.Outcome |
noMatch(String message) |
public SpringBootCondition.Outcome(boolean match, String message)
public boolean isMatch()
public String getMessage()
public static SpringBootCondition.Outcome match()
public static SpringBootCondition.Outcome match(String message)
public static SpringBootCondition.Outcome noMatch(String message)
Copyright © 2013. All rights reserved.