Class TypeSet.PrimitiveTypeResolver

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<?> resolve​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • PrimitiveTypeResolver

        public PrimitiveTypeResolver()
    • Method Detail

      • resolve

        public java.lang.Class<?> resolve​(java.lang.String name)
                                   throws java.lang.ClassNotFoundException
        Specified by:
        resolve in interface TypeSet.Resolver
        Throws:
        java.lang.ClassNotFoundException