Uses of Class
org.inferred.freebuilder.processor.source.ValueType
-
-
Uses of ValueType in org.inferred.freebuilder.processor
Subclasses of ValueType in org.inferred.freebuilder.processor Modifier and Type Class Description classGeneratedBuilderCode generation for the @FreeBuilderannotation.(package private) classGeneratedStub(package private) classGeneratedTypeprivate static classGwtSupport.CustomValueSerializerprivate static classGwtSupport.GwtWhitelist -
Uses of ValueType in org.inferred.freebuilder.processor.excerpt
Subclasses of ValueType in org.inferred.freebuilder.processor.excerpt Modifier and Type Class Description classBuildableListExcerpts defining a list implementation that stores a mixture of builders and value types.classCheckedBiMapprivate static classCheckedBiMap.CheckedEntryprivate static classCheckedBiMap.CheckedEntryIteratorprivate static classCheckedBiMap.CheckedEntrySetclassCheckedListExcerpts defining a list implementation that delegates to a provided add method to perform element validation and insertion into a random-access backing list.classCheckedListMultimapExcerpts defining a multimap implementation that delegates to a provided put method to perform entry validation and insertion into a backing multimap.classCheckedMapExcerpts defining a map implementation that delegates to a provided put method to perform entry validation and insertion into a backing map.private static classCheckedMap.CheckedEntryprivate static classCheckedMap.CheckedEntryIteratorprivate static classCheckedMap.CheckedEntrySetclassCheckedMultisetExcerpts defining a multiset implementation that delegates to a provided setCount method to perform element validation and insertion into a backing multiset.classCheckedNavigableSetExcerpts defining a navigable set implementation that delegates to a provided add method to perform element validation and insertion into a backing set.classCheckedSetExcerpts defining a set implementation that delegates to a provided add method to perform element validation and insertion into a backing set.classCheckedSetMultimapExcerpts defining a multimap implementation that delegates to a provided put method to perform entry validation and insertion into a backing multimap. -
Uses of ValueType in org.inferred.freebuilder.processor.property
Subclasses of ValueType in org.inferred.freebuilder.processor.property Modifier and Type Class Description private static classListProperty.ImmutableListMethodprivate static classMapProperty.ImmutableMapMethodclassMergeActionReadable action fragments for documenting mergeFrom behaviors.private static classSetProperty.ImmutableSetMethod -
Uses of ValueType in org.inferred.freebuilder.processor.source
Subclasses of ValueType in org.inferred.freebuilder.processor.source Modifier and Type Class Description classFieldAccessclassFunctionalTypeMetadata about a functional interface.(package private) classIdKeyMaps Java identifiers to their usage (e.g.classLazyName(package private) static classLazyName.DeclarationA Declaration maps a unique static class name to its static excerpt in a scope.classQualifiedNameThe qualified name of a type.classTypeRepresentation of a parameterized class or interface type.(package private) static classType.TypeImplclassTypeClassRepresentation of a class or interface element.classVariableMethods in org.inferred.freebuilder.processor.source with type parameters of type ValueType Modifier and Type Method Description static <E extends ValueType & Excerpt>
LazyNameLazyName. of(java.lang.String preferredName, E definition)
-