br.com.objectos.way.code
Class AnnotationInfoMap

java.lang.Object
  extended by br.com.objectos.way.code.AnnotationInfoMap
All Implemented Interfaces:
Testable<AnnotationInfoMap>, WayMap<AnnotationInfo>

public class AnnotationInfoMap
extends Object
implements Testable<AnnotationInfoMap>, WayMap<AnnotationInfo>

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

Method Summary
 com.google.common.base.Optional<AnnotationInfo> get(Class<?> type)
           
 boolean isEqual(AnnotationInfoMap that)
           
 List<AnnotationInfo> list()
           
static AnnotationInfoMap mapOf(List<AnnotationInfo> list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

mapOf

public static AnnotationInfoMap mapOf(List<AnnotationInfo> list)

get

public com.google.common.base.Optional<AnnotationInfo> get(Class<?> type)

isEqual

public boolean isEqual(AnnotationInfoMap that)
Specified by:
isEqual in interface Testable<AnnotationInfoMap>

list

public List<AnnotationInfo> list()
Specified by:
list in interface WayMap<AnnotationInfo>


Copyright © 2014. All rights reserved.