Index

A C D G I J L M N O P U V W Y 
All Classes and Interfaces|All Packages

A

AbstractJaxbModelObject - Class in org.faktorips.runtime.xml.jakarta
Abstract base class for policy component types enabled for JAXB persistence.
AbstractJaxbModelObject() - Constructor for class org.faktorips.runtime.xml.jakarta.AbstractJaxbModelObject
 

C

createBinder() - Method in class org.faktorips.runtime.xml.jakarta.IpsJAXBContext
 
createBinder(Class<T>) - Method in class org.faktorips.runtime.xml.jakarta.IpsJAXBContext
 
createJAXBIntrospector() - Method in class org.faktorips.runtime.xml.jakarta.IpsJAXBContext
 
createMarshaller() - Method in class org.faktorips.runtime.xml.jakarta.IpsJAXBContext
 
createUnmarshaller() - Method in class org.faktorips.runtime.xml.jakarta.IpsJAXBContext
 

D

DecimalAdapter - Class in org.faktorips.runtime.xml.jakarta
XmlAdapter for Decimal.
DecimalAdapter() - Constructor for class org.faktorips.runtime.xml.jakarta.DecimalAdapter
 

G

generateSchema(SchemaOutputResolver) - Method in class org.faktorips.runtime.xml.jakarta.IpsJAXBContext
 
getRepository() - Method in class org.faktorips.runtime.xml.jakarta.IpsJAXBContext
Returns the Faktor-IPS runtime repository.
GregorianCalendarAdapter - Class in org.faktorips.runtime.xml.jakarta
Maps a GregorianCalendar to an ISO date.
GregorianCalendarAdapter() - Constructor for class org.faktorips.runtime.xml.jakarta.GregorianCalendarAdapter
 

I

INSTANCE - Enum constant in enum class org.faktorips.runtime.xml.jakarta.JaxbSupport
 
IpsJAXBContext - Class in org.faktorips.runtime.xml.jakarta
Wraps a given JAXBContext, from the jakarta project, and provides marshallers/unmarshallers that resolve the reference from configurable model objects to product components.
IpsJAXBContext(JAXBContext, List<? extends IIpsXmlAdapter<?, ?>>, IRuntimeRepository) - Constructor for class org.faktorips.runtime.xml.jakarta.IpsJAXBContext
 

J

JaxbSupport - Enum Class in org.faktorips.runtime.xml.jakarta
Jakarta JAXB version of the IXmlBindingSupport, to be used with Java EE 9 or newer.

L

LocalDateAdapter - Class in org.faktorips.runtime.xml.jakarta
XmlAdapter for LocalDate.
LocalDateAdapter() - Constructor for class org.faktorips.runtime.xml.jakarta.LocalDateAdapter
 
LocalDateTimeAdapter - Class in org.faktorips.runtime.xml.jakarta
XmlAdapter for LocalDateTime.
LocalDateTimeAdapter() - Constructor for class org.faktorips.runtime.xml.jakarta.LocalDateTimeAdapter
 
LocalTimeAdapter - Class in org.faktorips.runtime.xml.jakarta
XmlAdapter for LocalTime.
LocalTimeAdapter() - Constructor for class org.faktorips.runtime.xml.jakarta.LocalTimeAdapter
 

M

marshal(LocalDate) - Method in class org.faktorips.runtime.xml.jakarta.LocalDateAdapter
 
marshal(LocalDateTime) - Method in class org.faktorips.runtime.xml.jakarta.LocalDateTimeAdapter
 
marshal(LocalTime) - Method in class org.faktorips.runtime.xml.jakarta.LocalTimeAdapter
 
marshal(Month) - Method in class org.faktorips.runtime.xml.jakarta.MonthAdapter
 
marshal(MonthDay) - Method in class org.faktorips.runtime.xml.jakarta.MonthDayAdapter
 
marshal(Year) - Method in class org.faktorips.runtime.xml.jakarta.YearAdapter
 
