T
- the type of the input to the functionR
- the type of the result of the functionpublic interface Extractor<T,R>
Modifier and Type | Method and Description |
---|---|
R |
apply(T t)
Extract a value from the passed parameter.
|
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.