public.javadoc.org.spincast.plugins.jacksonjson.JsonMixinInfo.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.
The newest version!
JsonMixinInfo (org.spincast:spincast-framework 0.9.28 API)
org.spincast.plugins.jacksonjson
Class JsonMixinInfo
- java.lang.Object
-
- org.spincast.plugins.jacksonjson.JsonMixinInfo
-
- All Implemented Interfaces:
- IJsonMixinInfo
public class JsonMixinInfo
extends Object
implements IJsonMixinInfo
An simple implementation of IJsonMixinInfo.
-
-
Constructor Summary
Constructors
Constructor and Description
JsonMixinInfo(Class<?> targetClass,
Class<?> mixinClass)
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Class<?>
getMixinClass()
The mixin class.
Class<?>
getTargetClass()
The class to apply the mixin to.
-
-
Method Detail
-
getTargetClass
public Class<?> getTargetClass()
Description copied from interface: IJsonMixinInfo
The class to apply the mixin to.
- Specified by:
getTargetClass in interface IJsonMixinInfo
-
getMixinClass
public Class<?> getMixinClass()
Description copied from interface: IJsonMixinInfo
The mixin class.
- Specified by:
getMixinClass in interface IJsonMixinInfo
Copyright © 2016. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy