org.ubercraft.sucre.reflect
Class FieldReflectorFactory

java.lang.Object
  extended by 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.


Constructor Summary
FieldReflectorFactory()
           
 
Method Summary
 Reflector createReflector(Class<?> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldReflectorFactory

public FieldReflectorFactory()
Method Detail

createReflector

public Reflector createReflector(Class<?> type)
Specified by:
createReflector in interface ReflectorFactory


Copyright © 2013. All Rights Reserved.