Class JAXB
- java.lang.Object
-
- be.business.connector.recipe.utils.JAXB
-
public class JAXB extends Object
-
-
Constructor Summary
Constructors Constructor Description JAXB()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static be.recipe.api.executor.Executorexecutor(String nihii)static be.recipe.api.reservation.ContactPreferencefrom(ContactPreference from)static be.recipe.api.Prescription.Statusfrom(PrescriptionStatus from)static be.recipe.api.constraints.ValidationReportfrom(ValidationReport from, Object root)static be.recipe.api.prescriber.VisionOtherPrescribersfrom(VisionOtherPrescribers from)static Pageto(be.recipe.api.series.Page from)static BreakTheGlasstoJAXB(be.recipe.api.executor.BreakTheGlass from)static SortOrdertoJAXB(be.recipe.api.series.SortedBy.Order from)static PrescriptionSortedBytoJAXB(be.recipe.api.series.SortedBy<be.recipe.api.Prescription.Attribute>[] from)
-
-
-
Method Detail
-
from
public static be.recipe.api.constraints.ValidationReport from(ValidationReport from, Object root)
-
to
public static Page to(be.recipe.api.series.Page from)
-
toJAXB
public static SortOrder toJAXB(be.recipe.api.series.SortedBy.Order from)
-
toJAXB
public static PrescriptionSortedBy toJAXB(be.recipe.api.series.SortedBy<be.recipe.api.Prescription.Attribute>[] from)
-
from
public static be.recipe.api.prescriber.VisionOtherPrescribers from(VisionOtherPrescribers from)
-
from
public static be.recipe.api.Prescription.Status from(PrescriptionStatus from)
-
executor
public static be.recipe.api.executor.Executor executor(String nihii)
-
toJAXB
public static BreakTheGlass toJAXB(be.recipe.api.executor.BreakTheGlass from)
-
from
public static be.recipe.api.reservation.ContactPreference from(ContactPreference from)
-
-