Interface SeedConfig

    • Method Detail

      • seedProperty

        @Default
        @ConvertWith("validatePropertyName")
        @Key("seedProperty")
        @Nullable
        default @Nullable java.lang.String seedProperty()
      • isIncremental

        @Ignore
        default boolean isIncremental()
      • validatePropertyName

        @Nullable
        static @Nullable java.lang.String validatePropertyName​(java.lang.String input)