JavaScript is disabled on your browser.
Skip navigation links
Spincast Framework
Javadoc
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.spincast.plugins.jacksonjson
Interface JsonMixinInfo
All Known Implementing Classes:
JsonMixinInfoDefault
public interface
JsonMixinInfo
Links a mixin to a class to (de)serialize using Jackson.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Class
<?>
getMixinClass
()
The mixin class.
Class
<?>
getTargetClass
()
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.