Uses of Enum
org.inferred.freebuilder.processor.Datatype.UnderrideLevel
Packages that use Datatype.UnderrideLevel
-
Uses of Datatype.UnderrideLevel in org.inferred.freebuilder.processor
Subclasses with type arguments of type Datatype.UnderrideLevel in org.inferred.freebuilder.processorModifier and TypeClassDescriptionstatic enumHow compulsory the underride is.Fields in org.inferred.freebuilder.processor with type parameters of type Datatype.UnderrideLevelModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableMap<Datatype.StandardMethod, Datatype.UnderrideLevel> Datatype_Builder.Partial.standardMethodUnderridesprivate final LinkedHashMap<Datatype.StandardMethod, Datatype.UnderrideLevel> Datatype_Builder.standardMethodUnderridesprivate final com.google.common.collect.ImmutableMap<Datatype.StandardMethod, Datatype.UnderrideLevel> Datatype_Builder.Value.standardMethodUnderridesMethods in org.inferred.freebuilder.processor that return Datatype.UnderrideLevelModifier and TypeMethodDescriptionDatatype.standardMethodUnderride(Datatype.StandardMethod standardMethod) static Datatype.UnderrideLevelReturns the enum constant of this type with the specified name.static Datatype.UnderrideLevel[]Datatype.UnderrideLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.inferred.freebuilder.processor that return types with arguments of type Datatype.UnderrideLevelModifier and TypeMethodDescriptionAnalyser.findUnderriddenMethods(Iterable<ExecutableElement> methods) Find any standard methods the user has 'underridden' in their type.Datatype_Builder.getStandardMethodUnderrides()Returns an unmodifiable view of the map that will be returned byDatatype.getStandardMethodUnderrides().com.google.common.collect.ImmutableMap<Datatype.StandardMethod, Datatype.UnderrideLevel> Datatype_Builder.Partial.getStandardMethodUnderrides()com.google.common.collect.ImmutableMap<Datatype.StandardMethod, Datatype.UnderrideLevel> Datatype_Builder.Value.getStandardMethodUnderrides()abstract com.google.common.collect.ImmutableMap<Datatype.StandardMethod, Datatype.UnderrideLevel> Datatype.getStandardMethodUnderrides()Methods in org.inferred.freebuilder.processor with parameters of type Datatype.UnderrideLevelModifier and TypeMethodDescriptionDatatype_Builder.putStandardMethodUnderrides(Datatype.StandardMethod key, Datatype.UnderrideLevel value) Method parameters in org.inferred.freebuilder.processor with type arguments of type Datatype.UnderrideLevelModifier and TypeMethodDescriptionDatatype_Builder.mutateStandardMethodUnderrides(Consumer<? super Map<Datatype.StandardMethod, Datatype.UnderrideLevel>> mutator) Invokesmutatorwith the map to be returned fromDatatype.getStandardMethodUnderrides().Datatype_Builder.putAllStandardMethodUnderrides(Map<? extends Datatype.StandardMethod, ? extends Datatype.UnderrideLevel> map) Copies all of the mappings frommapto the map to be returned fromDatatype.getStandardMethodUnderrides().