Class FederatedScheme.NameConverter

    • Constructor Detail

      • NameConverter

        public NameConverter​(String sServiceName)
        Construct a NameConverter.
        Parameters:
        sServiceName - name of service for a federated scheme
    • Method Detail

      • convert

        public String convert​(String value)
        Convert the passed object to another object.
        Specified by:
        convert in interface Converter<String,​String>
        Parameters:
        value - the object to convert
        Returns:
        the converted form of the passed object