Package io.inugami.api.mapping.events
Class TargetMapper
- java.lang.Object
-
- io.inugami.api.mapping.events.TargetMapper
-
- All Implemented Interfaces:
ApplyIfNotNullAndSameType,Mapper<TargetConfig,Object>
public class TargetMapper extends Object implements Mapper<TargetConfig,Object>, ApplyIfNotNullAndSameType
ListTargetsMapper- Since:
- 7 févr. 2018
-
-
Constructor Summary
Constructors Constructor Description TargetMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TargetConfigmapping(Object data)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.inugami.api.functionnals.ApplyIfNotNullAndSameType
buildStringMapper, ifNotNullAndSameType
-
-
-
-
Method Detail
-
mapping
public TargetConfig mapping(Object data)
- Specified by:
mappingin interfaceMapper<TargetConfig,Object>
-
-