Package org.mapstruct.ap.internal.model
Class NoArgumentConstructor
java.lang.Object
org.mapstruct.ap.internal.writer.FreeMarkerWritable
org.mapstruct.ap.internal.model.common.ModelElement
org.mapstruct.ap.internal.model.NoArgumentConstructor
- All Implemented Interfaces:
Constructor,Writable
Represents a constructor that is used for constructor injection.
- Author:
- Sjaak Derksen
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.mapstruct.ap.internal.writer.Writable
Writable.Context -
Constructor Summary
ConstructorsConstructorDescriptionNoArgumentConstructor(String name, Set<SupportingConstructorFragment> fragments) -
Method Summary
Methods inherited from class org.mapstruct.ap.internal.writer.FreeMarkerWritable
getTemplateName, getTemplateNameForClass, write
-
Constructor Details
-
NoArgumentConstructor
-
-
Method Details
-
getImportTypes
Description copied from class:ModelElementReturns a set containing thoseTypes referenced by this model element for which an import statement needs to be declared.- Specified by:
getImportTypesin interfaceConstructor- Specified by:
getImportTypesin classModelElement- Returns:
- A set with type referenced by this model element. Must not be
null.
-
getName
- Specified by:
getNamein interfaceConstructor
-
getFragments
-