Uses of Enum
org.inferred.freebuilder.processor.Datatype.StandardMethod
Packages that use Datatype.StandardMethod
-
Uses of Datatype.StandardMethod in org.inferred.freebuilder.processor
Fields in org.inferred.freebuilder.processor with type parameters of type Datatype.StandardMethodModifier 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.StandardMethodModifier and TypeMethodDescriptionstatic Datatype.StandardMethodReturns the enum constant of this type with the specified name.static Datatype.StandardMethod[]Datatype.StandardMethod.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.StandardMethodModifier 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()private static Optional<Datatype.StandardMethod> Analyser.maybeStandardMethod(ExecutableElement method) Returns whether a method is one of theDatatype.StandardMethods, and if so, which.Methods in org.inferred.freebuilder.processor with parameters of type Datatype.StandardMethodModifier and TypeMethodDescriptionDatatype_Builder.putStandardMethodUnderrides(Datatype.StandardMethod key, Datatype.UnderrideLevel value) Datatype_Builder.removeStandardMethodUnderrides(Datatype.StandardMethod key) Removes the mapping forkeyfrom the map to be returned fromDatatype.getStandardMethodUnderrides(), if one is present.Datatype.standardMethodUnderride(Datatype.StandardMethod standardMethod) Method parameters in org.inferred.freebuilder.processor with type arguments of type Datatype.StandardMethodModifier 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().