public class Assert extends Object
org.springframework.util.Assert.| Modifier and Type | Method and Description |
|---|---|
static void |
hasLength(CharSequence value,
String comment,
Object... params) |
static void |
isTrue(boolean flag,
String comment,
Object... params) |
static String |
message(String message,
Object... params) |
static void |
notNull(Object value,
String comment,
Object... params) |
static void |
state(boolean flag,
String comment,
Object... params) |
public static void hasLength(CharSequence value, String comment, Object... params)
Copyright © 2012–2022. All rights reserved.