JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.apache.camel.quarkus.component.mapstruct.it.mapper.car
Interface CarMapper
All Known Implementing Classes:
CarMapperImpl
public interface
CarMapper
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Car
toCar
(
Bike
bike)
Car
toCar
(
Vehicle
vehicle)
Method Details
toCar
Car
toCar
(
Vehicle
vehicle)
toCar
Car
toCar
(
Bike
bike)