br.com.objectos.way.code
Class AnnotationValueInfoMap

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

public class AnnotationValueInfoMap
extends Object
implements Testable<AnnotationValueInfoMap>, WayMap<AnnotationValueInfo>

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

Method Summary
 com.google.common.base.Optional<List<SimpleTypeInfo>> getTypeArray(String name)
           
 boolean isEqual(AnnotationValueInfoMap that)
           
 List<AnnotationValueInfo> list()
           
static AnnotationValueInfoMap mapOf(List<AnnotationValueInfo> list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

mapOf

public static AnnotationValueInfoMap mapOf(List<AnnotationValueInfo> list)

getTypeArray

public com.google.common.base.Optional<List<SimpleTypeInfo>> getTypeArray(String name)

isEqual

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

list

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


Copyright © 2014. All rights reserved.