public.javadoc.org.spincast.plugins.jacksonjson.IJsonMixinInfo.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-website Show documentation
Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
IJsonMixinInfo (org.spincast:spincast-framework 0.9.25 API)
org.spincast.plugins.jacksonjson
Interface IJsonMixinInfo
-
- All Known Implementing Classes:
- JsonMixinInfo
public interface IJsonMixinInfo
Links a mixin to a class to (de)serialize using
Jackson.
-
-
Method Summary
All Methods Instance Methods Abstract Methods
Modifier and Type
Method and Description
Class<?>
getMixinClass()
The mixin class.
Class<?>
getTargetClass()
The class to apply the mixin to.
Copyright © 2016. All rights reserved.