Package ch.kk7.confij.binding.values
Class Base64Mapper.Base64MapperInstance<T>
java.lang.Object
ch.kk7.confij.binding.values.Base64Mapper.Base64MapperInstance<T>
- All Implemented Interfaces:
ValueMapperInstance<T>
- Enclosing class:
- Base64Mapper
public static class Base64Mapper.Base64MapperInstance<T> extends java.lang.Object implements ValueMapperInstance<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.kk7.confij.binding.values.ValueMapperInstance
ValueMapperInstance.NullableValueMapperInstance<T> -
Constructor Summary
Constructors Constructor Description Base64MapperInstance() -
Method Summary
Modifier and Type Method Description TfromString(java.lang.String string)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Base64MapperInstance
public Base64MapperInstance()
-
-
Method Details
-
fromString
- Specified by:
fromStringin interfaceValueMapperInstance<T>
-