- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {OutputStreamWriter o =
OutputStream out;new OutputStreamWriter(out)
OutputStream out;String charsetName;new OutputStreamWriter(out, charsetName)
HttpURLConnection connection;new OutputStreamWriter(connection.getOutputStream())
- Smart code suggestions by Codota
}
public StringSearchModel<ProductProjection, VariantSearchSortDirection> ofText(final String attributeName) { return new StringSearchModel<>(Optional.of(this), attributeName); }
public StringSearchModel<T, S> label() { return new StringSearchModel<>(Optional.of(this), "label"); } }
public StringSearchModel<T, S> key() { return new StringSearchModel<>(Optional.of(this), "key"); }
public StringSearchModel<T, S> key() { return new StringSearchModel<>(Optional.of(this), "key"); }
public StringSearchModel<T, S> locale(final Locale locale) { return new StringSearchModel<>(Optional.of(this), locale.toLanguageTag()); } }