Package de.quantummaid.eventmaid.mapping
Interface Mapifier<T>
-
- Type Parameters:
T- the type of the object to be mapified
- All Known Implementing Classes:
ExceptionMapifier,MissingExceptionMappingExceptionMapifier
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface Mapifier<T>
AMapifieris takes an object and returns aMaprepresentation from it.- See Also:
- EventMaid Documentation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectmap(T object)Takes an object and returns aMapcontaining the object's data
-