public class DfAssertUtil extends Object
| コンストラクタと説明 |
|---|
DfAssertUtil() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static void |
assertObjectNotNull(String variableName,
Object value)
Assert that the object is not null.
|
static void |
assertStringNotNullAndNotTrimmedEmpty(String variableName,
String value)
Assert that the entity is not null and not trimmed empty.
|
public static void assertObjectNotNull(String variableName, Object value)
variableName - The check name of variable for message. (NotNull)value - The checked value. (NotNull)IllegalArgumentException - When the argument is null.Copyright © 2014–2015 The DBFlute Project. All rights reserved.