Uses of Class
net.anotheria.anodoc.data.BooleanProperty
-
Packages that use BooleanProperty 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 BooleanProperty in net.anotheria.anodoc.data
Methods in net.anotheria.anodoc.data that return BooleanProperty Modifier and Type Method Description BooleanPropertyDocument. getBooleanProperty(java.lang.String name)Returns the BooleanProperty contained in this Document under the given name.Methods in net.anotheria.anodoc.data with parameters of type BooleanProperty Modifier and Type Method Description voidDocument. putBooleanProperty(BooleanProperty p)Puts the given BooleanProperty in the internal storage. -
Uses of BooleanProperty in net.anotheria.anodoc.util.mapper.pds
Methods in net.anotheria.anodoc.util.mapper.pds that return BooleanProperty Modifier and Type Method Description BooleanPropertyBooleanPropertyDeserializer. 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 BooleanProperty Constructor Description BooleanPropertyDeserializer(java.lang.Class<BooleanProperty> vc) -
Uses of BooleanProperty in net.anotheria.anodoc.util.mapper.ps
Methods in net.anotheria.anodoc.util.mapper.ps with parameters of type BooleanProperty Modifier and Type Method Description voidBooleanPropertySerializer. serialize(BooleanProperty 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 BooleanProperty Constructor Description BooleanPropertySerializer(java.lang.Class<BooleanProperty> t)
-