|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.japaki.self.InspectorMill
public class InspectorMill
Defines what inspector is used for a given class.
Constructor Summary | |
---|---|
InspectorMill()
|
|
InspectorMill(ParserStore parserStore)
Creates a new inspector mill. |
Method Summary | ||
---|---|---|
|
getInspector(Class<V> type)
Creates a new inspector for the given class. |
|
|
getInspector(Property<B,V> property)
Creates a new inspector for the given property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InspectorMill(ParserStore parserStore)
parserStore
- the parser store to be used for parser creationpublic InspectorMill()
Method Detail |
---|
public <V> Inspector<V,V> getInspector(Class<V> type)
type
- type of the bean to be inspected
public <B,V> Inspector<B,V> getInspector(Property<B,V> property)
property
- property to be used when a new parser is created
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |