Uses of Class
io.github.chrimle.exceptionfactory.MessageBuilder
-
Uses of MessageBuilder in io.github.chrimle.exceptionfactory
Methods in io.github.chrimle.exceptionfactory that return MessageBuilderModifier and TypeMethodDescriptionAdds a string representation of theobject, viaObject.toString(), to this builder.MessageBuilder.addCodeQuote(Object object) Adds a code quoted string representation of theobject, within``-quotes, to this builder.MessageBuilder.addFormatSpecifier(Class<?> formatClass) Adds a format specifier, based on theformatClass, to this builder.static @NotNull MessageBuilderMessageBuilder.newMessageBuilder()Factory method for instantiatingMessageBuilder.