All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.googlecode.objectify.impl.conv.ConverterLoadContext Maven / Gradle / Ivy

Go to download

*** THIS VERSION UPLOADED FOR USE WITH CEDAR-COMMON, TO AVOID DEPENDENCIES ON GOOGLE CODE-BASED MAVEN REPOSITORIES. *** The simplest convenient interface to the Google App Engine datastore

The newest version!
package com.googlecode.objectify.impl.conv;

import com.googlecode.objectify.impl.Wrapper;


/** 
 * 

Provides some limited context information to a Converter during load/set.

*/ public interface ConverterLoadContext { /** * @return the field/method wrapper that we are trying to set */ Wrapper getField(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy