org.sonatype.sisu.jacksbee
Class ClassOutlineHelper

java.lang.Object
  extended by org.sonatype.sisu.jacksbee.ClassOutlineHelper

public class ClassOutlineHelper
extends Object

Stateful helper for ClassOutline operations.

Since:
1.0

Constructor Summary
ClassOutlineHelper(com.sun.tools.xjc.outline.ClassOutline outline)
           
 
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
 

Constructor Detail

ClassOutlineHelper

public ClassOutlineHelper(com.sun.tools.xjc.outline.ClassOutline outline)
Parameters:
outline - the ClassOutline to perform operations on
Method Detail

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.