Uses of Class
net.anotheria.anodoc.data.DoubleProperty
-
Packages that use DoubleProperty 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 DoubleProperty in net.anotheria.anodoc.data
Methods in net.anotheria.anodoc.data that return DoubleProperty Modifier and Type Method Description DoublePropertyDocument. getDoubleProperty(java.lang.String name)Returns the DoubleProperty contained in this Document under the given name.Methods in net.anotheria.anodoc.data with parameters of type DoubleProperty Modifier and Type Method Description voidDocument. putDoubleProperty(DoubleProperty p)Puts the given FloatProperty in the internal storage. -
Uses of DoubleProperty in net.anotheria.anodoc.util.mapper.pds
Methods in net.anotheria.anodoc.util.mapper.pds that return DoubleProperty Modifier and Type Method Description DoublePropertyDoublePropertyDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) -
Uses of DoubleProperty in net.anotheria.anodoc.util.mapper.ps
Methods in net.anotheria.anodoc.util.mapper.ps with parameters of type DoubleProperty Modifier and Type Method Description voidDoublePropertySerializer. serialize(DoubleProperty 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 DoubleProperty Constructor Description DoublePropertySerializer(java.lang.Class<DoubleProperty> t)
-