public static class ModelMapperCacheProperties.Generate extends Object
Constructor and Description |
---|
Generate() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getByteBuddyDumpDir()
The directory where ModelMapper (et.al.) will dump dynamically generated classes (made by
ByteBuddy) during ModelMapper creation.
|
int |
hashCode() |
void |
setByteBuddyDumpDir(String byteBuddyDumpDir)
The directory where ModelMapper (et.al.) will dump dynamically generated classes (made by
ByteBuddy) during ModelMapper creation.
|
String |
toString() |
public String getByteBuddyDumpDir()
public void setByteBuddyDumpDir(String byteBuddyDumpDir)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.