android.databinding.tool.util
Class GenerationalClassUtil
java.lang.Object
android.databinding.tool.util.GenerationalClassUtil
public class GenerationalClassUtil
- extends java.lang.Object
A utility class that helps adding build specific objects to the jar file
and their extraction later on.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenerationalClassUtil
public GenerationalClassUtil()
loadObjects
public static <T extends java.io.Serializable> java.util.List<T> loadObjects(GenerationalClassUtil.ExtensionFilter filter)
writeIntermediateFile
public static void writeIntermediateFile(javax.annotation.processing.ProcessingEnvironment processingEnv,
java.lang.String packageName,
java.lang.String fileName,
java.io.Serializable object)