public class ConstructorParameterResolver extends Object
| Constructor and Description |
|---|
ConstructorParameterResolver() |
| Modifier and Type | Method and Description |
|---|---|
Set<Property> |
getPossibleConstructorParams(Type type,
String name)
Resolves one or more constructor parameters found in the constructor(s)
of the specified type which have the specified name.
|
Map<String,Set<Property>> |
getProperties(Type type)
Resolves constructor arguments as properties for the specified type.
|
public Map<String,Set<Property>> getProperties(Type type)
type - dynamicPropertyExpression - public Set<Property> getPossibleConstructorParams(Type type, String name)
type - the type for which to resolve the propertyname - the name of the constructor parameterCopyright © 2016 Glasnost. All rights reserved.