Package com.helger.xml.microdom.convert
Class MultilingualTextMicroTypeConverterRegistrar.ReadOnlyMultilingualTextConverter
- java.lang.Object
-
- com.helger.xml.microdom.convert.MultilingualTextMicroTypeConverterRegistrar.ReadOnlyMultilingualTextConverter
-
- All Implemented Interfaces:
IMicroTypeConverter<com.helger.commons.text.ReadOnlyMultilingualText>
- Enclosing class:
- MultilingualTextMicroTypeConverterRegistrar
public static final class MultilingualTextMicroTypeConverterRegistrar.ReadOnlyMultilingualTextConverter extends Object
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyMultilingualTextConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.helger.commons.text.ReadOnlyMultilingualTextconvertToNative(IMicroElement aElement)Convert the passed object to a native element.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.helger.xml.microdom.convert.IMicroTypeConverter
convertToMicroElement
-
-
-
-
Method Detail
-
convertToNative
@Nonnull public com.helger.commons.text.ReadOnlyMultilingualText convertToNative(@Nonnull IMicroElement aElement)
Description copied from interface:IMicroTypeConverterConvert the passed object to a native element.- Parameters:
aElement- The micro element to be converted.- Returns:
nullif conversion to a native object failed.
-
-