Class ModelMapperCacheProperties.Generate

    • Constructor Detail

      • Generate

        public Generate()
    • Method Detail

      • getByteBuddyDumpDir

        public String getByteBuddyDumpDir()
        The directory where ModelMapper (et.al.) will dump dynamically generated classes (made by ByteBuddy) during ModelMapper creation. These classes are used during serialization. The default location is a directory entitled "bytebuddy" in the current java temp directory.
      • setByteBuddyDumpDir

        public void setByteBuddyDumpDir​(String byteBuddyDumpDir)
        The directory where ModelMapper (et.al.) will dump dynamically generated classes (made by ByteBuddy) during ModelMapper creation. These classes are used during serialization. The default location is a directory entitled "bytebuddy" in the current java temp directory.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object