public final class Util extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
bytesToHexString(byte[] bytes) |
static <T> T[] |
checkContainsNoNulls(T[] arguments,
String name) |
static <T> T |
checkNotNull(T argument,
String name) |
static ValueExpression |
inflate(ValueExpression target) |
static String |
tokensToString(Token[] tokens) |
public static <T> T checkNotNull(T argument,
String name)
public static <T> T[] checkContainsNoNulls(T[] arguments,
String name)
public static String bytesToHexString(byte[] bytes)
public static ValueExpression inflate(ValueExpression target)
Copyright © 2017. All rights reserved.