Uses of Class
io.zeebe.msgpack.mapping.Mapping.Type
-
Packages that use Mapping.Type Package Description io.zeebe.msgpack.mapping -
-
Uses of Mapping.Type in io.zeebe.msgpack.mapping
Methods in io.zeebe.msgpack.mapping that return Mapping.Type Modifier and Type Method Description Mapping.TypeMapping. getType()static Mapping.TypeMapping.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Mapping.Type[]Mapping.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.zeebe.msgpack.mapping with parameters of type Mapping.Type Modifier and Type Method Description static Mapping[]MappingBuilder. createMapping(String source, String target, Mapping.Type type)MappingBuilderMappingBuilder. mapping(String source, String target, Mapping.Type type)Constructors in io.zeebe.msgpack.mapping with parameters of type Mapping.Type Constructor Description Mapping(JsonPathQuery source, JsonPathPointer targetPointer, Mapping.Type type)
-