com.github.tonybaines.gestalt.transformers.PropertyNameTransformer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gestalt Show documentation
Show all versions of gestalt Show documentation
Gestalt is a library for making configuration easier in Java
package com.github.tonybaines.gestalt.transformers;
public interface PropertyNameTransformer {
String fromPropertyName(String propertyName);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy