Interface Deserializer<T>
- Type Parameters:
T- the type of deserialized value
- All Known Subinterfaces:
Composer<T>,SimpleDeserializer<T>
- All Known Implementing Classes:
ContextualComposer,EnumComposer,ListComposer,MapComposer,ReferenceComposer,SimpleComposer
- 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 configuration element into the Java object
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondeserialize(CdnSettings settings, Element<?> source, TargetType type, T defaultValue, boolean entryAsRecord)
-
Method Details
-
deserialize
panda.std.Result<T,Exception> deserialize(CdnSettings settings, Element<?> source, TargetType type, T defaultValue, boolean entryAsRecord)
-