Searched refs:getTargetType (Results 1 – 12 of 12) sorted by relevance
65 assertEquals(String.class, e.getTargetType()); in testFailOnNullFromDefaults()77 assertEquals(String.class, e.getTargetType()); in testFailOnNullFromDefaults()101 assertEquals(Integer.class, e.getTargetType()); in testFailOnNullWithCollections()110 assertEquals(String.class, e.getTargetType()); in testFailOnNullWithCollections()123 assertEquals(Object.class, e.getTargetType()); in testFailOnNullWithArrays()132 assertEquals(String.class, e.getTargetType()); in testFailOnNullWithArrays()146 assertEquals(Boolean.TYPE, e.getTargetType()); in testFailOnNullWithPrimitiveArrays()154 assertEquals(Integer.TYPE, e.getTargetType()); in testFailOnNullWithPrimitiveArrays()162 assertEquals(Double.TYPE, e.getTargetType()); in testFailOnNullWithPrimitiveArrays()175 assertEquals(String.class, e.getTargetType()); in testFailOnNullWithMaps()[all …]
78 assertEquals(Integer.TYPE, e.getTargetType()); in testToIntFailing()91 assertEquals(Integer.TYPE, e.getTargetType()); in testToIntFailing()104 assertEquals(Integer.TYPE, e.getTargetType()); in testToIntFailing()115 assertEquals(Integer.TYPE, e.getTargetType()); in testToIntFailing()128 assertEquals(Integer.TYPE, e.getTargetType()); in testToIntFailing()139 assertEquals(Integer.TYPE, e.getTargetType()); in testToIntFailing()194 assertEquals(Long.TYPE, e.getTargetType()); in testToLongFailing()206 assertEquals(Long.TYPE, e.getTargetType()); in testToLongFailing()
70 assertEquals(Integer.TYPE, e.getTargetType()); in testToIntFailing()83 assertEquals(Integer.TYPE, e.getTargetType()); in testToIntFailing()96 assertEquals(Integer.TYPE, e.getTargetType()); in testToIntFailing()107 assertEquals(Integer.TYPE, e.getTargetType()); in testToIntFailing()120 assertEquals(Integer.TYPE, e.getTargetType()); in testToIntFailing()131 assertEquals(Integer.TYPE, e.getTargetType()); in testToIntFailing()191 assertEquals(Long.TYPE, e.getTargetType()); in testToLongFailing()203 assertEquals(Long.TYPE, e.getTargetType()); in testToLongFailing()
224 assertEquals(Integer.TYPE, e.getTargetType()); in _testSimpleLong()
435 Type getTargetType(String methodName) throws Exception {448 (TypeVariable<?>) new WithGenericBound<String>() {}.getTargetType("withTypeVariable");454 (TypeVariable<?>) new WithGenericBound<String>() {}.getTargetType("withRecursiveBound");461 new WithGenericBound<String>() {}.getTargetType("withMutualRecursiveBound");470 (WildcardType) new WithGenericBound<String>() {}.getTargetType("withWildcardLowerBound");476 (WildcardType) new WithGenericBound<String>() {}.getTargetType("withWildcardUpperBound");
70 public Class<?> getTargetType() { in getTargetType() method in InputCoercionException
75 public Class<?> getTargetType() { in getTargetType() method in MismatchedInputException
68 assertThat(proto.getTargetType()).isEqualTo("grpc"); in convert_toRequestObject()
180 glu::DataType getTargetType(void) const;
256 glu::DataType getTargetType(void) const;
809 assertEquals(Date.class, e.getTargetType()); in testInvalidFormat()