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
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionValueMapper<T, ?> Creates a newValueMapperfrom 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 newValueMapperfrom the givenMapperFactory.Context.
-