public abstract class MetaTinyTypes extends Object
| Modifier and Type | Field and Description |
|---|---|
static MetaTinyType[] |
metas |
| Constructor and Description |
|---|
MetaTinyTypes() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isTinyType(Class<?> candidate)
Checks whether a class is a TinyType.
|
static <T> MetaTinyType<T> |
metaFor(Class<?> candidate)
Provides a type-specific Meta class for the given TinyType.
|
public static final MetaTinyType[] metas
public static <T> MetaTinyType<T> metaFor(Class<?> candidate)
T - the TinyType class typecandidate - the TinyType class to obtain a Meta forIllegalArgumentException - for null or a non-TinyTypepublic static boolean isTinyType(Class<?> candidate)
candidate - the class to be checkedCopyright © 2015. All rights reserved.