Uses of Interface
io.protostuff.compiler.model.ModuleConfiguration
-
Packages that use ModuleConfiguration Package Description io.protostuff.compiler.model -
-
Uses of ModuleConfiguration in io.protostuff.compiler.model
Classes in io.protostuff.compiler.model that implement ModuleConfiguration Modifier and Type Class Description classImmutableModuleConfigurationImmutable implementation ofModuleConfiguration.Methods in io.protostuff.compiler.model with parameters of type ModuleConfiguration Modifier and Type Method Description static ImmutableModuleConfigurationImmutableModuleConfiguration. copyOf(ModuleConfiguration instance)Creates an immutable copy of aModuleConfigurationvalue.ImmutableModuleConfiguration.BuilderImmutableModuleConfiguration.Builder. from(ModuleConfiguration instance)Fill a builder with attribute values from the providedModuleConfigurationinstance.
-