Uses of Class
org.wildfly.common.format.GeneralFlags
-
Packages that use GeneralFlags Package Description org.wildfly.common.format -
-
Uses of GeneralFlags in org.wildfly.common.format
Fields in org.wildfly.common.format declared as GeneralFlags Modifier and Type Field Description static GeneralFlags
GeneralFlags. NONE
The empty set of general flags.Methods in org.wildfly.common.format that return GeneralFlags Modifier and Type Method Description protected GeneralFlags
GeneralFlags. castThis(java.lang.Object obj)
static GeneralFlags
GeneralFlags. of(GeneralFlag flag)
static GeneralFlags
GeneralFlags. of(GeneralFlag flag1, GeneralFlag flag2)
static GeneralFlags
GeneralFlags. of(GeneralFlag flag1, GeneralFlag flag2, GeneralFlag flag3)
protected GeneralFlags
GeneralFlags. this_()
protected GeneralFlags
GeneralFlags. value(int bits)
Methods in org.wildfly.common.format with parameters of type GeneralFlags Modifier and Type Method Description protected void
Printf. formatBoolean(java.lang.StringBuilder target, java.lang.Object item, GeneralFlags genFlags, int width, int precision)
protected void
Printf. formatCharacter(java.lang.StringBuilder target, int codePoint, GeneralFlags genFlags, int width, int precision)
protected void
Printf. formatDecimalInteger(java.lang.StringBuilder target, java.lang.Number item, GeneralFlags genFlags, NumericFlags numFlags, int width)
protected void
Printf. formatFloatingPointDecimal(java.lang.StringBuilder target, java.lang.Number item, GeneralFlags genFlags, NumericFlags numFlags, int width, int precision)
protected void
Printf. formatFloatingPointGeneral(java.lang.StringBuilder target, java.lang.Number item, GeneralFlags genFlags, NumericFlags numFlags, int width, int precision)
protected void
Printf. formatFloatingPointSci(java.lang.StringBuilder target, java.lang.Number item, GeneralFlags genFlags, NumericFlags numFlags, int width, int precision)
protected void
Printf. formatFormattableString(java.lang.StringBuilder target, java.util.Formattable formattable, GeneralFlags genFlags, int width, int precision)
protected void
Printf. formatHashCode(java.lang.StringBuilder target, java.lang.Object item, GeneralFlags genFlags, int width, int precision)
protected void
Printf. formatHexInteger(java.lang.StringBuilder target, java.lang.Number item, GeneralFlags genFlags, NumericFlags numFlags, int width)
protected void
Printf. formatOctalInteger(java.lang.StringBuilder target, java.lang.Number item, GeneralFlags genFlags, NumericFlags numFlags, int width)
protected void
Printf. formatPlainString(java.lang.StringBuilder target, java.lang.Object item, GeneralFlags genFlags, int width, int precision)
protected void
Printf. formatTimeField(java.lang.StringBuilder target, java.time.temporal.TemporalAccessor ta, java.time.temporal.TemporalField field, GeneralFlags genFlags, int width, int zeroPad)
protected void
Printf. formatTimeTextField(java.lang.StringBuilder target, java.time.temporal.TemporalAccessor ta, java.time.temporal.TemporalField field, java.lang.String[] symbols, GeneralFlags genFlags, int width)
protected void
Printf. formatTimeZoneId(java.lang.StringBuilder target, java.time.temporal.TemporalAccessor ta, GeneralFlags genFlags, int width)
protected void
Printf. formatTimeZoneOffset(java.lang.StringBuilder target, java.time.temporal.TemporalAccessor ta, GeneralFlags genFlags, int width)
-