org.kohsuke.stapler.export
Class ParserBuilder

java.lang.Object
  extended by org.kohsuke.stapler.export.ParserBuilder

public class ParserBuilder
extends java.lang.Object

Creates and maintains Parsers, that are used to write out the value representation of exposed beans.

Author:
Kohsuke Kawaguchi

Constructor Summary
ParserBuilder()
           
 
Method Summary
<T> Parser<T>
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

ParserBuilder

public ParserBuilder()
Method Detail

get

public <T> Parser<T> get(java.lang.Class<T> type)


Copyright © 2007. All Rights Reserved.