Uses of Class
com.remondis.remap.TypeMapping
-
-
Uses of TypeMapping in com.remondis.remap
Methods in com.remondis.remap that return TypeMapping Modifier and Type Method Description TypeMapping<S,D>TypeMapping.TypeMappingFunctionBuilder. applying(Function<S,D> conversionFunction)Specified a conversion function that performs the type mapping.Methods in com.remondis.remap with parameters of type TypeMapping Modifier and Type Method Description MappingConfiguration<S,D>MappingConfiguration. useMapper(TypeMapping<?,?> typeMapping)Registers a custom type conversion to this mapping that is to be used whenever a type mapping is required that is not defined by a replace operation.
-