Class KebabCase


  • public class KebabCase
    extends Case
    Kebab case, for instance foo-bar.
    Author:
    Julien Viet
    • Field Detail

      • INSTANCE

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

      • KebabCase

        public KebabCase()
    • 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