Package ch.kk7.confij.binding.values
Class SeparatedMapper.SeparatedMapperInstance<T,C>
java.lang.Object
ch.kk7.confij.binding.values.SeparatedMapper.SeparatedMapperInstance<T,C>
- All Implemented Interfaces:
ValueMapperInstance<T>
- Enclosing class:
- SeparatedMapper
public static class SeparatedMapper.SeparatedMapperInstance<T,C> 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 SeparatedMapperInstance() -
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
-
SeparatedMapperInstance
public SeparatedMapperInstance()
-
-
Method Details
-
fromString
- Specified by:
fromStringin interfaceValueMapperInstance<T>
-