
com.github.mowedgrass.jasyptgradleboot.task.file.metadata.ValueSnapshot.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jasypt-gradle-boot-plugin Show documentation
Show all versions of jasypt-gradle-boot-plugin Show documentation
jasypt spring boot gradle plugin
The newest version!
package com.github.mowedgrass.jasyptgradleboot.task.file.metadata
class ValueSnapshot {
public final String initial
public final String processed
public ValueSnapshot(String initial, String processed) {
this.initial = initial
this.processed = processed
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy