net.sf.japaki.self
Class SinglePropertyBeanInspector<B,V extends SinglePropertyBean<T>,T>
java.lang.Object
net.sf.japaki.self.Inspector<B,V>
net.sf.japaki.self.SinglePropertyBeanInspector<B,V,T>
public class SinglePropertyBeanInspector<B,V extends SinglePropertyBean<T>,T>
- extends Inspector<B,V>
An inspector for single property bean.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SinglePropertyBeanInspector
protected SinglePropertyBeanInspector(Property<B,V> property,
InspectorMill inspectorMill)
- Constructs an inspector from the given arguments.
- Parameters:
property
- the property used to create new parserssinspectorMill
- the inspector mill used to create new inspectors
findProperty
protected Property<? super V,?> findProperty(String name)
- Returns the property of single property beans.
- Specified by:
findProperty
in class Inspector<B,V extends SinglePropertyBean<T>>
- Parameters:
name
- ignored
- Returns:
- the property of single property beans