public.javadoc.org.spincast.plugins.jacksonxml.XmlMixinInfoDefault.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.
XmlMixinInfoDefault (org.spincast:spincast-framework 1.13.0 API)
org.spincast.plugins.jacksonxml
Class XmlMixinInfoDefault
- java.lang.Object
-
- org.spincast.plugins.jacksonxml.XmlMixinInfoDefault
-
- All Implemented Interfaces:
- XmlMixinInfo
public class XmlMixinInfoDefault
extends Object
implements XmlMixinInfo
An simple implementation of XmlMixinInfo.
-
-
Constructor Summary
Constructors
Constructor and Description
XmlMixinInfoDefault(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: XmlMixinInfo
The class to apply the mixin to.
- Specified by:
getTargetClass
in interface XmlMixinInfo
-
getMixinClass
public Class<?> getMixinClass()
Description copied from interface: XmlMixinInfo
The mixin class.
- Specified by:
getMixinClass
in interface XmlMixinInfo
Copyright © 2019. All rights reserved.