java.lang.Object
ac.simons.neo4j.migrations.core.internal.Strings

public final class Strings extends Object
Internally used String utilities. There are no guarantees on the stability of this API. It won't be available when run on the module path.
Since:
1.2.2
Author:
Michael J. Simon
  • Method Details

    • toCamelCase

      public static String toCamelCase(String value)
      Transforms a string with words separated by _ into a camelCase string.
      Parameters:
      value - The value to transform
      Returns:
      the value in camelCase