public final class Platform extends Object
Modifier and Type | Field | Description |
---|---|---|
static Pattern |
TYPE_PATTERN |
Modifier and Type | Method | Description |
---|---|---|
static AssertionError |
comparisonFailure(String message,
String expected,
String actual) |
|
static String |
compressType(String type) |
Inspired by JavaWriter.
|
static boolean |
isInstanceOfType(Object instance,
Class<?> clazz) |
Returns true if the instance is assignable to the type Clazz.
|
public static final Pattern TYPE_PATTERN
Copyright © 2019. All rights reserved.