• Grubhart's avatar
    Add Period converter support · dc4d71f9
    Grubhart authored
    Add converter support for `javax.time.Period` including:
    
    	String -> Period
    	Number -> Period
    	Period -> String
    
    Period to Number conversion is not supported since `Period` has no
    ability to deduce the number of calendar days in the period.
    
    See gh-21136
    dc4d71f9
Name
Last commit
Last update
..
java/org/springframework/boot Loading commit data...
resources/org/springframework/boot/configurationsample/incremental Loading commit data...