Interface PolymorphicMixIns


public interface PolymorphicMixIns
Mix-ins to add to polymorphic resources, so they are deserialized as the correct type.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Map<Class<?>,Class<?>>
    Mix-ins to register in the ObjectMapper.
  • Field Details

    • MIX_INS

      static final Map<Class<?>,Class<?>> MIX_INS
      Mix-ins to register in the ObjectMapper.