org.sonatype.sisu.jacksbee
Class ClassOutlineHelper
java.lang.Object
org.sonatype.sisu.jacksbee.ClassOutlineHelper
public class ClassOutlineHelper
- extends Object
Stateful helper for ClassOutline
operations.
- Since:
- 1.0
Method Summary |
com.sun.codemodel.JMethod |
findAccessor(com.sun.tools.xjc.outline.FieldOutline field)
Finds 'get' and 'is' accessor methods for the specified field. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassOutlineHelper
public ClassOutlineHelper(com.sun.tools.xjc.outline.ClassOutline outline)
- Parameters:
outline
- the ClassOutline to perform operations on
findAccessor
public com.sun.codemodel.JMethod findAccessor(com.sun.tools.xjc.outline.FieldOutline field)
- Finds 'get' and 'is' accessor methods for the specified field.
- Returns:
- the accessor method matching the field or null if none
Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.