Uses of Class
com.fasterxml.jackson.datatype.hibernate4.PersistentCollectionSerializer
-
-
Uses of PersistentCollectionSerializer in com.fasterxml.jackson.datatype.hibernate4
Methods in com.fasterxml.jackson.datatype.hibernate4 that return PersistentCollectionSerializer Modifier and Type Method Description protected PersistentCollectionSerializerPersistentCollectionSerializer. _withSerializer(com.fasterxml.jackson.databind.JsonSerializer<?> ser)PersistentCollectionSerializerPersistentCollectionSerializer. unwrappingSerializer(com.fasterxml.jackson.databind.util.NameTransformer unwrapper)Constructors in com.fasterxml.jackson.datatype.hibernate4 with parameters of type PersistentCollectionSerializer Constructor Description PersistentCollectionSerializer(PersistentCollectionSerializer base, com.fasterxml.jackson.databind.JsonSerializer<?> serializer)
-