Uses of Enum
org.inferred.freebuilder.processor.source.feature.GuavaLibrary
Packages that use GuavaLibrary
-
Uses of GuavaLibrary in org.inferred.freebuilder.processor.source.feature
Subclasses with type arguments of type GuavaLibrary in org.inferred.freebuilder.processor.source.featureModifier and TypeClassDescriptionenumWhether the Guava library is available or not.Classes in org.inferred.freebuilder.processor.source.feature that implement interfaces with type arguments of type GuavaLibraryModifier and TypeClassDescriptionenumWhether the Guava library is available or not.Fields in org.inferred.freebuilder.processor.source.feature with type parameters of type GuavaLibraryModifier and TypeFieldDescriptionstatic final FeatureType<GuavaLibrary> GuavaLibrary.GUAVAConstant to pass toSourceBuilder.feature(FeatureType)to get the current status ofGuavaLibrary.Methods in org.inferred.freebuilder.processor.source.feature that return GuavaLibraryModifier and TypeMethodDescriptionstatic GuavaLibraryReturns the enum constant of this type with the specified name.static GuavaLibrary[]GuavaLibrary.values()Returns an array containing the constants of this enum type, in the order they are declared.