List of usage examples for com.liferay.portal.kernel.util SetUtil fromCollection
public static <E> Set<E> fromCollection(Collection<? extends E> c)
From source file:com.liferay.blogs.rest.internal.application.BlogsJaxRsApplication.java
License:Open Source License
@Override public Set<Object> getSingletons() { return SetUtil.fromCollection(Collections.singletonList(_blogsRootResource)); }