Uses of Interface
com.liferay.portal.kernel.util.MappingEnumeration.Mapper
Packages that use MappingEnumeration.Mapper
Package
Description
This package defines the kernel utility interfaces and classes.
-
Uses of MappingEnumeration.Mapper in com.liferay.portal.kernel.util
Fields in com.liferay.portal.kernel.util declared as MappingEnumeration.MapperModifier and TypeFieldDescriptionprotected final MappingEnumeration.Mapper<T,
R> MappingEnumeration.mapper
Constructors in com.liferay.portal.kernel.util with parameters of type MappingEnumeration.MapperModifierConstructorDescriptionMappingEnumeration
(Enumeration<T> enumeration, MappingEnumeration.Mapper<T, R> mapper)