org.kite9.framework.model
Class FieldHandle

java.lang.Object
  extended by org.kite9.framework.model.AbstractHandle<AccessibleObject>
      extended by org.kite9.framework.model.MemberHandle
          extended by org.kite9.framework.model.FieldHandle
All Implemented Interfaces:
Comparable<AnnotatedElementHandle<? extends AnnotatedElement>>, AnnotatedElementHandle<AccessibleObject>, Handle<AccessibleObject>

public class FieldHandle
extends MemberHandle


Field Summary
 
Fields inherited from class org.kite9.framework.model.MemberHandle
className, desc, name
 
Constructor Summary
FieldHandle(Field f)
           
FieldHandle(String className, String name)
           
 
Method Summary
 String getDeclaringClass()
           
 Field hydrate(ClassLoader cl)
          Returns the reflection-object that this is a handle for
 
Methods inherited from class org.kite9.framework.model.MemberHandle
compareTo, equals, getClassName, getDesc, getName, hashCode, toString
 
Methods inherited from class org.kite9.framework.model.AbstractHandle
convertClassName, convertClassName, convertPackageName, getDeclaredMethod, hydrateClass, hydrateClasses, hydrateConstructor, hydrateField, hydrateMembers, hydrateMethod, hydratePackage, hydratePackages, hydrateParams
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldHandle

public FieldHandle(Field f)

FieldHandle

public FieldHandle(String className,
                   String name)
Method Detail

hydrate

public Field hydrate(ClassLoader cl)
Description copied from interface: Handle
Returns the reflection-object that this is a handle for

Specified by:
hydrate in interface Handle<AccessibleObject>
Specified by:
hydrate in class MemberHandle
Returns:

getDeclaringClass

public String getDeclaringClass()


Copyright © 2011. All Rights Reserved.