Class URIPropertyConverter

java.lang.Object
com.netflix.genie.web.properties.converters.URIPropertyConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<String,URI>

@ConfigurationPropertiesBinding public class URIPropertyConverter extends Object implements org.springframework.core.convert.converter.Converter<String,URI>
A converter between a String and a URI to enforce well formatted schema representations of resources.
Since:
4.0.0
  • Constructor Details

    • URIPropertyConverter

      public URIPropertyConverter()
  • Method Details

    • convert

      public URI convert(String source)
      Specified by:
      convert in interface org.springframework.core.convert.converter.Converter<String,URI>