org.msgpack.rpc.reflect
Class InvokerBuilder.ArgumentEntry

java.lang.Object
  extended by org.msgpack.rpc.reflect.InvokerBuilder.ArgumentEntry
Enclosing class:
InvokerBuilder

public static class InvokerBuilder.ArgumentEntry
extends java.lang.Object


Constructor Summary
InvokerBuilder.ArgumentEntry()
           
InvokerBuilder.ArgumentEntry(int index, java.lang.reflect.Type genericType, org.msgpack.template.FieldOption option)
           
InvokerBuilder.ArgumentEntry(InvokerBuilder.ArgumentEntry e)
           
 
Method Summary
 java.lang.reflect.Type getGenericType()
           
 int getIndex()
           
 java.lang.String getJavaTypeName()
           
 org.msgpack.template.FieldOption getOption()
           
 java.lang.Class<?> getType()
           
 boolean isAvailable()
           
 boolean isNullable()
           
 boolean isOptional()
           
 boolean isRequired()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvokerBuilder.ArgumentEntry

public InvokerBuilder.ArgumentEntry()

InvokerBuilder.ArgumentEntry

public InvokerBuilder.ArgumentEntry(InvokerBuilder.ArgumentEntry e)

InvokerBuilder.ArgumentEntry

public InvokerBuilder.ArgumentEntry(int index,
                                    java.lang.reflect.Type genericType,
                                    org.msgpack.template.FieldOption option)
Method Detail

getIndex

public int getIndex()

getType

public java.lang.Class<?> getType()

getJavaTypeName

public java.lang.String getJavaTypeName()

getGenericType

public java.lang.reflect.Type getGenericType()

getOption

public org.msgpack.template.FieldOption getOption()

isAvailable

public boolean isAvailable()

isRequired

public boolean isRequired()

isOptional

public boolean isOptional()

isNullable

public boolean isNullable()


Copyright © 2010. All Rights Reserved.