Uses of Class
org.mapstruct.InjectionStrategy
-
Packages that use InjectionStrategy Package Description org.mapstruct MapStruct is a code generator which simplifies the implementation of mappings between Java bean types by generating mapping code at compile time, following a convention-over-configuration approach. -
-
Uses of InjectionStrategy in org.mapstruct
Methods in org.mapstruct that return InjectionStrategy Modifier and Type Method Description InjectionStrategy
injectionStrategy()
Determines whether to use field or constructor injection.InjectionStrategy
injectionStrategy()
Determines whether to use field or constructor injection.static InjectionStrategy
InjectionStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static InjectionStrategy[]
InjectionStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-