Uses of Class
net.anotheria.anodoc.data.LongProperty
-
Packages that use LongProperty 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 LongProperty in net.anotheria.anodoc.data
Methods in net.anotheria.anodoc.data that return LongProperty Modifier and Type Method Description LongPropertyDocument. getLongProperty(java.lang.String name)Returns the LongProperty contained in this Document under the given name.Methods in net.anotheria.anodoc.data with parameters of type LongProperty Modifier and Type Method Description voidDocument. putLongProperty(LongProperty p)Puts the given LongProperty in the internal storage. -
Uses of LongProperty in net.anotheria.anodoc.util.mapper.pds
Methods in net.anotheria.anodoc.util.mapper.pds that return LongProperty Modifier and Type Method Description LongPropertyLongPropertyDeserializer. 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 LongProperty Constructor Description LongPropertyDeserializer(java.lang.Class<LongProperty> vc) -
Uses of LongProperty in net.anotheria.anodoc.util.mapper.ps
Methods in net.anotheria.anodoc.util.mapper.ps with parameters of type LongProperty Modifier and Type Method Description voidLongPropertySerializer. serialize(LongProperty 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 LongProperty Constructor Description LongPropertySerializer(java.lang.Class<LongProperty> t)
-