Class MappingManagerImpl.MappedType

  • Enclosing class:
    MappingManagerImpl

    static class MappingManagerImpl.MappedType
    extends java.lang.Object
    Definition of a java type that can be "mapped". The type is supported to some degree, maybe as FCO or maybe as SCO.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Class<? extends JavaTypeMapping> javaMappingType
      Mapping class to use.
      (package private) java.lang.Class javaType
      Supported java type.
    • Constructor Summary

      Constructors 
      Constructor Description
      MappedType​(java.lang.Class javaType, java.lang.Class<? extends JavaTypeMapping> mappingType)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • javaType

        final java.lang.Class javaType
        Supported java type.
    • Constructor Detail

      • MappedType

        public MappedType​(java.lang.Class javaType,
                          java.lang.Class<? extends JavaTypeMapping> mappingType)
        Constructor.
        Parameters:
        javaType - the java type class being supported
        mappingType - the java mapping class. An extension of JavaTypeMapping
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object