Searched defs:excludedAnnotationTypes (Results 1 – 1 of 1) sorted by relevance
111 static String encodeWithAnnotations(TypeMirror type, Set<TypeMirror> excludedAnnotationTypes) { in encodeWithAnnotations()310 private final Set<TypeMirror> excludedAnnotationTypes; field in TypeEncoder.AnnotatedEncodingTypeVisitor312 AnnotatedEncodingTypeVisitor(Set<TypeMirror> excludedAnnotationTypes) { in AnnotatedEncodingTypeVisitor()