Package ch.kk7.confij.binding.values
Class Base64Mapper
java.lang.Object
ch.kk7.confij.binding.values.Base64Mapper
- All Implemented Interfaces:
ValueMapperFactory
public class Base64Mapper extends java.lang.Object implements ValueMapperFactory
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBase64Mapper.Base64static classBase64Mapper.Base64Decoderstatic classBase64Mapper.Base64MapperInstance<T> -
Constructor Summary
Constructors Constructor Description Base64Mapper() -
Method Summary
Modifier and Type Method Description java.util.Base64.DecodergetDecoder(BindingType bindingType)java.util.Optional<ValueMapperInstance<?>>maybeForType(BindingType bindingType)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Base64Mapper
public Base64Mapper()
-
-
Method Details
-
getDecoder
-
maybeForType
- Specified by:
maybeForTypein interfaceValueMapperFactory
-