Class SnakeCase


  • public class SnakeCase
    extends Case
    Snake case, for instance foo_bar.
    Author:
    Julien Viet
    • Field Detail

      • INSTANCE

        public static final Case INSTANCE
        A SnakeCase instance.
    • Constructor Detail

      • SnakeCase

        public SnakeCase()
    • Method Detail

      • parse

        public List<String> parse​(String name)
        Description copied from class: Case
        Parse the name argument and returns a list of the name atoms.
        Overrides:
        parse in class Case
        Parameters:
        name - the name to parse
        Returns:
        the name atoms