Class MultiValueMap.ReflectionFactory

  • All Implemented Interfaces:
    Factory
    Enclosing class:
    MultiValueMap

    private static class MultiValueMap.ReflectionFactory
    extends java.lang.Object
    implements Factory
    Inner class that provides a simple reflection factory.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Class clazz  
    • Constructor Summary

      Constructors 
      Constructor Description
      ReflectionFactory​(java.lang.Class clazz)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object create()
      Create a new object.
      • Methods inherited from class java.lang.Object

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

      • clazz

        private final java.lang.Class clazz
    • Constructor Detail

      • ReflectionFactory

        public ReflectionFactory​(java.lang.Class clazz)
    • Method Detail

      • create

        public java.lang.Object create()
        Description copied from interface: Factory
        Create a new object.
        Specified by:
        create in interface Factory
        Returns:
        a new object