Uses of Enum
org.inferred.freebuilder.processor.source.feature.SourceLevel
Packages that use SourceLevel
-
Uses of SourceLevel in org.inferred.freebuilder.processor.source.feature
Subclasses with type arguments of type SourceLevel in org.inferred.freebuilder.processor.source.featureModifier and TypeClassDescriptionenumCompliance levels which are idiomatically supported by this processor.Classes in org.inferred.freebuilder.processor.source.feature that implement interfaces with type arguments of type SourceLevelModifier and TypeClassDescriptionenumCompliance levels which are idiomatically supported by this processor.Fields in org.inferred.freebuilder.processor.source.feature with type parameters of type SourceLevelModifier and TypeFieldDescriptionstatic final FeatureType<SourceLevel> SourceLevel.SOURCE_LEVELConstant to pass toSourceBuilder.feature(FeatureType)to get the currentSourceLevel.Methods in org.inferred.freebuilder.processor.source.feature that return SourceLevelModifier and TypeMethodDescriptionstatic SourceLevelReturns the enum constant of this type with the specified name.static SourceLevel[]SourceLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.