net.karneim.pojobuilder
Class Input

java.lang.Object
  extended by net.karneim.pojobuilder.Input

public class Input
extends Object


Constructor Summary
Input()
           
Input(TypeElement pojoType)
           
Input(TypeElement pojoType, ExecutableElement factoryMetod)
           
 
Method Summary
 ExecutableElement getFactoryMethod()
           
 GeneratePojoBuilder getGeneratePojoBuilderAnnotation()
           
 TypeElement getPojoType()
           
 boolean hasFactoryMethod()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Input

public Input()

Input

public Input(TypeElement pojoType)

Input

public Input(TypeElement pojoType,
             ExecutableElement factoryMetod)
Method Detail

getPojoType

public TypeElement getPojoType()

getFactoryMethod

public ExecutableElement getFactoryMethod()

hasFactoryMethod

public boolean hasFactoryMethod()

getGeneratePojoBuilderAnnotation

public GeneratePojoBuilder getGeneratePojoBuilderAnnotation()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.