public class DIConstructorParam extends Object
| Constructor and Description |
|---|
DIConstructorParam(String name,
Class<?> type,
List<Annotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Class<?> |
getType() |
boolean |
isArray() |
boolean |
isArrayOfArrays() |
boolean |
isArrayOfDates() |
boolean |
isArrayOfEnums() |
boolean |
isArrayOfNumbers() |
boolean |
isArrayOfPrimitives() |
boolean |
isArrayOfStrings() |
boolean |
isBoolean() |
boolean |
isCharacter() |
boolean |
isDate() |
boolean |
isEnum() |
boolean |
isNumber() |
boolean |
isPrimitive() |
boolean |
isString() |
String |
toString() |
public DIConstructorParam(String name, Class<?> type, List<Annotation> annotations)
public Class<?> getType()
public String getName()
public boolean isArray()
public boolean isArrayOfPrimitives()
public boolean isArrayOfArrays()
public boolean isArrayOfEnums()
public boolean isArrayOfStrings()
public boolean isArrayOfNumbers()
public boolean isArrayOfDates()
public boolean isNumber()
public boolean isPrimitive()
public boolean isEnum()
public boolean isString()
public boolean isDate()
public boolean isCharacter()
public boolean isBoolean()
Copyright © 2014. All rights reserved.