Uses of Class
org.mapstruct.ap.internal.util.ValueProvider
-
Packages that use ValueProvider Package Description org.mapstruct.ap.internal.util Several helper types dealing with collection types, option management etc. -
-
Uses of ValueProvider in org.mapstruct.ap.internal.util
Methods in org.mapstruct.ap.internal.util that return ValueProvider Modifier and Type Method Description static ValueProviderValueProvider. of(Accessor accessor)Creates aValueProviderfrom the providedaccessor.
-