public class JAXBSourceFileHandler<C extends GeneratorContext<C>> extends Object implements SourceFileHandler<C>
| Modifier and Type | Field and Description |
|---|---|
protected Path |
file |
protected List<SourceTagHandler<C>> |
sourceTagHandlers |
| Constructor and Description |
|---|
JAXBSourceFileHandler(Path file,
JAXBSourceFileHandlerFactory<C> jaxbSourceFileHandlerFactory) |
protected final Path file
protected List<SourceTagHandler<C extends GeneratorContext<C>>> sourceTagHandlers
public JAXBSourceFileHandler(Path file, JAXBSourceFileHandlerFactory<C> jaxbSourceFileHandlerFactory)
public void parse(C context)
parse in interface SourceFileHandler<C extends GeneratorContext<C>>public void declareTargets(C context) throws Exception
declareTargets in interface SourceFileHandler<C extends GeneratorContext<C>>ExceptionCopyright © 2015. All rights reserved.