Class MultiValueMap.ReflectionFactory

java.lang.Object
org.apache.commons.collections.map.MultiValueMap.ReflectionFactory
All Implemented Interfaces:
Factory
Enclosing class:
MultiValueMap

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

    • clazz

      private final Class clazz
  • Constructor Details

    • ReflectionFactory

      public ReflectionFactory(Class clazz)
  • Method Details

    • create

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