Classes
-
Builder<V extends Built<V, B>, B extends Builder<V, B>>
-
Every Built class has a corresponding Builder class. [...]
-
Built<V extends Built<V, B>, B extends Builder<V, B>>
-
Implement this for a Built Value. [...]
-
BuiltValue
-
Optionally, annotate a Built Value with this to specify settings. This is
only needed for advanced use.
-
BuiltValueEnum
-
Optionally, annotate an
EnumClass
with this to specify settings. This
is only needed for advanced use.
-
BuiltValueEnumConst
-
Optionally, annotate an
EnumClass
constant with this to specify settings.
This is only needed for advanced use.
-
BuiltValueField
-
Optionally, annotate a Built Value field with this to specify settings.
This is only needed for advanced use.
-
BuiltValueSerializer
-
Optionally, annotate a Built Value
Serializer
getters with this to
specify settings. This is only needed for advanced use.
-
BuiltValueToStringHelper
-
Interface for built_value toString() output helpers. [...]
-
EnumClass
-
Enum Class base class. [...]
-
FlatBuiltValueToStringHelper
-
A BuiltValueToStringHelper that produces single line output.
-
IndentingBuiltValueToStringHelper
-
A BuiltValueToStringHelper that produces multi-line indented output.
Functions
-
$jc(int hash, int value)
→ int
-
For use by generated code in calculating hash codes. Do not use directly.
-
$jf(int hash)
→ int
-
For use by generated code in calculating hash codes. Do not use directly.