Uses of Class
org.jboss.logging.processor.validation.StringFormatPart.Conversion
-
Packages that use StringFormatPart.Conversion Package Description org.jboss.logging.processor.validation -
-
Uses of StringFormatPart.Conversion in org.jboss.logging.processor.validation
Fields in org.jboss.logging.processor.validation declared as StringFormatPart.Conversion Modifier and Type Field Description private StringFormatPart.Conversion
StringFormatPart. conversion
Methods in org.jboss.logging.processor.validation that return StringFormatPart.Conversion Modifier and Type Method Description StringFormatPart.Conversion
StringFormatPart. conversion()
The conversion for the string format.static StringFormatPart.Conversion
StringFormatPart.Conversion. fromChar(char c)
Converts the character into a conversion descriptor.static StringFormatPart.Conversion
StringFormatPart.Conversion. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StringFormatPart.Conversion[]
StringFormatPart.Conversion. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-