| Package | Description |
|---|---|
| com.helger.commons.microdom.convert | |
| com.helger.commons.serialize.convert | |
| com.helger.commons.typeconvert |
| Modifier and Type | Method and Description |
|---|---|
static IMicroElement |
MicroTypeConverter.convertToMicroElement(Object aObject,
String sNamespaceURI,
String sTagName) |
static <DSTTYPE> DSTTYPE |
MicroTypeConverter.convertToNative(IMicroElement aElement,
Class<DSTTYPE> aDstClass) |
| Modifier and Type | Method and Description |
|---|---|
static <DSTTYPE> DSTTYPE |
SerializationConverter.readConvertedObject(ObjectInputStream aOIS,
Class<DSTTYPE> aDstClass) |
static void |
SerializationConverter.writeConvertedObject(Object aObject,
ObjectOutputStream aOOS) |
| Modifier and Type | Method and Description |
|---|---|
static <DSTTYPE> DSTTYPE |
TypeConverter.convertIfNecessary(ITypeConverterProvider aTypeConverterProvider,
Object aSrcValue,
Class<DSTTYPE> aDstClass)
Convert the passed source value to the destination class, if a conversion
is necessary.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.