Uses of Class
org.immutables.generator.Naming.Preference
-
Packages that use Naming.Preference Package Description org.immutables.generator -
-
Uses of Naming.Preference in org.immutables.generator
Methods in org.immutables.generator that return Naming.Preference Modifier and Type Method Description static Naming.PreferenceNaming.Preference. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Naming.Preference[]Naming.Preference. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.immutables.generator with parameters of type Naming.Preference Modifier and Type Method Description NamingNaming.ConstantNaming. requireNonConstant(Naming.Preference preference)NamingNaming.JavaBeanNaming. requireNonConstant(Naming.Preference preference)NamingNaming.PrefixSuffixNaming. requireNonConstant(Naming.Preference preference)abstract NamingNaming. requireNonConstant(Naming.Preference preference)Returns non-contant naming which is this.
-