Interface ConfigurableSeedConfig


  • public interface ConfigurableSeedConfig
    • Method Detail

      • seedProperty

        @Default
        @ConvertWith("validateProperty")
        @Nullable
        default @Nullable java.lang.String seedProperty()
      • propertyNameOverride

        @Ignore
        default java.lang.String propertyNameOverride()
      • validateProperty

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