Uses of Class
com.luciad.format.xml.bind.TLcdXMLMapping
Packages that use TLcdXMLMapping
Package
Description
Provides a binding framework for binding XML documents to Java object graphs and vice versa.
-
Uses of TLcdXMLMapping in com.luciad.format.xml.bind
Methods in com.luciad.format.xml.bind that return TLcdXMLMappingModifier and TypeMethodDescriptionTLcdXMLDecoder.getMapping()TLcdXMLEncoder.getMapping()Returns theTLcdXMLMappingassociated with this encoder.Methods in com.luciad.format.xml.bind with parameters of type TLcdXMLMappingModifier and TypeMethodDescriptionvoidILcdXMLMappingLibrary.configureMapping(TLcdXMLMapping aMapping) Configures the specifiedTLcdXMLMappingso that it can be used for creating, encoding and decoding XML documents.Constructors in com.luciad.format.xml.bind with parameters of type TLcdXMLMappingModifierConstructorDescriptionTLcdXMLDecoder(List<ILcdXMLDecoderLibrary> aLibraries, TLcdXMLMapping aMapping) TLcdXMLEncoder(List<ILcdXMLEncoderLibrary> aLibraries, TLcdXMLMapping aMapping)