|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jsesoft.ri.ParameterTypesInspector
public class ParameterTypesInspector
Provides inspectors for parameter types.
Constructor Summary | |
---|---|
ParameterTypesInspector(java.lang.Object theEntity)
Creates new AnnotationInspector. |
Method Summary | |
---|---|
java.lang.Object |
getEntity()
Gets entity. |
void |
inspectItem(java.lang.Class<?> theEntity,
PassBack passBack)
Inspects the item. |
void |
inspectItems(PassBack passBack)
Inspects the a list of items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParameterTypesInspector(java.lang.Object theEntity)
theEntity
- the accessible having annotationsMethod Detail |
---|
public void inspectItem(java.lang.Class<?> theEntity, PassBack passBack) throws java.lang.Exception
inspectItem
in interface Inspector<java.lang.Class<?>>
theEntity
- the sub-item to inspectpassBack
- an object passed back by all inspect functions
java.lang.Exception
- on failureorg.jsesoft.ri.Inspector#inspectItem(java.lang.Object)
public void inspectItems(PassBack passBack) throws java.lang.Exception
inspectItems
in interface Inspector<java.lang.Class<?>>
passBack
- an object passed back by all inspect functions
java.lang.Exception
- on failureorg.jsesoft.ri.Inspector#inspectItems()
public java.lang.Object getEntity()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |