org.skyscreamer.yoga.populator
Class FieldPopulatorUtil

java.lang.Object
  extended by org.skyscreamer.yoga.populator.FieldPopulatorUtil

public class FieldPopulatorUtil
extends Object


Constructor Summary
FieldPopulatorUtil()
           
 
Method Summary
static List<Method> getPopulatorExtraFieldMethods(Object populator, Class<?> instanceType)
           
static boolean isPopulatorField(Class<?> instanceType, Class<?>[] parameterTypes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldPopulatorUtil

public FieldPopulatorUtil()
Method Detail

getPopulatorExtraFieldMethods

public static List<Method> getPopulatorExtraFieldMethods(Object populator,
                                                         Class<?> instanceType)

isPopulatorField

public static boolean isPopulatorField(Class<?> instanceType,
                                       Class<?>[] parameterTypes)


Copyright © 2012. All Rights Reserved.