Searched refs:forId (Results 1 – 9 of 9) sorted by relevance
23 static Instruction forId(String id) { in forId() method in Instruction
125 p -> Instruction.forId(p.get(0)), in parseResultSpec()
28 mode = MergePaths.MergePathsMode.forId(reader.nextInt()); in parse()
48 type = ShapeTrimPath.Type.forId(reader.nextInt()); in parse()
21 public static MergePathsMode forId(int id) { in forId() method in MergePaths.MergePathsMode
15 public static Type forId(int id) { in forId() method in ShapeTrimPath.Type
115 public static Value forId(Object id) { in forId() method in JacksonInject.Value
208 public static FieldType forId(int id) { in forId() method in FieldType
535 return JacksonInject.Value.forId(id); in findInjectableValue()