org.ektorp.impl.docref
Class ConstructibleAnnotatedCollection

java.lang.Object
  extended by org.ektorp.impl.docref.ConstructibleAnnotatedCollection

public class ConstructibleAnnotatedCollection
extends Object

Author:
ragnar rova

Constructor Summary
ConstructibleAnnotatedCollection(Field field, Constructor<Collection<Object>> ctor, org.codehaus.jackson.map.deser.SettableBeanProperty setter, org.codehaus.jackson.map.type.CollectionType ctype)
           
 
Method Summary
 org.codehaus.jackson.map.type.CollectionType getCollectionType()
           
 Constructor<Collection<Object>> getConstructor()
           
 Field getField()
           
 org.codehaus.jackson.map.deser.SettableBeanProperty getSetter()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstructibleAnnotatedCollection

public ConstructibleAnnotatedCollection(Field field,
                                        Constructor<Collection<Object>> ctor,
                                        org.codehaus.jackson.map.deser.SettableBeanProperty setter,
                                        org.codehaus.jackson.map.type.CollectionType ctype)
Method Detail

getConstructor

public Constructor<Collection<Object>> getConstructor()

getField

public Field getField()

getSetter

public org.codehaus.jackson.map.deser.SettableBeanProperty getSetter()

getCollectionType

public org.codehaus.jackson.map.type.CollectionType getCollectionType()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.