Package io.inugami.api.mapping.events
Class ListTargetsMapper
- java.lang.Object
-
- io.inugami.api.mapping.events.ListTargetsMapper
-
- All Implemented Interfaces:
ApplyIfNotNullAndSameType,Mapper<List<TargetConfig>,List<Object>>
public class ListTargetsMapper extends Object implements Mapper<List<TargetConfig>,List<Object>>, ApplyIfNotNullAndSameType
ListTargetsMapper- Since:
- 7 févr. 2018
-
-
Constructor Summary
Constructors Constructor Description ListTargetsMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TargetConfig>mapping(List<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 List<TargetConfig> mapping(List<Object> data)
-
-