org.springframework.integration.handler.annotation
Class AnnotationMethodMessageMapper.MethodParameterMetadata

java.lang.Object
  extended by org.springframework.integration.handler.annotation.AnnotationMethodMessageMapper.MethodParameterMetadata
Enclosing class:
AnnotationMethodMessageMapper

private static class AnnotationMethodMessageMapper.MethodParameterMetadata
extends java.lang.Object


Field Summary
private  java.lang.String key
           
private  boolean required
           
private  java.lang.Class<?> type
           
 
Constructor Summary
AnnotationMethodMessageMapper.MethodParameterMetadata(java.lang.Class<?> type, java.lang.String key, boolean required)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

private final java.lang.Class<?> type

key

private final java.lang.String key

required

private final boolean required
Constructor Detail

AnnotationMethodMessageMapper.MethodParameterMetadata

AnnotationMethodMessageMapper.MethodParameterMetadata(java.lang.Class<?> type,
                                                      java.lang.String key,
                                                      boolean required)