Searched refs:withoutAnnotations (Results 1 – 12 of 12) sorted by relevance
62 public TypeName withoutAnnotations() { in withoutAnnotations() method in ParameterizedTypeName64 enclosingType, rawType.withoutAnnotations(), typeArguments, new ArrayList<>()); in withoutAnnotations()
73 @Override public ClassName withoutAnnotations() { in withoutAnnotations() method in ClassName76 ? enclosingClassName.withoutAnnotations() in withoutAnnotations()
46 @Override public TypeName withoutAnnotations() { in withoutAnnotations() method in ArrayTypeName
60 @Override public TypeName withoutAnnotations() { in withoutAnnotations() method in WildcardTypeName
56 @Override public TypeName withoutAnnotations() { in withoutAnnotations() method in TypeVariableName
209 codeWriter.emit("import $L;\n", className.withoutAnnotations()); in emit()
120 public TypeName withoutAnnotations() { in withoutAnnotations() method in TypeName
146 assertThat(type.withoutAnnotations()).isEqualTo(TypeName.get(Map.Entry.class)); in withoutAnnotationsOnAnnotatedEnclosingAndNestedType()153 assertThat(type.withoutAnnotations()).isEqualTo(TypeName.get(Map.Entry.class)); in withoutAnnotationsOnAnnotatedEnclosingType()160 assertThat(type.withoutAnnotations()).isEqualTo(TypeName.get(Map.Entry.class)); in withoutAnnotationsOnAnnotatedNestedType()
306 MockSettings withoutAnnotations(); in withoutAnnotations() method
73 mockSettings.withoutAnnotations(); in mock_type_without_annotations()
135 public MockSettings withoutAnnotations() { in withoutAnnotations() method in MockSettingsImpl
121 return getTypeElement(className.withoutAnnotations().toString()); in getTypeElement()