Uses of Class
io.protostuff.compiler.model.Oneof
-
Packages that use Oneof Package Description io.protostuff.compiler.model io.protostuff.compiler.parser -
-
Uses of Oneof in io.protostuff.compiler.model
Fields in io.protostuff.compiler.model with type parameters of type Oneof Modifier and Type Field Description protected List<Oneof>Message. oneofsMethods in io.protostuff.compiler.model that return Oneof Modifier and Type Method Description OneofField. getOneof()OneofMessage. getOneof(String name)Get oneof node by it's name.Methods in io.protostuff.compiler.model that return types with arguments of type Oneof Modifier and Type Method Description List<Oneof>Message. getOneofs()Methods in io.protostuff.compiler.model with parameters of type Oneof Modifier and Type Method Description voidMessage. addOneof(Oneof oneof)voidField. setOneof(Oneof oneof)Method parameters in io.protostuff.compiler.model with type arguments of type Oneof Modifier and Type Method Description voidMessage. setOneofs(List<Oneof> oneofs) -
Uses of Oneof in io.protostuff.compiler.parser
Method parameters in io.protostuff.compiler.parser with type arguments of type Oneof Modifier and Type Method Description ProtoWalkerProtoWalker. onOneof(ProtoWalker.ContextlessProcessor<Oneof> processor)ProtoWalkerProtoWalker. onOneof(ProtoWalker.Processor<Oneof> processor)
-