Interface | Description |
---|---|
CompilerChef.BindableHolder | |
LayoutXmlProcessor.OriginalFileLookup |
Helper interface that can find the original copy of a resource XML.
|
Class | Description |
---|---|
Binding | |
BindingTarget | |
CompilerChef |
Chef class for compiler.
|
DataBinder |
The main class that handles parsing files and generating classes.
|
DataBindingBuilder |
This class is used by Android Gradle plugin.
|
DataBindingExcludeGeneratedTask |
Task to exclude generated classes from the Jar task of a library project
|
ExpressionParser | |
ExpressionVisitor | |
ExpressionVisitorTest | |
ExpressionVisitorTest.ComparisonExprTests | |
InverseBinding | |
LayoutBinder |
Keeps all information about the bindings per layout file
|
LayoutBinderTest | |
LayoutXmlProcessor |
Processes the layout XML, stripping the binding attributes and elements
and writes the information into an annotated class file for the annotation
processor to work with.
|
LayoutXmlProcessor.ResourceInput |
API agnostic class to get resource changes incrementally.
|
MakeCopy |
This class is used by make to copy resources to an intermediate directory and start processing
them.
|
MergedBinding |
Multiple binding expressions can be evaluated using a single adapter.
|
MockLayoutBinder |