org.spincast.plugins.jacksonjson.IJsonMixinInfo 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
                
            package org.spincast.plugins.jacksonjson;
/**
 * Links a mixin to a class to (de)serialize using
 * Jackson.
 */
public interface IJsonMixinInfo {
    /**
     * The class to apply the mixin to.
     */
    public Class> getTargetClass();
    /**
     * The mixin class.
     */
    public Class> getMixinClass();
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy