Package dev.nullzwo.wither
Class WitherAccessorNamingStrategy
- java.lang.Object
-
- org.mapstruct.ap.spi.DefaultAccessorNamingStrategy
-
- dev.nullzwo.wither.WitherAccessorNamingStrategy
-
- All Implemented Interfaces:
org.mapstruct.ap.spi.AccessorNamingStrategy
public class WitherAccessorNamingStrategy extends org.mapstruct.ap.spi.DefaultAccessorNamingStrategy
-
-
Constructor Summary
Constructors Constructor Description WitherAccessorNamingStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPropertyName(ExecutableElement getterOrSetterMethod)
-
-
-
Method Detail
-
getPropertyName
public String getPropertyName(ExecutableElement getterOrSetterMethod)
- Specified by:
getPropertyNamein interfaceorg.mapstruct.ap.spi.AccessorNamingStrategy- Overrides:
getPropertyNamein classorg.mapstruct.ap.spi.DefaultAccessorNamingStrategy
-
-