com.northconcepts.datapipeline.filter.rule
Class IsInstanceOfJavaType

java.lang.Object
  extended by com.northconcepts.datapipeline.filter.FieldFilterRule
      extended by com.northconcepts.datapipeline.filter.rule.IsInstanceOfJavaType

public class IsInstanceOfJavaType
extends FieldFilterRule


Constructor Summary
IsInstanceOfJavaType(Class<?> type)
           
 
Method Summary
 boolean allow(Field field)
           
 String toString()
           
 
Methods inherited from class com.northconcepts.datapipeline.filter.FieldFilterRule
getFieldFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IsInstanceOfJavaType

public IsInstanceOfJavaType(Class<?> type)
Method Detail

allow

public boolean allow(Field field)
Specified by:
allow in class FieldFilterRule

toString

public String toString()
Overrides:
toString in class Object


Copyright (c) 2007-2009 North Concepts Inc. All Rights Reserved.