Package org.ehrbase.openehr.sdk.util
package org.ehrbase.openehr.sdk.util
-
ClassDescriptionFor optimizing performance of string based operationsAllows for dynamically creating a tree data structure and then freezing it by creating an immutable clone.
In order to edit a frozen model, a "thawed" mutable clone can be produced.
Mutable models may contain frozen values, but frozen values must only consist of frozen and immutable objects.Created by christian on 8/1/2017.This helper class is used to work around some Archie issues with date/time parsing accepting invalid years or not following the specified format fully (i.e.This helper class is used to work around some Archie issues with date/time parsing accepting invalid years or not following the specified format fully (i.e.Created by christian on 8/1/2017.Handle snake case to camel case conversion Used to deal with attribute such as 'archetype_node_id' and convert to 'archetypeNodeId'