org.ubercraft.sucre.reflect
Class MethodReflectorFactory
java.lang.Object
org.ubercraft.sucre.reflect.MethodReflectorFactory
- All Implemented Interfaces:
- ReflectorFactory
public class MethodReflectorFactory
- extends Object
- implements ReflectorFactory
This class reflects a class's accessors and its mutators using Java reflection on its methods.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodReflectorFactory
public MethodReflectorFactory()
createReflector
public Reflector createReflector(Class<?> type)
- Specified by:
createReflector in interface ReflectorFactory
Copyright © 2013. All Rights Reserved.