Package org.ubercraft.sucre.reflect

Interface Summary
Accessor  
AccessorMutator  
FieldReflector  
MethodReflector  
Mutator  
Reflector This interface represents a set of accessors and mutators for a class.
ReflectorFactory Implement this interface to provide a way to create a Reflector instance for a class.
 

Class Summary
FieldReflectorFactory This class reflects a class's accessors and its mutators using Java reflection on its fields.
MethodReflectorFactory This class reflects a class's accessors and its mutators using Java reflection on its methods.
Reflect Main entry point to get and/or register reflector factories and reflectors by type.
 

Exception Summary
ReflectException Indicates an error occurred during a reflection operation.
 



Copyright © 2013. All Rights Reserved.