org.spincast.plugins.jacksonjson.JsonMixinInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-plugins-jackson-json Show documentation
Show all versions of spincast-plugins-jackson-json Show documentation
The default Spincast Jackson Json plugin
The newest version!
package org.spincast.plugins.jacksonjson;
/**
* Links a mixin to a class to (de)serialize using
* Jackson.
*/
public interface JsonMixinInfo {
/**
* The class to apply the mixin to.
*/
public Class> getTargetClass();
/**
* The mixin class.
*/
public Class> getMixinClass();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy