|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ConvertException in org.tinygroup.convert |
|---|
| Methods in org.tinygroup.convert that throw ConvertException | |
|---|---|
O |
Converter.convert(I inputData)
|
boolean |
ObjectValidator.isValidate(T object)
|
| Uses of ConvertException in org.tinygroup.convert.common |
|---|
| Methods in org.tinygroup.convert.common that throw ConvertException | |
|---|---|
Date |
ByteArrayToUTCDate.convert(byte[] inputData)
|
String |
ByteArrayToString.convert(byte[] inputData)
|
Date |
StringToUTCDate.convert(String inputData)
|
byte[] |
StringByByteArray.convert(String inputData)
|
| Uses of ConvertException in org.tinygroup.convert.objectjson.jackson |
|---|
| Methods in org.tinygroup.convert.objectjson.jackson that throw ConvertException | |
|---|---|
T |
JsonToObject.convert(String inputData)
|
String |
ObjectToJson.convert(T object)
|
| Uses of ConvertException in org.tinygroup.convert.objecttxt.fixwidth |
|---|
| Methods in org.tinygroup.convert.objecttxt.fixwidth that throw ConvertException | |
|---|---|
String |
ObjectToText.convert(List<T> inputDatas)
|
List<T> |
TextToObject.convert(String inputData)
|
| Uses of ConvertException in org.tinygroup.convert.objecttxt.simple |
|---|
| Methods in org.tinygroup.convert.objecttxt.simple that throw ConvertException | |
|---|---|
String |
ObjectToText.convert(List<T> objectList)
|
List<T> |
TextToObject.convert(String inputData)
|
| Uses of ConvertException in org.tinygroup.convert.objectxml.jaxb |
|---|
| Methods in org.tinygroup.convert.objectxml.jaxb that throw ConvertException | |
|---|---|
T |
XmlToObject.convert(String inputData)
|
String |
ObjectToXml.convert(T inputData)
|
| Constructors in org.tinygroup.convert.objectxml.jaxb that throw ConvertException | |
|---|---|
ObjectToXml(Class<T> clazz,
boolean format)
|
|
ObjectToXml(String className,
boolean format)
|
|
XmlToObject(Class<T> clazz)
|
|
XmlToObject(String className)
|
|
XmlToObject(String className,
String encode)
|
|
| Uses of ConvertException in org.tinygroup.convert.objectxml.simple |
|---|
| Methods in org.tinygroup.convert.objectxml.simple that throw ConvertException | |
|---|---|
String |
ObjectToXml.convert(List<T> inputData)
|
List<T> |
XmlToObject.convert(String inputData)
|
| Uses of ConvertException in org.tinygroup.convert.objectxml.xstream |
|---|
| Methods in org.tinygroup.convert.objectxml.xstream that throw ConvertException | |
|---|---|
List<T> |
XmlToObject.convert(String inputData)
|
| Uses of ConvertException in org.tinygroup.convert.text |
|---|
| Methods in org.tinygroup.convert.text that throw ConvertException | |
|---|---|
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)
|
| Uses of ConvertException in org.tinygroup.convert.textxml.fixwidth |
|---|
| Methods in org.tinygroup.convert.textxml.fixwidth that throw ConvertException | |
|---|---|
String |
TextToXml.convert(String inputData)
|
String |
XmlToText.convert(String inputData)
|
| Uses of ConvertException in org.tinygroup.convert.textxml.simple |
|---|
| Methods in org.tinygroup.convert.textxml.simple that throw ConvertException | |
|---|---|
String |
TextToXml.convert(String inputData)
|
String |
XmlToText.convert(String inputData)
|
| Uses of ConvertException in org.tinygroup.convert.util |
|---|
| Methods in org.tinygroup.convert.util that throw ConvertException | ||
|---|---|---|
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
|
ConvertUtil.textToObject(Class<T> clazz,
TextRow titleRow,
TextRow dataRow)
|
|
static
|
ConvertUtil.textToObjectList(Class<T> clazz,
Text text)
|
|
| Uses of ConvertException in org.tinygroup.convert.validate.schemafile |
|---|
| Methods in org.tinygroup.convert.validate.schemafile that throw ConvertException | |
|---|---|
boolean |
XmlValidator.isValidate(String xmlString)
|
| Constructors in org.tinygroup.convert.validate.schemafile that throw ConvertException | |
|---|---|
XmlValidator(File xmlSchemaFile)
|
|
XmlValidator(String xmlFile)
|
|
| Uses of ConvertException in org.tinygroup.convert.validate.schemastring |
|---|
| Methods in org.tinygroup.convert.validate.schemastring that throw ConvertException | |
|---|---|
boolean |
XmlValidator.isValidate(String xmlString)
|
| Constructors in org.tinygroup.convert.validate.schemastring that throw ConvertException | |
|---|---|
XmlValidator(String schemaContent)
|
|
XmlValidator(String schemaContent,
String encode)
|
|
| Uses of ConvertException in org.tinygroup.convert.xsdjava |
|---|
| Methods in org.tinygroup.convert.xsdjava that throw ConvertException | |
|---|---|
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)
|
| Constructors in org.tinygroup.convert.xsdjava that throw ConvertException | |
|---|---|
ClassToSchema(File baseFolder)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||