java.lang.Object
org.simpleflatmapper.reflect.ReflectionService.DefaultBuilderSupplier
- All Implemented Interfaces:
org.simpleflatmapper.util.UnaryFactory<Type,Member>
- Enclosing class:
ReflectionService
public static class ReflectionService.DefaultBuilderSupplier
extends Object
implements org.simpleflatmapper.util.UnaryFactory<Type,Member>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DefaultBuilderSupplier
public DefaultBuilderSupplier(String clazzName,
String methodName)
-
Method Details
-
newInstance
- Specified by:
newInstance in interface org.simpleflatmapper.util.UnaryFactory<Type,Member>