Package org.pkl.config.java.mapper
Class TypeMappings
java.lang.Object
org.pkl.config.java.mapper.TypeMappings
Predefined type mappings that can be registered with
ValueMapperBuilder.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Collection<TypeMapping<?, ?>> All type mappings defined in this class.static final Collection<TypeMapping<?, ?>> Type mappings for collection types. -
Method Summary
-
Field Details
-
collections
Type mappings for collection types. -
all
All type mappings defined in this class.
-