Uses of Interface
org.faktorips.runtime.xml.IIpsXmlAdapter
Packages that use IIpsXmlAdapter
Package
Description
Abstractions and abstract implementations for XML binding of Faktor-IPS objects with either
classic JAXB or Jakarta XML Binding.
-
Uses of IIpsXmlAdapter in org.faktorips.runtime
Methods in org.faktorips.runtime that return IIpsXmlAdapterModifier and TypeMethodDescriptionIIpsXmlAdapter<?,T> IEnumValueLookupService.getXmlAdapter()Returns an XmlAdapter that should be used for marshalling/unmarshalling data with JAXB for the enumeration class this is a lookup service for.Methods in org.faktorips.runtime that return types with arguments of type IIpsXmlAdapterModifier and TypeMethodDescriptionprotected List<IIpsXmlAdapter<?,?>> InMemoryRuntimeRepository.getAllInternalEnumXmlAdapters(IRuntimeRepository repository) Methods in org.faktorips.runtime with parameters of type IIpsXmlAdapterModifier and TypeMethodDescriptionvoidInMemoryRuntimeRepository.addEnumXmlAdapter(IIpsXmlAdapter<?, ?> enumXmlAdapter) Adds anIIpsXmlAdapterfor a Faktor-IPS enumeration that defers its content to a enumeration content to this repository. -
Uses of IIpsXmlAdapter in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal that return IIpsXmlAdapterModifier and TypeMethodDescriptionprotected IIpsXmlAdapter<String,?> AbstractTocBasedRuntimeRepository.createEnumXmlAdapter(String className, IRuntimeRepository repository) Creates and returns anIIpsXmlAdapterinstance for the provided class name.Methods in org.faktorips.runtime.internal that return types with arguments of type IIpsXmlAdapterModifier and TypeMethodDescriptionprotected List<IIpsXmlAdapter<?,?>> AbstractCachingRuntimeRepository.getAllInternalEnumXmlAdapters(IRuntimeRepository repository) protected abstract List<IIpsXmlAdapter<?,?>> AbstractRuntimeRepository.getAllInternalEnumXmlAdapters(IRuntimeRepository repository) Returns all enumeration XmlAdapters available in this repository that generated by Faktor-IPS.protected abstract List<IIpsXmlAdapter<?,?>> AbstractCachingRuntimeRepository.getNotCachedEnumXmlAdapter(IRuntimeRepository repository) protected List<IIpsXmlAdapter<?,?>> AbstractTocBasedRuntimeRepository.getNotCachedEnumXmlAdapter(IRuntimeRepository repository) Method parameters in org.faktorips.runtime.internal with type arguments of type IIpsXmlAdapterModifier and TypeMethodDescriptionvoidAbstractRuntimeRepository.addAllEnumXmlAdapters(List<IIpsXmlAdapter<?, ?>> adapters, IRuntimeRepository repository) Adds all enumeration XmlAdapters available in this repository to the provided list. -
Uses of IIpsXmlAdapter in org.faktorips.runtime.internal.xml
Method parameters in org.faktorips.runtime.internal.xml with type arguments of type IIpsXmlAdapterModifier and TypeMethodDescriptionXmlBindingSupportHelper.XmlBindingContextConstructor.invoke(JAXBContext wrappedCtx, List<? extends IIpsXmlAdapter<?, ?>> enumXmlAdapters, IRuntimeRepository repository) -
Uses of IIpsXmlAdapter in org.faktorips.runtime.jaxb
Classes in org.faktorips.runtime.jaxb that implement IIpsXmlAdapterModifier and TypeClassDescriptionclassDeprecated.classDeprecated.for removal since 23.6; useorg.faktorips.runtime.xml.javax.LocalDateTimeAdapterororg.faktorips.runtime.xml.jakarta.LocalDateTimeAdapterinsteadclassDeprecated.for removal since 23.6; useorg.faktorips.runtime.xml.javax.LocalTimeAdapterororg.faktorips.runtime.xml.jakarta.LocalTimeAdapterinsteadclassDeprecated.for removal since 23.6; useorg.faktorips.runtime.xml.javax.MonthAdapterororg.faktorips.runtime.xml.jakarta.MonthAdapterinsteadclassDeprecated.for removal since 23.6; useorg.faktorips.runtime.xml.javax.MonthDayAdapterororg.faktorips.runtime.xml.jakarta.MonthDayAdapterinsteadclassDeprecated.for removal since 23.6; useorg.faktorips.runtime.xml.javax.ProductConfigurationXmlAdapterororg.faktorips.runtime.xml.jakarta.ProductConfigurationXmlAdapterinstead -
Uses of IIpsXmlAdapter in org.faktorips.runtime.xml
Subinterfaces of IIpsXmlAdapter in org.faktorips.runtime.xmlModifier and TypeInterfaceDescriptioninterfaceIIpsXmlAdapterforDecimal.interfaceIIpsXmlAdapterforLocalDate.interfaceinterfaceIIpsXmlAdapterforLocalTime.interfaceIIpsXmlAdapterforMoney.interfaceIIpsXmlAdapterforMonth.interfaceIIpsXmlAdapterforMonthDay.interfaceIIpsXmlAdapterforYear.Classes in org.faktorips.runtime.xml that implement IIpsXmlAdapterModifier and TypeClassDescriptionclassCustom XML marshalling/unmarshalling forProductConfigurationinstances.
org.faktorips.runtime.xml.javax.LocalDateAdapterororg.faktorips.runtime.xml.jakarta.LocalDateAdapterinstead