public class ByteArrayTranslatorFactory extends ValueTranslatorFactory<byte[],com.google.appengine.api.datastore.Blob>
Constructor and Description |
---|
ByteArrayTranslatorFactory() |
Modifier and Type | Method and Description |
---|---|
ValueTranslator<byte[],com.google.appengine.api.datastore.Blob> |
createSafe(Path path,
Property property,
Type type,
CreateContext ctx)
Create a translator, knowing that we have the appropriate type.
|
create
public ValueTranslator<byte[],com.google.appengine.api.datastore.Blob> createSafe(Path path, Property property, Type type, CreateContext ctx)
ValueTranslatorFactory
createSafe
in class ValueTranslatorFactory<byte[],com.google.appengine.api.datastore.Blob>
type
- is guaranteed to erase to something assignable to ClassCopyright © 2014. All rights reserved.