Interface JsonMixinInfo

All Known Implementing Classes:
JsonMixinInfoDefault

public interface JsonMixinInfo
Links a mixin to a class to (de)serialize using Jackson.
  • Method Summary

    Modifier and Type
    Method
    Description
    The mixin class.
    The class to apply the mixin to.
  • Method Details

    • getTargetClass

      Class<?> getTargetClass()
      The class to apply the mixin to.
    • getMixinClass

      Class<?> getMixinClass()
      The mixin class.