Interface XmlMixinInfo

All Known Implementing Classes:
XmlMixinInfoDefault

public interface XmlMixinInfo
Mixin for 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.