@ -121,8 +121,8 @@ public final class ExampleConfigurationsSerialized {
entry ( "a1_localDateTime" , "2000-01-01T00:00" ) ,
entry ( "a1_localDateTime" , "2000-01-01T00:00" ) ,
entry ( "a1_instant" , "0000-01-01T00:00:00Z" ) ,
entry ( "a1_instant" , "0000-01-01T00:00:00Z" ) ,
entry ( "a1_uuid" , "d50f3bdd-ac66-4b74-a01f-4617b24d68c0" ) ,
entry ( "a1_uuid" , "d50f3bdd-ac66-4b74-a01f-4617b24d68c0" ) ,
entry ( "a1_file" , "/tmp" ) ,
entry ( "a1_file" , createPlatformSpecificFilePath ( "/tmp" ) ) ,
entry ( "a1_path" , "/tmp" ) ,
entry ( "a1_path" , createPlatformSpecificFilePath ( "/tmp" ) ) ,
entry ( "a1_url" , "https://example.com" ) ,
entry ( "a1_url" , "https://example.com" ) ,
entry ( "a1_uri" , "https://example.com" ) ,
entry ( "a1_uri" , "https://example.com" ) ,
entry ( "a1_Enm" , "A" ) ,
entry ( "a1_Enm" , "A" ) ,
@ -146,8 +146,8 @@ public final class ExampleConfigurationsSerialized {
entry ( "a1_listLocalDateTime" , List . of ( "2000-01-01T00:00" , "2000-01-02T00:00" , "2000-01-03T00:00" ) ) ,
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_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_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_listFile" , createListOfPlatformSpecificFilePaths ( "/tmp" , "/tmp/config.yml" , "/tmp/with _underscore .yml") ) ,
entry ( "a1_listPath" , List. of ( "/tmp" , "/tmp/config.yml" , "/tmp/with \n new \n lines .yml") ) ,
entry ( "a1_listPath" , createListOfPlatformSpecificFilePaths ( "/tmp" , "/tmp/config.yml" , "/tmp/with _underscore .yml") ) ,
entry ( "a1_listUrl" , List . of ( "https://example.com" , "https://example.com?query=yes" , "https://example.com?query=yes#fragment=true" ) ) ,
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_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_listEnm" , List . of ( "A" , "B" , "C" ) ) ,
@ -299,8 +299,8 @@ public final class ExampleConfigurationsSerialized {
entry ( "a2_localDateTime" , "2000-01-02T00:00" ) ,
entry ( "a2_localDateTime" , "2000-01-02T00:00" ) ,
entry ( "a2_instant" , "0001-01-01T00:00:00Z" ) ,
entry ( "a2_instant" , "0001-01-01T00:00:00Z" ) ,
entry ( "a2_uuid" , "d50f3bdd-ac66-4b74-a01f-4617b24d68c1" ) ,
entry ( "a2_uuid" , "d50f3bdd-ac66-4b74-a01f-4617b24d68c1" ) ,
entry ( "a2_file" , "/tmp/config.yml" ) ,
entry ( "a2_file" , createPlatformSpecificFilePath ( "/tmp/config.yml" ) ) ,
entry ( "a2_path" , "/tmp/config.yml" ) ,
entry ( "a2_path" , createPlatformSpecificFilePath ( "/tmp/config.yml" ) ) ,
entry ( "a2_url" , "https://example.com?query=yes" ) ,
entry ( "a2_url" , "https://example.com?query=yes" ) ,
entry ( "a2_uri" , "https://example.com?query=yes" ) ,
entry ( "a2_uri" , "https://example.com?query=yes" ) ,
entry ( "a2_Enm" , "B" ) ,
entry ( "a2_Enm" , "B" ) ,
@ -324,8 +324,8 @@ public final class ExampleConfigurationsSerialized {
entry ( "a2_listLocalDateTime" , List . of ( "2000-01-02T00:00" , "2000-01-03T00:00" , "2000-01-04T00:00" ) ) ,
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_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_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_listFile" , createListOfPlatformSpecificFilePaths( "/tmp/config.yml" , "/tmp/with_underscore.yml" , "with_underscore .yml") ) ,
entry ( "a2_listPath" , List. of ( "/tmp/config.yml" , "/tmp/with \n new \n lines.yml" , "with \n new \n lines .yml") ) ,
entry ( "a2_listPath" , createListOfPlatformSpecificFilePaths( "/tmp/config.yml" , "/tmp/with_underscore.yml" , "with_underscore .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_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_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_listEnm" , List . of ( "B" , "C" , "D" ) ) ,