Uses of Interface
org.mapstruct.ap.internal.util.Extractor
-
Packages that use Extractor Package Description org.mapstruct.ap.internal.util Several helper types dealing with collection types, option management etc. -
-
Uses of Extractor in org.mapstruct.ap.internal.util
Methods in org.mapstruct.ap.internal.util with parameters of type Extractor Modifier and Type Method Description static <T> String
Strings. join(Iterable<T> iterable, String separator, Extractor<T,String> extractor)
-