Uses of Class
net.anotheria.anodoc.data.IntProperty
-
Packages that use IntProperty 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 IntProperty in net.anotheria.anodoc.data
Methods in net.anotheria.anodoc.data that return IntProperty Modifier and Type Method Description IntPropertyDocument. getIntProperty(java.lang.String name)Returns the IntProperty contained in this Document under the given name.Methods in net.anotheria.anodoc.data with parameters of type IntProperty Modifier and Type Method Description voidDocument. putIntProperty(IntProperty p)Puts the given IntProperty in the internal storage. -
Uses of IntProperty in net.anotheria.anodoc.util.mapper.pds
Methods in net.anotheria.anodoc.util.mapper.pds that return IntProperty Modifier and Type Method Description IntPropertyIntPropertyDeserializer. 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 IntProperty Constructor Description IntPropertyDeserializer(java.lang.Class<IntProperty> vc) -
Uses of IntProperty in net.anotheria.anodoc.util.mapper.ps
Methods in net.anotheria.anodoc.util.mapper.ps with parameters of type IntProperty Modifier and Type Method Description voidIntPropertySerializer. serialize(IntProperty 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 IntProperty Constructor Description IntPropertySerializer(java.lang.Class<IntProperty> t)
-