Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FileLocationAdapter (0.22 sec)

  1. platforms/extensibility/plugin-development/src/main/java/org/gradle/plugin/devel/tasks/internal/ValidationProblemSerialization.java

                    return false;
                }
                return throwable.getMessage() == null || !throwable.getMessage().contains(cause.getMessage());
            }
    
        }
    
        public static class FileLocationAdapter extends TypeAdapter<FileLocation> {
    
            @Override
            public void write(JsonWriter out, @Nullable FileLocation value) throws IOException {
                if (value == null) {
                    out.nullValue();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 27.7K bytes
    - Viewed (0)
Back to top