Package io.micronaut.data.model.naming
Class NamingStrategies.UnderScoreSeparatedUpperCase
java.lang.Object
io.micronaut.data.model.naming.NamingStrategies.UnderScoreSeparatedUpperCase
- All Implemented Interfaces:
- NamingStrategy
- Enclosing class:
- NamingStrategies
public static class NamingStrategies.UnderScoreSeparatedUpperCase
extends Object
implements NamingStrategy
Example: FOO_BAR.
- 
Field SummaryFields inherited from interface io.micronaut.data.model.naming.NamingStrategyDEFAULT
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription@NonNull StringmappedName(@NonNull String name) Return the mapped name for the given name.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.data.model.naming.NamingStrategygetForeignKeySuffix, mappedJoinTableColumn, mappedName, mappedName, mappedName, mappedName, mappedName
- 
Constructor Details- 
UnderScoreSeparatedUpperCasepublic UnderScoreSeparatedUpperCase()
 
- 
- 
Method Details- 
mappedNameDescription copied from interface:NamingStrategyReturn the mapped name for the given name.- Specified by:
- mappedNamein interface- NamingStrategy
- Parameters:
- name- The name
- Returns:
- The mapped name
 
 
-