public final class MetadataUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BUSINESSTYPEPROCESSOR_BEAN |
static String |
CONSTANTPROCESSOR_BEAN |
static String |
DEFAULTVALUEPROCESSOR_BEAN |
static String |
ERRORMESSAGEPROCESSOR_BEAN |
static String |
METADATA_XSTREAM |
static String |
STANDARDTYPEPROCESSOR_BEAN |
static String |
STDFIELDPROCESSOR_BEAN |
public static final String METADATA_XSTREAM
public static final String STDFIELDPROCESSOR_BEAN
public static final String STANDARDTYPEPROCESSOR_BEAN
public static final String BUSINESSTYPEPROCESSOR_BEAN
public static final String CONSTANTPROCESSOR_BEAN
public static final String ERRORMESSAGEPROCESSOR_BEAN
public static final String DEFAULTVALUEPROCESSOR_BEAN
public static String formatType(String type, List<PlaceholderValue> placeholderValueList)
public static StandardField getStandardField(String fieldId, ClassLoader loader)
public static String getBaseStandardType(BusinessType businessType, String language, ClassLoader loader)
public static String getStandardFieldType(BusinessType businessType, String language, ClassLoader loader)
public static StandardFieldProcessor getStandardFieldProcessor(ClassLoader loader)
public static DialectType getDialectType(String stdFieldId, String type, ClassLoader loader)
public static String getPlaceholderValue(String stdFieldId, String holderName, ClassLoader loader)
public static String getPlaceholderValue(String stdFieldId, String holderName, String defaultValue, ClassLoader loader)
public static StandardType getStandardType(String fieldId, ClassLoader loader)
public static BusinessTypeProcessor getBusinessTypeProcessor(ClassLoader loader)
public static StandardTypeProcessor getStandardTypeProcessor(ClassLoader loader)
public static DefaultValueProcessor getDefaultValueProcessor(ClassLoader loader)
public static String getDefaultValue(String defaultId, String type, ClassLoader loader)
public static BusinessType getBusinessType(String fieldId, ClassLoader loader)
public static Map<String,BusinessType> getAllBusinessTypes(ClassLoader loader)
public static StandardType getStandardType(StandardField standardField, ClassLoader loader)
public static StandardType getStandardType(BusinessType businessType, ClassLoader loader)
public static String getDataTpOfStdFiled(StandardField standardField, String language, ClassLoader loader)
Copyright © 2006–2018 TinyGroup. All rights reserved.