public static class OptionalStringTranslatorFactory.OptionalStringTranslator extends Object implements com.googlecode.objectify.impl.translate.Translator<com.google.common.base.Optional,String>
| Constructor and Description |
|---|
OptionalStringTranslatorFactory.OptionalStringTranslator() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional |
load(String node,
com.googlecode.objectify.impl.translate.LoadContext ctx,
com.googlecode.objectify.impl.Path path) |
String |
save(com.google.common.base.Optional pojo,
boolean index,
com.googlecode.objectify.impl.translate.SaveContext ctx,
com.googlecode.objectify.impl.Path path) |
public OptionalStringTranslatorFactory.OptionalStringTranslator()
public final com.google.common.base.Optional load(String node, com.googlecode.objectify.impl.translate.LoadContext ctx, com.googlecode.objectify.impl.Path path) throws com.googlecode.objectify.impl.translate.SkipException
load in interface com.googlecode.objectify.impl.translate.Translator<com.google.common.base.Optional,String>com.googlecode.objectify.impl.translate.SkipExceptionpublic String save(com.google.common.base.Optional pojo, boolean index, com.googlecode.objectify.impl.translate.SaveContext ctx, com.googlecode.objectify.impl.Path path) throws com.googlecode.objectify.impl.translate.SkipException
save in interface com.googlecode.objectify.impl.translate.Translator<com.google.common.base.Optional,String>com.googlecode.objectify.impl.translate.SkipExceptionCopyright © 2013-2014–2015 Sappenin Inc.. All rights reserved.