Package org.loxlylabs.nestedtext


package org.loxlylabs.nestedtext
  • Class
    Description
    Provides context for a deserialization operation and serves as the main entry point for data binding.
    An exception that may be thrown when binding to a Java type.
    Defines a custom strategy for deserializing a List, String, or Map into a specific Java type T.
    Options to use when dumping an Object to Minimal NestedText
    The main class for loading and dumping NestedText data.
    A builder class to assist in creating NestedText instances.
    Helper class to complete the renameField operation.
    Provides a fluent API for configuring type-specific mapping rules.
    The unified exception for all errors that occur within the NestedText library.
    Utility class to serialize or deserialize with default configuration.
    A functional interface for providing a custom serialization strategy for a specific class.
    Contains the type level rules for serialization / deserialization.
    Used for serializing NestedText to a List<T> or a Map<K,V>