Class B2JsonUnionBaseHandler<T>

  • All Implemented Interfaces:
    B2JsonTypeHandler<T>

    public class B2JsonUnionBaseHandler<T>
    extends B2JsonTypeHandlerWithDefaults<T>
    Handler for the class that is the base class for a union type.

    This handler is used only for deserialization, where it finds the type name in the JSON object, and this dispatches to the subclass for that type.