net.vidageek.mirror.reflect.dsl
Interface FieldReflector

All Known Implementing Classes:
DefaultFieldReflector

public interface FieldReflector


Method Summary
 Field onClass(Class clazz)
          This method reflect the field fieldName at class clazz
 

Method Detail

onClass

Field onClass(Class clazz)
This method reflect the field fieldName at class clazz

Parameters:
clazz - Class where the field is going to be reflected.
Returns:
The field reflected.
Throws:
IllegalArgumentException - if clazz is null
See Also:
ClassReflectionProvider.reflectField(String)


Copyright © 2011 VidaGeek.net. All Rights Reserved.