Uses of Class
io.protostuff.compiler.model.UsageIndex
-
Packages that use UsageIndex Package Description io.protostuff.compiler.model -
-
Uses of UsageIndex in io.protostuff.compiler.model
Methods in io.protostuff.compiler.model that return UsageIndex Modifier and Type Method Description static UsageIndexUsageIndex. build(Proto proto)static UsageIndexUsageIndex. build(Collection<Proto> protos)Build usage index for given collection of proto files.UsageIndexImmutableModule. usageIndex()UsageIndexModule. usageIndex()Methods in io.protostuff.compiler.model with parameters of type UsageIndex Modifier and Type Method Description ImmutableModule.BuilderImmutableModule.Builder. usageIndex(UsageIndex usageIndex)Initializes the value for theusageIndexattribute.ImmutableModuleImmutableModule. withUsageIndex(UsageIndex value)Copy the current immutable object by setting a value for theusageIndexattribute.
-