Class JaxbModel<R,I>
java.lang.Object
com.foursoft.harness.navext.runtime.JaxbModel<R,I>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAIdLookupProviderto allow the lookup of identifiable elements in this model.
-
Constructor Details
-
Method Details
-
getRootElement
-
getIdLookup
AIdLookupProviderto allow the lookup of identifiable elements in this model.The
IdLookupProvidermust be initialized during the unmarshalling process (seeExtendedUnmarshaller.withIdMapper(Class, java.util.function.Function)).- Returns:
- the id lookup provider hold by this model
-