All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hyperscala.ui.convert.StringConverter.scala Maven / Gradle / Ivy

package org.hyperscala.ui.convert

import org.powerscala.reflect.EnhancedClass

/**
 * @author Matt Hicks 
 */
object StringConverter extends Converter[String] {
  def value2String(value: String) = value

  def string2Value(s: String, clazz: EnhancedClass) = Some(s)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy