ma.glasnost.orika.constructor
Class ConstructorResolverStrategy.ConstructorMapping<T>
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstructorResolverStrategy.ConstructorMapping
public ConstructorResolverStrategy.ConstructorMapping()
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.