B C D E J L M O S U 

B

BigDecimal - Annotation Type in com.sappenin.objectify.annotation
When placed on an entity field of type BigDecimal , the following properties will be stored for the property: The BigDecimal value, encoded as a lexigraphically-encoded String. (Optional) BigDecimal value in human-readable format (enabled by default)
BigDecimalCodec - Class in com.sappenin.objectify.translate.util
Encodes numbers as strings in such a way that the lexicographic order of the encoded strings is the same as the natural order of the original numbers.
BigDecimalCodec() - Constructor for class com.sappenin.objectify.translate.util.BigDecimalCodec
 
BigDecimalCodec.Decoder - Class in com.sappenin.objectify.translate.util
 
BigDecimalCodec.Encoder - Class in com.sappenin.objectify.translate.util
 
BigDecimalEmbeddedEntityTranslatorFactory - Class in com.sappenin.objectify.translate
This a more advanced strategy for storing java.math.BigDecimal in the datastore than the standard Objectify translators.
BigDecimalEmbeddedEntityTranslatorFactory() - Constructor for class com.sappenin.objectify.translate.BigDecimalEmbeddedEntityTranslatorFactory
 

C

com.sappenin.objectify.annotation - package com.sappenin.objectify.annotation
 
com.sappenin.objectify.translate - package com.sappenin.objectify.translate
 
com.sappenin.objectify.translate.util - package com.sappenin.objectify.translate.util
 
create(TypeKey<BigDecimal>, CreateContext, Path) - Method in class com.sappenin.objectify.translate.BigDecimalEmbeddedEntityTranslatorFactory
 
create(TypeKey, CreateContext, Path) - Method in class com.sappenin.objectify.translate.JodaMoneyEmbeddedEntityTranslatorFactory
 
create(TypeKey<Optional>, CreateContext, Path) - Method in class com.sappenin.objectify.translate.OptionalStringTranslatorFactory
 
createValueTranslator(TypeKey<ReadableInstant>, CreateContext, Path) - Method in class com.sappenin.objectify.translate.UTCReadableInstantDateTranslatorFactory
 

D

decode(String) - Static method in class com.sappenin.objectify.translate.util.BigDecimalCodec
 
decodeAsBigDecimal(String) - Static method in class com.sappenin.objectify.translate.util.BigDecimalCodec
 

E

encode(String) - Static method in class com.sappenin.objectify.translate.util.BigDecimalCodec
 
encode(BigDecimal) - Static method in class com.sappenin.objectify.translate.util.BigDecimalCodec
 

J

JodaMoneyEmbeddedEntityTranslatorFactory - Class in com.sappenin.objectify.translate
Factory for creating a JodaMoneyTranslator which can store component properties of a BigMoneyProvider as a "value" and a "currencyUnit" (both of which are Strings), similar to how an Embedded class would be stored.
JodaMoneyEmbeddedEntityTranslatorFactory() - Constructor for class com.sappenin.objectify.translate.JodaMoneyEmbeddedEntityTranslatorFactory
 

L

load(String, LoadContext, Path) - Method in class com.sappenin.objectify.translate.OptionalStringTranslatorFactory.OptionalStringTranslator
 

M

Money - Annotation Type in com.sappenin.objectify.annotation
When placed on an entity field of type Money or BigMoney, the following properties will be stored for that property: The currency value, encoded as a lexigraphically-encoded String. The currency code, as a String (Optional) Currency value in human-readable format (enabled by default)

O

OptionalStringTranslatorFactory - Class in com.sappenin.objectify.translate
An implementation of ValueTranslatorFactory for storing values of type Optional.
OptionalStringTranslatorFactory() - Constructor for class com.sappenin.objectify.translate.OptionalStringTranslatorFactory
 
OptionalStringTranslatorFactory.OptionalStringTranslator - Class in com.sappenin.objectify.translate
An instance of Translator that converts an Optional to a String and back.
OptionalStringTranslatorFactory.OptionalStringTranslator() - Constructor for class com.sappenin.objectify.translate.OptionalStringTranslatorFactory.OptionalStringTranslator
 

S

save(Optional, boolean, SaveContext, Path) - Method in class com.sappenin.objectify.translate.OptionalStringTranslatorFactory.OptionalStringTranslator
 

U

UTCReadableInstantDateTranslatorFactory - Class in com.sappenin.objectify.translate
An extension to {link com.googlecode.objectify.impl.translate.opt.joda.ReadableInstantTranslatorFactory} that sets the TimeZone of the returned ReadableInstant to DateTimeZone.UTC.
UTCReadableInstantDateTranslatorFactory() - Constructor for class com.sappenin.objectify.translate.UTCReadableInstantDateTranslatorFactory
No-args Constructor.
B C D E J L M O S U 

Copyright © 2013-2014–2015 Sappenin Inc.. All rights reserved.