Uses of Class
net.anotheria.anodoc.data.StringProperty
-
Packages that use StringProperty 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 StringProperty in net.anotheria.anodoc.data
Subclasses of StringProperty in net.anotheria.anodoc.data Modifier and Type Class Description classTextPropertyTextProperty is a derivative of a StringProperty which support full text search queries (if the underlying storage supports them too).Methods in net.anotheria.anodoc.data that return StringProperty Modifier and Type Method Description StringPropertyDocument. getStringProperty(java.lang.String name)Returns the StringProperty contained in this Document under the given name.Methods in net.anotheria.anodoc.data with parameters of type StringProperty Modifier and Type Method Description voidDocument. putStringProperty(StringProperty p)Puts the given StringProperty in the internal storage. -
Uses of StringProperty in net.anotheria.anodoc.util.mapper.pds
Methods in net.anotheria.anodoc.util.mapper.pds that return StringProperty Modifier and Type Method Description StringPropertyStringPropertyDeserializer. 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 StringProperty Constructor Description StringPropertyDeserializer(java.lang.Class<StringProperty> vc) -
Uses of StringProperty in net.anotheria.anodoc.util.mapper.ps
Methods in net.anotheria.anodoc.util.mapper.ps with parameters of type StringProperty Modifier and Type Method Description voidStringPropertySerializer. serialize(StringProperty 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 StringProperty Constructor Description StringPropertySerializer(java.lang.Class<StringProperty> t)
-