com.liferay.portal.kernel.registry
Class ServiceReferenceMapperFactory
java.lang.Object
com.liferay.portal.kernel.registry.ServiceReferenceMapperFactory
public class ServiceReferenceMapperFactory
- extends Object
|
Method Summary |
static
<K,S> com.liferay.registry.collections.ServiceReferenceMapper<K,S> |
|
create(Accessor<S,K> accessor)
|
static
<K,S> com.liferay.registry.collections.ServiceReferenceMapper<K,S> |
|
create(Function<S,K> function)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceReferenceMapperFactory
public ServiceReferenceMapperFactory()
create
public static <K,S> com.liferay.registry.collections.ServiceReferenceMapper<K,S> create(Accessor<S,K> accessor)
create
public static <K,S> com.liferay.registry.collections.ServiceReferenceMapper<K,S> create(Function<S,K> function)