Uses of Class
org.wildfly.common.format.GeneralFlags
Packages that use GeneralFlags
-
Uses of GeneralFlags in org.wildfly.common.format
Fields in org.wildfly.common.format declared as GeneralFlagsModifier and TypeFieldDescriptionstatic final GeneralFlagsGeneralFlags.NONEThe empty set of general flags.Methods in org.wildfly.common.format that return GeneralFlagsModifier and TypeMethodDescriptionprotected GeneralFlagsstatic GeneralFlagsGeneralFlags.of(GeneralFlag flag) static GeneralFlagsGeneralFlags.of(GeneralFlag flag1, GeneralFlag flag2) static GeneralFlagsGeneralFlags.of(GeneralFlag flag1, GeneralFlag flag2, GeneralFlag flag3) protected GeneralFlagsGeneralFlags.this_()protected GeneralFlagsGeneralFlags.value(int bits) Methods in org.wildfly.common.format with parameters of type GeneralFlagsModifier and TypeMethodDescriptionprotected voidPrintf.formatBoolean(StringBuilder target, Object item, GeneralFlags genFlags, int width, int precision) protected voidPrintf.formatCharacter(StringBuilder target, int codePoint, GeneralFlags genFlags, int width, int precision) protected voidPrintf.formatDecimalInteger(StringBuilder target, Number item, GeneralFlags genFlags, NumericFlags numFlags, int width) protected voidPrintf.formatFloatingPointDecimal(StringBuilder target, Number item, GeneralFlags genFlags, NumericFlags numFlags, int width, int precision) protected voidPrintf.formatFloatingPointGeneral(StringBuilder target, Number item, GeneralFlags genFlags, NumericFlags numFlags, int width, int precision) protected voidPrintf.formatFloatingPointSci(StringBuilder target, Number item, GeneralFlags genFlags, NumericFlags numFlags, int width, int precision) protected voidPrintf.formatFormattableString(StringBuilder target, Formattable formattable, GeneralFlags genFlags, int width, int precision) protected voidPrintf.formatHashCode(StringBuilder target, Object item, GeneralFlags genFlags, int width, int precision) protected voidPrintf.formatHexInteger(StringBuilder target, Number item, GeneralFlags genFlags, NumericFlags numFlags, int width) protected voidPrintf.formatOctalInteger(StringBuilder target, Number item, GeneralFlags genFlags, NumericFlags numFlags, int width) protected voidPrintf.formatPlainString(StringBuilder target, Object item, GeneralFlags genFlags, int width, int precision) protected voidPrintf.formatTimeField(StringBuilder target, TemporalAccessor ta, TemporalField field, GeneralFlags genFlags, int width, int zeroPad) protected voidPrintf.formatTimeTextField(StringBuilder target, TemporalAccessor ta, TemporalField field, String[] symbols, GeneralFlags genFlags, int width) protected voidPrintf.formatTimeZoneId(StringBuilder target, TemporalAccessor ta, GeneralFlags genFlags, int width) protected voidPrintf.formatTimeZoneOffset(StringBuilder target, TemporalAccessor ta, GeneralFlags genFlags, int width)