Class TypedEnumerationFactory.ConstructorBasedEnumOptionWrapper
java.lang.Object
com.polarion.platform.persistence.spi.TypedEnumerationFactory.ConstructorBasedEnumOptionWrapper
- All Implemented Interfaces:
Function<IEnumOption,
,IEnumOption> UnaryOperator<IEnumOption>
- Enclosing class:
- TypedEnumerationFactory
public static class TypedEnumerationFactory.ConstructorBasedEnumOptionWrapper
extends Object
implements UnaryOperator<IEnumOption>
INTERNAL This class is not part of Polarion API.
The class provides the enum option wrapper functionality based on the Reflection API.
The constructor should have a single IEnumOption
argument.
-
Constructor Details
-
ConstructorBasedEnumOptionWrapper
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<IEnumOption,
IEnumOption>
-