Uses of Class
org.opendaylight.ovsdb.lib.notation.Mutation
-
Packages that use Mutation Package Description org.opendaylight.ovsdb.lib.notation.json org.opendaylight.ovsdb.lib.operations -
-
Uses of Mutation in org.opendaylight.ovsdb.lib.notation.json
Methods in org.opendaylight.ovsdb.lib.notation.json with parameters of type Mutation Modifier and Type Method Description void
MutationSerializer. serialize(Mutation condition, com.fasterxml.jackson.core.JsonGenerator generator, com.fasterxml.jackson.databind.SerializerProvider provider)
-
Uses of Mutation in org.opendaylight.ovsdb.lib.operations
Methods in org.opendaylight.ovsdb.lib.operations that return types with arguments of type Mutation Modifier and Type Method Description List<Mutation>
Mutate. getMutations()
Method parameters in org.opendaylight.ovsdb.lib.operations with type arguments of type Mutation Modifier and Type Method Description void
Mutate. setMutations(List<Mutation> mutations)
-