br.com.objectos.way.code
Class GetterInfo

java.lang.Object
  extended by br.com.objectos.way.code.GetterInfo
All Implemented Interfaces:
Testable<GetterInfo>, IsMustacheSerializable

public abstract class GetterInfo
extends Object
implements IsMustacheSerializable, Testable<GetterInfo>

Author:
marcio.endo@objectos.com.br (Marcio Endo)

Method Summary
static GetterInfoBuilder newPojo()
           
 FieldInfo toFieldInfo()
           
 Set<ImportInfo> toImportInfoSet()
           
 MustacheObject toMustache()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface br.com.objectos.way.core.testing.Testable
isEqual
 

Method Detail

newPojo

public static GetterInfoBuilder newPojo()

toFieldInfo

public FieldInfo toFieldInfo()

toImportInfoSet

public Set<ImportInfo> toImportInfoSet()

toMustache

public MustacheObject toMustache()
Specified by:
toMustache in interface IsMustacheSerializable

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All rights reserved.