|
|
|
@ -93,7 +93,12 @@ public final class ExampleConfigurationsSerialized {
|
|
|
|
|
entry("a1_localDate", "2000-01-01"),
|
|
|
|
|
entry("a1_localTime", "00:01"),
|
|
|
|
|
entry("a1_localDateTime", "2000-01-01T00:00"),
|
|
|
|
|
entry("a1_instant", "0000-01-01T00:00:00Z"),
|
|
|
|
|
entry("a1_uuid", "d50f3bdd-ac66-4b74-a01f-4617b24d68c0"),
|
|
|
|
|
entry("a1_file", "/tmp"),
|
|
|
|
|
entry("a1_path", "/tmp"),
|
|
|
|
|
entry("a1_url", "https://example.com"),
|
|
|
|
|
entry("a1_uri", "https://example.com"),
|
|
|
|
|
entry("a1_Enm", "A"),
|
|
|
|
|
entry("a1_b1", EXAMPLE_CONFIGURATION_B1_1),
|
|
|
|
|
entry("a1_b2", EXAMPLE_CONFIGURATION_B2_1),
|
|
|
|
@ -111,7 +116,12 @@ public final class ExampleConfigurationsSerialized {
|
|
|
|
|
entry("a1_listLocalDate", List.of("2000-01-01", "2000-01-02", "2000-01-03")),
|
|
|
|
|
entry("a1_listLocalTime", List.of("00:01", "00:02", "00:03")),
|
|
|
|
|
entry("a1_listLocalDateTime", List.of("2000-01-01T00:00", "2000-01-02T00:00", "2000-01-03T00:00")),
|
|
|
|
|
entry("a1_listInstant", List.of("0000-01-01T00:00:00Z", "0001-01-01T00:00:00Z", "-1000000000-01-01T00:00:00Z")),
|
|
|
|
|
entry("a1_listUuid", List.of("d50f3bdd-ac66-4b74-a01f-4617b24d68c0", "d50f3bdd-ac66-4b74-a01f-4617b24d68c1", "d50f3bdd-ac66-4b74-a01f-4617b24d68c2")),
|
|
|
|
|
entry("a1_listFile", List.of("/tmp", "/tmp/config.yml", "/tmp/with \n new \n lines.yml")),
|
|
|
|
|
entry("a1_listPath", List.of("/tmp", "/tmp/config.yml", "/tmp/with \n new \n lines.yml")),
|
|
|
|
|
entry("a1_listUrl", List.of("https://example.com", "https://example.com?query=yes", "https://example.com?query=yes#fragment=true")),
|
|
|
|
|
entry("a1_listUri", List.of("https://example.com", "https://example.com?query=yes", "https://example.com?query=yes#fragment=true")),
|
|
|
|
|
entry("a1_listEnm", List.of("A", "B", "C")),
|
|
|
|
|
entry("a1_listB1", List.of(EXAMPLE_CONFIGURATION_B1_1)),
|
|
|
|
|
entry("a1_listB2", List.of(EXAMPLE_CONFIGURATION_B2_1)),
|
|
|
|
@ -249,7 +259,12 @@ public final class ExampleConfigurationsSerialized {
|
|
|
|
|
entry("a2_localDate", "2000-01-02"),
|
|
|
|
|
entry("a2_localTime", "00:02"),
|
|
|
|
|
entry("a2_localDateTime", "2000-01-02T00:00"),
|
|
|
|
|
entry("a2_instant", "0001-01-01T00:00:00Z"),
|
|
|
|
|
entry("a2_uuid", "d50f3bdd-ac66-4b74-a01f-4617b24d68c1"),
|
|
|
|
|
entry("a2_file", "/tmp/config.yml"),
|
|
|
|
|
entry("a2_path", "/tmp/config.yml"),
|
|
|
|
|
entry("a2_url", "https://example.com?query=yes"),
|
|
|
|
|
entry("a2_uri", "https://example.com?query=yes"),
|
|
|
|
|
entry("a2_Enm", "B"),
|
|
|
|
|
entry("a2_b1", EXAMPLE_CONFIGURATION_B1_2),
|
|
|
|
|
entry("a2_b2", EXAMPLE_CONFIGURATION_B2_2),
|
|
|
|
@ -267,7 +282,12 @@ public final class ExampleConfigurationsSerialized {
|
|
|
|
|
entry("a2_listLocalDate", List.of("2000-01-02", "2000-01-03", "2000-01-04")),
|
|
|
|
|
entry("a2_listLocalTime", List.of("00:02", "00:03", "00:04")),
|
|
|
|
|
entry("a2_listLocalDateTime", List.of("2000-01-02T00:00", "2000-01-03T00:00", "2000-01-04T00:00")),
|
|
|
|
|
entry("a2_listInstant", List.of("0001-01-01T00:00:00Z", "-1000000000-01-01T00:00:00Z", "+1000000000-12-31T23:59:59.999999999Z")),
|
|
|
|
|
entry("a2_listUuid", List.of("d50f3bdd-ac66-4b74-a01f-4617b24d68c1", "d50f3bdd-ac66-4b74-a01f-4617b24d68c2", "d50f3bdd-ac66-4b74-a01f-4617b24d68c3")),
|
|
|
|
|
entry("a2_listFile", List.of("/tmp/config.yml", "/tmp/with \n new \n lines.yml", "with \n new \n lines.yml")),
|
|
|
|
|
entry("a2_listPath", List.of("/tmp/config.yml", "/tmp/with \n new \n lines.yml", "with \n new \n lines.yml")),
|
|
|
|
|
entry("a2_listUrl", List.of("https://example.com?query=yes", "https://example.com?query=yes#fragment=true", "https://example.com#fragment=true")),
|
|
|
|
|
entry("a2_listUri", List.of("https://example.com?query=yes", "https://example.com?query=yes#fragment=true", "https://example.com#fragment=true")),
|
|
|
|
|
entry("a2_listEnm", List.of("B", "C", "D")),
|
|
|
|
|
entry("a2_listB1", List.of(EXAMPLE_CONFIGURATION_B1_1, EXAMPLE_CONFIGURATION_B1_2)),
|
|
|
|
|
entry("a2_listB2", List.of(EXAMPLE_CONFIGURATION_B2_1, EXAMPLE_CONFIGURATION_B2_2)),
|
|
|
|
|