Uses of Class
com.google.inject.internal.Messages.FormatOptions
-
Packages that use Messages.FormatOptions Package Description com.google.inject.internal Guice (sounds like "juice") -
-
Uses of Messages.FormatOptions in com.google.inject.internal
Methods in com.google.inject.internal that return Messages.FormatOptions Modifier and Type Method Description static Messages.FormatOptions
Messages.FormatOptions. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Messages.FormatOptions[]
Messages.FormatOptions. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.inject.internal with parameters of type Messages.FormatOptions Modifier and Type Method Description private static java.lang.String
Messages. formatText(java.lang.String text, Messages.FormatOptions... options)
-