Interface SimpleDeserializer<T>

Type Parameters:
T - the type of deserialized value
All Superinterfaces:
Deserializer<T>
All Known Implementing Classes:
EnumComposer
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SimpleDeserializer<T> extends Deserializer<T>
Represents process of converting simple configuration element (Units and Entries) into the Java object