ma.glasnost.orika.constructor
Class ConstructorResolverStrategy.ConstructorMapping<T>

java.lang.Object
  extended by ma.glasnost.orika.constructor.ConstructorResolverStrategy.ConstructorMapping<T>
Type Parameters:
T -
Enclosing interface:
ConstructorResolverStrategy

public static class ConstructorResolverStrategy.ConstructorMapping<T>
extends Object

ConstructorMapping represents the results of resolving a constructor from type T against a given ClassMap.


Constructor Summary
ConstructorResolverStrategy.ConstructorMapping()
           
 
Method Summary
 Constructor<T> getConstructor()
           
 String[] getDeclaredParameters()
           
 List<FieldMap> getMappedFields()
           
 Type<?>[] getParameterTypes()
           
 boolean isParameterNameInfoAvailable()
           
 void setConstructor(Constructor<T> constructor)
           
 void setDeclaredParameters(String[] declaredParameters)
           
 void setParameterNameInfoAvailable(boolean parameterNameInfoAvailable)
           
 void setParameterTypes(Type<?>[] parameterTypes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructorResolverStrategy.ConstructorMapping

public ConstructorResolverStrategy.ConstructorMapping()
Method Detail

getParameterTypes

public Type<?>[] getParameterTypes()
Returns:
the parameterTypes

setParameterTypes

public void setParameterTypes(Type<?>[] parameterTypes)
Parameters:
parameterTypes - the parameterTypes to set

isParameterNameInfoAvailable

public boolean isParameterNameInfoAvailable()

setParameterNameInfoAvailable

public void setParameterNameInfoAvailable(boolean parameterNameInfoAvailable)

getDeclaredParameters

public String[] getDeclaredParameters()

setDeclaredParameters

public void setDeclaredParameters(String[] declaredParameters)

getConstructor

public Constructor<T> getConstructor()

setConstructor

public void setConstructor(Constructor<T> constructor)

getMappedFields

public List<FieldMap> getMappedFields()


Copyright © 2013 Glasnost. All Rights Reserved.