Uses of Class
net.anotheria.anodoc.data.FloatProperty
-
Packages that use FloatProperty 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 FloatProperty in net.anotheria.anodoc.data
Methods in net.anotheria.anodoc.data that return FloatProperty Modifier and Type Method Description FloatPropertyDocument. getFloatProperty(java.lang.String name)Returns the FloatProperty contained in this Document under the given name.Methods in net.anotheria.anodoc.data with parameters of type FloatProperty Modifier and Type Method Description voidDocument. putFloatProperty(FloatProperty p)Puts the given FloatProperty in the internal storage. -
Uses of FloatProperty in net.anotheria.anodoc.util.mapper.pds
Methods in net.anotheria.anodoc.util.mapper.pds that return FloatProperty Modifier and Type Method Description FloatPropertyFloatPropertyDeserializer. 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 FloatProperty Constructor Description FloatPropertyDeserializer(java.lang.Class<FloatProperty> vc) -
Uses of FloatProperty in net.anotheria.anodoc.util.mapper.ps
Methods in net.anotheria.anodoc.util.mapper.ps with parameters of type FloatProperty Modifier and Type Method Description voidFloatPropertySerializer. serialize(FloatProperty 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 FloatProperty Constructor Description FloatPropertySerializer(java.lang.Class<FloatProperty> t)
-