Liferay 7.0-ce-m6

com.liferay.portal.kernel.registry
Class ServiceReferenceMapperFactory

java.lang.Object
  extended by com.liferay.portal.kernel.registry.ServiceReferenceMapperFactory

public class ServiceReferenceMapperFactory
extends Object


Constructor Summary
ServiceReferenceMapperFactory()
           
 
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
 

Constructor Detail

ServiceReferenceMapperFactory

public ServiceReferenceMapperFactory()
Method Detail

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)

Liferay 7.0-ce-m6