Index
All Classes and Interfaces|All Packages|Constant Field Values
C
- com.powerupsoftwareengineering.java.immutable.web.model.translator - package com.powerupsoftwareengineering.java.immutable.web.model.translator
D
- DEFAULT_TIMEZONE - Static variable in class com.powerupsoftwareengineering.java.immutable.web.model.translator.TimeTranslator
-
The default timezone used if no timezone is provided.
- durationFromXml(Duration) - Static method in class com.powerupsoftwareengineering.java.immutable.web.model.translator.TimeTranslator
-
Translates from the xml duration definition to the Java Duration representation.
- durationToXml(Duration) - Static method in class com.powerupsoftwareengineering.java.immutable.web.model.translator.TimeTranslator
-
Translates from Java Duration model object into XML Duration representation.
F
- fromXml(JaxbModelObject, ModelObjectAbs.Builder<?>) - Static method in class com.powerupsoftwareengineering.java.immutable.web.model.translator.ModelObjectTranslator
-
Translates the fields from the web model object representation to the domain object representation.
L
- localDateFromXml(XMLGregorianCalendar) - Static method in class com.powerupsoftwareengineering.java.immutable.web.model.translator.TimeTranslator
-
Translates from the xml date time definition to the Java Local Date representation.
- localDateTimeFromXml(XMLGregorianCalendar) - Static method in class com.powerupsoftwareengineering.java.immutable.web.model.translator.TimeTranslator
-
Translates from the xml date time definition to the Java Local Date Time representation.
- localDateTimeToXml(LocalDateTime) - Static method in class com.powerupsoftwareengineering.java.immutable.web.model.translator.TimeTranslator
-
Translates from Java Date Time into XML Time representation.
- localDateToXml(LocalDate) - Static method in class com.powerupsoftwareengineering.java.immutable.web.model.translator.TimeTranslator
-
Translates from Time model object into XML Time representation.
- localTimeFromXml(XMLGregorianCalendar) - Static method in class com.powerupsoftwareengineering.java.immutable.web.model.translator.TimeTranslator
-
Translates from the xml date time definition to the Java Local time representation.
- localTimeToXml(LocalTime) - Static method in class com.powerupsoftwareengineering.java.immutable.web.model.translator.TimeTranslator
-
Translates from Time model object into XML Time representation.
M
- ModelObjectTranslator - Class in com.powerupsoftwareengineering.java.immutable.web.model.translator
-
The
ModelObjectTranslatorclass is a translator that will convert model objects between the domain model and web model representations. - monthFromXml(String) - Static method in class com.powerupsoftwareengineering.java.immutable.web.model.translator.TimeTranslator
-
Translates from the xml month definition to the Java Month representation.
- monthToXml(Month) - Static method in class com.powerupsoftwareengineering.java.immutable.web.model.translator.TimeTranslator
-
Translates from Java Month model object into XML Month representation.
T
- TimeTranslator - Class in com.powerupsoftwareengineering.java.immutable.web.model.translator
-
The
TimeTranslatorclass is a translator that will convert different time representations between the domain model and web model representations. - toXml(ModelObjectAbs, JaxbModelObject) - Static method in class com.powerupsoftwareengineering.java.immutable.web.model.translator.ModelObjectTranslator
-
Translates the fields from the domain model representation to the web model object representation.
Z
- zonedDateTimeFromXml(XMLGregorianCalendar) - Static method in class com.powerupsoftwareengineering.java.immutable.web.model.translator.TimeTranslator
-
Translates from the xml date time definition to the Java Zoned Date Time representation.
- zonedDateTimeToXml(ZonedDateTime) - Static method in class com.powerupsoftwareengineering.java.immutable.web.model.translator.TimeTranslator
-
Translates from Java Date Time into XML Time representation.
All Classes and Interfaces|All Packages|Constant Field Values