Uses of Class
org.mapstruct.ap.internal.model.ValueMappingMethod.MappingEntry
-
Packages that use ValueMappingMethod.MappingEntry Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc. -
-
Uses of ValueMappingMethod.MappingEntry in org.mapstruct.ap.internal.model
Fields in org.mapstruct.ap.internal.model declared as ValueMappingMethod.MappingEntry Modifier and Type Field Description private ValueMappingMethod.MappingEntryValueMappingMethod. defaultTargetprivate ValueMappingMethod.MappingEntryValueMappingMethod. nullTargetFields in org.mapstruct.ap.internal.model with type parameters of type ValueMappingMethod.MappingEntry Modifier and Type Field Description private java.util.List<ValueMappingMethod.MappingEntry>ValueMappingMethod. valueMappingsMethods in org.mapstruct.ap.internal.model that return ValueMappingMethod.MappingEntry Modifier and Type Method Description ValueMappingMethod.MappingEntryValueMappingMethod. getDefaultTarget()ValueMappingMethod.MappingEntryValueMappingMethod. getNullTarget()Methods in org.mapstruct.ap.internal.model that return types with arguments of type ValueMappingMethod.MappingEntry Modifier and Type Method Description private java.util.List<ValueMappingMethod.MappingEntry>ValueMappingMethod.Builder. enumToEnumMapping(Method method, Type sourceType, Type targetType)private java.util.List<ValueMappingMethod.MappingEntry>ValueMappingMethod.Builder. enumToStringMapping(Method method, Type sourceType)java.util.List<ValueMappingMethod.MappingEntry>ValueMappingMethod. getValueMappings()private java.util.List<ValueMappingMethod.MappingEntry>ValueMappingMethod.Builder. stringToEnumMapping(Method method, Type targetType)Constructor parameters in org.mapstruct.ap.internal.model with type arguments of type ValueMappingMethod.MappingEntry Constructor Description ValueMappingMethod(Method method, java.util.List<ValueMappingMethod.MappingEntry> enumMappings, java.lang.String nullTarget, java.lang.String defaultTarget, Type unexpectedValueMappingException, java.util.List<LifecycleCallbackMethodReference> beforeMappingMethods, java.util.List<LifecycleCallbackMethodReference> afterMappingMethods)
-