Uses of Class
org.immutables.encode.Encoding.StandardNaming
-
Packages that use Encoding.StandardNaming Package Description org.immutables.encode -
-
Uses of Encoding.StandardNaming in org.immutables.encode
Methods in org.immutables.encode that return Encoding.StandardNaming Modifier and Type Method Description Encoding.StandardNamingstandard()Standard namings can be used to reuse standard styles, like the ones defined inValue.Immutable.Stylefor the custom-defined elements in encoding.static Encoding.StandardNamingEncoding.StandardNaming. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Encoding.StandardNaming[]Encoding.StandardNaming. values()Returns an array containing the constants of this enum type, in the order they are declared.
-