public class DefaultValueFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_BOOLEAN_VALUE |
static char |
DEFAULT_CHARACTER_VALUE |
static double |
DEFAULT_DOUBLE_VALUE |
static float |
DEFAULT_FLOAT_VALUE |
static int |
DEFAULT_INTEGER_VALUE |
static String |
DEFAULT_STRING_VALUE |
| Constructor and Description |
|---|
DefaultValueFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
getDefaultValue(ISchemaProperty prop) |
static Object |
getDefaultValue(ISchemaType type) |
public static final int DEFAULT_INTEGER_VALUE
public static final double DEFAULT_DOUBLE_VALUE
public static final float DEFAULT_FLOAT_VALUE
public static final char DEFAULT_CHARACTER_VALUE
public static final String DEFAULT_STRING_VALUE
public static final boolean DEFAULT_BOOLEAN_VALUE
public static Object getDefaultValue(ISchemaProperty prop)
public static Object getDefaultValue(ISchemaType type)
Copyright © 2015 Mulesoft. All rights reserved.