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