br.com.objectos.way.code
Class SuperTypeInfo

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

public abstract class SuperTypeInfo
extends Object
implements Testable<SuperTypeInfo>

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

Method Summary
static SuperTypeInfoBuilder builder()
           
 WayIterable<MethodInfo> getMethodInfoIterable()
           
 boolean isInstanceOf(Class<?> type)
           
 
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

builder

public static SuperTypeInfoBuilder builder()

getMethodInfoIterable

public WayIterable<MethodInfo> getMethodInfoIterable()

isInstanceOf

public boolean isInstanceOf(Class<?> type)


Copyright © 2014. All rights reserved.