Uses of Interface
xal.tools.coding.ConversionAdaptor
Packages that use ConversionAdaptor
-
Uses of ConversionAdaptor in xal.extension.service
Methods in xal.extension.service with parameters of type ConversionAdaptorModifier and TypeMethodDescription<C,R> void ServiceDirectory.registerCodingType(Class<C> type, ConversionAdaptor<C, R> adaptor) Register the custom type and its associated adaptor to use for encoding and decoding objects of the custom type -
Uses of ConversionAdaptor in xal.tools.coding
Methods in xal.tools.coding with parameters of type ConversionAdaptorModifier and TypeMethodDescription<C,R> void Coder.registerType(Class<C> type, ConversionAdaptor<C, R> adaptor) Register the custom type by class and its associated adaptor -
Uses of ConversionAdaptor in xal.tools.coding.json
Methods in xal.tools.coding.json that return ConversionAdaptorModifier and TypeMethodDescriptionprotected ConversionAdaptor<?,?> JSONCoder.getConversionAdaptor(String valueType) Get the conversion adaptor for the given valueMethods in xal.tools.coding.json with parameters of type ConversionAdaptorModifier and TypeMethodDescription<C,R> void JSONCoder.registerType(Class<C> type, ConversionAdaptor<C, R> adaptor) Register the custom type by class and its associated adaptor