public class ConstructibleAnnotatedCollection extends Object
| Constructor and Description |
|---|
ConstructibleAnnotatedCollection(Field field,
Constructor<Collection<Object>> ctor,
org.codehaus.jackson.map.deser.SettableBeanProperty setter,
org.codehaus.jackson.map.type.CollectionType ctype) |
| Modifier and Type | Method and Description |
|---|---|
org.codehaus.jackson.map.type.CollectionType |
getCollectionType() |
Constructor<Collection<Object>> |
getConstructor() |
Field |
getField() |
org.codehaus.jackson.map.deser.SettableBeanProperty |
getSetter() |
String |
toString() |
public ConstructibleAnnotatedCollection(Field field, Constructor<Collection<Object>> ctor, org.codehaus.jackson.map.deser.SettableBeanProperty setter, org.codehaus.jackson.map.type.CollectionType ctype)
public Constructor<Collection<Object>> getConstructor()
public Field getField()
public org.codehaus.jackson.map.deser.SettableBeanProperty getSetter()
public org.codehaus.jackson.map.type.CollectionType getCollectionType()
Copyright © 2012. All Rights Reserved.