Package org.moddingx.libx.config.mapper
Interface MapperFactory.Context
- Enclosing interface:
- MapperFactory<T>
public static interface MapperFactory.Context
-
Method Summary
Modifier and TypeMethodDescriptionThe generic type of the config key.<T,
C> ValueMapper<T, ?> wrap
(GenericValueMapper<T, ?, C> mapper, ValueMapper<C, ?> child) Wraps aGenericValueMapper
into a regularValueMapper
given a mapper for the generic element type.
-
Method Details
-
getGenericType
Type getGenericType()The generic type of the config key. -
wrap
Wraps aGenericValueMapper
into a regularValueMapper
given a mapper for the generic element type.
-