br.com.objectos.way.code
Class InterfaceInfoToMethodInfoList

java.lang.Object
  extended by br.com.objectos.way.code.InterfaceInfoToMethodInfoList
All Implemented Interfaces:
com.google.common.base.Function<InterfaceInfo,List<MethodInfo>>

public class InterfaceInfoToMethodInfoList
extends Object
implements com.google.common.base.Function<InterfaceInfo,List<MethodInfo>>

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

Method Summary
 List<MethodInfo> apply(InterfaceInfo input)
           
static InterfaceInfoToMethodInfoList get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Method Detail

get

public static InterfaceInfoToMethodInfoList get()

apply

public List<MethodInfo> apply(InterfaceInfo input)
Specified by:
apply in interface com.google.common.base.Function<InterfaceInfo,List<MethodInfo>>


Copyright © 2014. All rights reserved.