Class Functions.ClassForNameFunction

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.Function<java.lang.String,​java.lang.Class<?>>, Function<java.lang.String,​java.lang.Class<?>>, ThrowingFunction<java.lang.String,​java.lang.Class<?>>
    Enclosing class:
    Functions

    private static class Functions.ClassForNameFunction
    extends CheckedFunction<java.lang.String,​java.lang.Class<?>>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
      • Methods inherited from interface org.eclipse.collections.api.block.function.Function

        apply
    • Constructor Detail

      • ClassForNameFunction

        private ClassForNameFunction()
    • Method Detail

      • safeValueOf

        public java.lang.Class<?> safeValueOf​(java.lang.String className)
                                       throws java.lang.ClassNotFoundException
        Throws:
        java.lang.ClassNotFoundException