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.
Represents process of converting simple configuration element (Units and Entries) into the Java object
-
Method Summary
Modifier and TypeMethodDescriptiondeserialize(String source) deserialize(CdnSettings settings, Element<?> source, TargetType type, T defaultValue, boolean entryAsRecord) deserialize(TargetType type, String source)
-
Method Details
-
deserialize
default panda.std.Result<T,Exception> deserialize(CdnSettings settings, Element<?> source, TargetType type, T defaultValue, boolean entryAsRecord) - Specified by:
deserializein interfaceDeserializer<T>
-
deserialize
-
deserialize
-