Uses of Interface
com.luciad.format.xml.bind.ILcdXMLMappingLibrary
Packages that use ILcdXMLMappingLibrary
Package
Description
Provides a binding framework for binding XML documents to Java object graphs and vice versa.
-
Uses of ILcdXMLMappingLibrary in com.luciad.format.xml.bind
Constructors in com.luciad.format.xml.bind with parameters of type ILcdXMLMappingLibraryModifierConstructorDescriptionTLcdXMLMapping
(ILcdXMLMappingLibrary aLibrary) Creates a newTLcdXMLMapping
and configures it with the specified mapping library.TLcdXMLMapping
(ILcdXMLMappingLibrary... aLibrary) Creates a newTLcdXMLMapping
for the specified mapping libraries.Constructor parameters in com.luciad.format.xml.bind with type arguments of type ILcdXMLMappingLibraryModifierConstructorDescriptionTLcdXMLMapping
(List<ILcdXMLMappingLibrary> aLibrary) Creates a newTLcdXMLMapping
and configures it with the specified mapping libraries.