info.magnolia.objectfactory
Class ParameterInfo

java.lang.Object
  extended by info.magnolia.objectfactory.ParameterInfo

public class ParameterInfo
extends Object

Holds details about a constructors parameter.

Version:
$Id$
See Also:
ParameterResolver

Constructor Summary
ParameterInfo(Constructor constructor, int parameterIndex)
           
 
Method Summary
 Constructor getConstructor()
           
 Type getGenericParameterType()
           
 int getParameterIndex()
           
 Class<?> getParameterType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterInfo

public ParameterInfo(Constructor constructor,
                     int parameterIndex)
Method Detail

getConstructor

public Constructor getConstructor()

getParameterIndex

public int getParameterIndex()

getParameterType

public Class<?> getParameterType()

getGenericParameterType

public Type getGenericParameterType()


Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.