Uses of Class
org.immutables.generator.SourceOrdering.ToSimpleName
-
Packages that use SourceOrdering.ToSimpleName Package Description org.immutables.generator -
-
Uses of SourceOrdering.ToSimpleName in org.immutables.generator
Methods in org.immutables.generator that return SourceOrdering.ToSimpleName Modifier and Type Method Description static SourceOrdering.ToSimpleNameSourceOrdering.ToSimpleName. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SourceOrdering.ToSimpleName[]SourceOrdering.ToSimpleName. values()Returns an array containing the constants of this enum type, in the order they are declared.
-