All Classes and Interfaces
Class
Description
For optimizing performance of string based operations
Allows 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.
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.
Helper class to find Configurations classes in the classpath.
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'