Uses of Class
org.immutables.value.processor.meta.Round
-
Packages that use Round Package Description org.immutables.value.processor.meta -
-
Uses of Round in org.immutables.value.processor.meta
Subclasses of Round in org.immutables.value.processor.meta Modifier and Type Class Description classImmutableRoundImmutable implementation ofRound.Fields in org.immutables.value.processor.meta declared as Round Modifier and Type Field Description private RoundImmutableProto.Environment.Builder. roundprivate RoundImmutableProto.Environment. roundprivate RoundImportsTypeStringResolver. roundMethods in org.immutables.value.processor.meta that return Round Modifier and Type Method Description (package private) RoundImmutableProto.Environment. round()(package private) abstract RoundProto.Environment. round()Methods in org.immutables.value.processor.meta with parameters of type Round Modifier and Type Method Description static ImmutableRoundImmutableRound. copyOf(Round instance)Creates an immutable copy of aRoundvalue.(package private) voidImportsTypeStringResolver. hierarchyTraversalForUnresolvedTypes(Round round, com.google.common.collect.ImmutableList<javax.lang.model.element.TypeElement> extendedClasses, com.google.common.collect.ImmutableSet<javax.lang.model.element.TypeElement> implementedInterfaces, com.google.common.collect.ImmutableSet<java.lang.String> unresolvedYetArguments)static ImmutableProto.EnvironmentImmutableProto.Environment. of(javax.annotation.processing.ProcessingEnvironment processing, Round round)Construct a new immutableEnvironmentinstance.ImmutableProto.Environment.BuilderImmutableProto.Environment.Builder. round(Round round)Initializes the value for theroundattribute.ImmutableProto.EnvironmentImmutableProto.Environment. withRound(Round value)Copy the current immutable object by setting a value for theroundattribute.Constructors in org.immutables.value.processor.meta with parameters of type Round Constructor Description Environment(javax.annotation.processing.ProcessingEnvironment processing, Round round)Environment(ImmutableProto.Environment original, javax.annotation.processing.ProcessingEnvironment processing, Round round)
-