Uses of Class
org.inferred.freebuilder.processor.Datatype.UnderrideLevel
-
Packages that use Datatype.UnderrideLevel Package Description org.inferred.freebuilder.processor -
-
Uses of Datatype.UnderrideLevel in org.inferred.freebuilder.processor
Fields in org.inferred.freebuilder.processor with type parameters of type Datatype.UnderrideLevel 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.UnderrideLevel Modifier and Type Method Description Datatype.UnderrideLevelDatatype. standardMethodUnderride(Datatype.StandardMethod standardMethod)static Datatype.UnderrideLevelDatatype.UnderrideLevel. valueOf(java.lang.String name)Returns 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.UnderrideLevel 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()Methods in org.inferred.freebuilder.processor with parameters of type Datatype.UnderrideLevel Modifier and Type Method Description Datatype.BuilderDatatype_Builder. putStandardMethodUnderrides(Datatype.StandardMethod key, Datatype.UnderrideLevel value)Method parameters in org.inferred.freebuilder.processor with type arguments of type Datatype.UnderrideLevel 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().
-