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