All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.biins.objectbuilder.builder.strategy.StringGeneratorStrategy Maven / Gradle / Ivy

package org.biins.objectbuilder.builder.strategy;

/**
 * @author Martin Janys
 */
public enum StringGeneratorStrategy {

    DEFAULT,
    NULL,
    EMPTY,
    UUID,
    VALUE

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy