Modifier and Type | Method and Description |
---|---|
O |
Converter.convert(I inputData)
类型转换接口,把I类型的对象转换成O类型的对象
|
boolean |
ObjectValidator.isValidate(T object)
对象验证方法,验证T类型的对象是否正确
|
Modifier and Type | Method and Description |
---|---|
String |
ByteArrayToString.convert(byte[] inputData) |
Date |
ByteArrayToUTCDate.convert(byte[] inputData) |
Date |
StringToUTCDate.convert(String inputData) |
byte[] |
StringByByteArray.convert(String inputData) |
Modifier and Type | Method and Description |
---|---|
T |
JsonToObject.convert(String inputData) |
String |
ObjectToJson.convert(T object) |
Modifier and Type | Method and Description |
---|---|
String |
ObjectToText.convert(List<T> inputDatas) |
List<T> |
TextToObject.convert(String inputData) |
Modifier and Type | Method and Description |
---|---|
String |
ObjectToText.convert(List<T> objectList) |
List<T> |
TextToObject.convert(String inputData) |
Modifier and Type | Method and Description |
---|---|
T |
XmlToObject.convert(String inputData) |
String |
ObjectToXml.convert(T inputData) |
Constructor and Description |
---|
ObjectToXml(Class<T> clazz,
boolean format) |
ObjectToXml(String className,
boolean format) |
XmlToObject(Class<T> clazz) |
XmlToObject(String className) |
XmlToObject(String className,
String encode) |
Modifier and Type | Method and Description |
---|---|
String |
ObjectToXml.convert(List<T> inputData) |
List<T> |
XmlToObject.convert(String inputData) |
Modifier and Type | Method and Description |
---|---|
List<T> |
XmlToObject.convert(String inputData) |
Modifier and Type | Method and Description |
---|---|
protected void |
TextBaseParse.checkFeidlCount(String[] fieldNames,
int i,
String[] values) |
Text |
TextBaseParse.computeFixWidthText(String inputData,
String lineSplit) |
Text |
TextBaseParse.computeText(String inputData,
String lineSplit,
String fieldSplit) |
protected List<String> |
TextBaseParse.getFixData(String string,
List<Integer> filedBytesPosList) |
protected List<String> |
TextBaseParse.getFixTitle(String string,
List<Integer> fieldPosList,
List<Integer> filedBytesPosList) |
Modifier and Type | Method and Description |
---|---|
String |
XmlToText.convert(String inputData) |
String |
TextToXml.convert(String inputData) |
Modifier and Type | Method and Description |
---|---|
String |
XmlToText.convert(String inputData) |
String |
TextToXml.convert(String inputData) |
Modifier and Type | Method and Description |
---|---|
static String |
ConvertUtil.getAttributeValue(Object object,
String property) |
static int |
ConvertUtil.getBytesLength(String s) |
static List<String> |
ConvertUtil.getStringArrayByBytesLength(String string,
List<Integer> filedBytesPosList) |
static void |
ConvertUtil.setAttributeValue(Object object,
String property,
Object value) |
static <T> T |
ConvertUtil.textToObject(Class<T> clazz,
TextRow titleRow,
TextRow dataRow) |
static <T> List<T> |
ConvertUtil.textToObjectList(Class<T> clazz,
Text text) |
Modifier and Type | Method and Description |
---|---|
boolean |
XmlValidator.isValidate(String xmlString) |
Constructor and Description |
---|
XmlValidator(File xmlSchemaFile) |
XmlValidator(String xmlFile) |
Modifier and Type | Method and Description |
---|---|
boolean |
XmlValidator.isValidate(String xmlString) |
Constructor and Description |
---|
XmlValidator(String schemaContent) |
XmlValidator(String schemaContent,
String encode) |
Modifier and Type | Method and Description |
---|---|
List<File> |
ClassToSchema.convert(List<Class<?>> inputData) |
Void |
SchemaToClass.convert(List<String> xsdFileNames) |
static void |
XJCFacade.execute(String[] args) |
static void |
DriverWrapper.main(String[] args) |
Constructor and Description |
---|
ClassToSchema(File baseFolder) |
Modifier and Type | Method and Description |
---|---|
String |
NumberConvert.convert(String inputData) |
Copyright © 2006–2018 TinyGroup. All rights reserved.