marshal(GregorianCalendar) - Method in class org.faktorips.runtime.xml.jakarta.GregorianCalendarAdapter
 
marshal(ProductConfiguration) - Method in class org.faktorips.runtime.xml.jakarta.ProductConfigurationXmlAdapter
Returns the ID for the configuring product component or null if it could not be determined.
marshal(Decimal) - Method in class org.faktorips.runtime.xml.jakarta.DecimalAdapter
 
marshal(Money) - Method in class org.faktorips.runtime.xml.jakarta.MoneyAdapter
 
MoneyAdapter - Class in org.faktorips.runtime.xml.jakarta
XmlAdapter for Money.
MoneyAdapter() - Constructor for class org.faktorips.runtime.xml.jakarta.MoneyAdapter
 
MonthAdapter - Class in org.faktorips.runtime.xml.jakarta
XmlAdapter for Month.
MonthAdapter() - Constructor for class org.faktorips.runtime.xml.jakarta.MonthAdapter
 
MonthDayAdapter - Class in org.faktorips.runtime.xml.jakarta
XmlAdapter for MonthDay.
MonthDayAdapter() - Constructor for class org.faktorips.runtime.xml.jakarta.MonthDayAdapter
 

N

newJAXBContext(JAXBContext, IRuntimeRepository) - Method in enum class org.faktorips.runtime.xml.jakarta.JaxbSupport
 
newJAXBContext(IRuntimeRepository) - Method in enum class org.faktorips.runtime.xml.jakarta.JaxbSupport
 

O

org.faktorips.runtime.xml.jakarta - package org.faktorips.runtime.xml.jakarta
Implementations for XML binding of Faktor-IPS objects with Jakarta JAXB 3 as included in Java EE 9.

P

ProductConfigurationXmlAdapter - Class in org.faktorips.runtime.xml.jakarta
Custom JAXB marshalling/unmarshalling for ProductConfiguration instances.
ProductConfigurationXmlAdapter(IRuntimeRepository) - Constructor for class org.faktorips.runtime.xml.jakarta.ProductConfigurationXmlAdapter
 

U

unmarshal(Integer) - Method in class org.faktorips.runtime.xml.jakarta.MonthAdapter
 
unmarshal(Integer) - Method in class org.faktorips.runtime.xml.jakarta.YearAdapter
 
unmarshal(String) - Method in class org.faktorips.runtime.xml.jakarta.DecimalAdapter
 
unmarshal(String) - Method in class org.faktorips.runtime.xml.jakarta.GregorianCalendarAdapter
 
unmarshal(String) - Method in class org.faktorips.runtime.xml.jakarta.LocalDateAdapter
 
unmarshal(String) - Method in class org.faktorips.runtime.xml.jakarta.LocalDateTimeAdapter
 
unmarshal(String) - Method in class org.faktorips.runtime.xml.jakarta.LocalTimeAdapter
 
unmarshal(String) - Method in class org.faktorips.runtime.xml.jakarta.MoneyAdapter
 
unmarshal(String) - Method in class org.faktorips.runtime.xml.jakarta.MonthDayAdapter
 
unmarshal(String) - Method in class org.faktorips.runtime.xml.jakarta.ProductConfigurationXmlAdapter
Returns the product component for the specified ID.

V

valueOf(String) - Static method in enum class org.faktorips.runtime.xml.jakarta.JaxbSupport
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.faktorips.runtime.xml.jakarta.JaxbSupport
Returns an array containing the constants of this enum class, in the order they are declared.

W

wrap(IIpsXmlAdapter<ValueType, BoundType>) - Static method in enum class org.faktorips.runtime.xml.jakarta.JaxbSupport
 

Y

YearAdapter - Class in org.faktorips.runtime.xml.jakarta
XmlAdapter for Year.
YearAdapter() - Constructor for class org.faktorips.runtime.xml.jakarta.YearAdapter
 
A C D G I J L M N O P U V W Y 
All Classes and Interfaces|All Packages