Uses of Class
org.inferred.freebuilder.processor.Datatype.StandardMethod
-
Packages that use Datatype.StandardMethod Package Description org.inferred.freebuilder.processor -
-
Uses of Datatype.StandardMethod in org.inferred.freebuilder.processor
Fields in org.inferred.freebuilder.processor with type parameters of type Datatype.StandardMethod Modifier and Type Field Description private com.google.common.collect.ImmutableMap<Datatype.StandardMethod,Datatype.UnderrideLevel>Datatype_Builder.Partial. standardMethodUnderridesprivate java.util.LinkedHashMap<Datatype.StandardMethod,Datatype.UnderrideLevel>Datatype_Builder. standardMethodUnderridesprivate com.google.common.collect.ImmutableMap<Datatype.StandardMethod,Datatype.UnderrideLevel>Datatype_Builder.Value. standardMethodUnderridesMethods in org.inferred.freebuilder.processor that return Datatype.StandardMethod Modifier and Type Method Description static Datatype.StandardMethodDatatype.StandardMethod. valueOf(java.lang.String name)Returns 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.StandardMethod Modifier and Type Method Description private java.util.Map<Datatype.StandardMethod,Datatype.UnderrideLevel>Analyser. findUnderriddenMethods(java.lang.Iterable<javax.lang.model.element.ExecutableElement> methods)Find any standard methods the user has 'underridden' in their type.java.util.Map<Datatype.StandardMethod,Datatype.UnderrideLevel>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 java.util.Optional<Datatype.StandardMethod>Analyser. maybeStandardMethod(javax.lang.model.element.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.StandardMethod Modifier and Type Method Description Datatype.BuilderDatatype_Builder. putStandardMethodUnderrides(Datatype.StandardMethod key, Datatype.UnderrideLevel value)Datatype.BuilderDatatype_Builder. removeStandardMethodUnderrides(Datatype.StandardMethod key)Removes the mapping forkeyfrom the map to be returned fromDatatype.getStandardMethodUnderrides(), if one is present.Datatype.UnderrideLevelDatatype. standardMethodUnderride(Datatype.StandardMethod standardMethod)Method parameters in org.inferred.freebuilder.processor with type arguments of type Datatype.StandardMethod Modifier and Type Method Description Datatype.BuilderDatatype_Builder. mutateStandardMethodUnderrides(java.util.function.Consumer<? super java.util.Map<Datatype.StandardMethod,Datatype.UnderrideLevel>> mutator)Invokesmutatorwith the map to be returned fromDatatype.getStandardMethodUnderrides().Datatype.BuilderDatatype_Builder. putAllStandardMethodUnderrides(java.util.Map<? extends Datatype.StandardMethod,? extends Datatype.UnderrideLevel> map)Copies all of the mappings frommapto the map to be returned fromDatatype.getStandardMethodUnderrides().
-