Package 

Class SqlStringTypeManager

  • All Implemented Interfaces:
    tech.harmonysoft.oss.common.type.TypeManager

    @Named() 
    public final class SqlStringTypeManager
     implements TypeManager<String>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final KClass<String> targetType
      private final TypeManagerContext targetContext
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      KClass<String> getTargetType()
      TypeManagerContext getTargetContext()
      String maybeParse(String rawValue)
      • Methods inherited from class tech.harmonysoft.oss.common.type.TypeManager

        areEqual, compareTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SqlStringTypeManager

        SqlStringTypeManager()