|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kohsuke.stapler.export.ParserBuilder
public class ParserBuilder
Creates and maintains Parser
s, that are used to write out
the value representation of exposed beans
.
Constructor Summary | |
---|---|
ParserBuilder()
|
Method Summary | ||
---|---|---|
|
get(java.lang.Class<T> type)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParserBuilder()
Method Detail |
---|
public <T> Parser<T> get(java.lang.Class<T> type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |