A B C D E F G H I J K M N O P R S T U V W 

A

AbstractModelElement - Class in org.mapstruct.ap.model
Default implementation of ModelElement which writes model elements using FreeMarker templates.
AbstractModelElement() - Constructor for class org.mapstruct.ap.model.AbstractModelElement
 
addAnnotation(Annotation) - Method in class org.mapstruct.ap.model.Mapper
 
Annotation - Class in org.mapstruct.ap.model
 
Annotation(Type) - Constructor for class org.mapstruct.ap.model.Annotation
 
AnnotationBasedComponentModelProcessor - Class in org.mapstruct.ap.processor
An ModelElementProcessor which converts the given Mapper object into an annotation based component model in case a matching model is selected as target component model for this mapper.
AnnotationBasedComponentModelProcessor() - Constructor for class org.mapstruct.ap.processor.AnnotationBasedComponentModelProcessor
 
AnnotationMapperReference - Class in org.mapstruct.ap.model
Mapper reference which is retrieved via Annotation-based dependency injection.
AnnotationMapperReference(Annotation, Type) - Constructor for class org.mapstruct.ap.model.AnnotationMapperReference
 
AnnotationProcessingException - Exception in org.mapstruct.ap
Indicates an error during annotation processing.
AnnotationProcessingException(String, Element) - Constructor for exception org.mapstruct.ap.AnnotationProcessingException
 
AnnotationProcessingException(String, Element, AnnotationMirror) - Constructor for exception org.mapstruct.ap.AnnotationProcessingException
 
AnnotationProcessingException(String, Element, AnnotationMirror, AnnotationValue) - Constructor for exception org.mapstruct.ap.AnnotationProcessingException
 
asSet(T...) - Static method in class org.mapstruct.ap.util.Collections
 
asSet(Collection<T>, T...) - Static method in class org.mapstruct.ap.util.Collections
 

B

BeanMappingMethod - Class in org.mapstruct.ap.model
A MappingMethod implemented by a Mapper class which maps one bean type to another, optionally configured by one or more PropertyMappings.
BeanMappingMethod(Method, List<PropertyMapping>) - Constructor for class org.mapstruct.ap.model.BeanMappingMethod
 
BigDecimalToBigIntegerConversion - Class in org.mapstruct.ap.conversion
Conversion between BigDecimal and BigInteger.
BigDecimalToBigIntegerConversion() - Constructor for class org.mapstruct.ap.conversion.BigDecimalToBigIntegerConversion
 
BigDecimalToPrimitiveConversion - Class in org.mapstruct.ap.conversion
Conversion between BigInteger and native number types.
BigDecimalToPrimitiveConversion(Class<?>) - Constructor for class org.mapstruct.ap.conversion.BigDecimalToPrimitiveConversion
 
BigDecimalToStringConversion - Class in org.mapstruct.ap.conversion
Conversion between BigDecimal and String.
BigDecimalToStringConversion() - Constructor for class org.mapstruct.ap.conversion.BigDecimalToStringConversion
 
BigDecimalToWrapperConversion - Class in org.mapstruct.ap.conversion
Conversion between BigDecimal and wrappers of native number types.
BigDecimalToWrapperConversion(Class<?>) - Constructor for class org.mapstruct.ap.conversion.BigDecimalToWrapperConversion
 
BigIntegerToPrimitiveConversion - Class in org.mapstruct.ap.conversion
Conversion between BigInteger and native number types.
BigIntegerToPrimitiveConversion(Class<?>) - Constructor for class org.mapstruct.ap.conversion.BigIntegerToPrimitiveConversion
 
BigIntegerToStringConversion - Class in org.mapstruct.ap.conversion
Conversion between BigInteger and String.
BigIntegerToStringConversion() - Constructor for class org.mapstruct.ap.conversion.BigIntegerToStringConversion
 
BigIntegerToWrapperConversion - Class in org.mapstruct.ap.conversion
Conversion between BigInteger and wrappers of native number types.
BigIntegerToWrapperConversion(Class<?>) - Constructor for class org.mapstruct.ap.conversion.BigIntegerToWrapperConversion
 

C

capitalize(String) - Static method in class org.mapstruct.ap.util.Strings
 
CdiComponentProcessor - Class in org.mapstruct.ap.processor
A ModelElementProcessor which converts the given Mapper object into an application-scoped CDI bean in case CDI is configured as the target component model for this mapper.
CdiComponentProcessor() - Constructor for class org.mapstruct.ap.processor.CdiComponentProcessor
 
CharToStringConversion - Class in org.mapstruct.ap.conversion
Conversion between char and String.
CharToStringConversion() - Constructor for class org.mapstruct.ap.conversion.CharToStringConversion
 
CharWrapperToStringConversion - Class in org.mapstruct.ap.conversion
Conversion between Character and String.
CharWrapperToStringConversion() - Constructor for class org.mapstruct.ap.conversion.CharWrapperToStringConversion
 
Collections - Class in org.mapstruct.ap.util
Provides utility methods around collections.
compareTo(Type) - Method in class org.mapstruct.ap.model.Type
 
componentModel() - Method in class org.mapstruct.ap.MapperPrism
Returns a String representing the value of the java.lang.String componentModel() member of the Annotation.
componentModel() - Method in class org.mapstruct.ap.MapperPrism.Values
Return the AnnotationValue corresponding to the componentModel() member of the annotation, or null when the default value is implied.
ConversionProvider - Interface in org.mapstruct.ap.conversion
Implementations create inline TypeConversions such as (long)source, Integer.valueOf(source) or new SimpleDateFormat().format( source ).
ConversionProvider.Context - Interface in org.mapstruct.ap.conversion
Context object passed to conversion providers.
Conversions - Class in org.mapstruct.ap.conversion
Holds built-in ConversionProviders such as from int to String.
Conversions(Elements, TypeFactory) - Constructor for class org.mapstruct.ap.conversion.Conversions
 

D

dateFormat() - Method in class org.mapstruct.ap.IterableMappingPrism
Returns a String representing the value of the java.lang.String dateFormat() member of the Annotation.
dateFormat() - Method in class org.mapstruct.ap.IterableMappingPrism.Values
Return the AnnotationValue corresponding to the dateFormat() member of the annotation, or null when the default value is implied.
dateFormat() - Method in class org.mapstruct.ap.MappingPrism
Returns a String representing the value of the java.lang.String dateFormat() member of the Annotation.
dateFormat() - Method in class org.mapstruct.ap.MappingPrism.Values
Return the AnnotationValue corresponding to the dateFormat() member of the annotation, or null when the default value is implied.
DateToStringConversion - Class in org.mapstruct.ap.conversion
Conversion between String and Date.
DateToStringConversion() - Constructor for class org.mapstruct.ap.conversion.DateToStringConversion
 
DEFAULT_COMPONENT_MODEL - Static variable in class org.mapstruct.ap.MappingProcessor
 
DefaultConversionContext - Class in org.mapstruct.ap.conversion
Default implementation of the ConversionProvider.Context passed to conversion providers.
DefaultConversionContext(TypeFactory, Type, String) - Constructor for class org.mapstruct.ap.conversion.DefaultConversionContext
 
DefaultMapperReference - Class in org.mapstruct.ap.model
Mapper reference which is retrieved via the Mappers#getMapper() method.
DefaultMapperReference(Type) - Constructor for class org.mapstruct.ap.model.DefaultMapperReference
 
DefaultModelElementProcessorContext - Class in org.mapstruct.ap.processor
Default implementation of the processor context.
DefaultModelElementProcessorContext(ProcessingEnvironment, Options) - Constructor for class org.mapstruct.ap.processor.DefaultModelElementProcessorContext
 

E

EnumStringConversion - Class in org.mapstruct.ap.conversion
Conversion between String and Enum types.
EnumStringConversion() - Constructor for class org.mapstruct.ap.conversion.EnumStringConversion
 
equals(Object) - Method in class org.mapstruct.ap.model.Type
 
Executables - Class in org.mapstruct.ap.util
Provides functionality around ExecutableElements.
Executables(TypeFactory) - Constructor for class org.mapstruct.ap.util.Executables
 
execute(Environment, Map, TemplateModel[], TemplateDirectiveBody) - Method in class org.mapstruct.ap.writer.ModelIncludeDirective
 

F

failsBuild() - Method in enum org.mapstruct.ap.model.ReportingPolicy
 
Filters - Class in org.mapstruct.ap.util
Filter methods for working with Element collections.
Filters(Executables) - Constructor for class org.mapstruct.ap.util.Filters
 
forMethodRequiringImplementation(ExecutableElement, List<Parameter>, Type, Map<String, Mapping>, IterableMapping, MapMapping) - Static method in class org.mapstruct.ap.model.source.Method
 
forReferencedMethod(Type, ExecutableElement, List<Parameter>, Type) - Static method in class org.mapstruct.ap.model.source.Method
 
FreeMarkerModelElementWriter - Class in org.mapstruct.ap.writer
Delegate for writing given ModelElements into a Writer using FreeMarker templates.
FreeMarkerModelElementWriter() - Constructor for class org.mapstruct.ap.writer.FreeMarkerModelElementWriter
 
from(String, ConversionProvider.Context) - Method in interface org.mapstruct.ap.conversion.ConversionProvider
Creates the conversion from target to source of a property mapping.
from(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.DateToStringConversion
 
from(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.ReverseConversion
 
from(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.SimpleConversion
 
fromMappingPrism(MappingPrism, Element) - Static method in class org.mapstruct.ap.model.source.Mapping
 
fromMappingsPrism(MappingsPrism, Element) - Static method in class org.mapstruct.ap.model.source.Mapping
 
fromPrism(IterableMappingPrism) - Static method in class org.mapstruct.ap.model.source.IterableMapping
 
fromPrism(MapMappingPrism) - Static method in class org.mapstruct.ap.model.source.MapMapping
 

G

get(Class<T>) - Method in interface org.mapstruct.ap.model.ModelElement.Context
Retrieves the object with the given type from this context.
getAnnotation() - Method in class org.mapstruct.ap.model.AnnotationMapperReference
 
getAnnotationMirror() - Method in exception org.mapstruct.ap.AnnotationProcessingException
 
getAnnotations() - Method in class org.mapstruct.ap.model.Mapper
 
getAnnotationValue() - Method in exception org.mapstruct.ap.AnnotationProcessingException
 
getComponentModelIdentifier() - Method in class org.mapstruct.ap.processor.AnnotationBasedComponentModelProcessor
 
getComponentModelIdentifier() - Method in class org.mapstruct.ap.processor.CdiComponentProcessor
 
getComponentModelIdentifier() - Method in class org.mapstruct.ap.processor.Jsr330ComponentProcessor
 
getComponentModelIdentifier() - Method in class org.mapstruct.ap.processor.SpringComponentProcessor
 
getConversion(Type, Type) - Method in class org.mapstruct.ap.conversion.Conversions
 
getConversion() - Method in class org.mapstruct.ap.model.IterableMappingMethod
 
getConversion() - Method in class org.mapstruct.ap.model.PropertyMapping
 
getConversionString() - Method in class org.mapstruct.ap.model.TypeConversion
 
getDateFormat() - Method in interface org.mapstruct.ap.conversion.ConversionProvider.Context
Returns the date format if this conversion is from String to Date or vice versa.
getDateFormat() - Method in class org.mapstruct.ap.conversion.DefaultConversionContext
 
getDateFormat() - Method in class org.mapstruct.ap.model.source.IterableMapping
 
getDateFormat() - Method in class org.mapstruct.ap.model.source.Mapping
 
getDateFormatAnnotationValue() - Method in class org.mapstruct.ap.model.source.IterableMapping
 
getDeclaringMapper() - Method in class org.mapstruct.ap.model.MappingMethodReference
 
getDeclaringMapper() - Method in class org.mapstruct.ap.model.source.Method
Returns the mapper type declaring this method if it is not declared by the mapper interface currently processed but by another mapper imported via Mapper#users().
getDefaultComponentModel() - Method in class org.mapstruct.ap.model.Options
 
getDiagnosticKind() - Method in enum org.mapstruct.ap.model.ReportingPolicy
 
getEffectiveComponentModel(Options, String) - Static method in class org.mapstruct.ap.util.OptionsHelper
 
getElement() - Method in exception org.mapstruct.ap.AnnotationProcessingException
 
getElementMappingMethod() - Method in class org.mapstruct.ap.model.IterableMappingMethod
 
getElementUtils() - Method in class org.mapstruct.ap.processor.DefaultModelElementProcessorContext
 
getElementUtils() - Method in interface org.mapstruct.ap.processor.ModelElementProcessor.ProcessorContext
 
getEntryVariableName() - Method in class org.mapstruct.ap.model.MapMappingMethod
 
getExceptionTypes() - Method in class org.mapstruct.ap.model.TypeConversion
 
getExecutable() - Method in class org.mapstruct.ap.model.source.Method
 
getFiler() - Method in class org.mapstruct.ap.processor.DefaultModelElementProcessorContext
 
getFiler() - Method in interface org.mapstruct.ap.processor.ModelElementProcessor.ProcessorContext
 
getFromConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.BigDecimalToBigIntegerConversion
 
getFromConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.BigDecimalToPrimitiveConversion
 
getFromConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.BigDecimalToStringConversion
 
getFromConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.BigDecimalToWrapperConversion
 
getFromConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.BigIntegerToPrimitiveConversion
 
getFromConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.BigIntegerToStringConversion
 
getFromConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.BigIntegerToWrapperConversion
 
getFromConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.CharToStringConversion
 
getFromConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.CharWrapperToStringConversion
 
getFromConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.EnumStringConversion
 
getFromConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.PrimitiveToPrimitiveConversion
 
getFromConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.PrimitiveToStringConversion
 
getFromConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.PrimitiveToWrapperConversion
 
getFromConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.SimpleConversion
Creates the conversion string from target to source.
getFromConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.WrapperToStringConversion
 
getFromConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.WrapperToWrapperConversion
 
getFullyQualifiedName() - Method in class org.mapstruct.ap.model.Type
 
getImplementationName() - Method in class org.mapstruct.ap.model.Mapper
 
getImplementationType() - Method in class org.mapstruct.ap.model.Type
Returns the implementation type to be instantiated in case this type is an interface iterable, collection or map type.
getImportTypes() - Method in class org.mapstruct.ap.model.Annotation
 
getImportTypes() - Method in class org.mapstruct.ap.model.AnnotationMapperReference
 
getImportTypes() - Method in class org.mapstruct.ap.model.BeanMappingMethod
 
getImportTypes() - Method in class org.mapstruct.ap.model.DefaultMapperReference
 
getImportTypes() - Method in class org.mapstruct.ap.model.IterableMappingMethod
 
getImportTypes() - Method in class org.mapstruct.ap.model.MapMappingMethod
 
getImportTypes() - Method in class org.mapstruct.ap.model.Mapper
 
getImportTypes() - Method in class org.mapstruct.ap.model.MappingMethod
 
getImportTypes() - Method in interface org.mapstruct.ap.model.ModelElement
Returns a set containing those Types referenced by this model element for which an import statement needs to be declared.
getImportTypes() - Method in class org.mapstruct.ap.model.Parameter
 
getImportTypes() - Method in class org.mapstruct.ap.model.PropertyMapping
 
getImportTypes() - Method in class org.mapstruct.ap.model.Type
 
getImportTypes() - Method in class org.mapstruct.ap.model.TypeConversion
 
getInstance(AnnotationMirror) - Static method in class org.mapstruct.ap.IterableMappingPrism
Return a prism of the @org.mapstruct.IterableMapping annotation whose mirror is mirror.
getInstance(AnnotationMirror) - Static method in class org.mapstruct.ap.MapMappingPrism
Return a prism of the @org.mapstruct.MapMapping annotation whose mirror is mirror.
getInstance(AnnotationMirror) - Static method in class org.mapstruct.ap.MapperPrism
Return a prism of the @org.mapstruct.Mapper annotation whose mirror is mirror.
getInstance(AnnotationMirror) - Static method in class org.mapstruct.ap.MappingPrism
Return a prism of the @org.mapstruct.Mapping annotation whose mirror is mirror.
getInstance(AnnotationMirror) - Static method in class org.mapstruct.ap.MappingsPrism
Return a prism of the @org.mapstruct.Mappings annotation whose mirror is mirror.
getInstance(AnnotationMirror) - Static method in class org.mapstruct.ap.MappingTargetPrism
Return a prism of the @org.mapstruct.MappingTarget annotation whose mirror is mirror.
getInstanceOn(Element) - Static method in class org.mapstruct.ap.IterableMappingPrism
Return a prism representing the @org.mapstruct.IterableMapping annotation on 'e'.
getInstanceOn(Element) - Static method in class org.mapstruct.ap.MapMappingPrism
Return a prism representing the @org.mapstruct.MapMapping annotation on 'e'.
getInstanceOn(Element) - Static method in class org.mapstruct.ap.MapperPrism
Return a prism representing the @org.mapstruct.Mapper annotation on 'e'.
getInstanceOn(Element) - Static method in class org.mapstruct.ap.MappingPrism
Return a prism representing the @org.mapstruct.Mapping annotation on 'e'.
getInstanceOn(Element) - Static method in class org.mapstruct.ap.MappingsPrism
Return a prism representing the @org.mapstruct.Mappings annotation on 'e'.
getInstanceOn(Element) - Static method in class org.mapstruct.ap.MappingTargetPrism
Return a prism representing the @org.mapstruct.MappingTarget annotation on 'e'.
getInterfaceName() - Method in class org.mapstruct.ap.model.Mapper
 
getIterableMapping() - Method in class org.mapstruct.ap.model.source.Method
 
getKeyConversion() - Method in class org.mapstruct.ap.model.MapMappingMethod
 
getKeyFormat() - Method in class org.mapstruct.ap.model.source.MapMapping
 
getKeyMappingMethod() - Method in class org.mapstruct.ap.model.MapMappingMethod
 
getKeyVariableName() - Method in class org.mapstruct.ap.model.MapMappingMethod
 
getLoopVariableName() - Method in class org.mapstruct.ap.model.IterableMappingMethod
 
getMapMapping() - Method in class org.mapstruct.ap.model.source.Method
 
getMapperReferenceAnnotation() - Method in class org.mapstruct.ap.processor.AnnotationBasedComponentModelProcessor
 
getMapperReferenceAnnotation() - Method in class org.mapstruct.ap.processor.CdiComponentProcessor
 
getMapperReferenceAnnotation() - Method in class org.mapstruct.ap.processor.Jsr330ComponentProcessor
 
getMapperReferenceAnnotation() - Method in class org.mapstruct.ap.processor.SpringComponentProcessor
 
getMapperType() - Method in class org.mapstruct.ap.model.AnnotationMapperReference
 
getMapperType() - Method in class org.mapstruct.ap.model.DefaultMapperReference
 
getMapperType() - Method in interface org.mapstruct.ap.model.MapperReference
 
getMapperVariableName() - Method in class org.mapstruct.ap.model.MappingMethodReference
 
getMapping(String) - Method in class org.mapstruct.ap.model.source.Method
 
getMappingMethod() - Method in class org.mapstruct.ap.model.PropertyMapping
 
getMappingMethods() - Method in class org.mapstruct.ap.model.Mapper
 
getMappings() - Method in class org.mapstruct.ap.model.source.Method
 
getMessager() - Method in class org.mapstruct.ap.processor.DefaultModelElementProcessorContext
 
getMessager() - Method in interface org.mapstruct.ap.processor.ModelElementProcessor.ProcessorContext
 
getMirror() - Method in class org.mapstruct.ap.model.source.IterableMapping
 
getMirror() - Method in class org.mapstruct.ap.model.source.MapMapping
 
getMirror() - Method in class org.mapstruct.ap.model.source.Mapping
 
getName() - Method in class org.mapstruct.ap.model.MappingMethod
 
getName() - Method in class org.mapstruct.ap.model.Parameter
 
getName() - Method in class org.mapstruct.ap.model.source.Method
 
getName() - Method in class org.mapstruct.ap.model.Type
 
getOptions() - Method in class org.mapstruct.ap.model.Mapper
 
getOptions() - Method in class org.mapstruct.ap.processor.DefaultModelElementProcessorContext
 
getOptions() - Method in interface org.mapstruct.ap.processor.ModelElementProcessor.ProcessorContext
 
getPackageName() - Method in class org.mapstruct.ap.model.Mapper
 
getPackageName() - Method in class org.mapstruct.ap.model.Type
 
getParameterNames() - Method in class org.mapstruct.ap.model.MappingMethod
 
getParameterNames() - Method in class org.mapstruct.ap.model.source.Method
 
getParameters() - Method in class org.mapstruct.ap.model.MappingMethod
 
getParameters() - Method in class org.mapstruct.ap.model.source.Method
 
getPrimitiveType(Class<?>) - Static method in class org.mapstruct.ap.util.NativeTypes
 
getPriority() - Method in class org.mapstruct.ap.processor.AnnotationBasedComponentModelProcessor
 
getPriority() - Method in class org.mapstruct.ap.processor.MapperCreationProcessor
 
getPriority() - Method in class org.mapstruct.ap.processor.MapperRenderingProcessor
 
getPriority() - Method in class org.mapstruct.ap.processor.MethodRetrievalProcessor
 
getPriority() - Method in interface org.mapstruct.ap.processor.ModelElementProcessor
Returns the priority value of this processor which must be between 1 (highest priority) and 10000 (lowest priority).
getPropertyMappings() - Method in class org.mapstruct.ap.model.BeanMappingMethod
 
getPropertyMappingsByParameter() - Method in class org.mapstruct.ap.model.BeanMappingMethod
 
getPropertyName(ExecutableElement) - Method in class org.mapstruct.ap.util.Executables
 
getPropertyNames(List<ExecutableElement>) - Method in class org.mapstruct.ap.util.Executables
 
getReferencedMappers() - Method in class org.mapstruct.ap.model.Mapper
 
getReferencedTypes() - Method in class org.mapstruct.ap.model.MappingMethodReference
 
getResultName() - Method in class org.mapstruct.ap.model.MappingMethod
 
getResultType() - Method in class org.mapstruct.ap.model.MappingMethod
 
getResultType() - Method in class org.mapstruct.ap.model.source.Method
 
getReturnType() - Method in class org.mapstruct.ap.model.MappingMethod
 
getReturnType() - Method in class org.mapstruct.ap.model.source.Method
 
getSaveVariableName(String, String...) - Static method in class org.mapstruct.ap.util.Strings
 
getSaveVariableName(String, Collection<String>) - Static method in class org.mapstruct.ap.util.Strings
 
getSourceAccessorName() - Method in class org.mapstruct.ap.model.PropertyMapping
 
getSourceAnnotationValue() - Method in class org.mapstruct.ap.model.source.Mapping
 
getSourceBeanName() - Method in class org.mapstruct.ap.model.PropertyMapping
 
getSourceName() - Method in class org.mapstruct.ap.model.PropertyMapping
 
getSourceName() - Method in class org.mapstruct.ap.model.source.Mapping
Returns the complete source name of this mapping, either a qualified (e.g.
getSourceParameter() - Method in class org.mapstruct.ap.model.IterableMappingMethod
 
getSourceParameter() - Method in class org.mapstruct.ap.model.MapMappingMethod
 
getSourceParameter(String) - Method in class org.mapstruct.ap.model.source.Method
 
getSourceParameterName() - Method in class org.mapstruct.ap.model.source.Mapping
Returns the name of the source parameter of this mapping if the source name is qualified.
getSourceParameters() - Method in class org.mapstruct.ap.model.MappingMethod
 
getSourceParameters() - Method in class org.mapstruct.ap.model.source.Method
 
getSourcePropertyName() - Method in class org.mapstruct.ap.model.source.Mapping
Returns the unqualified name of the source property (i.e.
getSourceType() - Method in class org.mapstruct.ap.model.PropertyMapping
 
getSupportedSourceVersion() - Method in class org.mapstruct.ap.MappingProcessor
 
getTargetAccessorName() - Method in class org.mapstruct.ap.model.PropertyMapping
 
getTargetAnnotationValue() - Method in class org.mapstruct.ap.model.source.Mapping
 
getTargetName() - Method in class org.mapstruct.ap.model.PropertyMapping
 
getTargetName() - Method in class org.mapstruct.ap.model.source.Mapping
 
getTargetParameter() - Method in class org.mapstruct.ap.model.source.Method
 
getTargetType() - Method in interface org.mapstruct.ap.conversion.ConversionProvider.Context
Returns the target type of this conversion.
getTargetType() - Method in class org.mapstruct.ap.conversion.DefaultConversionContext
 
getTargetType() - Method in class org.mapstruct.ap.model.PropertyMapping
 
getterMethodsIn(Iterable<? extends Element>) - Method in class org.mapstruct.ap.util.Filters
 
getToConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.BigDecimalToBigIntegerConversion
 
getToConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.BigDecimalToPrimitiveConversion
 
getToConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.BigDecimalToStringConversion
 
getToConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.BigDecimalToWrapperConversion
 
getToConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.BigIntegerToPrimitiveConversion
 
getToConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.BigIntegerToStringConversion
 
getToConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.BigIntegerToWrapperConversion
 
getToConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.CharToStringConversion
 
getToConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.CharWrapperToStringConversion
 
getToConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.EnumStringConversion
 
getToConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.PrimitiveToPrimitiveConversion
 
getToConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.PrimitiveToStringConversion
 
getToConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.PrimitiveToWrapperConversion
 
getToConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.SimpleConversion
Returns the conversion string from source to target.
getToConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.WrapperToStringConversion
 
getToConversionString(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.WrapperToWrapperConversion
 
getType() - Method in class org.mapstruct.ap.model.Annotation
 
getType() - Method in class org.mapstruct.ap.model.Parameter
 
getType(Class<?>) - Method in class org.mapstruct.ap.util.TypeFactory
 
getType(String) - Method in class org.mapstruct.ap.util.TypeFactory
 
getType(TypeElement) - Method in class org.mapstruct.ap.util.TypeFactory
 
getType(TypeMirror) - Method in class org.mapstruct.ap.util.TypeFactory
 
getTypeAnnotation() - Method in class org.mapstruct.ap.processor.AnnotationBasedComponentModelProcessor
 
getTypeAnnotation() - Method in class org.mapstruct.ap.processor.CdiComponentProcessor
 
getTypeAnnotation() - Method in class org.mapstruct.ap.processor.Jsr330ComponentProcessor
 
getTypeAnnotation() - Method in class org.mapstruct.ap.processor.SpringComponentProcessor
 
getTypeElement() - Method in class org.mapstruct.ap.model.Type
 
getTypeFactory() - Method in interface org.mapstruct.ap.conversion.ConversionProvider.Context
 
getTypeFactory() - Method in class org.mapstruct.ap.conversion.DefaultConversionContext
 
getTypeFactory() - Method in class org.mapstruct.ap.processor.AnnotationBasedComponentModelProcessor
 
getTypeFactory() - Method in class org.mapstruct.ap.processor.DefaultModelElementProcessorContext
 
getTypeFactory() - Method in interface org.mapstruct.ap.processor.ModelElementProcessor.ProcessorContext
 
getTypeMirror() - Method in class org.mapstruct.ap.model.Type
 
getTypeParameters() - Method in class org.mapstruct.ap.model.Type
 
getTypeUtils() - Method in class org.mapstruct.ap.processor.DefaultModelElementProcessorContext
 
getTypeUtils() - Method in interface org.mapstruct.ap.processor.ModelElementProcessor.ProcessorContext
 
getUnmappedTargetPolicy() - Method in class org.mapstruct.ap.model.Options
 
getValueConversion() - Method in class org.mapstruct.ap.model.MapMappingMethod
 
getValueFormat() - Method in class org.mapstruct.ap.model.source.MapMapping
 
getValueMappingMethod() - Method in class org.mapstruct.ap.model.MapMappingMethod
 
getValueVariableName() - Method in class org.mapstruct.ap.model.MapMappingMethod
 
getVariableName() - Method in class org.mapstruct.ap.model.AnnotationMapperReference
 
getVariableName() - Method in class org.mapstruct.ap.model.DefaultMapperReference
 
getWrapperType(Class<?>) - Static method in class org.mapstruct.ap.util.NativeTypes
 

H

hashCode() - Method in class org.mapstruct.ap.model.Type
 

I

init(ProcessingEnvironment) - Method in class org.mapstruct.ap.MappingProcessor
 
isAssignableTo(Type) - Method in class org.mapstruct.ap.model.Type
Whether this type is assignable to the given other type.
isCollectionType() - Method in class org.mapstruct.ap.model.Type
 
isEmpty(String) - Static method in class org.mapstruct.ap.util.Strings
 
isEnumType() - Method in class org.mapstruct.ap.model.Type
 
isErroneous() - Method in class org.mapstruct.ap.processor.DefaultModelElementProcessorContext
 
isErroneous() - Method in interface org.mapstruct.ap.processor.ModelElementProcessor.ProcessorContext
Whether the currently processed mapper type is erroneous which is the case if at least one diagnostic with Diagnostic.Kind.ERROR is reported by any of the participating processors.
isExistingInstanceMapping() - Method in class org.mapstruct.ap.model.MappingMethod
 
isGetterMethod(ExecutableElement) - Method in class org.mapstruct.ap.util.Executables
 
isInterface() - Method in class org.mapstruct.ap.model.Type
 
isIterableMapping() - Method in class org.mapstruct.ap.model.source.Method
 
isIterableType() - Method in class org.mapstruct.ap.model.Type
 
isMapMapping() - Method in class org.mapstruct.ap.model.source.Method
 
isMappingTarget() - Method in class org.mapstruct.ap.model.Parameter
 
isMapType() - Method in class org.mapstruct.ap.model.Type
 
isPrimitive() - Method in class org.mapstruct.ap.model.Type
 
isSetterMethod(ExecutableElement) - Method in class org.mapstruct.ap.util.Executables
 
isSuppressGeneratorTimestamp() - Method in class org.mapstruct.ap.model.Options
 
isValid - Variable in class org.mapstruct.ap.IterableMappingPrism
Determine whether the underlying AnnotationMirror has no errors.
isValid - Variable in class org.mapstruct.ap.MapMappingPrism
Determine whether the underlying AnnotationMirror has no errors.
isValid - Variable in class org.mapstruct.ap.MapperPrism
Determine whether the underlying AnnotationMirror has no errors.
isValid - Variable in class org.mapstruct.ap.MappingPrism
Determine whether the underlying AnnotationMirror has no errors.
isValid - Variable in class org.mapstruct.ap.MappingsPrism
Determine whether the underlying AnnotationMirror has no errors.
isValid - Variable in class org.mapstruct.ap.MappingTargetPrism
Determine whether the underlying AnnotationMirror has no errors.
IterableMapping - Class in org.mapstruct.ap.model.source
Represents an iterable mapping as configured via @IterableMapping.
IterableMappingMethod - Class in org.mapstruct.ap.model
A MappingMethod implemented by a Mapper class which maps one iterable type to another.
IterableMappingMethod(Method, MappingMethodReference, TypeConversion) - Constructor for class org.mapstruct.ap.model.IterableMappingMethod
 
IterableMappingPrism - Class in org.mapstruct.ap
A Prism representing an @org.mapstruct.IterableMapping annotation.
IterableMappingPrism.Values - Class in org.mapstruct.ap
A class whose members corespond to those of org.mapstruct.IterableMapping but which each return the AnnotationValue corresponding to that member in the model of the annotations.

J

join(Iterable<?>, String) - Static method in class org.mapstruct.ap.util.Strings
 
Jsr330ComponentProcessor - Class in org.mapstruct.ap.processor
A ModelElementProcessor which converts the given Mapper object into a JSR 330 style bean in case "jsr330" is configured as the target component model for this mapper.
Jsr330ComponentProcessor() - Constructor for class org.mapstruct.ap.processor.Jsr330ComponentProcessor
 

K

keyDateFormat() - Method in class org.mapstruct.ap.MapMappingPrism
Returns a String representing the value of the java.lang.String keyDateFormat() member of the Annotation.
keyDateFormat() - Method in class org.mapstruct.ap.MapMappingPrism.Values
Return the AnnotationValue corresponding to the keyDateFormat() member of the annotation, or null when the default value is implied.

M

MapMapping - Class in org.mapstruct.ap.model.source
Represents a map mapping as configured via @MapMapping.
MapMappingMethod - Class in org.mapstruct.ap.model
A MappingMethod implemented by a Mapper class which maps one Map type to another.
MapMappingMethod(Method, MappingMethodReference, TypeConversion, MappingMethodReference, TypeConversion) - Constructor for class org.mapstruct.ap.model.MapMappingMethod
 
MapMappingPrism - Class in org.mapstruct.ap
A Prism representing an @org.mapstruct.MapMapping annotation.
MapMappingPrism.Values - Class in org.mapstruct.ap
A class whose members corespond to those of org.mapstruct.MapMapping but which each return the AnnotationValue corresponding to that member in the model of the annotations.
Mapper - Class in org.mapstruct.ap.model
Represents a type implementing a mapper interface (annotated with @Mapper.
Mapper(TypeFactory, String, String, String, List<MappingMethod>, List<MapperReference>, Options) - Constructor for class org.mapstruct.ap.model.Mapper
 
MapperCreationProcessor - Class in org.mapstruct.ap.processor
A ModelElementProcessor which creates a Mapper from the given list of Methods.
MapperCreationProcessor() - Constructor for class org.mapstruct.ap.processor.MapperCreationProcessor
 
MapperPrism - Class in org.mapstruct.ap
A Prism representing an @org.mapstruct.Mapper annotation.
MapperPrism.Values - Class in org.mapstruct.ap
A class whose members corespond to those of org.mapstruct.Mapper but which each return the AnnotationValue corresponding to that member in the model of the annotations.
MapperReference - Interface in org.mapstruct.ap.model
A reference to another mapper class, which itself may be generated or hand-written.
MapperRenderingProcessor - Class in org.mapstruct.ap.processor
A ModelElementProcessor which creates a Java source file representing the given Mapper object, unless the given mapper type is erroneous.
MapperRenderingProcessor() - Constructor for class org.mapstruct.ap.processor.MapperRenderingProcessor
 
Mapping - Class in org.mapstruct.ap.model.source
Represents a property mapping as configured via @Mapping.
MappingMethod - Class in org.mapstruct.ap.model
A method implemented or referenced by a Mapper class.
MappingMethod(Method) - Constructor for class org.mapstruct.ap.model.MappingMethod
 
MappingMethodReference - Class in org.mapstruct.ap.model
Represents a reference to MappingMethod.
MappingMethodReference(Method) - Constructor for class org.mapstruct.ap.model.MappingMethodReference
 
MappingPrism - Class in org.mapstruct.ap
A Prism representing an @org.mapstruct.Mapping annotation.
MappingPrism.Values - Class in org.mapstruct.ap
A class whose members corespond to those of org.mapstruct.Mapping but which each return the AnnotationValue corresponding to that member in the model of the annotations.
MappingProcessor - Class in org.mapstruct.ap
A JSR 269 annotation Processor which generates the implementations for mapper interfaces (interfaces annotated with @Mapper.
MappingProcessor() - Constructor for class org.mapstruct.ap.MappingProcessor
 
MappingsPrism - Class in org.mapstruct.ap
A Prism representing an @org.mapstruct.Mappings annotation.
MappingsPrism.Values - Class in org.mapstruct.ap
A class whose members corespond to those of org.mapstruct.Mappings but which each return the AnnotationValue corresponding to that member in the model of the annotations.
MappingTargetPrism - Class in org.mapstruct.ap
A Prism representing an @org.mapstruct.MappingTarget annotation.
MappingTargetPrism.Values - Class in org.mapstruct.ap
A class whose members corespond to those of org.mapstruct.MappingTarget but which each return the AnnotationValue corresponding to that member in the model of the annotations.
Method - Class in org.mapstruct.ap.model.source
Represents a mapping method with source and target type and the mappings between the properties of source and target type.
MethodRetrievalProcessor - Class in org.mapstruct.ap.processor
A ModelElementProcessor which retrieves a list of Methods representing all the mapping methods of the given bean mapper type as well as all referenced mapper methods declared by other mappers referenced by the current mapper.
MethodRetrievalProcessor() - Constructor for class org.mapstruct.ap.processor.MethodRetrievalProcessor
 
mirror - Variable in class org.mapstruct.ap.IterableMappingPrism
The underlying AnnotationMirror of the annotation represented by this Prism.
mirror - Variable in class org.mapstruct.ap.MapMappingPrism
The underlying AnnotationMirror of the annotation represented by this Prism.
mirror - Variable in class org.mapstruct.ap.MapperPrism
The underlying AnnotationMirror of the annotation represented by this Prism.
mirror - Variable in class org.mapstruct.ap.MappingPrism
The underlying AnnotationMirror of the annotation represented by this Prism.
mirror - Variable in class org.mapstruct.ap.MappingsPrism
The underlying AnnotationMirror of the annotation represented by this Prism.
mirror - Variable in class org.mapstruct.ap.MappingTargetPrism
The underlying AnnotationMirror of the annotation represented by this Prism.
ModelElement - Interface in org.mapstruct.ap.model
A model element with the ability to write itself into a given Writer.
ModelElement.Context - Interface in org.mapstruct.ap.model
Passed to ModelElement, providing access to additional data specific to a given implementation of the model serialization mechanism.
ModelElementProcessor<P,R> - Interface in org.mapstruct.ap.processor
A processor which performs one task of the mapper generation, e.g.
ModelElementProcessor.ProcessorContext - Interface in org.mapstruct.ap.processor
Context object passed to ModelElementProcessor.process(ProcessorContext, TypeElement, Object) providing access to common infrastructure objects such as Types etc.
ModelIncludeDirective - Class in org.mapstruct.ap.writer
A TemplateDirectiveModel which allows to recursively write a graph of ModelElements, with each element using its own template.
ModelIncludeDirective(Configuration) - Constructor for class org.mapstruct.ap.writer.ModelIncludeDirective
 
ModelWriter - Class in org.mapstruct.ap.writer
Writes Java source files based on given mapper models, using a FreeMarker template.
ModelWriter() - Constructor for class org.mapstruct.ap.writer.ModelWriter
 

N

NativeTypes - Class in org.mapstruct.ap.util
Provides functionality around the Java primitive data types and their wrapper types.

O

Options - Class in org.mapstruct.ap.model
The options passed to the code generator.
Options(boolean, ReportingPolicy, String) - Constructor for class org.mapstruct.ap.model.Options
 
OptionsHelper - Class in org.mapstruct.ap.util
Helper class for dealing with Options.
org.mapstruct.ap - package org.mapstruct.ap
This package and it sub-packages contain the implementation of the MapStruct annotation processor.
org.mapstruct.ap.conversion - package org.mapstruct.ap.conversion
Provides built-in conversions between primitive and wrapper types, strings, dates etc.
org.mapstruct.ap.model - package org.mapstruct.ap.model
Meta-model of mapper types, their methods, mappings between properties etc.
org.mapstruct.ap.model.source - package org.mapstruct.ap.model.source
Intermediary representation of mapping methods as retrieved from via the annotation processing API.
org.mapstruct.ap.processor - package org.mapstruct.ap.processor
Contains model processors which perform tasks such as retrieving mapping methods, creating a model representation and writing the model into Java source files.
org.mapstruct.ap.util - package org.mapstruct.ap.util
Several helper types dealing with collection types, option management etc.
org.mapstruct.ap.writer - package org.mapstruct.ap.writer
Infrastructure for dealing with the FreeMarker template engine.

P

Parameter - Class in org.mapstruct.ap.model
A parameter of a mapping method.
Parameter(String, Type, boolean) - Constructor for class org.mapstruct.ap.model.Parameter
 
Parameter(String, Type) - Constructor for class org.mapstruct.ap.model.Parameter
 
PrimitiveToPrimitiveConversion - Class in org.mapstruct.ap.conversion
Conversion between primitive types such as byte or long.
PrimitiveToPrimitiveConversion(Class<?>) - Constructor for class org.mapstruct.ap.conversion.PrimitiveToPrimitiveConversion
 
PrimitiveToStringConversion - Class in org.mapstruct.ap.conversion
Conversion between primitive types such as byte or long and String.
PrimitiveToStringConversion(Class<?>) - Constructor for class org.mapstruct.ap.conversion.PrimitiveToStringConversion
 
PrimitiveToWrapperConversion - Class in org.mapstruct.ap.conversion
Conversion between primitive types such as byte and wrapper types such as Integer.
PrimitiveToWrapperConversion(Class<?>, Class<?>) - Constructor for class org.mapstruct.ap.conversion.PrimitiveToWrapperConversion
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.mapstruct.ap.MappingProcessor
 
process(ModelElementProcessor.ProcessorContext, TypeElement, Mapper) - Method in class org.mapstruct.ap.processor.AnnotationBasedComponentModelProcessor
 
process(ModelElementProcessor.ProcessorContext, TypeElement, List<Method>) - Method in class org.mapstruct.ap.processor.MapperCreationProcessor
 
process(ModelElementProcessor.ProcessorContext, TypeElement, Mapper) - Method in class org.mapstruct.ap.processor.MapperRenderingProcessor
 
process(ModelElementProcessor.ProcessorContext, TypeElement, Void) - Method in class org.mapstruct.ap.processor.MethodRetrievalProcessor
 
process(ModelElementProcessor.ProcessorContext, TypeElement, P) - Method in interface org.mapstruct.ap.processor.ModelElementProcessor
Processes the given source element, representing a Java bean mapper in one form or another.
PropertyMapping - Class in org.mapstruct.ap.model
Represents the mapping between a source and target property, e.g.
PropertyMapping(String, String, String, Type, String, String, Type, MappingMethodReference, TypeConversion) - Constructor for class org.mapstruct.ap.model.PropertyMapping
 

R

replacementMapperReference(MapperReference) - Method in class org.mapstruct.ap.processor.AnnotationBasedComponentModelProcessor
 
ReportingPolicy - Enum in org.mapstruct.ap.model
Possible issue reporting policies.
requiresReport() - Method in enum org.mapstruct.ap.model.ReportingPolicy
 
retrieveParameters(ExecutableElement) - Method in class org.mapstruct.ap.util.Executables
 
retrieveReturnType(ExecutableElement) - Method in class org.mapstruct.ap.util.Executables
 
retrieveSingleParameter(ExecutableElement) - Method in class org.mapstruct.ap.util.Executables
 
reverse(ConversionProvider) - Static method in class org.mapstruct.ap.conversion.ReverseConversion
 
reverse() - Method in class org.mapstruct.ap.model.source.Mapping
 
ReverseConversion - Class in org.mapstruct.ap.conversion
A ConversionProvider which creates the reversed conversions for a given conversion provider.
reverses(Method) - Method in class org.mapstruct.ap.model.source.Method
 

S

setIterableMapping(IterableMapping) - Method in class org.mapstruct.ap.model.source.Method
 
setMapMapping(MapMapping) - Method in class org.mapstruct.ap.model.source.Method
 
setMappings(Map<String, Mapping>) - Method in class org.mapstruct.ap.model.source.Method
 
setterMethodsIn(Iterable<? extends Element>) - Method in class org.mapstruct.ap.util.Filters
 
SimpleConversion - Class in org.mapstruct.ap.conversion
Base class for ConversionProviders creating TypeConversions which don't require any type imports nor declare any exception types.
SimpleConversion() - Constructor for class org.mapstruct.ap.conversion.SimpleConversion
 
source() - Method in class org.mapstruct.ap.MappingPrism
Returns a String representing the value of the java.lang.String source() member of the Annotation.
source() - Method in class org.mapstruct.ap.MappingPrism.Values
Return the AnnotationValue corresponding to the source() member of the annotation, or null when the default value is implied.
SpringComponentProcessor - Class in org.mapstruct.ap.processor
A ModelElementProcessor which converts the given Mapper object into a Spring bean in case Spring is configured as the target component model for this mapper.
SpringComponentProcessor() - Constructor for class org.mapstruct.ap.processor.SpringComponentProcessor
 
Strings - Class in org.mapstruct.ap.util
Helper class for dealing with strings.
SUPPRESS_GENERATOR_TIMESTAMP - Static variable in class org.mapstruct.ap.MappingProcessor
 

T

target() - Method in class org.mapstruct.ap.MappingPrism
Returns a String representing the value of the java.lang.String target() member of the Annotation.
target() - Method in class org.mapstruct.ap.MappingPrism.Values
Return the AnnotationValue corresponding to the target() member of the annotation, or null when the default value is implied.
to(String, ConversionProvider.Context) - Method in interface org.mapstruct.ap.conversion.ConversionProvider
Creates the conversion from source to target of a property mapping.
to(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.DateToStringConversion
 
to(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.ReverseConversion
 
to(String, ConversionProvider.Context) - Method in class org.mapstruct.ap.conversion.SimpleConversion
 
toString() - Method in class org.mapstruct.ap.model.Mapper
 
toString() - Method in class org.mapstruct.ap.model.MappingMethod
 
toString() - Method in class org.mapstruct.ap.model.Parameter
 
toString() - Method in class org.mapstruct.ap.model.PropertyMapping
 
toString() - Method in class org.mapstruct.ap.model.source.Mapping
 
toString() - Method in class org.mapstruct.ap.model.source.Method
 
toString() - Method in class org.mapstruct.ap.model.Type
 
Type - Class in org.mapstruct.ap.model
Represents the type of a bean property, parameter etc.
Type(TypeMirror, List<Type>, Type, boolean, boolean, boolean, Types, Elements) - Constructor for class org.mapstruct.ap.model.Type
 
TypeConversion - Class in org.mapstruct.ap.model
An inline conversion between source and target type of a mapping.
TypeConversion(String) - Constructor for class org.mapstruct.ap.model.TypeConversion
 
TypeConversion(Set<Type>, List<Type>, String) - Constructor for class org.mapstruct.ap.model.TypeConversion
 
TypeFactory - Class in org.mapstruct.ap.util
Factory creating Type instances.
TypeFactory(Elements, Types) - Constructor for class org.mapstruct.ap.util.TypeFactory
 

U

UNMAPPED_TARGET_POLICY - Static variable in class org.mapstruct.ap.MappingProcessor
 
unmappedTargetPolicy() - Method in class org.mapstruct.ap.MapperPrism
Returns a String representing the value of the org.mapstruct.ReportingPolicy unmappedTargetPolicy() member of the Annotation.
unmappedTargetPolicy() - Method in class org.mapstruct.ap.MapperPrism.Values
Return the AnnotationValue corresponding to the unmappedTargetPolicy() member of the annotation, or null when the default value is implied.
uses() - Method in class org.mapstruct.ap.MapperPrism
Returns a List representing the value of the uses() member of the Annotation.
uses() - Method in class org.mapstruct.ap.MapperPrism.Values
Return the AnnotationValue corresponding to the uses() member of the annotation, or null when the default value is implied.

V

value() - Method in class org.mapstruct.ap.MappingsPrism
Returns a List representing the value of the value() member of the Annotation.
value() - Method in class org.mapstruct.ap.MappingsPrism.Values
Return the AnnotationValue corresponding to the value() member of the annotation, or null when the default value is implied.
valueDateFormat() - Method in class org.mapstruct.ap.MapMappingPrism
Returns a String representing the value of the java.lang.String valueDateFormat() member of the Annotation.
valueDateFormat() - Method in class org.mapstruct.ap.MapMappingPrism.Values
Return the AnnotationValue corresponding to the valueDateFormat() member of the annotation, or null when the default value is implied.
valueOf(String) - Static method in enum org.mapstruct.ap.model.ReportingPolicy
Returns the enum constant of this type with the specified name.
values - Variable in class org.mapstruct.ap.IterableMappingPrism
An instance of the Values inner class whose methods return the AnnotationValues used to build this prism.
values - Variable in class org.mapstruct.ap.MapMappingPrism
An instance of the Values inner class whose methods return the AnnotationValues used to build this prism.
values - Variable in class org.mapstruct.ap.MapperPrism
An instance of the Values inner class whose methods return the AnnotationValues used to build this prism.
values - Variable in class org.mapstruct.ap.MappingPrism
An instance of the Values inner class whose methods return the AnnotationValues used to build this prism.
values - Variable in class org.mapstruct.ap.MappingsPrism
An instance of the Values inner class whose methods return the AnnotationValues used to build this prism.
values - Variable in class org.mapstruct.ap.MappingTargetPrism
An instance of the Values inner class whose methods return the AnnotationValues used to build this prism.
values() - Static method in enum org.mapstruct.ap.model.ReportingPolicy
Returns an array containing the constants of this enum type, in the order they are declared.

W

WrapperToStringConversion - Class in org.mapstruct.ap.conversion
Conversion between wrapper types such as Integer and String.
WrapperToStringConversion(Class<?>) - Constructor for class org.mapstruct.ap.conversion.WrapperToStringConversion
 
WrapperToWrapperConversion - Class in org.mapstruct.ap.conversion
Conversion between wrapper types such as Integer or Long.
WrapperToWrapperConversion(Class<?>, Class<?>) - Constructor for class org.mapstruct.ap.conversion.WrapperToWrapperConversion
 
write(ModelElement.Context, Writer) - Method in class org.mapstruct.ap.model.AbstractModelElement
 
write(ModelElement.Context, Writer) - Method in interface org.mapstruct.ap.model.ModelElement
Writes this model element to the given writer.
write(ModelElement, ModelElement.Context, Writer) - Method in class org.mapstruct.ap.writer.FreeMarkerModelElementWriter
 
write(ModelElement, String, ModelElement.Context, Writer) - Method in class org.mapstruct.ap.writer.FreeMarkerModelElementWriter
 
writeModel(JavaFileObject, ModelElement) - Method in class org.mapstruct.ap.writer.ModelWriter
 
A B C D E F G H I J K M N O P R S T U V W 

Copyright © 2012-2013. All Rights Reserved.