Uses of Interface
io.protostuff.compiler.model.Module
-
Packages that use Module Package Description io.protostuff.compiler.model -
-
Uses of Module in io.protostuff.compiler.model
Classes in io.protostuff.compiler.model that implement Module Modifier and Type Class Description classImmutableModuleImmutable implementation ofModule.Fields in io.protostuff.compiler.model declared as Module Modifier and Type Field Description protected ModuleProto. moduleMethods in io.protostuff.compiler.model that return Module Modifier and Type Method Description ModuleProto. getModule()Methods in io.protostuff.compiler.model with parameters of type Module Modifier and Type Method Description static ImmutableModuleImmutableModule. copyOf(Module instance)Creates an immutable copy of aModulevalue.ImmutableModule.BuilderImmutableModule.Builder. from(Module instance)Fill a builder with attribute values from the providedModuleinstance.voidProto. setModule(Module module)
-