@ThreadSafe public final class MicroTypeConverter extends Object
IMicroElement.TypeConverter as we need a parameter
for conversion in this case.MicroTypeConverterRegistry.| Modifier and Type | Method and Description |
|---|---|
static IMicroElement |
convertToMicroElement(Object aObject,
String sTagName) |
static IMicroElement |
convertToMicroElement(Object aObject,
String sNamespaceURI,
String sTagName) |
static <DSTTYPE> DSTTYPE |
convertToNative(IMicroElement aElement,
Class<DSTTYPE> aDstClass) |
@Nullable public static IMicroElement convertToMicroElement(@Nullable Object aObject, @Nonnull@Nonempty String sTagName)
@Nullable public static IMicroElement convertToMicroElement(@Nullable Object aObject, @Nullable String sNamespaceURI, @Nonnull@Nonempty String sTagName) throws TypeConverterException
TypeConverterException@Nullable public static <DSTTYPE> DSTTYPE convertToNative(@Nullable IMicroElement aElement, @Nonnull Class<DSTTYPE> aDstClass) throws TypeConverterException
TypeConverterExceptionCopyright © 2006–2015 phloc systems. All rights reserved.