Package org.mapstruct.ap.internal.model
Interface Constructor
-
- All Known Implementing Classes:
AnnotatedConstructor,DecoratorConstructor,NoArgumentConstructor
public interface ConstructorBasic interface class that facilitates an empty constructor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<Type>getImportTypes()java.lang.StringgetName()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getImportTypes
java.util.Set<Type> getImportTypes()
-
-