@ConfigurationPropertiesBinding
public class URIPropertyConverter
extends java.lang.Object
implements org.springframework.core.convert.converter.Converter<java.lang.String,java.net.URI>
URI to enforce well formatted schema representations of resources.| Constructor and Description |
|---|
URIPropertyConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.net.URI |
convert(java.lang.String source) |