br.com.objectos.way.code
Class ConstructorInfo

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

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

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

Method Summary
 boolean hasAccessInfo(AccessInfo accessInfo)
           
 Boolean hasParameterInfoListSize(int size)
           
static ConstructorInfoBuilder newPojo()
           
 Set<ImportInfo> toImportInfoSet()
           
 MustacheObject toMustache()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface br.com.objectos.way.core.testing.Testable
isEqual
 

Method Detail

newPojo

public static ConstructorInfoBuilder newPojo()

hasAccessInfo

public boolean hasAccessInfo(AccessInfo accessInfo)

hasParameterInfoListSize

public Boolean hasParameterInfoListSize(int size)

toImportInfoSet

public Set<ImportInfo> toImportInfoSet()

toMustache

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


Copyright © 2014. All rights reserved.