public final class Defaults
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
defaultValue(java.lang.reflect.Type type)
Returns the default value of
type as defined by JLS --- 0 for numbers, false for boolean and '\0' for char . |