Package org.ehrbase.openehr.sdk.util
Class SnakeToCamel
java.lang.Object
org.ehrbase.openehr.sdk.util.SnakeToCamel
Handle snake case to camel case conversion
Used to deal with attribute such as 'archetype_node_id' and convert to 'archetypeNodeId'
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SnakeToCamel
-
-
Method Details
-
convert
Convert to camel case- Returns:
- converted string
-