Uses of Class
net.anotheria.anodoc.data.ListProperty
-
Packages that use ListProperty Package Description net.anotheria.anodoc.data net.anotheria.anodoc.util.mapper.pds Custom classes for describing action of deserialize for document properties.net.anotheria.anodoc.util.mapper.ps Custom classes for describing action of serialize for document properties. -
-
Uses of ListProperty in net.anotheria.anodoc.data
Methods in net.anotheria.anodoc.data that return ListProperty Modifier and Type Method Description protected ListPropertyDocument. createListProperty(java.lang.String name)createListProperty.ListPropertyDocument. getListProperty(java.lang.String name)Returns the ListProperty contained in this Document under the given name.protected ListPropertyDocument. getListPropertyAnyCase(java.lang.String name)getListPropertyAnyCase.Methods in net.anotheria.anodoc.data with parameters of type ListProperty Modifier and Type Method Description voidDocument. putListProperty(ListProperty p)Puts the given ListProperty in the internal storage. -
Uses of ListProperty in net.anotheria.anodoc.util.mapper.pds
Methods in net.anotheria.anodoc.util.mapper.pds that return ListProperty Modifier and Type Method Description ListPropertyListPropertyDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)Constructor parameters in net.anotheria.anodoc.util.mapper.pds with type arguments of type ListProperty Constructor Description ListPropertyDeserializer(java.lang.Class<ListProperty> vc) -
Uses of ListProperty in net.anotheria.anodoc.util.mapper.ps
Methods in net.anotheria.anodoc.util.mapper.ps with parameters of type ListProperty Modifier and Type Method Description voidListPropertySerializer. serialize(ListProperty value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)Constructor parameters in net.anotheria.anodoc.util.mapper.ps with type arguments of type ListProperty Constructor Description ListPropertySerializer(java.lang.Class<ListProperty> t)
-