Class NamingStrategies.UnderScoreSeparatedLowerCase

    • Constructor Detail

      • UnderScoreSeparatedLowerCase

        public UnderScoreSeparatedLowerCase()
    • Method Detail

      • mappedName

        @NonNull
        public java.lang.String mappedName​(@NonNull
                                           java.lang.String name)
        Description copied from interface: NamingStrategy
        Return the mapped name for the given name.
        Specified by:
        mappedName in interface NamingStrategy
        Parameters:
        name - The name
        Returns:
        The mapped name