Uses of Interface
io.protostuff.compiler.model.FieldContainer
-
Packages that use FieldContainer Package Description io.protostuff.compiler.model -
-
Uses of FieldContainer in io.protostuff.compiler.model
Classes in io.protostuff.compiler.model that implement FieldContainer Modifier and Type Class Description classExtensionExtension node.classGroupGroups tree node.classMessageMessage node.classOneof"oneof" tree node.Methods in io.protostuff.compiler.model that return FieldContainer Modifier and Type Method Description FieldContainerField. getParent()Constructors in io.protostuff.compiler.model with parameters of type FieldContainer Constructor Description Field(FieldContainer parent)Create a field instance for given parent.
-