org.tinygroup.metadata.util
类 MetadataUtil

java.lang.Object
  继承者 org.tinygroup.metadata.util.MetadataUtil

public final class MetadataUtil
extends Object


字段摘要
static String BUSINESSTYPEPROCESSOR_BEAN
           
static String CONSTANTPROCESSOR_BEAN
           
static String ERRORMESSAGEPROCESSOR_BEAN
           
static String METADATA_XSTREAM
           
static String STANDARDTYPEPROCESSOR_BEAN
           
static String STDFIELDPROCESSOR_BEAN
           
 
方法摘要
static String formatType(String type, List<PlaceholderValue> placeholderValueList)
           
static BusinessType getBusinessType(String fieldId, ClassLoader loader)
           
static BusinessTypeProcessor getBusinessTypeProcessor(ClassLoader loader)
           
static DialectType getDialectType(String stdFieldId, String type, ClassLoader loader)
           
static String getPlaceholderValue(String stdFieldId, String holderName, ClassLoader loader)
           
static String getPlaceholderValue(String stdFieldId, String holderName, String defaultValue, ClassLoader loader)
           
static StandardField getStandardField(String fieldId, ClassLoader loader)
           
static StandardFieldProcessor getStandardFieldProcessor(ClassLoader loader)
           
static String getStandardFieldType(String stdFieldId, String type, ClassLoader loader)
           
static StandardType getStandardType(StandardField field, ClassLoader loader)
           
static StandardType getStandardType(String fieldId, ClassLoader loader)
           
static StandardTypeProcessor getStandardTypeProcessor(ClassLoader loader)
           
static String passNull(String string)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

METADATA_XSTREAM

public static final String METADATA_XSTREAM
另请参见:
常量字段值

STDFIELDPROCESSOR_BEAN

public static final String STDFIELDPROCESSOR_BEAN
另请参见:
常量字段值

STANDARDTYPEPROCESSOR_BEAN

public static final String STANDARDTYPEPROCESSOR_BEAN
另请参见:
常量字段值

BUSINESSTYPEPROCESSOR_BEAN

public static final String BUSINESSTYPEPROCESSOR_BEAN
另请参见:
常量字段值

CONSTANTPROCESSOR_BEAN

public static final String CONSTANTPROCESSOR_BEAN
另请参见:
常量字段值

ERRORMESSAGEPROCESSOR_BEAN

public static final String ERRORMESSAGEPROCESSOR_BEAN
另请参见:
常量字段值
方法详细信息

passNull

public static String passNull(String string)

formatType

public static String formatType(String type,
                                List<PlaceholderValue> placeholderValueList)

getStandardField

public static StandardField getStandardField(String fieldId,
                                             ClassLoader loader)

getStandardFieldType

public static String getStandardFieldType(String stdFieldId,
                                          String type,
                                          ClassLoader loader)

getStandardFieldProcessor

public static StandardFieldProcessor getStandardFieldProcessor(ClassLoader loader)

getDialectType

public static DialectType getDialectType(String stdFieldId,
                                         String type,
                                         ClassLoader loader)

getPlaceholderValue

public static String getPlaceholderValue(String stdFieldId,
                                         String holderName,
                                         ClassLoader loader)

getPlaceholderValue

public static String getPlaceholderValue(String stdFieldId,
                                         String holderName,
                                         String defaultValue,
                                         ClassLoader loader)

getStandardType

public static StandardType getStandardType(String fieldId,
                                           ClassLoader loader)

getBusinessTypeProcessor

public static BusinessTypeProcessor getBusinessTypeProcessor(ClassLoader loader)

getStandardTypeProcessor

public static StandardTypeProcessor getStandardTypeProcessor(ClassLoader loader)

getBusinessType

public static BusinessType getBusinessType(String fieldId,
                                           ClassLoader loader)

getStandardType

public static StandardType getStandardType(StandardField field,
                                           ClassLoader loader)


Copyright © 2006–2016 TinyGroup. All rights reserved.