Uses of Class
org.loxlylabs.nestedtext.NestedText
-
Uses of NestedText in org.loxlylabs.nestedtext
Methods in org.loxlylabs.nestedtext that return NestedTextModifier and TypeMethodDescriptionNestedText.indent(int numSpaces) Sets the number of spaces to use for each level of indentation when dumping data.NestedText.lineSeparator(String lineSeparator) Sets the line separator string to use when dumping data.<T> NestedTextNestedText.registerAdapter(Class<T> type, NestedText.Adapter<T> adapter) Registers a custom adapter for serializing a specific class to a NestedText-compatible format.NestedText.useReflection(boolean useReflection) Enables or disables the use of reflection for serializing arbitrary Java objects during a dump operation.