Interface DeserializedObjectProperty.ValueFactory<Data,Value>
- Type Parameters:
Data- The deserialized file.Value- The type of value to retrieve.
- Enclosing class:
DeserializedObjectProperty<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Factory method used to retrieve a value from a deserialized file.
-
Method Summary
-
Method Details
-
create
Retrieves a value from a deserialized file.- Parameters:
data- The deserialized file- Returns:
- The value
-