Package org.moddingx.libx.config.mapper
Interface MapperFactory<T>
public interface MapperFactory<T>
A factory that creates a
ValueMapper
by the generic type of a config key.-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionValueMapper<T,
?> Creates a newValueMapper
from the givenMapperFactory.Context
.type()
The base class for which this factory creates mappers.
-
Method Details
-
type
The base class for which this factory creates mappers. -
create
Creates a newValueMapper
from the givenMapperFactory.Context
.
-