Interface BinaryValueTranslatorMappingProvider
- All Superinterfaces:
BinaryValueTranslatorLookupProvider
- All Known Implementing Classes:
BinaryValueTranslatorMappingProvider.Default
public interface BinaryValueTranslatorMappingProvider extends BinaryValueTranslatorLookupProvider
Since the value translator lookup might potentially get rather giant in the future, it is wrapped in a trivial
on-demand provider to ensure it is really only created (and held in memory forever) if necessary.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
BinaryValueTranslatorMappingProvider.Default
-
Method Summary
Modifier and Type Method Description TypeMapping<BinaryValueSetter>
mapping(boolean switchByteOrder)
static BinaryValueTranslatorMappingProvider
New()
-
Method Details
-
mapping
- Specified by:
mapping
in interfaceBinaryValueTranslatorLookupProvider
-
New
-